summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakgw9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index 6b4b3305e..4a9b4de08 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -19,6 +19,7 @@ use common qw(:system :file);
use interactive;
use log;
use c;
+use netconnect;
use detect_devices;
local $_ = join '', @ARGV;
@@ -160,14 +161,14 @@ my @configured_devices = map { /ifcfg-(\S+)/; $1 } `ls /etc/sysconfig/network-sc
#my @active_devices = `/sbin/ifconfig | grep ^[a-z] | awk '{print \$1}'`; chop @active_devices;
-my %aliased_devices; (/^alias\s+(eth[0-9])\s+(\S+)/) and ($aliased_devices{$1} = $2) foreach (`cat /etc/modules.conf`);
-my @cards_to_ignore = (); #= @{netconnect::configured_devices};
-log::l("Information from netconnect: ignoring card $_\n") foreach (@cards_to_ignore);
+my %aliased_devices; (/^alias\s+(eth[0-9])\s+(\S+)/) and ($aliased_devices{$1} = $2) foreach cat_("/etc/modules.conf");
+my $card_netconnect = netconnect::get_net_device("/");
+(defined $card_netconnect) and log::l("Information from netconnect: ignoring card $card_netconnect\n");
my @all_cards_getnet = detect_devices::getNet();
my @all_cards;
foreach my $card (@all_cards_getnet)
{
- next if grep(/$card/, @cards_to_ignore);
+ next if ($card eq $card_netconnect);
push @all_cards, exists $aliased_devices{$card} ? "Interface $card (using module $aliased_devices{$card})" : "Interface $card";
}
o1806
-rw-r--r--perl-install/share/po/az.po1820
-rw-r--r--perl-install/share/po/be.po1820
-rw-r--r--perl-install/share/po/bg.po1818
-rw-r--r--perl-install/share/po/bs.po1818
-rw-r--r--perl-install/share/po/ca.po1823
-rw-r--r--perl-install/share/po/cy.po1883
-rw-r--r--perl-install/share/po/da.po1857
-rw-r--r--perl-install/share/po/de.po1823
-rw-r--r--perl-install/share/po/el.po1829
-rw-r--r--perl-install/share/po/eo.po1820
-rw-r--r--perl-install/share/po/et.po1826
-rw-r--r--perl-install/share/po/eu.po2993
-rw-r--r--perl-install/share/po/fi.po1818
-rw-r--r--perl-install/share/po/ga.po1802
-rw-r--r--perl-install/share/po/gl.po1819
-rw-r--r--perl-install/share/po/hr.po1816
-rw-r--r--perl-install/share/po/id.po2762
-rw-r--r--perl-install/share/po/is.po1818
-rw-r--r--perl-install/share/po/it.po1851
-rw-r--r--perl-install/share/po/ja.po3557
-rw-r--r--perl-install/share/po/ko.po2494
-rw-r--r--perl-install/share/po/lt.po1823
-rw-r--r--perl-install/share/po/lv.po1820
-rw-r--r--perl-install/share/po/nl.po2884
-rw-r--r--perl-install/share/po/no.po6
-rw-r--r--perl-install/share/po/pt.po2283
-rw-r--r--perl-install/share/po/pt_BR.po1820
-rw-r--r--perl-install/share/po/ro.po1814
-rw-r--r--perl-install/share/po/ru.po4329
-rw-r--r--perl-install/share/po/sk.po2035
-rw-r--r--perl-install/share/po/sl.po1807
-rw-r--r--perl-install/share/po/sp.po6
-rw-r--r--perl-install/share/po/sr.po1842
-rw-r--r--perl-install/share/po/sv.po1856
-rw-r--r--perl-install/share/po/ta.po1832
-rw-r--r--perl-install/share/po/th.po1820
-rw-r--r--perl-install/share/po/uk.po1818
-rw-r--r--perl-install/share/po/wa.po1904
-rw-r--r--perl-install/share/po/zh_CN.po1854
-rw-r--r--perl-install/share/po/zh_TW.po1854
43 files changed, 45109 insertions, 36793 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index 27f15028d..cbb4b8881 100644
--- a/perl-install/share/po/DrakX.pot
+++ b/perl-install/share/po/DrakX.pot
@@ -8359,7 +8359,7 @@ msgstr ""
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -8399,7 +8399,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -8414,7 +8414,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 6d0e74db9..539d53dcd 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-08-20 21:28-0000\n"
"Last-Translator: Schalk W. Cronj้ <schalkc@uk.ntaba.com>\n"
"Language-Team: Afrikaans <mandrake@af.org.za>\n"
@@ -91,24 +91,24 @@ msgstr "Konfigureer skyfkoppe afsonderlik"
msgid "Use Xinerama extension"
msgstr "Gebruik Xinerama-ekstensies"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigureer net die \"%s\" kaart (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s met 3D-hardwareversnelling"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,18 +117,18 @@ msgstr ""
"U videokaart kan slegs 3D-versnelling onder XFree %s ondersteun.\n"
"DIt word wel onder XFree %s ondersteun wat dalk beter 2D-ondersteuning het."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"U videokaart kan vir 3D-hardewareversnelling ondestuen word in XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s met EKSPERIMENTELE 3D-hardewareversnelling"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -140,7 +140,7 @@ msgstr ""
"MAAR LET DAAROP DAT DIT EKSPERIMENTEEL IS EN DIE REKENAAR MAG VRIES.\n"
"U kaart word deur XFree %s ondersteun, wat beter 2D-ondersteuning bied."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -150,13 +150,13 @@ msgstr ""
"bied,\n"
"MAAR LET DAAROP DAT DIT EKSPERIMENTEEL IS EN DIE REKENAAR MAG VRIES."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installasievertoondrywer)"
#
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Aangepaste"
@@ -177,32 +177,32 @@ msgstr "Resolusie"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opsies"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "OK"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Verlaat"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -299,25 +299,25 @@ msgstr "Kies die resolusie en kleurdiepte"
msgid "Graphics card: %s"
msgstr "Videokaart: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Kanselleer"
@@ -394,11 +394,11 @@ msgstr "XFree86 bediener: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86-drywer: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X met herlaai"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -407,7 +407,7 @@ msgstr ""
"Ek kan u rekenaar so opstel om X outomaties te laai.\n"
"Wil u X begin met 'n herlaai?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -419,7 +419,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Watter tipe is u ISDN-konneksie?"
@@ -492,7 +492,7 @@ msgstr "Kompak"
msgid "compact"
msgstr "kompak"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Videomodus"
@@ -500,17 +500,17 @@ msgstr "Videomodus"
msgid "Delay before booting default image"
msgstr "Wagperiode voro verstekstelsel gelaai word"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Wagwoord"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Wagwoord (weer)"
@@ -545,14 +545,14 @@ msgid ""
msgstr ""
"Opsie ``Beperk instruksielynopsies'' kan nie sonder wagwoord gebruikword nie"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Probeer asb. weer"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Die wagwoorde stem nie ooreen nie."
@@ -589,7 +589,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -597,156 +597,156 @@ msgstr ""
"Hier is die huidige inskrywings\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Voeg by"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Klaar"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Verander"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Watter tipe inskrywing wil u byvoeg?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Ander bedryfstelsel (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Ander bedryfstelsel (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Ander bedryfstelsel (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Beeld"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Basis"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Aanlas"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Lees-skryf"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Onveilig"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etiket"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Verstek"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-grootte"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "Geen video"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Verwyder inskrywing"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Le๋ etiket word nie toegelaat nie"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "U moet oor 'n ruilpartisie beskik"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Hierdie etiket is alreeds in gebruik"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Het %s %s koppelvlakke gevind"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Beskik u oor nog?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Het u enige %s koppelvlakke?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nee"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Drywer vir %s kaart %s in installasieproses"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -757,17 +757,17 @@ msgstr ""
"Opsies is in die formaat ``naam=waarde naam2=waarde2 ...''.\n"
"Bv. ``io=0x300 irq-7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Module opsies:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Watter %s drywer meot ek probeer?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -783,15 +783,15 @@ msgstr ""
"rekenaar self daarvoor aftas. In uitsonderlike gevalle mag die rekenaar\n"
"ophang, maar dit sal nie skade veroorsaak nie."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Aftas"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Spesifieer opsies"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -800,63 +800,63 @@ msgstr ""
"Laai van module %s het gefaal.\n"
"Wil u ander parameters probeer?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s alreeds bygevoeg)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Die wagwoorde is te eenvoudig"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Gee asb. 'n gebruikerskode"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Die gebruikerskode maag alleenlikui kleinletter, nommers, '-' en '_' bestaan"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Voeg gebruiker by"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -865,32 +865,32 @@ msgstr ""
"Tik 'n gebruiker in\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Aanvaar gebruiker"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Regte naam"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Gebruikerskode"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Dop"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikoon"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Outointeken"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -898,60 +898,60 @@ msgstr ""
"Ek kan u rekenaar so opstel om X outomaties een gebruiker in te teken.\n"
"Verlang u hierdie funksionaliteit?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Kies die verstek gebruiker:"
#
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Kies die vensterbestuurder om te loop:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Alles"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Voeg 'n gebruiker by"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "CUPS word gelaai"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Hierdie pakket moet opgradeer word\n"
"Is u seker u wil dit deselekteer?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -960,42 +960,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Krakers welkom"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Swak"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standaard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Hoog"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Hoog"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Parano๏es"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1007,7 +1007,7 @@ msgstr ""
"wagwoord\n"
"toegang nie."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1015,7 +1015,7 @@ msgstr ""
"Wagwoorde is nou ontsper, maar gebruik as 'n netwerkrekenaar word nie "
"aanbeveel nie."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1025,13 +1025,13 @@ msgstr ""
"wat aan die internet as 'n kli๋nt konnekteer. Daar is heelwat "
"sekuriteitstoetse."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1045,7 +1045,7 @@ msgstr ""
"Die sekuriteit is goed genoeg sodat 'n stelsel konneksies wat baie kli๋nte\n"
"af kan aanvaar."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1054,36 +1054,36 @@ msgstr ""
"Hierdie is Vlak-4 sekuriteit, maar die stelsel is afgeslote.\n"
"Sekuriteitseienskappe is maksimaal."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opsies"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Gebruik sekuriteitsvlak"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Sekuriteitsvlak word gestel."
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Selekteer opsies vir bediener"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1096,7 +1096,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1119,13 +1119,13 @@ msgstr ""
# and only one line per string for the GRUB messages
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welkom by GRUB, die bedryfstelselkieskaart!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
@@ -1134,45 +1134,45 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Druk ENTER om die gekose bedryfstelsel te laai, 'e' om te redigeer."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "instruksies voor herlaai, of 'c' vir 'n instruksielyn."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Die uitgeligte inskrywing sal outomaties in %ds gelaai word."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nie genoeg spasie in /boot nie"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Werkskerm"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Beginkieskaart"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Waar wil u die herlaaistelsel installeer"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "Gee hulp beskikbaar nie (nog nie).\n"
@@ -1224,106 +1224,106 @@ msgstr "LILO/GRUB metode"
msgid "Yaboot mode"
msgstr "Yaboot metode"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Installeer stelsel"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Kies 'n nuwe grootte"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Fout"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "Geen video"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Kies installasieklas"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1332,22 +1332,22 @@ msgstr ""
"U gebruik huidig %s as herlaaibestuurder.\n"
"Kliek op Konfigureer om opstelassistent te laai."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigureer"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Stoor pakketseleksie"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1356,44 +1356,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Stelselmode"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Laai X-Windowstelsel met herlaai"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nee, ek verlang outo-aanteken"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, ek verlang outoaanteken met hierdie (gebruiker,werkskerm)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "kan nie /etc/inittab oopmaak vir lees nie: %s"
@@ -1497,26 +1497,34 @@ msgstr "seriaal"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "nuut"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Ontheg"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Heg"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Bediener"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
@@ -1524,27 +1532,27 @@ msgid "Mount point"
msgstr "Hegpunt"
#
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Toets asb. die muis"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Bediener"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Hegpunt:"
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opsies: %s"
@@ -1633,7 +1641,7 @@ msgstr "Leeg"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Ander"
@@ -1781,7 +1789,7 @@ msgstr ""
"Die rugsteunpartisietabel het nie dieselfde grootte nie\n"
"Wil u voortgaan?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Waarskuwing"
@@ -2343,7 +2351,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Gebruikerskode"
@@ -2358,23 +2366,23 @@ msgstr "NIS-domein"
msgid "Search servers"
msgstr "DNS bediener"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatering ban %s het gefaal"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ek weet nie om %s as tipe %s te formateer nie"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "fout met onthegting van %s: %s"
@@ -2460,47 +2468,110 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Four om %s in skryfmode te open: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Konfigurasie"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Drywer"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Wag asb... Konfigurasie word toegpas"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Wag asb."
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "Onbekende model"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2627,7 +2698,8 @@ msgid "/_Quit"
msgstr "Verlaat"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Help"
@@ -2647,76 +2719,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Help/_Aangaande..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Aftas"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Hardeskyfdeteksie."
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Sien hardeware inligting"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Vertoon inligting"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Stel muistoestel op"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "Op poort %s bespeur"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Wag asb."
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Drukkerdata word gelees..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekondes"
@@ -3854,7 +3927,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3869,7 +3942,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3878,20 +3951,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Kan nie uitsaau sonder 'n NIS-domein nie"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Sit 'n FAT-geformatteerde skyf in aandrywer %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Hierdie floppie is nie in FAT-formaat nie"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -3899,12 +3972,12 @@ msgstr ""
"Om hierdie gestoorde pakketkeuse te gebruik, herlaai die installasie met "
"\"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fout met die les van l๊er %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4146,7 +4219,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Welkom by %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Geen sagteskyaandrywer beskikbaar nie"
@@ -4179,11 +4252,11 @@ msgstr "Installasieklas"
msgid "Please choose one of the following classes of installation:"
msgstr "Kies asb. een van die volgende installasieklasse:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Kies pakketgroepe"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Individuele pakketseleksie"
@@ -4263,7 +4336,7 @@ msgstr "Wys outogeselekteerde pakkette."
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Installasie"
@@ -4283,7 +4356,7 @@ msgstr "Minimale installasie"
msgid "Choose the packages you want to install"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Besig met installasie"
@@ -4311,18 +4384,18 @@ msgstr "Installeer pakket %s"
#
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aanvaar "
#
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Weier"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4338,16 +4411,16 @@ msgstr ""
"hieroor beskik nie, druk Kanselleer om installasies vanaf di้ CDROM te vermy."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Gaan steeds voort?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Daar was 'n fout met pakkette:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Daar was 'n fout met die installasie van die pakkette:"
@@ -4444,7 +4517,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4522,7 +4595,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Sleutelbord"
@@ -4733,31 +4806,31 @@ msgstr "Sit 'n floppie met die pakketkeuse in aandrywer "
msgid "Selected size is larger than available space"
msgstr "Geselekteerde grootte is groter as beskikbare spasie."
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
#, fuzzy
msgid "Type of install"
msgstr "Kies pakket om te installeer"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
#, fuzzy
msgid "With X"
msgstr "Wag"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4767,16 +4840,16 @@ msgstr ""
"Indien u oor geen van die gelyste CD's beskik nie, kliek Kanselleer.\n"
"Indien u net oor sekere CDs beskik, deselekteer die ander en kliek OK."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CDROM getiteld \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Berei installasie voor"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4785,21 +4858,21 @@ msgstr ""
"Installeer nou pakket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Postinstallasiekonfigurasie"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Sit 'n herlaaiskyf wat gebruik is, in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Sit asb. die module-opdateringsfloppie in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4869,7 +4942,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4881,159 +4954,159 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Spie๋l word gekontak vir die lys van pakkette"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
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:914
+#: ../../install_steps_interactive.pm_.c:915
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:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Wat is u tydsone?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Hardewareklok gestel vir GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Outotydsinkronisasie met NTP"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP-bediener"
#
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Verwyder CUPS-bediener"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Geen drukker"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Beskik u oor nog?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Opsomming"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Muis"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Tydsone"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Drukker"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN-kaart"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Klankkaart"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV-kaaer"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "KDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Plaaslike l๊ers"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Kies 'root' se wagwoord"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Geen wagwoord"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it 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:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Magtiging"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "LDAP-magtiging"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Basis-dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP-bediener"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "NIS-magtiging"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS-bediener"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5049,21 +5122,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "LDAP-magtiging"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domeinnaam"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5090,19 +5163,19 @@ msgstr ""
"Indien u 'n herlaaiskyf wil maak,\n"
"plaas 'n skyf in die aandrywer en druk \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Eerste sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Tweede sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Mis hierdie stap"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5126,7 +5199,7 @@ msgstr ""
"ernstige stelselfalings te herstel. Wil u 'n herlaaiskyf maak?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5135,28 +5208,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Jammer, geen sagteskyfaandrywer beskikbaar nie"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Sit 'n skyf in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Herlaaiskyf word geskryf"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Herlaaistelsel word voorberei"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5164,11 +5237,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Wil u aboot gebruik?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5176,15 +5249,15 @@ msgstr ""
"Die 'aboot' installasie het gefaal. Wil u 'n installasie afwurg al\n"
"word die eerste partisie vernietig?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Herlaaistelselinstallasie"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
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:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5195,17 +5268,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sit 'n le๋ floppie in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Outoinstallasieskyf word geskep."
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5215,7 +5288,7 @@ msgstr ""
"\n"
"Wil u werklik nou aborteer?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5247,15 +5320,15 @@ msgstr ""
"Inligting oor stelskonfigurasie is beskikbaar in die postinstallasie-\n"
"hoofstuk in die Offisi๋le Liux-Mandrake Gebruikersgids."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Skep outoinstallasieskyf"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5264,15 +5337,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Outomaties"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Herspeel"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Stoor pakketseleksie"
@@ -5308,14 +5381,14 @@ msgstr "Gevorderd"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Vorige"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Teks"
@@ -5763,7 +5836,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Sirkul๊re heg %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Verwyder eers die logiese volumes\n"
@@ -5903,16 +5976,16 @@ msgid "No mouse"
msgstr "Geen muis"
#
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Toets asb. die muis"
#
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Om die muis te aktiveer"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "BEWEEG DIE WIEL!"
@@ -5949,11 +6022,11 @@ msgstr "Maak boom toe"
msgid "Toggle between flat and group sorted"
msgstr "Skakel tussen plat- en groepsortering"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Konnekteer aan die internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -5963,24 +6036,20 @@ msgstr ""
"Daar is wel sekere konneksie wat pptp of DHCP gebruik.\n"
"Indien u nie weet nie, kies 'gebruik pppoe'."
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
#, fuzzy
msgid "Alcatel speedtouch usb"
msgstr "speedtouch USB"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "gebruik dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "gebruik pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "gebruik pptp"
@@ -6075,7 +6144,7 @@ msgstr "Kies asb. die netwerkkoppelvlak wat u wil gebruik vir die internet."
msgid "no network card found"
msgstr "geen netwerkkaart gevind nie"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Stel netwerk op"
@@ -6092,15 +6161,15 @@ msgstr ""
"bv. ``myne.mywerk.co.za''."
#
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Rekenaarnaam"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Netwerkkonfigurasie-assistent"
@@ -6138,8 +6207,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Ou konfigurasie (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN Konfigurasie"
@@ -6176,23 +6245,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Watter protokol verlang u?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Oor watter tipe kaart beskik u?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Ek weet nie"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6206,19 +6280,19 @@ msgstr ""
"\n"
"Indien u 'n PCMCIA kaart het, moet u die IRQ en I/O van u kaart weet.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Aborteer"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Gaan voort"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Wat is u ISDN-kaart?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6226,7 +6300,7 @@ msgstr ""
"Ek het 'n ISDB PCI-kaart gevind, maar ek ken nie die tipe nie. Kies asb.'n "
"PCI-kaart op die volgende skerm."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
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."
@@ -6278,7 +6352,7 @@ msgstr "Eerste DNS-bediener (opsioneel)"
msgid "Second DNS Server (optional)"
msgstr "Tweede DNS-bediener (opsioneel)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6286,7 +6360,7 @@ msgstr ""
"\n"
"U kan diskonnekteer or herkonfigureer."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6294,11 +6368,11 @@ msgstr ""
"\n"
"U kan u konneksie herkonfigureer."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "U is tans aan die internet gekonnekteer."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6306,33 +6380,33 @@ msgstr ""
"\n"
"U kan aan die internet konnekter of u konneksie herkonfigureer."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "U is nie tans aan die internet gekonnekteer nie."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Konnekteer"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Diskonnekteer"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Stel netwerk op"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internetkonneksie en konfigurasie"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Ons gaan nou die %s konneksie herkonfigureer."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6351,12 +6425,12 @@ msgstr ""
"\n"
"Drk OK om voort te gaan."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6367,7 +6441,7 @@ msgstr ""
"Kliek op OK om hierdee konfigurasie te behou, of op Kanselleer om u Internet "
"& Netwerkkonneksie te herkonfigureer.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6379,72 +6453,72 @@ msgstr ""
"Ons gaan nou u internet/netwerkkonneksie konfigureer.\n"
"Iniden u nie outobespeuring verlang nie, deselekteer die opsie.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Kies die profiel om te konfigureer"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Gebruik outobespeuring"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Kundige bedryfsvlak"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Toestel word afgetas..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normale modemkonneksie"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "Op poort %s bespeur"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN konneksie"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "%s bespeur"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL konneksie"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "op koppelvlak %s bespeur"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kabelkonneksie"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Kabelkonneksie bespeur"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN konneksie"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernet kaart(e) bespeur"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Kies die konneksie wat u wil konfigureer"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -6454,23 +6528,23 @@ msgstr ""
"Kies die een wat u verlang.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internetkonneksie"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Wil u die konneksie met herlaaityd aanskakel?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6481,7 +6555,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6491,7 +6565,7 @@ msgstr ""
"\n"
"Die kongiurasie gaan op u stelsel toegepas word.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6499,14 +6573,14 @@ msgstr ""
"Nadat dit klaar is, sal dit beter wes om u X-omgewing te herlaai\n"
"om die rekenaarnaamveranderingprobleem te voorkom."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6518,7 +6592,7 @@ msgstr ""
"U kan die toestel net so aanvaar.\n"
"Veranderinge aan onderstaande velde sal hierdie konfigurasie oorskryf."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6528,45 +6602,45 @@ msgstr ""
"Elke item moet as 'n IP-adres in dotdesimalenotasie\n"
"(1.2.3.4) gegee word."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigureer netwerktoestel %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr "(drywer %s)"
#
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP adres"
#
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmasker"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Outomatiese IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Gelaai tydens herlaaityd"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adres moet in 1.2.3.4. formaat wees"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6578,42 +6652,53 @@ msgstr ""
"bv. ``myne.mywerk.co.za''.\n"
"U mag ook die netwerkhek byvoeg indien daar een is"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS bediener"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Netwerkportaaltoestel"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP-adres moet in 1.2.3.4. formaat wees"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP-adres moet in 1.2.3.4. formaat wees"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Instaanbedienerkonfigurasie"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP instaanbediener"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP instaanbediener"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Volg netwerkkart ID. (nuttig vir skootrekenaars)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Instaanbediener moet begin met http://"
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Instaanbediener moet begin met ftp://"
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Instaanbediener moet begin met http://"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8018,7 +8103,7 @@ msgstr "Netwerk op pad af"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8526,11 +8611,6 @@ msgstr ""
"Vul asb. die FTP-instaanbediener inligting in\n"
"Los dit oop indien u nie FTP-instaanbediener verlang nie"
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Instaanbediener moet begin met http://"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8576,6 +8656,43 @@ msgstr "mkraid het gefaal. Dalk is 'raidtools' nie beskikbaar nie."
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nie genoeg partisies vir RAID vlak %d nie\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Sekuriteitsvlak word gestel."
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Sekuriteitsvlak word gestel."
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Eksterne lpd drukkeropsies"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Verstek)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Sekuriteitsvlak word gestel."
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Wag asb. installasie word voorberei"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Loop die ALSA (Gevorderde Linux Klankargitektuur) klankstelsel"
@@ -8874,7 +8991,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Stelselmode"
@@ -8968,7 +9085,7 @@ msgstr "Konnekteer aan die internet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9015,7 +9132,7 @@ msgstr "Netwerkkoppelvlak"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9040,7 +9157,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9056,7 +9173,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9071,7 +9188,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9120,8 +9237,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9158,11 +9275,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Installeer pakket %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
@@ -9210,16 +9327,6 @@ msgstr "Voeg gebruiker by"
msgid "Add/Del Clients"
msgstr "DHCP-Kli๋nt"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr ""
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9272,53 +9379,68 @@ msgstr "Voeg gebruiker by"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP-Kli๋nt"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Konfigurasie in aabou..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Sluit konfigurasie af"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "herkonfigureer"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Sit 'n herlaaiskyf wat gebruik is, in aandrywer %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Geen sagteskyaandrywer beskikbaar nie"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9441,13 +9563,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Toetsbladsye"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9456,41 +9578,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Geen wagwoord"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Kan nie %s oopmaak nie: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9501,68 +9623,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9570,831 +9692,833 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Fout met die les van l๊er %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Pakketkeuse"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Verwyder tou"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Verwyder Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Oordrag"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Probeer asb. weer"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Probeer asb. weer"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Geen wagwoord"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Wat is u sleutelborduitleg?"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
#, fuzzy
msgid " Erase Now "
msgstr "Oordrag"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Selekteer lOer"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Netwerkkoppelvlak"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tipe"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "Wag"
#
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Wiel"
#
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Wiel"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Module opsies:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Stel l๊erstelsels op"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Muistoestel: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Opsies"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Korrupte rugsteunl๊er"
#
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "LAN konneksie"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Kies drukkerkonneksie"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Herstel vanaf floppie"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Ander"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Installeer stelsel"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Herstel vanaf l๊er"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Herstel vanaf l๊er"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Verwyder tou"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Herstel vanaf l๊er"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Herstel vanaf floppie"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Reddingspartisietabel"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Herstel vanaf l๊er"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Rekenaarnaam"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Wagwoord"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Bedienernaam:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Herstel vanaf l๊er"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Aangepaste"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Reddingspartisietabel"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Herstel vanaf l๊er"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- Vorige"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Toestand"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Herstel vanaf l๊er"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -10402,102 +10526,102 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Die volgende pakkette gaan installeer word"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Korrupte rugsteunl๊er"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Stoor in l๊er"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "Konfigurasie"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "Sluit konfigurasie af"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Stel l๊erstelsels op"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10529,7 +10653,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10538,7 +10662,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10579,7 +10703,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10607,17 +10731,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10634,7 +10758,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10674,7 +10798,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10685,7 +10809,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10698,7 +10822,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10780,8 +10904,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsole hulpprogramme"
@@ -10858,28 +10982,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Poort"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Verlaay installasie"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
@@ -10979,10 +11103,6 @@ msgstr "Assistent..."
msgid "Apply"
msgstr "Pas toe"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Wag asb... Konfigurasie word toegpas"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Gekonnekteer"
@@ -11096,7 +11216,7 @@ msgstr "Modulenaam"
msgid "Size"
msgstr "Grootte"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11161,12 +11281,12 @@ msgstr "Uitset"
msgid "Build the disk"
msgstr "Bou die skyf"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "versker asb dat die regte mediatipe vir toestel %s beskikbaar is"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11175,12 +11295,12 @@ msgstr ""
"Daar is geen medium for toestel %s nie.\n"
"Sit asb. een in."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Kon nie vurk nie: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11662,157 +11782,157 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Internetkonneksiedeling"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Werkgroep:"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "partisie %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Gebruikerskode"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Uitwis"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Klaar"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Voeg module by"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Voeg drukker by"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Verwyder tou"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Aanvaar gebruiker"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Weergawe: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Poort"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Gebruik outobespeuring"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Gebruik outobespeuring"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Stoor pakketseleksie"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Gebruikerskode"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Werkgroep:"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nie gekonnekteer nieKabelkonneksie"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11824,137 +11944,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "herlaaiskyfskepping"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Resolusie"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Kies 'n l๊er"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Drukkernaam:"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Postinstallasiekonfigurasie"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Verlaat"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Installeer stelsel"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Konfigureer dienste"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Teruglus"
+msgid "Preview"
+msgstr "toestel"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "toestel"
+msgid "Save theme"
+msgstr "Installeer stelsel"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Kies 'n monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Drukkermodelkeuse"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Tik drukkertoestel URI in"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Toestel word afgetas..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12095,6 +12225,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
@@ -12125,11 +12262,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Kon nie die intydse opgradering begin nie !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr ""
@@ -12413,16 +12550,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12498,7 +12632,7 @@ msgstr "Installeer stelsel"
msgid "Exit install"
msgstr "Verlaay installasie"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -12750,6 +12884,21 @@ msgstr "Multimedia - CD Sny"
msgid "Scientific Workstation"
msgstr "Wetenskaplike werkstasie"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Postinstallasiekonfigurasie"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Teruglus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Instaanbediener moet begin met ftp://"
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Verlaat"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (werk nie op 'n ou BIOS'e nie)"
@@ -12875,9 +13024,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Test again"
#~ msgstr "Toets weer"
-#~ msgid "Setting security level"
-#~ msgstr "Sekuriteitsvlak word gestel."
-
#~ msgid "Select a graphics card"
#~ msgstr "Selekteer 'n videokaart"
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index 63f9c0c05..621bd9f70 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-5-12 HO:MI+ZONE\n"
"Last-Translator: Mohammed Gamal <f2c2001@yahoo.com>\n"
"Language-Team: Arabic \n"
@@ -90,24 +90,24 @@ msgstr "ุงุนุฏุงุฏ ูƒู„ ุงู„ุฑุคูˆุณ ุจุดูƒู„ ู…ุณุชู‚ู„"
msgid "Use Xinerama extension"
msgstr "ุงุณุชุฎุฏุงู… ุงู…ุชุฏุงุฏ Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "ู‚ู… ุจุฅุนุฏุงุฏ ุงู„ุจุทุงู‚ุฉ \"%s\" ูู‚ุท (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ู…ุน ุชุณุฑูŠุน ุซู„ุงุซูŠ ุงู„ุฃุจุนุงุฏ"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,17 +117,17 @@ msgstr ""
"ุจุทุงู‚ุชูƒ ู…ุฏุนูˆู…ุฉ ุนู† ุทุฑูŠู‚ XFree %s ุงู„ุชูŠ ูŠู…ูƒู† ุฃู† ุชูƒูˆู† ู…ุฏุนูˆู…ุฉ ุจุดู„ ุฃูุถู„ ููŠ ุงู„ูˆุถุน "
"ุซู†ุงุฆูŠ ุงู„ุฃุจุนุงุฏ."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "ูŠู…ูƒู† ู„ุจุทุงู‚ุชูƒ ุงู„ุญุตูˆู„ ุนู„ู‰ ุฏุนู… ู„ู„ุชุณุฑูŠุน ุซู„ุงุซูŠ ุงู„ุฃุจุนุงุฏ ู…ุน XFree %s"
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ู…ุน ุฏุนู… ุชุฌุฑูŠุจูŠ ู„ู„ุฑุณูˆู… ุซู„ุงุซูŠุฉ ุงู„ุฃุจุนุงุฏ"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"ุจุทุงู‚ุชูƒ ู…ุฏุนูˆู…ุฉ ุนู† ุทุฑูŠู‚ XFree %s ุงู„ุชูŠ ูŠู…ูƒู† ุฃู† ุชูƒูˆู† ู…ุฏุนูˆู…ุฉ ุจุดูƒู„ ุฃูุถู„ ููŠ ูˆุถุนูŠุฉ "
"ุงู„ุฑุณูˆู… ุซู†ุงุฆูŠุฉ ุงู„ุฃุจุนุงุฏ."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -148,12 +148,12 @@ msgstr ""
"ูŠู…ูƒู† ู„ุจุทุงู‚ุชูƒ ุงู„ุชู…ุชุน ุจุฏุนู… ู„ู„ุฑุณูˆู… ุซู„ุงุซูŠุฉ ุงู„ุฃุจุนุงุฏ ู…ุน XFree %s, \n"
"ู„ุงุญุธ ุฃู† ู‡ุฐุง ุงู„ุฏุนู… ุชุฌุฑูŠุจูŠ ูˆ ู‚ุฏ ูŠุชุณุจุจ ููŠ ุงูŠู‚ุงู ุฌู‡ุงุฒูƒ."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (ู…ุดุบู„ ุนุฑุถ ุงู„ุชุซุจูŠุช)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "ู…ุฎุตุต"
@@ -174,32 +174,32 @@ msgstr "ุฏู‚ุฉ ุงู„ุนุฑุถ"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "ุฎูŠุงุฑุงุช"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "ู…ูˆุงูู‚"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ุฎุฑูˆุฌ"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -295,25 +295,25 @@ msgstr "ุงุฎุชุฑ ุฏู‚ุฉ ุงู„ุนุฑุถ ูˆ ุนู…ู‚ ุงู„ุฃู„ูˆุงู…"
msgid "Graphics card: %s"
msgstr "ุจุทุงู‚ุฉ ุงู„ุดุงุดุฉ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "ุงู„ุบุงุก"
@@ -390,11 +390,11 @@ msgstr "ุฎุงุฏู… XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "ู…ุดุบู„ XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "ูˆุงุฌู‡ุฉ ุฑุณูˆู…ูŠุฉ ุนู†ุฏ ุจุฏุก ุงู„ุชุดุบูŠู„"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -403,7 +403,7 @@ msgstr ""
"ูŠู…ูƒู†ู†ูŠ ุฌุนู„ ุฌู‡ุงุฒูƒ ูŠุจุฏุฃ X ุจุดูƒู„ ุขู„ูŠ ุจุนุฏ ุงู„ุฅู‚ู„ุงุน.\n"
"ู‡ู„ ุชุฑูŠุฏ X ุฃู† ุจูŠุฏุฃ ุจุนุฏ ุฅุนุงุฏุฉ ุชุดุบูŠู„ ุฌู‡ุงุฒูƒุŸ"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -415,7 +415,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr ""
@@ -487,7 +487,7 @@ msgstr "ู…ุฏู…ุฌ"
msgid "compact"
msgstr "ู…ุฏู…ุฌ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "ูˆุถุนูŠุฉ ุงู„ููŠุฏูŠุฉ"
@@ -495,17 +495,17 @@ msgstr "ูˆุถุนูŠุฉ ุงู„ููŠุฏูŠุฉ"
msgid "Delay before booting default image"
msgstr "ุชูˆู‚ูŠุช ู…ุง ู‚ุจู„ ุงู‚ู„ุงุน ุงู„ุตูˆุฑุฉ ุงู„ุงูุชุฑุงุถูŠุฉ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "ูƒู„ู…ุฉ ุงู„ู…ุฑูˆุฑ"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "ูƒู„ู…ุฉ ุงู„ู…ุฑูˆุฑ (ุซุงู†ูŠุฉ)"
@@ -539,14 +539,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "ุฎูŠุงุฑ ``ุชุดุฏูŠุฏ ุฎูŠุงุฑุงุช ุณุทุฑ ุงู„ุฃูˆุงู…ุฑ`` ุจุฏูˆู† ู‚ุงุฆุฏุฉ ู…ู† ุฏูˆู† ูƒู„ู…ุฉ ู…ุฑูˆุฑ"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "ุฑุฌุงุก ุฌุงูˆู„ ู…ุฑุฉ ุฃุฎุฑู‰"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "ูƒู„ู…ุงุช ุงู„ู…ุฑูˆุฑ ุบูŠุฑ ู…ุชุทุงุจู‚ุฉ"
@@ -583,7 +583,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -591,155 +591,155 @@ msgstr ""
"ู‡ุง ู‡ู†ุง ุงู„ู…ุฏุฎู„ุงุช ุงู„ู…ุฎุชู„ูุฉ.\n"
"ูŠู…ูƒู†ูƒ ุงุถุงูุฉ ู…ุฏุฎู„ุงุช ุฃุฎุฑู‰ ุฃูˆ ุชุบูŠูŠุฑ ุงู„ู…ูˆุฌูˆุฏูŠู†."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "ุงุถุงูุฉ"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "ุงู†ุชู‡ู‰"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "ุชุนุฏูŠู„"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "ู…ุง ู†ูˆุน ุงู„ู…ุฏุฎู„ ุงู„ุฐูŠ ุชุฑูŠุฏ ุงุถุงูุชู‡ุŸ"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "ู„ูŠู†ูƒุณ"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "ู†ุธุงู… ุขุฎุฑ (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "ู†ุธุงู… ุขุฎุฑ (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "ู†ุธุงู… ุขุฎุฑ (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "ุตูˆุฑุฉ"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "ุงู„ุฌุฐุฑ"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "ุงู„ุญุงู‚"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ู„ู„ู‚ุฑุงุกุฉ ูˆ ุงู„ูƒุชุงุจุฉ"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "ุงู„ุฌุฏูˆู„"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "ุบูŠุฑ ุขู…ู†"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "ุนู†ูˆุงู†"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "ุงู„ุฅูุชุฑุงุถูŠ"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "ุญุฌู… Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "ู„ุง ููŠุฏูŠูˆ"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "ุงุฒู„ ุงู„ู…ุฏุฎู„"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "ุบูŠุฑ ู…ุณู…ูˆุญ ุจุงู„ุนู„ุงู…ุงุช ุงู„ูุงุฑุบุฉ"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "ูŠุฌุจ ุฃู† ุชุญุฏุฏ ุตูˆุฑุฉ ุงู„ู†ูˆุงุฉ"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "ูŠุฌุจ ุนู„ูŠูƒ ุชุญุฏูŠุฏ ุชู‚ุณูŠู… ุฌุฐุฑ"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "ู‡ุฐู‡ ุงู„ุนู„ุงู…ุฉ ู…ุณุชุฎุฏู…ุฉ ู…ุณุจู‚ุง"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "ุชู… ุงูŠุฌุงุฏ %s %s ูˆุงุฌู‡ุงุช"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "ู‡ู„ ุนู†ุฏูƒ ูˆุงุญุฏุฉ ุฃุฎุฑู‰ุŸ"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ู‡ู„ ู„ุฏูŠูƒ ุฃูŠ ูˆุงุฌู‡ุงุช %sุŸ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "ู„ุง"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "ู†ุนู…"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "ุฌุงุฑูŠ ุชุซุจูŠุช ู…ุดุบู„ %s ู„ู„ุจุทุงู‚ุฉ %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(ุงู„ูˆุญุฏุฉ %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -750,17 +750,17 @@ msgstr ""
"ุงู„ุฎูŠุงุฑุงุช ููŠ ู‡ูŠุฆุฉ ``name=value name2=value2 ...'' \n"
"ู…ุซู„ุง, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "ุฎูŠุงุฑุงุช ุงู„ูˆุญุฏุฉ:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "ุฃูŠ ู…ุดุบู„ %s ูŠุฌุจ ุฃู† ุงุณุชุฎุฏู…ู‡ุŸ"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -778,15 +778,15 @@ msgstr ""
"ู„ูƒู†\n"
"ู„ุง ูŠุฌุจ ุฃู† ูŠุชุณุจุจ ุฐู„ูƒ ููŠ ุฃูŠ ู…ุดุงูƒู„."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "ุชุญู‚ู‚ ุขู„ูŠ"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "ุญุฏุฏ ุงู„ุฎูŠุงุฑุงุช"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -795,64 +795,64 @@ msgstr ""
"ูุดู„ ุชุญู…ูŠู„ ุงู„ูˆุญุฏุฉ %s.\n"
"ู‡ู„ ุชุฑูŠุฏ ุงู„ู…ุญุงูˆู„ุฉ ุซุงู†ูŠุฉ ุจู…ุนุงู…ู„ุงุช ุฃุฎุฑู‰ุŸ"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "ุงู„ูˆุตูˆู„ ุงู„ู‰ ุจุฑุงู…ุฌ X"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "ุงู„ูˆุตูˆู„ ุงู„ู‰ ุฃุฏูˆุงุช rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "ุงุณู…ุญ ุจู€\"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "ุงู„ูˆุตูˆู„ ุงู„ู‰ ู…ู„ูุงุช ุงู„ุฅุฏุงุฑุฉ"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "ุงู„ูˆุตูˆู„ ุงู„ู‰ ุฃุฏูˆุงุช rpm"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "ุงู„ูˆุตูˆู„ ุงู„ู‰ ุฃุฏูˆุงุช rpm"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(ุชู… ุงุถุงูุฉ %s ู…ุณุจู‚ุง)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ูƒู„ู…ุฉ ุงู„ู…ุฑูˆุฑ ู‡ุฐู‡ ุจุณูŠุทุฉ ุฌุฏุง"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "ุฑุฌุงุกู‹ ู‚ู… ุจุฅุนุทุงุก ุงุณู… ู…ุณุชุฎุฏู…"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "ุงุณู… ุงู„ู…ุณุชุฎุฏู… ูŠุฌุจ ุฃู† ูŠุญุชูˆูŠ ูู‚ุท ุนู„ู‰ ุงู„ุญุฑูˆู ุงู„ุตุบูŠุฑุฉ, ุงู„ุฃุฑู‚ุงู…, `-' ูˆ `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "ุงุณู… ุงู„ู…ุณุชุฎุฏู… ู…ูุถุงู ู…ุณุจู‚ุง"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ุงุณู… ุงู„ู…ุณุชุฎุฏู… ู…ูุถุงู ู…ุณุจู‚ุง"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ุงุถู ู…ุณุชุฎุฏู…"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -861,32 +861,32 @@ msgstr ""
"ุฃุฏุฎู„ ู…ุณุชุฎุฏู…\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ูˆุงูู‚ ุนู„ู‰ ุงู„ู…ุณุชุฎุฏู…"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "ุงู„ุงุณู… ุงู„ุญู‚ูŠู‚ูŠ"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ุงุณู… ุงู„ู…ุณุชุฎุฏู…"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "ุงู„ุบู„ุงู"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "ุฃูŠู‚ูˆู†ุฉ"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "ุฏุฎูˆู„ ุขู„ูŠ"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -894,54 +894,54 @@ msgstr ""
"ูŠู…ูƒู†ู†ูŠ ุงุนุฏุงุฏ ุฌู‡ุงุฒูƒ ู„ุชุณุฌูŠู„ ุงู„ุฏุฎูˆู„ ุขู„ูŠู„ ู„ู…ุณุชุฎุฏู… ู…ุง.\n"
"ู‡ู„ ุชุฑูŠุฏ ุงุณุชุฎุฏุงู… ู‡ุฐู‡ ุงู„ู…ูŠุฒุฉุŸ"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "ุงุฎุชุฑ ุงู„ู…ุณุชุฎุฏู… ุงู„ุงูุชุฑุงุถูŠ:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "ุงุฎุชุฑ ู…ุฏูŠุฑ ุงู„ู†ูˆุงูุฐ ุงู„ุฐูŠ ุณูŠุชู… ุชุดุบูŠู„ู‡:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ู„ุบุฉ ุงู„ุงุณุชุฎุฏุงู…."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "ูŠู…ูƒู†ูƒู† ุงุฎุชูŠุงุฑ ู„ุบุงุช ุฃุฎุฑู‰ ูˆ ุงู„ุชูŠ ุณุชูƒูˆู† ู…ุชูˆูุฑุฉ ุจุนุฏ ุงู„ุชุซุจูŠุช"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ุงู„ูƒู„"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "ุงุณู…ุญ ู„ูƒู„ ุงู„ู…ุณุชุฎุฏู…ูŠู†"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "ู„ุง ู…ุดุงุฑูƒุฉ"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "ุงู„ุญุฒู…ุฉ %s ูŠุฌุจ ุฃู† ุชูุซุจู‘ุช. ู‡ู„ ุชุฑูŠุฏ ุชุซุจูŠุชู‡ุงุŸ"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "ูŠู…ูƒู†ูƒ ุงู„ุชุตุฏูŠุฑ ุจุงุณุชุฎุฏุงู… NFS ุฃูˆ Samba. ุฃูŠ ู…ู†ู‡ู…ุง ุชุฑูŠุฏ"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "ุงู„ุญุฒู…ุฉ ุงู„ุถุฑูˆุฑูŠุฉ %s ู…ูู‚ูˆุฏุฉ"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -950,11 +950,11 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "ุดุบู‘ู„ userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -962,56 +962,56 @@ msgstr ""
"ุงู„ู…ุดุงุฑูƒุฉ ู„ูƒู„ ู…ุณุชุฎุฏู… ุชุณุชุฎุฏู… ุงู„ู…ุฌู…ูˆุนุฉ \"fileshare\".\n"
"ูŠู…ูƒู†ูƒ ุฃู† ุชุณุชุฎุฏู… userdrake ู„ุฅุถุงูุฉ ู…ุณุชุฎุฏู… ููŠ ู‡ุฐู‡ ุงู„ู…ุฌู…ูˆุนุฉ."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "ู…ุฑุญุจุง ุจุงู„ู…ุฎุชุฑู‚ูŠู†"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "ูู‚ูŠุฑ"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "ุงู„ู‚ูŠุงุณูŠ"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "ู…ุฑุชูุน"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "ู…ุฑุชูุน ุฃูƒุซุฑ"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "ู…ุฑุชูุน ุฌุฏุง"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
"or to the Internet. There is no password access."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
msgstr ""
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1021,40 +1021,40 @@ msgid ""
"Internet, you should choose a lower level."
msgstr ""
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
msgstr ""
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "ุฎูŠุงุฑุงุช"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ุชุงุฑูŠุฎ ุงู„ุฅุณุชุนุงุฏุฉ"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "ู…ุณุชูˆู‰ ุงู„ุฃู…ู†"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "ุฅุณุชุฎุฏู… libsafe ู„ู„ู…ู„ู‚ู…ุงุช"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1062,7 +1062,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1079,58 +1079,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "ู„ุง ุชูˆุฌุฏ ู…ุณุงุญูˆ ูƒุงููŠุฉ ููŠ /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "ุณุทุญ ุงู„ู…ูƒุชุจ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "ูŠู…ูƒู†ูƒ ุชุซุจูŠุช ู…ุญู…ู‘ู„ ุงู„ุฅู‚ู„ุงุน ุนู„ู‰ ุงู„ุชุฌุฒุฆุฉ %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "ู„ุง ุชูˆุฌุฏ ู…ุณุงุนุฏุฉ ู„ู‡ุฐุง ุญุชู‰ ุงู„ุขู†.\n"
@@ -1182,106 +1182,106 @@ msgstr "ูˆุถุน Lilo/grub"
msgid "Yaboot mode"
msgstr "ูˆุถุน Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "ุชุซุจูŠุช ุงู„ู†ุธุงู…"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "ุงุนู…ู„ ุชุฌุฒุฆุฉ ุฌุฏูŠุฏุฉ"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "ุฎุทุฃ"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "ุฌุงุฑูŠ ู†ุณุฎ %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "ู„ุง ููŠุฏูŠูˆ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "ุงุฎุชุฑ ู†ูˆุน ุงู„ุชุซุจูŠุช"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1290,21 +1290,21 @@ msgstr ""
"ุฃู†ุช ุชุณุชุฎุฏู… %s ูƒู…ุฏูŠุฑ ุงู‚ู„ุงุน ุญุงู„ูŠุง.\n"
"ุงุถุบุท ุนู„ู‰ ุชู‡ูŠุฆุฉ ู„ุชุดุบูŠู„ ู…ุนุงู„ุฌ ุงู„ุฅุนุฏุงุฏ"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "ุฅุนุฏุงุฏ"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr ""
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1313,44 +1313,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "ูˆุถุน ุงู„ู†ุธุงู…"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "ุดุบู‘ู„ X-Window ุนู†ุฏ ุจุฏุก ุงู„ุชุดุบูŠู„"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "ู„ุง, ู„ุง ุฃุฑูŠุฏ ุฏุฎูˆู„ุง ุฃู„ูŠุง"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "ู†ุนู…, ุฃุฑูŠุฏ ุฏุฎูˆู„ุง ุขู„ูŠุง ู…ุน ู‡ุฐุง )ุงู„ู…ุณุชุฎุฏู…, ุณุทุญ ุงู„ู…ูƒุชุจ("
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "ู…ูˆุงูู‚"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ู„ู… ูŠู…ูƒู† ูุชุญ /etc/inittab ู„ู„ู‚ุฑุงุกุฉ: %s"
@@ -1447,53 +1447,61 @@ msgstr "ุงู„ู†ู…ุณุง"
msgid "United States"
msgstr "ุงู„ูˆู„ุงูŠุงุช ุงู„ู…ุชุญุฏุฉ"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "ุฌุฏูŠุฏ"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "ุงุฒู„ ุงู„ุชุฌู‡ูŠุฒ"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "ุฌู‡ุฒ"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "ุฎุงุฏู…"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "ู†ู‚ุทุฉ ุงู„ุชุฌู‡ูŠุฒ"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "ุฑุฌุงุก ุฃุฏุฎู„ ุณุฑุนุฉ ุณูˆุงู‚ุฉ ูƒุชุงุจุฉ ุงู„ุฃู‚ุฑุงุต"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "ุฎุงุฏู…"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "ู†ู‚ุทุฉ ุงู„ุชุฌู‡ูŠุฒ: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "ุงู„ุฎูŠุงุฑุงุช: %s"
@@ -1584,7 +1592,7 @@ msgstr "ูุงุฑุบ"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "ุฃุฎุฑู‰"
@@ -1724,7 +1732,7 @@ msgstr ""
"ุฌุฏูˆู„ ุงู„ุชู‚ุณูŠู… ุงู„ู…ุญููˆุธ ู„ูŠุณ ุจู†ูุณ ุงู„ุญุฌู…\n"
"ู„ุง ุฒู„ุช ุชุฑูŠุฏ ุงู„ุฅูƒู…ุงู„ุŸ"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "ุชุญุฐูŠุฑ"
@@ -2254,7 +2262,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "ุงุณู… ุงู„ู…ุณุชุฎุฏู…"
@@ -2268,23 +2276,23 @@ msgstr "NIS Domain"
msgid "Search servers"
msgstr "ุงุจุญุซ ููŠ ุฃุฌู‡ุฒุฉ ุงู„ุฎุงุฏู…"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ุชุฌู‡ูŠุฒ %s ู‚ุฏ ูุดู„"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ู„ุง ุฃุนุฑู ูƒูŠู ุฃุฌู‡ุฒ %s ููŠ ุงู„ู†ูˆุน %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr ""
@@ -2362,48 +2370,111 @@ msgstr "ู„ุง ุดูŠุฆ ู„ู„ุนู…ู„"
msgid "Error opening %s for writing: %s"
msgstr " ูุชุญุฉ ุงู„ุฎุทุฅ %s ู„ู„ูƒุชุงุจุฉ :%s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr " CUPS ุงุนุฏุงุฏุงุช"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "ุงู„ู…ุญุฑูƒ"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "ู…ุณุงุนุฏุฉ"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "ูŠุฑุฌู‰ ุงู„ุฅู†ุชุธุงุฑ... ุฌุงุฑูŠ ุชุทุจูŠู‚ ุงู„ุฅุนุฏุงุฏุงุช"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "ู…ู† ูุถู„ูƒ ุงู†ุชุธุฑ"
+
+#: ../../harddrake/sound.pm_.c:208
#, fuzzy
msgid "No known driver"
msgstr "ู…ุดุบู„ X"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "ุบูŠุฑ ู…ุนุฑูˆู"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2528,7 +2599,8 @@ msgid "/_Quit"
msgstr "ุฎุฑูˆุฌ"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_ู…ุณุงุนุฏุฉ"
@@ -2548,75 +2620,76 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_ุชู‚ุฑูŠุฑ ุฎุทุฃ"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/ู…ุณุงุนุฏุฉ/_ุญูˆู„ ุงู„ุจุฑู†ุงู…ุฌ..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "ุชุญู‚ู‚ ุขู„ูŠ"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "ุงู„ุชุญู‚ู‚ ู…ู† ุงู„ุฃู‚ุฑุงุต ุงู„ุตู„ุจุฉ"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "ุนุฑุถ ู…ุนู„ูˆู…ุงุช ุงู„ุนุชุงุฏ"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "ุงุนุฑุถ ุงู„ู…ุนู„ูˆู…ุงุช"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "ุฅุนุฏุงุฏ ุงู„ูุฃุฑุฉ"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "ู…ู† ูุถู„ูƒ ุงู†ุชุธุฑ"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "ุฌุงุฑูŠ ุงุฒุงู„ุฉ ุงู„ุทุงุจุนุฉ \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d ุซูˆุงู†"
@@ -3719,7 +3792,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3734,7 +3807,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3743,31 +3816,31 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "NIS ู„ุง ุชุณุทูŠุน ุง ุณุชุนู…ุงู„ ู‡ุฐ ุง ุงู„ุจุฑู†ุงู…ุฌ ู…ุน"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr ""
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr ""
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -3977,7 +4050,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr ""
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr ""
@@ -4003,11 +4076,11 @@ msgstr ""
msgid "Please choose one of the following classes of installation:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr ""
@@ -4081,7 +4154,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr ""
@@ -4101,7 +4174,7 @@ msgstr ""
msgid "Choose the packages you want to install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr ""
@@ -4128,17 +4201,17 @@ msgid "Installing package %s"
msgstr ""
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "ู‚ุจูˆู„"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4149,16 +4222,16 @@ msgid ""
msgstr ""
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr ""
@@ -4254,7 +4327,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4332,7 +4405,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "ู„ูˆุญุฉ ุงู„ู…ูุงุชูŠุญ"
@@ -4532,66 +4605,66 @@ msgstr ""
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
"If only some CDs are missing, unselect them, then click Ok."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
"%d%%"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4630,7 +4703,7 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4642,155 +4715,155 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "ุฎุงุฏู… NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "ุจุทุงู‚ุฉ ุงู„ุตู‘ูˆุช ISA ู‡ู„ ุนู†ุฏูƒ ุนู†ุฏ"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "ุงู„ูุฃุฑุฉ"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ุทุงุจุนุฉ"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "ุงุญุตู„ ุนู„ู‰ ุฎุทูˆุท Windows"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "ุงู„ุชุญู‚ู‚"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "ุฎุงุฏู… LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr " ุงู„ุฎุงุฏู… NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -4806,21 +4879,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "ุงู„ุชุญู‚ู‚"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domain name"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -4838,19 +4911,19 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "ุงู„ู…ุฏุฎู„ ุงู„ู…ุฑู† ุงู„ุซู‘ุงู†ูŠ"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "ุชุฎุทูŠ"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4866,7 +4939,7 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -4875,28 +4948,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ุขุณู , ู„ุง ู…ุฏุฎู„ ู…ุฑู† ู…ุชุงุญ"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "ุฃุฏุฎู„ ู‚ุฑุต ู…ุฑู† ุจุงู„ุฏู‘ุงุฎู„ %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr " ุฅู†ุดุงุก ู‚ุฑุต ุงู„ุง ู‚ู„ุง ุน "
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr " bootloader ุฅุนุฏุงุฏ "
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4904,25 +4977,25 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr " aboot ู‡ู„ ุชุฑูŠุฏ ุฃู† ุชุณุชุฎุฏู… "
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "bootloader ุงู„ุชู‘ุฑูƒูŠุจ "
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4933,24 +5006,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -4969,16 +5042,16 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
#, fuzzy
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4987,15 +5060,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr ""
@@ -5030,14 +5103,14 @@ msgstr "ู…ุชู‚ุฏู…"
msgid "Basic"
msgstr "Basic"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<-ุณุงุจู‚ "
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "ุงู„ุชุงู„ูŠ"
@@ -5480,7 +5553,7 @@ msgstr "Right \"Windows\" key"
msgid "Circular mounts %s\n"
msgstr "Circular mounts %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr ""
@@ -5618,15 +5691,15 @@ msgstr "ูˆู„ุง ูˆุงุญุฏ"
msgid "No mouse"
msgstr "No mouse"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "ู…ู† ูุถู„ูƒ ุงุฎุชุจุฑ ุงู„ูุฃุฑุฉ"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "To activate the mouse,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr " WHEEL! ุญุฑู‘ูƒ "
@@ -5663,34 +5736,30 @@ msgstr "Collapse Tree"
msgid "Toggle between flat and group sorted"
msgstr ""
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "ูˆุตู‘ู„ ุฅู„ู‰ ุงู„ุฅู†ุชุฑู†ุช "
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "use dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "use pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "use pptp"
@@ -5789,7 +5858,7 @@ msgstr ""
msgid "no network card found"
msgstr "ู„ุง ุจุทุงู‚ุฉ ุดุจูƒุฉ ูˆุฌุฏุช "
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "ุง ุนุฏุงุฏ ุดุจูƒุฉ"
@@ -5801,15 +5870,15 @@ msgid ""
"such as ``mybox.mylab.myco.com''."
msgstr ""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Host ุงุณู… "
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ู…ุนุงู„ุฌ ุฅุนุฏุงุฏ ุงู„ุดุจูƒุฉ"
@@ -5847,8 +5916,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ุฅุนุฏุงุฏ ู‚ุฏูŠู… (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN ุฅุนุฏุงุฏ "
@@ -5880,23 +5949,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr ""
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr ""
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "ู„ุง ุฃุนุฑู "
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5905,25 +5979,25 @@ msgid ""
"card.\n"
msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "ุฅู†ู‡ุงุก"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "ุชุงุจุน"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "ISDN ู…ุง ู‡ูŠุฉ ุจุทุงู‚ุชูƒ"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
msgstr ""
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
@@ -5975,54 +6049,54 @@ msgstr "( ุฎุงุฏู… ุง ุงู„ุฃูˆู‘ู„ ( ุงุฎุชูŠุงุฑูŠู‘ "
msgid "Second DNS Server (optional)"
msgstr ""
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr ""
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr ""
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "ุงุชุตู„"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "ุงู‚ุทุน ุงู„ุฅุชุตุงู„"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "ู‚ู… ุจุฅุนุฏุงุฏ ุงู„ุฅุชุตุงู„"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr ""
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6034,12 +6108,12 @@ msgid ""
"Press OK to continue."
msgstr ""
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr ""
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6047,7 +6121,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6055,95 +6129,95 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr ""
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "ูˆุถุนูŠุฉ ุงู„ุฎุจูŠุฑ"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr ""
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN connection"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "detected %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ูˆุตู„ุฉ ADSL"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "ูˆุตู„ุฉ LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr ""
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "ูˆุตู„ุฉ ุงู†ุชุฑู†ุช"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr ""
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "ุง ุนุฏุงุฏ ุงู„ุดู‘ุจูƒุฉ "
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6151,27 +6225,27 @@ msgid ""
"%s"
msgstr ""
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6179,49 +6253,49 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr ""
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr "(driver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP address"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatic IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "ุงุจุฏุฃ ุนู†ุฏ ุงู„ุฅู‚ู„ุงุน"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6229,41 +6303,49 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "ุงู„ุฎุงุฏู… DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (e.g. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway device"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr ""
+
+#: ../../network/network.pm_.c:380
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr ""
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Proxies ุงุนุฏุงุฏ"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr ""
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
msgstr ""
#: ../../network/shorewall.pm_.c:24
@@ -7584,7 +7666,7 @@ msgstr "ุฌุงุฑูŠ ุงู„ุทุจุงุนุฉ ุนู„ู‰ ุงู„ุทุงุจุนุฉ \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8060,10 +8142,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr ""
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8109,6 +8187,42 @@ msgstr ""
msgid "Not enough partitions for RAID level %d\n"
msgstr ""
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "ู…ุณุชูˆู‰ ุงู„ุฃู…ู†"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "ู…ุณุชูˆู‰ ุงู„ุฃู…ู†"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr ""
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr "ุงู„ู…ุฑุฌุน"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "ุฌุงุฑูŠ ุถุจุท ู…ุณุชูˆู‰ ุงู„ุฃู…ู†"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "ุฑุฌุงุก ุงู†ุชุธุฑ ุฃุซู†ุงุก ุนู…ู„ูŠุฉ ttmkfdir..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -8341,7 +8455,7 @@ msgstr "ุฅู†ุชุฑู†ุช"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "ู†ุธุงู…"
@@ -8428,7 +8542,7 @@ msgstr "ูˆุตู‘ู„ ุฅู„ู‰ ุงู„ุฅู†ุชุฑู†ุช "
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -8476,7 +8590,7 @@ msgstr "ูˆุงุฌู‡ุงุช ุงู„ุฅุณุชุฎุฏุงู…"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -8501,7 +8615,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"ุญูˆู‘ู„ ู…ุงูƒูŠู†ุชูƒ ุฅู„ู‰ ุฎุงุฏู… ู‚ูˆูŠู‘ ู…ุน/ุจ ูู‚ุท ู†ู‚ุฑุงุช ู‚ู„ูŠู„ุฉ ู…ู† ุงู„ ุงู„ูุฃุฑุฉ : ุฎุงุฏู… ุงู„ูˆูŠุจ , "
@@ -8519,7 +8633,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -8534,7 +8648,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -8583,8 +8697,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -8620,11 +8734,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "ุชุฑูƒูŠุจ ุทุฑูˆุฏ ..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "ูŠุฑุฌู‰ ุชุณุฌูŠู„ ุงู„ุฎุฑูˆุฌ ุซู… ุงุณุชุฎุฏู… Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "ูŠุฑุฌู‰ ุงุนุงุฏุฉ ุชุณุฌูŠู„ ุงู„ุฏุฎูˆู„ ุงู„ู‰ %s ู„ุชู†ุดูŠุท ุงู„ุชุบูŠูŠุฑุงุช"
@@ -8672,16 +8786,6 @@ msgstr "ุงุถู ู…ุณุชุฎุฏู…"
msgid "Add/Del Clients"
msgstr "DHCP ุงู„ุนู…ูŠู„"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "ู…ุณุงุนุฏุฉ"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -8735,53 +8839,68 @@ msgstr "ุงุถู ู…ุณุชุฎุฏู…"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP ุงู„ุนู…ูŠู„"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "ุฌุงุฑูŠ ุงู„ุฅุนุฏุงุฏ..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "ุฅุนุฏุงุฏ ู…ุชู‚ุฏู…"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "ุฅุนุฏุงุฉ ุงู„ุฅุนุฏุงุฏ"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "ุฃุฏุฎู„ ู‚ุฑุต ู…ุฑู† ุจุงู„ุฏู‘ุงุฎู„ %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "ุขุณู , ู„ุง ู…ุฏุฎู„ ู…ุฑู† ู…ุชุงุญ"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -8898,13 +9017,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "ุงุฌู…ุงู„ูŠ ุงู„ุชู‚ุฏู…"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -8913,41 +9032,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, c-format
msgid "Bad password on %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "ู„ุง ูŠู…ูƒู† ุฃู† ูŠู†ูุชุญ %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -8958,64 +9077,64 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9023,297 +9142,299 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, fuzzy, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr "ุงุฑุณุงู„ ุงู„ู…ู„ูุงุช ุนู† ุทุฑูŠู‚ FTP"
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr ""
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "ุงู†ุณุฎ ู…ู„ูุงุช ุงู„ู†ุธุงู… ู‚ุจู„:"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ูƒู„ ุงู„ู…ุณุชุฎุฏู…ูŠู† ุงู„ุฐูŠู† ุชุฑูŠุฏ ุชุถู…ูŠู†ู‡ู… ููŠ ุงู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠ."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "ุงุฒู„ ุงู„ู…ุงุฏุฉ ุงู„ู…ุฎุชุงุฑุฉ"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "ุงู„ู…ุณุชุฎุฏู…ูˆู†"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "ุงุณุชุฎุฏู… ุงู„ู‚ุฑุต ุงู„ุตู„ุจ ู„ู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠ"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "ูุถู„ุง ุฃุฏุฎู„ ุงุณู… ุงู„ู…ุณุชุถูŠู ุฃูˆ ุนู†ูˆุงู† IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr "ูุถู„ุงู‹ ุฃุฏุฎู„ ุงู„ุฏู„ูŠู„ ุงู„ู…ูˆุฌูˆุฏุฉ ููŠู‡ ุงู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠุฉ"
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "ุฑุฌุงุก ุฃุฏุฎู„ ุงุณู… ุงู„ุฏุฎูˆู„"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "ุฑุฌุงุก ูƒู„ู…ุฉ ุงู„ู…ุฑูˆุฑ"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "ุชุฐูƒู‘ุฑ ูƒู„ู…ุฉ ุงู„ุณู‘ุฑู‘ ู‡ุฐู‡ "
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "ุฅู„ู‰ ุงู„ู…ุณุงุนุฏ CD/DVDROM ุงู„ุงุณุชุนู…ุงู„ "
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ู…ุณุงุญุฉ ุงู„ู‚ุฑุต ุงู„ู…ุฏู…ุฌ"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "ูุถู„ุง ู‚ู… ุจุงู„ุชุฃุดูŠุฑ ู‡ู†ุง ุงุฐุง ูƒู†ุช ุชุณุชุฎุฏู… ูˆุณูŠุท CDRW"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "ูุถู„ุง ู‚ู… ุจุงู„ุชุฃุดูŠุฑ ู‡ู†ุง ุงุฐุง ูƒู†ุช ุชุณุชุฎุฏู… ูˆุณูŠุท CDRW"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "ููŠู…ุง ู…ุถู‰ CDRW ู…ู† ูุถู„ูƒ ูุญุต ,ุฅุฐุง ุฃุฑุฏุช ุฃู† ุชู…ุญูˆ "
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "ูุถู„ุง ู‚ู… ุจุงู„ุชุฃุดูŠุฑ ู‡ู†ุง ุงุฐุง ูƒู†ุช ุชุณุชุฎุฏู… ูˆุณูŠุท CDRW"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "ูุถู„ุง ู‚ู… ุจุงู„ุชุฃุดูŠุฑ ู‡ู†ุง ุงุฐุง ูƒู†ุช ุชุณุชุฎุฏู… ูˆุณูŠุท CDRW"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "ุงุฎุชุฑ ู…ู„ู"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "ููŠู…ุง ู…ุถู‰ CDRW ู…ู† ูุถู„ูƒ ูุญุต ,ุฅุฐุง ุฃุฑุฏุช ุฃู† ุชู…ุญูˆ "
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "ููŠู…ุง ู…ุถู‰ CDRW ู…ู† ูุถู„ูƒ ูุญุต ,ุฅุฐุง ุฃุฑุฏุช ุฃู† ุชู…ุญูˆ "
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "ููŠู…ุง ู…ุถู‰ CDRW ู…ู† ูุถู„ูƒ ูุญุต ,ุฅุฐุง ุฃุฑุฏุช ุฃู† ุชู…ุญูˆ "
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "ูุถู„ุงู‹ ุฃุฏุฎู„ ุงู„ุฏู„ูŠู„ ุงู„ู…ูˆุฌูˆุฏุฉ ููŠู‡ ุงู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠุฉ"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "ุงู„ุดุจูƒุฉ"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "ุงู„ู†ูˆุน"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "ูƒู„ู‘ ุณุงุนุฉ "
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "ูŠูˆู…ูŠู‘ู‹ุง "
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "ุฃุณุจูˆุนูŠู‘ุง"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "ุดู‡ุฑูŠุง"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "ุงุณุชุฎุฏู… ุงู„ู…ุฑุงู‚ุจ"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -9321,7 +9442,7 @@ msgstr ""
"ูุถู„ุง ุงุฎุชุฑ ุงู„ูุชุฑุฉ \n"
"ู…ุง ุจูŠู† ูƒู„ ุนู…ู„ูŠุฉ ู†ุณุฎ ุงุญุชูŠุงุทูŠ"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -9329,78 +9450,78 @@ msgstr ""
"ุฑุฌุงุก ุงุฎุชุฑ\n"
"ูˆุณูŠุท ุงู„ู†ุณุฎ ุงู„ุงุญุชูŠุงุทูŠ"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ู…ุงุฐุง "
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "ุฃูŠู†"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "ู…ุชู‰ "
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "ุฎูŠุงุฑุงุช ุฃูƒุซุฑ"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "ุฅุนุฏุงุฏุงุช Drakbackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ุฃูŠู† ุชุฑูŠุฏ ุงู„ู†ุณุฎ ุงู„ุงุญุชูŠุงุทูŠ."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "ุนู„ู‰ ุงู„ู‚ุฑุต ุงู„ุตู‘ู„ุจ"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "ุนุจุฑ ุงู„ุดู‘ุจูƒุฉ"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ู…ุง ุชุฑูŠุฏ ู†ุณุฎู‡ ุงุญุชูŠุงุทูŠุงู‹"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "ู†ุธุงู… ุงู„ู…ุณุงุนุฏ"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "ู…ุณุชุฎุฏู…ูˆ ุงู„ู…ุณุงุนุฏ"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "ุงุฎุชุฑุงู„ู…ุณุชุฎุฏู… ูŠุฏูˆูŠู‘ู‹ุง"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -9408,7 +9529,7 @@ msgstr ""
"\n"
"ู…ุตุงุฏุฑ ุงู„ู…ุณุงุนุฏ :\n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -9416,7 +9537,7 @@ msgstr ""
"\n"
"-ู…ู„ูู‘ุงุช ุงู„ู†ู‘ุธุงู… :\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -9424,7 +9545,7 @@ msgstr ""
"\n"
"-ู…ู„ูู‘ุงุช ุงู„ู…ุณุชุฎุฏู…:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -9432,7 +9553,7 @@ msgstr ""
"\n"
"-ุงู„ู…ู„ูู‘ุงุช ุงู„ุฃุฎุฑู‰:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -9441,32 +9562,32 @@ msgstr ""
"\n"
"- ุงุญูุฏ ุงู„ู‚ุฑุต ุงู„ุตู‘ู„ุจ ุนู„ู‰ ุงู„ุทู‘ุฑูŠู‚ :%s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "ุฌู‡ุงุฒ ุงู„ูุฃุฑุฉ: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, fuzzy, c-format
msgid ""
"\n"
@@ -9475,12 +9596,12 @@ msgstr ""
"\n"
"-FTP ูˆ ุนู„ู‰ host ุงุญูุฏ ุนู„ู‰: %s\n"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy, c-format
msgid ""
"\n"
@@ -9489,14 +9610,14 @@ msgstr ""
"\n"
"-FTP ูˆ ุนู„ู‰ host ุงุญูุฏ ุนู„ู‰: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -9504,19 +9625,19 @@ msgstr ""
"\n"
"- ุฎูŠุงุฑุงุช:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackups use tar and bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackups use tar and gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -9525,332 +9646,332 @@ msgstr ""
"\n"
"-Daemon (%s) include :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Network by SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr ""
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr ""
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "ุงุถุบุท ู…ูˆุงูู‚ ู„ุงุณุชุนุงุฏุฉ ู…ู„ูุงุช ุงุฎุฑู‰"
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr "ู‚ุงุฆู…ุฉ ุงู„ู…ุณุชุฎุฏู…ูŠู† ุงู„ุฐูŠู† ุณูŠุชู… ุงุณุชุนุงุฏุชู‡ู…"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "ุงู†ุณุฎ ู…ู„ูุงุช ุงู„ู†ุธุงู… ู‚ุจู„:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ุชุงุฑูŠุฎ ุงู„ุฅุณุชุนุงุฏุฉ"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "ุงุณุชุฎุฏู… ุงู„ู‚ุฑุต ุงู„ุตู„ุจ ู„ู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠ"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "ูˆุตู„ุฉ FTP"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "ูˆุตู„ุฉ ุขู…ู†ุฉ"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "ุงุณุชุนุฏ ู…ู† ุงู„ู‚ุฑุต ุงู„ุตู„ุจ"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "ูุถู„ุงู‹ ุฃุฏุฎู„ ุงู„ุฏู„ูŠู„ ุงู„ู…ูˆุฌูˆุฏุฉ ููŠู‡ ุงู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠุฉ"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "ุงุฎุชุฑ ูˆุณูŠุท ุขุฎุฑ ู„ู„ุงุณุชุนุงุฏุฉ ู…ู†ู‡"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "ูˆุณูŠุท ุขุฎุฑ"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "ุงุณุชุนุฏ ุงู„ู†ู‘ุธุงู…"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "ุฃุนุฏ ุงู„ู…ุณุชุฎุฏู…ูŠู† "
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "ุงุณุชุนุฏ ุขุฎุฑ"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "ุงุฎุชุฑ ู…ุณุงุฑ ุงู„ุฅุณุชุนุงุฏุฉ (ุจุฏู„ุงู‹ ู…ู† / )"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "ู‚ู… ุจู†ุณุฎ ุงุญุชูŠุงุทูŠ ุฌุฏูŠุฏ ูุจู„ ุงู„ุฅุณุชุนุงุฏุฉ (ูู‚ุท ู„ู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠุฉ ุงู„ู…ุชุฏุฑุฌุฉ)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "ุฃุฒู„ ุฃุฏู„ุฉ ุงู„ู…ุณุชุฎุฏู…ูŠู† ู‚ุจู„ ุงู„ุฅุณุชุนุงุฏุฉ"
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "ุงุฒู„ ุงู„ู…ุงุฏุฉ ุงู„ู…ุฎุชุงุฑุฉ"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "ุงุณุชุนุฏ ุขุฎุฑ"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "ุงุณุชุนุฏ ู…ู† ุงู„ู‚ุฑุต ุงู„ุตู„ุจ"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "ุงุณุชุนุงุฏุฉ ุฌุฏูˆู„ ุงู„ุชู‚ุณูŠู…"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "ุฃุนุฏ ุงู„ู…ุณุชุฎุฏู…ูŠู† "
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Host ุงุณู… "
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "ูƒู„ู…ุฉ ุงู„ู…ุฑูˆุฑ"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "ุงุณู… ุงู„ู…ุณุชุฎุฏู…"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "ุงุณู… ุงู„ู…ุณุชุถูŠู :"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "ุงุณุชุนุฏ ุขุฎุฑ"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "ุงุณุชุนุฏ ูƒู„ ุงู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠุฉ"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "ุงุณุชุนุงุฏุฉ ู…ุฎุตุตุฉ"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "ุงุณุชุนุงุฏุฉ ุฌุฏูˆู„ ุงู„ุชู‚ุณูŠู…"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "ุฃุนุฏ ุงู„ู…ุณุชุฎุฏู…ูŠู† "
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "ุงู„ุณุงุจู‚"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "ุญูุธ"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "ุงุจู†ูŠ ุงู„ู†ุณุฎุฉ ุงู„ุฅุญุชูŠุงุทูŠุฉ"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "ุงุณุชุนุงุฏุฉ"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "ุงู„ุญุฒู…ุฉ %s ูŠุฌุจ ุฃู† ุชูุซุจู‘ุช. ู‡ู„ ุชุฑูŠุฏ ุชุซุจูŠุชู‡ุงุŸ"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ุชุงุฑูŠุฎ ุงู„ุฅุณุชุนุงุฏุฉ..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ูˆุณูŠุท ุงู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠ..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "ุฑุฌุงุก ุงุฎุชุฑ ุงู„ุจูŠุงู†ุงุช ุงู„ู…ุทู„ูˆุจ ู†ุณุฎู‡ุง ุงุญุชูŠุงุทูŠุง..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -9858,59 +9979,59 @@ msgstr ""
"ู„ู… ูŠุชู… ุงูŠุฌุงุฏ ู…ู„ู ุชู‡ูŠุฆุฉ \n"
"ูุถู„ุง ุงุถุบุท ู…ุนุงู„ุฌ ู„ุฃูˆ ู…ุชู‚ุฏู…."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "ุชุญุช ุงู„ุชุทูˆูŠุฑ ... ุงู†ุชุธุฑ ูุถู„ุง"
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "ุงู†ุณุฎ ู…ู„ูุงุช ุงู„ู†ุธุงู…"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "ุงู†ุณุฎ ู…ู„ูุงุช ุงู„ู…ุณุชุฎุฏู…"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "ุงู†ุณุฎ ู…ู„ูุงุช ุฃุฎุฑู‰"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "ุงุฌู…ุงู„ูŠ ุงู„ุชู‚ุฏู…"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "ุงุฑุณุงู„ ุงู„ู…ู„ูุงุช ุนู† ุทุฑูŠู‚ FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "ุฌุงุฑูŠ ุงุฑุณุงู„ ุงู„ู…ู„ูุงุช..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "ู‚ู… ุจุงู„ู†ุณุฎ ุงู„ุขู† ู…ู† ู…ู„ู ุงู„ุชู‡ูŠุฆุฉ"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "ุงุนุฑุถ ุชู‡ูŠุฆุฉ ุงู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠ"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "ุฅุนุฏุงุฏุงุช ุงู„ู…ุนุงู„ุฌ"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "ุฅุนุฏุงุฏ ู…ุชู‚ุฏู…"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "ู‚ู… ุจุงู„ู†ุณุฎ ุงู„ุฅุญุชูŠุงุทูŠ ุงู„ุขู†"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -9942,7 +10063,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -9951,7 +10072,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -9992,7 +10113,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10020,19 +10141,19 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" ุฌู…ูŠุน ุงู„ุญู‚ูˆู‚ ู…ุญููˆุธุฉ (C) 2001 MandrakeSoft ู…ู† ุฏูˆุจูˆู† ุณูŠุจุงุณุชูŠุงู† <dupont_s"
"\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10065,7 +10186,7 @@ msgstr ""
"02111-1307,\n"
" USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10105,7 +10226,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10116,7 +10237,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10129,7 +10250,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10211,8 +10332,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "ุฃุฏูˆุงุช ุณุทุฑ ุงู„ุฃูˆุงู…ุฑ"
@@ -10287,28 +10408,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "ุงุณุชุนุงุฏุฉ"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "ู…ุง ุจุนุฏ ุงุฒุงู„ุฉ ุงู„ุชุซุจูŠุช"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "ุณุชูƒูˆู† ู„ู‚ุทุงุช ุงู„ุดุงุดุฉ ู…ูˆุฌูˆุฏุฉ ุจุนุฏ ุงู„ุชุซุจูŠุช ููŠ %s"
@@ -10409,10 +10530,6 @@ msgstr "ุงู„ู…ุนุงู„ุฌ..."
msgid "Apply"
msgstr "ุชุทุจูŠู‚"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "ูŠุฑุฌู‰ ุงู„ุฅู†ุชุธุงุฑ... ุฌุงุฑูŠ ุชุทุจูŠู‚ ุงู„ุฅุนุฏุงุฏุงุช"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "ู…ุชู‘ุตู„ "
@@ -10532,7 +10649,7 @@ msgstr "ุงุณู… ุงู„ูˆุญุฏุฉ"
msgid "Size"
msgstr "ุญุฌู…"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "ุฏุฑูŠูƒ ู„ู„ุงู‚ุฑุงุต ุงู„ู…ุฑู†ุฉ"
@@ -10597,12 +10714,12 @@ msgstr "ุงู„ู†ุงุชุฌ"
msgid "Build the disk"
msgstr "ุฌู‡ุฒ ุงู„ู‚ุฑุต"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "ุชุฃูƒุฏ ู…ู† ูˆุฌูˆุฏ ุงู„ูˆุณูŠุท ู„ู„ูˆุญุฏุฉ %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -10611,12 +10728,12 @@ msgstr ""
"ู„ุง ูŠูˆุฌุฏ ูˆุณุท ุฃูˆ ุฑุจู…ุง ูŠูƒูˆู† ุงู„ูˆุณุท ู…ุญู…ูŠ ู…ู† ุงู„ู‚ุฑุงุกุฉ ู„ู„ุฌู‡ุงุฒ %s.\n"
"ูุถู„ุงู‹ ุงุฏุฎู„ ูˆุณุท ูู‰ ุงู„ูˆุญุฏุฉ."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "ุชุนุฐุฑ ุชู†ููŠุฐ: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11061,154 +11178,154 @@ msgstr ""
"\n"
"ุงุถุบุท ุนู„ู‰ ุชู‡ูŠุฆุฉ ู„ุชุดุบูŠู„ ู…ุนุงู„ุฌ ุงู„ุฅุนุฏุงุฏ."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "ู…ุฌู…ูˆุนุฉ ุงู„ุนู…ู„"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "ุงู„ู…ุณุชุฎุฏู…"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "ุฅู„ุบุงุก"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "ุงู†ุชู‡ู‰"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "ุงุถุงูุฉ ูˆุญุฏุฉ"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "ุฃุถู ุทุงุจุนุฉ ุฌุฏูŠุฏุฉ"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "ุชู… ุงุฒุงู„ุฉ ุงุฎุชูŠุงุฑ ุงู„ูƒู„"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "ุงุฒู„ ุงู„ู…ุงุฏุฉ ุงู„ู…ุฎุชุงุฑุฉ"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "ูˆุงูู‚ ุนู„ู‰ ุงู„ู…ุณุชุฎุฏู…"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
msgstr ""
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "ุงู„ุจูˆุงุจุฉ"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "ุฅุฎุชูŠุงุฑ ูˆุญุฏุงุช ุงู„ุทุงุจุนุฉ"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "ุงู„ู…ุณุชุฎุฏู…"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "ู…ุฌู…ูˆุนุฉ ุงู„ุนู…ู„"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "ู„ู… ูŠุชู… ุงูŠุฌุงุฏ ุจุทุงู‚ุฉ ุชู„ูุงุฒ!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
#, fuzzy
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
@@ -11229,136 +11346,146 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "ุตู†ุน ู‚ุฑุต ู…ุฑู† ู„ุจุฏุก ุงู„ู†ุธุงู…"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "ุฏู‚ุฉ ุงู„ุนุฑุถ"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "ุฅุฎุชุฑ ู…ู„ู"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "ุงุณู… ุงู„ู…ุณุชุฎุฏู…"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Proxies ุงุนุฏุงุฏ"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "ุฎุฑูˆุฌ"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "ุชุซุจูŠุช ุงู„ู†ุธุงู…"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "ุชู‡ูŠุฆุฉ ุงู„ุฎุฏู…ุงุช"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "ูˆุญุฏุฉ"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "ูˆุญุฏุฉ"
+msgid "Save theme"
+msgstr "ุชุซุจูŠุช ุงู„ู†ุธุงู…"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "ุฅุฎุชุฑ ุดุงุดุฉ"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "ุฅุฎุชูŠุงุฑ ูˆุญุฏุงุช ุงู„ุทุงุจุนุฉ"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr ""
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "ุฌุงุฑูŠ ุงู„ุชุญู‚ู‚ ู…ู† ุงู„ุฃุฌู‡ุฒุฉ ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11502,6 +11629,13 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "ุงู„ุงุณุชุนู…ุงู„: keyboarddrake [--expert][ู„ูˆุญุฉ ุงู„ู…ูุงุชูŠุญ]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "ุงู„ุงุณุชุนู…ุงู„: keyboarddrake [--expert][ู„ูˆุญุฉ ุงู„ู…ูุงุชูŠุญ]\n"
@@ -11530,11 +11664,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "ู„ู… ุฃุชู…ูƒู† ู…ู† ุจุฏุก ุงู„ุชุฑู‚ูŠุฉ ุงู„ุญูŠุฉ !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "ุชู… ุนู…ู„ ุงู„ุชุบูŠูŠุฑ, ูˆ ู„ูƒู† ู„ูŠุชู… ุชูุนูŠู„ู‡ ูŠุฌุจ ุนู„ูŠูƒ ุงู„ุฎุฑูˆุฌ"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -11815,16 +11949,13 @@ msgstr ""
"ูŠู…ูƒู†ูƒ ุงู„ุขู† ู…ุณุญ ุงู„ู…ุณุชู†ุฏุงุช ุจุงุณุชุฎุฏุงู… ``XSane'' ู…ู† ูุฑุน ูˆุณุงุฆุท ู…ุชุนุฏุฏุฉ/ุจุฑุงู…ุฌ ุฑุณูˆู…ูŠุฉ "
"ููŠ ู‚ุงุฆู…ุฉ ุงู„ุชุทุจูŠู‚ุงุช."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -11899,7 +12030,7 @@ msgstr "ุชุซุจูŠุช ุชุญุฏูŠุซุงุช ุงู„ู†ุธุงู…"
msgid "Exit install"
msgstr "ุงู„ุฎุฑูˆุฌ ู…ู† ุงู„ุชุซุจูŠุช"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -12146,6 +12277,18 @@ msgstr "ูˆุณุงุฆุท ู…ุชุนุฏุฏุฉ - ู†ุณุฎ ุฃู‚ุฑุงุต"
msgid "Scientific Workstation"
msgstr "ู…ุญุทุฉ ุนู…ู„ ุนู„ู…ูŠุฉ"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Proxies ุงุนุฏุงุฏ"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "ุฎุฑูˆุฌ"
+
#~ msgid ""
#~ "tinyfirewall configurator\n"
#~ "\n"
@@ -12507,9 +12650,6 @@ msgstr "ู…ุญุทุฉ ุนู…ู„ ุนู„ู…ูŠุฉ"
#~ msgid "xinetd"
#~ msgstr "xinetd"
-#~ msgid "Setting security level"
-#~ msgstr "ุฌุงุฑูŠ ุถุจุท ู…ุณุชูˆู‰ ุงู„ุฃู…ู†"
-
#~ msgid "Select a graphics card"
#~ msgstr "ุงุฎุชุฑ ุจุทุงู‚ุฉ ุดุงุดุฉ"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index 197fab395..57ae9d501 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-09-01 22:26GMT +0200\n"
"Last-Translator: Vasif ฤฐsmayฤฑloฤŸlu MD <azerb_linux@hotmail.com>\n"
"Language-Team: Azerbaijani Turkish <linuxaz@azerimal.net>\n"
@@ -91,24 +91,24 @@ msgstr "Bรผtรผn baลŸlฤฑqlarฤฑ ayrฤฑ ayrฤฑ quraลŸdฤฑr"
msgid "Use Xinerama extension"
msgstr "Xinerama ifadษ™lษ™rini iลŸlษ™t"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Tษ™kcษ™ \"%s\" kartฤฑnฤฑ qur (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "3D avadanlฤฑq sรผr'ษ™tlษ™ndirmษ™si ilษ™ XFree %s"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -120,17 +120,17 @@ msgstr ""
"Sizin kartฤฑnฤฑza XFree %s tษ™rษ™findษ™n dษ™stษ™k verilir ve bu 2D รผรงรผn daha yaxลŸฤฑ "
"bir fikir olar."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Sizin kartฤฑnฤฑzฤฑn XFree %s ilษ™ 3D dษ™stษ™yi ola bilษ™r."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "SINAQ MฦRHฦLฦSฤฐNDฦKฤฐ 3D sรผr'ษ™tlษ™ndirmษ™ dษ™stษ™kli XFree %s"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -144,7 +144,7 @@ msgstr ""
"Sizin kartฤฑnฤฑza XFree %s tษ™rษ™findษ™n dษ™stษ™k verilir ve bu 2D รผรงรผn daha yaxลŸฤฑ "
"bir seรงki olar."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -153,12 +153,12 @@ msgstr ""
"Sizin kartฤฑnฤฑzฤฑn XFree %s ilษ™ 3D dษ™stษ™yi ola bilษ™r.\n"
"DฤฐQQฦT! BU SINAQ MฦRHฦLฦSINDฦDIR Vฦ KOMPรœTERฤฐNฤฐZ DONDURA BILฦR."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Xรผsusi"
@@ -179,32 +179,32 @@ msgstr "Rezolyusiya"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Seรงษ™nษ™klษ™r"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Oldu"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ร‡ฤฑx"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -297,25 +297,25 @@ msgstr "Rezolyusiya vษ™ rษ™ng dษ™rinliyini seรงin"
msgid "Graphics card: %s"
msgstr "Ekran kartฤฑ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Lษ™ฤŸv et"
@@ -392,11 +392,11 @@ msgstr "XFree86 verici: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 sรผrรผcรผ: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X ilษ™ AรงฤฑlฤฑลŸ"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -405,7 +405,7 @@ msgstr ""
"Kompรผterinizi avtomatik olaraq X ilษ™ aรงฤฑlmasฤฑ รผรงรผn qura bilษ™rษ™m.\n"
"AรงฤฑlฤฑลŸda X Window ilษ™ baลŸlamaq istษ™yirsiniz?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -417,7 +417,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "ISDN baฤŸlantฤฑnฤฑzฤฑn nรถvรผ nษ™dir?"
@@ -490,7 +490,7 @@ msgstr "Bษ™sit"
msgid "compact"
msgstr "bษ™sit"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Ekran modu"
@@ -498,17 +498,17 @@ msgstr "Ekran modu"
msgid "Delay before booting default image"
msgstr "AรงฤฑlฤฑลŸda gecikmษ™ mรผddษ™ti"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Parol"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Parol (tษ™krar)"
@@ -543,14 +543,14 @@ msgid ""
msgstr ""
"``ฦmr sษ™tiri seรงษ™nษ™klษ™rini mษ™hdudlaลŸdฤฑr`` seรงษ™nษ™yi parolsuz bir iลŸษ™ yaramaz"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "XahiลŸ edirik tษ™krar sฤฑnayฤฑn"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Parollar uyฤŸun gษ™lmir"
@@ -587,7 +587,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -595,156 +595,156 @@ msgstr ""
"Buradakฤฑ bir birindษ™n fษ™rqli seรงษ™nษ™klษ™rษ™ yenilษ™rini ษ™lavษ™ edษ™ bilษ™r,\n"
"ya da mรถvcud olanlarฤฑ dษ™yiลŸdirษ™ bilษ™rsiniz."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "ฦlavษ™ et"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Qurtardฤฑ"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Tษ™kmillษ™ลŸdir"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Ne cรผr bir giriลŸ istษ™yirsiniz?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linuks"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Digษ™r sistemlษ™r (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Digษ™r sistemlษ™r (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Digษ™r sistemlษ™r (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "ฦks"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Kรถk"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Sonuna ษ™lavษ™ et"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Oxu-yaz"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Cษ™dvษ™l"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "E'tibarsฤฑz"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etiket"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "ฦsas"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd bรถyรผklรผyรผ"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVฤฐdeo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "GiriลŸi sil"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "BoลŸ etiket qษ™bul edilษ™ bilmษ™z"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "Bir swap sahษ™sinษ™ ehtiyacฤฑnฤฑz var"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Bu etiket istifadษ™ edilmษ™z"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s ara รผzรผ tapฤฑldฤฑ"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "BaลŸqa var?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Heรง %s ara รผzรผ var?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Xeyr"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Bษ™li"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Avadanlฤฑq mษ™'lumatฤฑna bax"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%s kartฤฑ (%s) รผรงรผn sรผrรผcรผ yรผklษ™nir"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -755,17 +755,17 @@ 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:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Modul seรงษ™nษ™klษ™ri:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Hansฤฑ %s sรผrรผcรผsรผ sฤฑnansฤฑn?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -782,15 +782,15 @@ msgstr ""
"Bษ™'zษ™n tanฤฑmlama kompรผterinizi dondura bilษ™r amma donduฤŸu รผรงรผn\n"
"kompรผterinizษ™ heรง bir ลŸey olmaz."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Avtomatik yoxla"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Seรงษ™nษ™klษ™ri gรถstษ™r"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -799,64 +799,64 @@ msgstr ""
"%s modulunun yรผklษ™nmษ™si iflas etdi.\n"
"Yenidษ™n baลŸqa bir parametr ilษ™ sฤฑnamaq istษ™yirsiniz?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s artฤฑq ษ™lavษ™ edilmiลŸdir)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Zษ™if parol seรงdiniz!"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "XahiลŸ edirik bir istifadษ™รงi adฤฑ alฤฑn"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"ฤฐstifadษ™รงi adฤฑnda sadacษ™ kiรงik hษ™rflษ™r, rษ™qษ™mlษ™r, `-' vษ™ `_' xarakterlษ™ri "
"ola bilษ™r"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Bu istifadษ™รงi adฤฑ artฤฑq vardฤฑr"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Bu istifadษ™รงi adฤฑ artฤฑq vardฤฑr"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ฤฐstifadษ™รงini ษ™lavษ™ et"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -865,32 +865,32 @@ msgstr ""
"Bir istifadษ™รงi girin\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ฤฐstifadษ™รงini qษ™bul et"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Hษ™qiqi adฤฑ"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ฤฐstifadษ™รงi adฤฑ"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Qabฤฑq"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Timsal"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Avtomatik GiriลŸ"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -899,59 +899,59 @@ msgstr ""
"Kompรผterinizi avtomatik olaraq bir istifadษ™รงi ilษ™ baลŸlada bilษ™rษ™m.\n"
"ฤฐstษ™mirsiniz isษ™ rษ™dd edin."
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "ฦsas istifadษ™รงini seรงin:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "ฤฐstifadษ™ etmษ™k istษ™diyiniz pษ™ncษ™rษ™ idarษ™รงisini seรงin:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "XahiลŸ edirik istifadษ™ รผรงรผn bir dil seรงin."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Qurulumdan sonra istifadษ™ edษ™ bilษ™cษ™yiniz baลŸqa dillษ™r seรงษ™ bilษ™rsiniz"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Hamฤฑsฤฑ"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "ฤฐstifadษ™รงi ษ™lavษ™ et"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "CUPS baลŸlayฤฑr"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Bu paket yenilษ™nmษ™lidir\n"
"Sistemdษ™n รงฤฑxarmaq mรถvzusunda ciddisiniz?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -960,42 +960,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Krakerlษ™rษ™ xoลŸgษ™lmiลŸsiniz"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Zษ™if"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standart"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Yรผksษ™k"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Yรผksษ™k"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "ลžรผbhษ™ci"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1006,7 +1006,7 @@ msgstr ""
"iลŸlษ™dilษ™cษ™k, ancaq xษ™talara qarลŸฤฑ da hษ™ssaiyyษ™ti dษ™ artacaqdฤฑr. ฤฐnternetษ™ \n"
"baฤŸlฤฑ isษ™niz bunu tรถvsiyษ™ etmirik. Parol ilษ™ girilir."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1014,7 +1014,7 @@ msgstr ""
"Parollar fษ™allaลŸdฤฑrฤฑldฤฑ, yenษ™ dษ™ bir ลŸษ™bษ™kษ™ รผstรผndษ™ istifadษ™ edilmษ™mษ™si "
"tรถvsiyษ™ edilir."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1023,13 +1023,13 @@ msgstr ""
"ฤฐnternetษ™ baฤŸlฤฑ bir kompรผter รผรงรผn standart vษ™ tรถvsiyษ™ edilษ™n bir "
"tษ™hlรผkษ™sizlik sษ™viyyษ™sidir."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1044,7 +1044,7 @@ msgstr ""
"Tษ™hlรผkษ™sizlik, birdษ™n รงox alฤฑcฤฑnฤฑn baฤŸlanmasฤฑna icazษ™ verษ™cษ™k ลŸษ™kildษ™ "
"artฤฑrฤฑlmฤฑลŸdฤฑr. "
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1054,36 +1054,36 @@ msgstr ""
"tamamilษ™ qapalฤฑdฤฑr.\n"
"Tษ™hlรผkษ™sizlik sษ™viyyษ™si indi ษ™n รผstdษ™dir."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Seรงษ™nษ™klษ™r"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Tษ™hlรผkษ™sizlik sษ™viyyษ™sini seรงin"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Tษ™hlรผkษ™sizlik sษ™viyyษ™sinin quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "X verici รผรงรผn seรงษ™nษ™klษ™ri gรถstษ™rin"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1096,7 +1096,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1121,7 +1121,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Emeliyyat sistemi secici GRUB'a xos gษ™lmissiniz!"
@@ -1135,7 +1135,7 @@ msgstr "Emeliyyat sistemi secici GRUB'a xos gษ™lmissiniz!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "%c ve %c duymeleri ile isฤฑqlandฤฑrฤฑlmฤฑs girisleri sece bilersiniz"
@@ -1150,7 +1150,7 @@ msgstr "%c ve %c duymeleri ile isฤฑqlandฤฑrฤฑlmฤฑs girisleri sece bilersiniz"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Sistemi secili emeliyyat sistemiyle acmaq ucun entere,"
@@ -1164,7 +1164,7 @@ msgstr "Sistemi secili emeliyyat sistemiyle acmaq ucun entere,"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
"acilisdan evvel emrleri duzeltmษ™k ucun 'e', emr setiri ucun ise 'c' basin"
@@ -1179,33 +1179,33 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Isaretli secenek %d saniye icinde sistemi acacaq."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "/boot iรงindษ™ lazฤฑmi yer yoxdur"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Masa รœstรผ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "BaลŸlama Menyusu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Sistem yรผklษ™yicisini haraya qurmaq istษ™yirsiniz?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "hษ™lษ™lik yardฤฑm sistemi mรถvcud deyildir.\n"
@@ -1257,106 +1257,106 @@ msgstr "Lilo/grub modu"
msgid "Yaboot mode"
msgstr "Yaboot modu"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Sistemi qur"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Yeni bรถlmษ™ yarat"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Xษ™ta"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "NoVฤฐdeo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "QuruluลŸ sinifini seรงin"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1365,22 +1365,22 @@ msgstr ""
"AรงฤฑlฤฑลŸ ฤฐdarษ™รงisi olaraq hazฤฑrda %s iลŸlษ™dirsiniz.\n"
"QuraลŸdฤฑrma sehirbazฤฑnฤฑ baลŸlatmaq รผรงรผn tฤฑqlayฤฑn."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Qur"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Paket seรงkilษ™rini saxla"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1389,45 +1389,45 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sistem modu"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "AรงฤฑlฤฑลŸda X-Window sistemini baลŸlat"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Xeyr, Avtomatik giriลŸ istษ™mirษ™m"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
"Bษ™li, bu istifadษ™รงi รผรงรผn avtomatik giriลŸ istษ™yirษ™m (istifadษ™รงi, masa รผstรผ)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Oldu"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "/etc/inittab oxunmaq รผรงรผn aรงฤฑla bilmir: %s"
@@ -1533,53 +1533,61 @@ msgstr "serial"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "yeni"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Ayฤฑr"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "BaฤŸla"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Verici"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "BaฤŸlama nรถqtษ™si"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "XahiลŸ edirik siรงanฤฑnฤฑzฤฑ seรงin"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Verici"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "BaฤŸlama nรถqtษ™si: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Seรงษ™nษ™klษ™r: %s"
@@ -1669,7 +1677,7 @@ msgstr "BoลŸ"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Digษ™r"
@@ -1820,7 +1828,7 @@ msgstr ""
"Yedษ™k bรถlmษ™ cษ™dvษ™li eyni bรถyรผklรผyษ™ sahib deyil\n"
"Davam etmษ™k istษ™yirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Xษ™bษ™rdarlฤฑq"
@@ -2391,7 +2399,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "ฤฐstifadษ™รงi adฤฑ"
@@ -2406,23 +2414,23 @@ msgstr "NIS sahษ™si"
msgid "Search servers"
msgstr "DNS verici"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ลŸษ™killษ™ndirilmษ™sindษ™ %s bรถlmษ™ xษ™tasฤฑ"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "%s'i necษ™ ลŸษ™killษ™ndirษ™cษ™yimi bilmirษ™m (Nรถv: %s)"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s ayrฤฑlฤฑrkษ™n xษ™ta oldu: %s"
@@ -2512,46 +2520,110 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Yazmaq รผรงรผn aรงฤฑlan %s'dษ™ xษ™ta: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Yerli ลžษ™bษ™kษ™ QuraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Sรผrรผcรผ"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/_Yardฤฑm"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Lรผtdษ™n Gรถzlษ™yin... QurฤŸular ษ™lavษ™ edilir"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "XahiลŸ edirik gรถzlษ™yin"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2678,7 +2750,8 @@ msgid "/_Quit"
msgstr "ร‡ฤฑx"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Kรถmษ™k"
@@ -2698,76 +2771,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Kรถmษ™k/_Haqqฤฑnda..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Avtomatik yoxla"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Sabit disk seรงkisi"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Avadanlฤฑq mษ™'lumatฤฑna bax"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Mษ™'lumatฤฑ gรถstษ™r"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Siรงan qurฤŸularฤฑ"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "%s qapฤฑsฤฑnda tapฤฑldฤฑ"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "XahiลŸ edirik gรถzlษ™yin"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "CUPS sรผrรผcรผ datasฤฑ oxunur..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d saniyษ™ sonra รงฤฑxฤฑlacaq"
@@ -4231,7 +4305,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4255,7 +4329,7 @@ msgstr ""
"\n"
"Bu vericilษ™ri qurmaq istษ™yirsiniz?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4264,20 +4338,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "NฤฐS domeyni olmadan translasiya iลŸlษ™dilษ™ bilmษ™z"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "%s sรผrรผcรผsรผnษ™ FAT ลŸษ™killษ™ndirilmiลŸ bir disket taxฤฑn"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Bu floppi FAT ลŸษ™klindษ™ deyildir"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4285,12 +4359,12 @@ msgstr ""
"Bu saxlanmฤฑลŸ paketlษ™r seรงkisini iลŸlษ™tmษ™k รผรงรผn qurulumu ``linux "
"defcfg=floppy''ilษ™ baลŸladฤฑn."
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "%s faylฤฑ oxunurkan xษ™ta oldu"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4536,7 +4610,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "%s Sisteminษ™ XoลŸgษ™lmiลŸsiniz"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Disket sรผrรผcรผ yoxdur"
@@ -4568,11 +4642,11 @@ msgstr "Qurulum Sinifi"
msgid "Please choose one of the following classes of installation:"
msgstr "XahiลŸ edirik aลŸaฤŸฤฑdakฤฑ qurulum siniflษ™rindษ™n birisini seรงiniz:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Paket Qrup Seรงkisi"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Fษ™rdi paket seรงkisi"
@@ -4648,7 +4722,7 @@ msgstr "Avtomatik seรงili paketlษ™ri gรถstษ™r"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Qurulum"
@@ -4671,7 +4745,7 @@ msgstr "Qurulumdan รงฤฑx"
msgid "Choose the packages you want to install"
msgstr "Qurmaq istษ™diyiniz paketlษ™ri seรงin"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Qurulur"
@@ -4698,17 +4772,17 @@ msgid "Installing package %s"
msgstr "%s paketi qurulur"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Qษ™bul Et"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Rษ™dd Et"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4723,16 +4797,16 @@ msgstr ""
"ฦgษ™r Cd-Rom ษ™linizdษ™ deyilsษ™ bu Cd-Rom'dan qurmamaq รผรงรผn ฤฐMTฤฐNA ET'ษ™ basฤฑn."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Yenษ™ dษ™ davam edษ™k?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Paketlษ™ri istษ™rkษ™n bir xษ™ta oldu:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Paketlษ™r qurulurkษ™n bir xษ™ta oldu:"
@@ -4857,7 +4931,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4975,7 +5049,7 @@ msgstr ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5052,7 +5126,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Klaviatura"
@@ -5265,29 +5339,29 @@ msgstr "%s sรผrรผcรผsรผnษ™ bir disket taxฤฑn"
msgid "Selected size is larger than available space"
msgstr "Seรงili bรถyรผklรผk var olandan daha bรถyรผkdรผr"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5298,16 +5372,16 @@ msgstr ""
"CD'lษ™rdษ™n bษ™'zilษ™i ษ™ksik isษ™, onlarฤฑ seรงili vษ™ziyyษ™tdษ™n รงฤฑxardฤฑb OLDU'ya "
"basฤฑn."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "\"%s\" adlฤฑ Cd-Rom"
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Qurulum hazฤฑrlanฤฑr"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5316,21 +5390,21 @@ msgstr ""
"%s paketi qurulur\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Qurulum sonrasฤฑ qurฤŸular"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "%s sรผrรผcรผsรผnษ™ bir disket taxฤฑn"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "%s sรผrรผcรผsรผnษ™ boลŸ bir disket yerlษ™ลŸdirin"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5400,7 +5474,7 @@ msgstr ""
"USA\n"
"รผnvanฤฑna yazฤฑnฤฑz."
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5412,164 +5486,164 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "ฦks รผnvanฤฑna baฤŸlantฤฑ qurulur"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Paketleri almaq รผรงรผn bir ษ™ks รผnvanฤฑ seรงin"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "ฦks รผnvanฤฑna baฤŸlantฤฑ qurulur"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Sisteminiz hansฤฑ mษ™qsษ™dlษ™ istifadษ™ edilษ™cษ™k?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Avadanlฤฑq saatฤฑnฤฑz GMT-yษ™ gรถra quruludur mu?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Uzaq CUPS vericisi"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "ร‡ap Edicisiz"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "BaลŸqa var?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Mรผndษ™ricat"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Siรงan"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Vaxt Dilimi"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ร‡ap Edici"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN kartฤฑ"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Sษ™s kartฤฑ"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV kartฤฑ"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "NIS istifadษ™ et"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "NIS sahษ™si"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "Yerli ร‡ap Edici"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Root parolunu qur"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Parolsuz"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it 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:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Tanฤฑtma"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "Tanฤฑtma"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "Verici"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS sahษ™si"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5585,21 +5659,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Tanฤฑtma"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Sahษ™(domain) adฤฑ"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5630,19 +5704,19 @@ msgstr ""
"yerlษ™ลŸdirin\n"
"vษ™ \"OLDU\" basฤฑn."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "ฤฐlk disket sรผrรผcรผ"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "ฤฐkinci disket sรผrรผcรผ"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Nษ™zษ™rษ™ Alma"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5672,7 +5746,7 @@ msgstr ""
"vษ™ \"OLDU\" basฤฑn.\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5681,28 +5755,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "BaฤŸฤฑลŸlayฤฑn, disket sรผrรผcรผ yoxdur"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "%s sรผrรผcรผsรผnษ™ bir disket taxฤฑn"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "AรงฤฑlฤฑลŸ disketi yaradฤฑlฤฑr"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "AรงฤฑlฤฑลŸ yรผklษ™yici hazฤฑrlanฤฑr"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5710,11 +5784,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "aboot istifadษ™ etmษ™k istษ™yirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5722,16 +5796,16 @@ msgstr ""
"aboot qurulumunda xata, \n"
"ilk disk bรถlmษ™sini yox etsษ™ belษ™ yenษ™ dษ™ qurulmasฤฑnฤฑ istษ™yirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Sistem yรผklษ™yicini qur"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
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:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5748,17 +5822,17 @@ msgstr ""
" Sonra da bunlarฤฑ yazฤฑn: shut-down\n"
"Bir sonrakฤฑ baลŸlanฤŸฤฑcda aรงฤฑlฤฑลŸ yรผklษ™yicisi sษ™tirini gรถrmษ™lisiniz."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s sรผrรผcรผsรผnษ™ boลŸ bir disket yerlษ™ลŸdirin"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Avtomatik qurulum disketi hazฤฑrlanฤฑr"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5768,7 +5842,7 @@ msgstr ""
"\n"
"Hษ™qiqษ™tษ™n dษ™ รงฤฑxmaq istษ™yirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, fuzzy, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5794,15 +5868,15 @@ msgstr ""
"Sisteminizin qurฤŸularฤฑ haqqฤฑnda daha geniลŸ bilgiyi Linuks Mandrake \n"
"ฤฐstifadษ™รงi KitabcฤฑฤŸฤฑnda tapa bilษ™rsiniz."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Avtomatik qurulum disketi hazฤฑrlanฤฑr"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5816,15 +5890,15 @@ msgstr ""
"\n"
"Bu qurulumu takrar etmษ™k istษ™yษ™ bilษ™rsiniz axฤฑ.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "AvtomatlaลŸdฤฑrฤฑlmฤฑลŸ"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Tษ™krarla"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Paket seรงkilษ™rini saxla"
@@ -5861,14 +5935,14 @@ msgstr "ฦtraflฤฑ"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- ฦvvษ™lki"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Sonrakฤฑ ->"
@@ -6323,7 +6397,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Dairษ™vi baฤŸlama %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Mษ™ntiqi ciltlษ™ri birinci olaraq sil\n"
@@ -6461,15 +6535,15 @@ msgstr "heรง biri"
msgid "No mouse"
msgstr "Siรงansฤฑzs"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "XahiลŸ edirik siรงanฤฑnฤฑzฤฑ seรงin"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Siรงanฤฑnฤฑzฤฑ iลŸษ™ salmaq รผรงรผn,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "TฦKฦRฤฐ OYNADIN!"
@@ -6505,11 +6579,11 @@ msgstr "AฤŸacฤฑ Qapat"
msgid "Toggle between flat and group sorted"
msgstr "Otaq vษ™ grup sฤฑralamasฤฑ arasฤฑnda gษ™z"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "ฤฐnternetษ™ baฤŸlan"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6519,23 +6593,19 @@ msgstr ""
"Bษ™zi baฤŸlantฤฑlar pptp istifadษ™ edir, รงox azฤฑ isษ™ dhcp iลŸlษ™dir.\n"
"Bilmirsiniz isษ™ 'pppop istifadษ™ et'i seรงin"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "dhcp istifadษ™ et"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "pppoe istifadษ™ et"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "pptpe istifadษ™ et"
@@ -6637,7 +6707,7 @@ msgstr "ฤฐnternetษ™ baฤŸlanmaq รผรงรผn ลŸษ™bษ™kษ™ adapteri seรงin."
msgid "no network card found"
msgstr "ลŸษ™bษ™kษ™ kartฤฑ tapฤฑlmadฤฑ"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "ลžษ™bษ™kษ™ QurฤŸularฤฑ"
@@ -6652,15 +6722,15 @@ msgstr ""
"Mษ™sษ™lษ™n``kompรผteradฤฑ.sahษ™adฤฑ.com''.\n"
"ฦgษ™ ลŸษ™bษ™kษ™ keรงidi istifadษ™ edirsinizsษ™ bunun da IP nรถmrษ™sini girmษ™lisiniz."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Ev sahibi adฤฑ"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ลžษ™bษ™kษ™ QuraลŸdฤฑrฤฑlmasฤฑ Sehirbazฤฑ"
@@ -6700,8 +6770,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Oddan divar (Firewall) quruluลŸu tapฤฑldฤฑ!"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN quraลŸdฤฑrฤฑlmasฤฑ"
@@ -6741,23 +6811,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Hansฤฑ protokolu istifadษ™ etmษ™k istษ™yirsiniz?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Hansฤฑ nรถv kartฤฑnฤฑz var?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Bilmirษ™m"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6770,19 +6845,19 @@ msgstr ""
"\n"
"PCMCIA kartฤฑnฤฑz var isษ™ kartฤฑnฤฑzฤฑn irq vษ™ ya io'sunu bilmษ™lisiniz.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Dayandฤฑr"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Davam et"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Hansฤฑsฤฑ sizin ISDN kartฤฑnฤฑzdฤฑr?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6790,7 +6865,7 @@ msgstr ""
"ISDN PCI kart tapdฤฑm, amma nรถvรผnรผ bilmirษ™m. XahiลŸ edirik sonrakฤฑ ekrandakฤฑ "
"kartlardan birini seรงin."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Heรง bir ISDN PCI kart tapฤฑlmaฤฑ. Sonrakฤฑ ekrandakฤฑlardan seรงin."
@@ -6842,7 +6917,7 @@ msgstr "Birinci DNS Vericisi (arzuya gรถrษ™)"
msgid "Second DNS Server (optional)"
msgstr "ฤฐkinci DNS Vericisi (arzuya gรถrษ™)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6851,7 +6926,7 @@ msgstr ""
"BaฤŸlantฤฑnฤฑzฤฑ kษ™sษ™ bilษ™rsiniz. Ya da baฤŸlantฤฑnฤฑ yenidษ™n dษ™ quraลŸdฤฑra "
"bilษ™rsiniz."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6859,11 +6934,11 @@ msgstr ""
"\n"
"BaฤŸlantฤฑnฤฑzฤฑ yenidษ™n quraลŸdฤฑra bilษ™rsiniz."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Artฤฑq ฤฐnternetษ™ baฤŸlฤฑsฤฑnฤฑz."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6871,28 +6946,28 @@ msgstr ""
"\n"
"ฤฐstษ™sษ™niz ฤฐnternetษ™ baฤŸlana bilษ™rsiniz ya da yeniden quraลŸdฤฑra bilษ™rsiniz."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Hษ™lษ™ ฤฐnternetษ™ baฤŸlฤฑ deyilsiniz."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "BaฤŸlan"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "BaฤŸlantฤฑnฤฑ kษ™s"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "ลžษ™bษ™kษ™ni qur"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "ฤฐnternet baฤŸlantฤฑsฤฑ & quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
@@ -6900,7 +6975,7 @@ msgstr ""
"BaฤŸlantฤฑnฤฑzฤฑ kษ™sษ™ bilษ™rsiniz. Ya da baฤŸlantฤฑnฤฑ yenidษ™n dษ™ quraลŸdฤฑra "
"bilษ™rsiniz."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6915,12 +6990,12 @@ msgstr ""
"BaฤŸlantฤฑnฤฑzฤฑ kษ™sษ™ bilษ™rsiniz. Ya da baฤŸlantฤฑnฤฑ yenidษ™n dษ™ quraลŸdฤฑra "
"bilษ™rsiniz."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6931,7 +7006,7 @@ msgstr ""
"ลžษ™bษ™kษ™/ฤฐnternet baฤŸlantฤฑnฤฑzฤฑ yenidษ™n quraลŸdฤฑrmaq รผรงรผn Oldu'ya yoxsa Lษ™ฤŸv "
"et'ษ™ basฤฑn.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6943,99 +7018,99 @@ msgstr ""
"ฤฐnternet/ลžษ™bษ™kษ™ qurฤŸularฤฑnฤฑzฤฑ edษ™cษ™yik.\n"
"Avtomatik tษ™sbit istษ™mirsiniz isษ™ iลŸarษ™ti qaldฤฑrฤฑn.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Qurulacaq profili seรงin"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Avtomatik tษ™sbit iลŸlษ™t"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Usta Modu"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Avadanlฤฑqlar tanฤฑnฤฑr..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normal modem tษ™sbiti"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "%s qapฤฑsฤฑnda tapฤฑldฤฑ"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN BaฤŸlantฤฑsฤฑ"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "%s tapฤฑldฤฑ"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "Yerli ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "%s ara รผzรผndษ™ tapฤฑldฤฑ"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kabel baฤŸlantฤฑsฤฑ"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Kabel baฤŸlantฤฑsฤฑ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Yerli ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "eternet kart tapฤฑldฤฑ"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "ฤฐstifadษ™ edษ™cษ™yiniz vasitษ™ni seรงin"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "ฤฐnternet BaฤŸlantฤฑsฤฑ BรถlรผลŸdรผrรผlmษ™si"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "BaฤŸlantฤฑnฤฑzฤฑ aรงฤฑlฤฑลŸda baลŸlatmaq istษ™yirsiniz?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7046,7 +7121,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7056,7 +7131,7 @@ msgstr ""
"\n"
"QurฤŸular indi sisteminizษ™ ษ™lavษ™ edilษ™cษ™k.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7064,14 +7139,14 @@ msgstr ""
"Bu edildikdษ™n sonra Xdษ™n รงฤฑxmaฤŸฤฑnฤฑzฤฑ tรถvsiyyษ™ edirik, yoxsa\n"
"verici adฤฑ xษ™sarษ™tlษ™ri meydana gษ™lษ™ bilษ™r."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7083,50 +7158,50 @@ msgstr ""
"OLDU ya basฤฑn.\n"
"AลŸaฤŸฤฑdakฤฑ giriลŸlษ™ri dรผzษ™ltmษ™niz รถzรผnรผ ษ™vvษ™lki qurฤŸularฤฑn รผstรผnษ™ yazacaqdฤฑr."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr "XahiลŸ edirik bu kompรผter รผรงรผn IP qurฤŸularฤฑnฤฑ girin"
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "%s ลŸษ™bษ™kษ™ avadanlฤฑฤŸฤฑ qurulur"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (sรผrรผcรผ %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP รผnvanฤฑ"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "AvtomatlaลŸdฤฑrฤฑlmฤฑลŸ IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "AรงฤฑlฤฑลŸda baลŸladฤฑlฤฑr"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP รผnvanฤฑ 1.2.3.4 ลŸษ™klindษ™ olmalฤฑdฤฑr"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7137,42 +7212,53 @@ msgstr ""
"Mษ™sษ™lษ™n``kompรผteradฤฑ.sahษ™adฤฑ.com''.\n"
"ฦgษ™r ลŸษ™bษ™kษ™ keรงidi istifadษ™ edirsinizsษ™ bunun da IP nรถmrษ™sini girmษ™lisiniz."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS verici"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Keรงit avadanlฤฑฤŸฤฑ"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP รผnvanฤฑ 1.2.3.4 ลŸษ™klindษ™ olmalฤฑdฤฑr"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP รผnvanฤฑ 1.2.3.4 ลŸษ™klindษ™ olmalฤฑdฤฑr"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Vษ™kil vericilษ™r quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP vษ™kil verici"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP vษ™kil verici"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Vษ™kil verici http://... ลŸษ™klindษ™ olmalฤฑdฤฑr."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Vษ™kil verici ftp://... olmalฤฑdฤฑr."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Vษ™kil verici http://... ลŸษ™klindษ™ olmalฤฑdฤฑr."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8571,7 +8657,7 @@ msgstr "ลžษ™bษ™kษ™ dayandฤฑrฤฑlฤฑr"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9082,11 +9168,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Vษ™kil verici http://... ลŸษ™klindษ™ olmalฤฑdฤฑr."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9136,6 +9217,43 @@ msgstr "mkraid iflas etdi (raidtools ษ™ksik ola bilษ™r mi?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "%d sษ™viyyษ™ RAID รผรงรผn รงatmayan sayda disk bรถlmษ™si\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Tษ™hlรผkษ™sizlik sษ™viyyษ™sinin quraลŸdฤฑrฤฑlmasฤฑ"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Tษ™hlรผkษ™sizlik sษ™viyyษ™sinin quraลŸdฤฑrฤฑlmasฤฑ"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Uzaq ร‡ap Edici (lpd) Seรงษ™nษ™klษ™ri"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (ฦsas)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Tษ™hlรผkษ™sizlik sษ™viyyษ™sinin quraลŸdฤฑrฤฑlmasฤฑ"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "XahiลŸ edirik gรถzlษ™yin, qurulum hazฤฑrlanฤฑr"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ALSA sษ™s sistemini (Advanced Linux Sound Architecture) baลŸlat"
@@ -9447,7 +9565,7 @@ msgstr "ฤฐnternet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Sistem modu"
@@ -9543,7 +9661,7 @@ msgstr "ฤฐnternetษ™ baฤŸlan"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9590,7 +9708,7 @@ msgstr "ลžษ™bษ™kษ™ ara รผzรผ"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9615,7 +9733,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9631,7 +9749,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9646,7 +9764,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9695,8 +9813,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9733,11 +9851,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "%s paketi qurulur"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
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"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "\"%s\"a(ษ™) tษ™krar girin vษ™ dษ™yiลŸikliklษ™ri fษ™allaลŸdฤฑrฤฑn"
@@ -9785,17 +9903,6 @@ msgstr "ฤฐstifadษ™รงini ษ™lavษ™ et"
msgid "Add/Del Clients"
msgstr "DHCP Alฤฑcฤฑsฤฑ"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/_Yardฤฑm"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9848,53 +9955,68 @@ msgstr "ฤฐstifadษ™รงini ษ™lavษ™ et"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP Alฤฑcฤฑsฤฑ"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "QuraลŸdฤฑrฤฑlฤฑr..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Yerli ลžษ™bษ™kษ™ QuraลŸdฤฑrฤฑlmasฤฑ"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "yenidษ™n quraลŸdฤฑr"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "%s sรผrรผcรผsรผnษ™ bir disket taxฤฑn"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Disket sรผrรผcรผ yoxdur"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -10018,13 +10140,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Qapฤฑlarฤฑ sฤฑna"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10033,41 +10155,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Parolsuz"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "%s aรงฤฑla bilmir: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10078,68 +10200,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10147,923 +10269,925 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "%s faylฤฑ oxunurkan xษ™ta oldu"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Paket Qrup Seรงkisi"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "XahiลŸ edirik qurmaq istษ™diyiniz paketlษ™ri seรงin."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Nรถvbษ™ni sil"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "\"Windows\"u sil"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "ฤฐstifadษ™รงi adฤฑ"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "XahiลŸ edirik siรงanฤฑnฤฑzฤฑ seรงin"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "XahiลŸ edirik tษ™krar sฤฑnayฤฑn"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "XahiลŸ edirik tษ™krar sฤฑnayฤฑn"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Parolsuz"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Klaviatura quruluลŸunu seรงiniz."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "XahiลŸ edirik bir bรถlmษ™ รผstรผnษ™ tฤฑqlayฤฑn"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "XahiลŸ edirik bir bรถlmษ™ รผstรผnษ™ tฤฑqlayฤฑn"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "XahiลŸ edirik bir bรถlmษ™ รผstรผnษ™ tฤฑqlayฤฑn"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "XahiลŸ edirik bir bรถlmษ™ รผstรผnษ™ tฤฑqlayฤฑn"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "XahiลŸ edirik bir bรถlmษ™ รผstรผnษ™ tฤฑqlayฤฑn"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Fayl seรง"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "XahiลŸ edirik qurmaq istษ™diyiniz paketlษ™ri seรงin."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "XahiลŸ edirik qurmaq istษ™diyiniz paketlษ™ri seรงin."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "XahiลŸ edirik qurmaq istษ™diyiniz paketlษ™ri seรงin."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "XahiลŸ edirik siรงanฤฑnฤฑzฤฑ seรงin"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "ลžษ™bษ™kษ™ ara รผzรผ"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Nรถv"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "ฤฐstifadษ™รงi adฤฑ"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "XahiลŸ edirik qurmaq istษ™diyiniz paketlษ™ri seรงin."
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "XahiลŸ edirik istifadษ™ รผรงรผn bir dil seรงin."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "ร‡ษ™rx"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "ร‡ษ™rx"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Modul seรงษ™nษ™klษ™ri:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "XahiลŸ edirik qurmaq istษ™diyiniz paketlษ™ri seรงin."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "XahiลŸ edirik qurmaq istษ™diyiniz paketlษ™ri seรงin."
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Fayl sistemi qurฤŸularฤฑ"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Siรงan avadanlฤฑฤŸฤฑ: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Seรงษ™nษ™klษ™r"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Modeminizin hansฤฑ serial qapฤฑya baฤŸlฤฑ olduฤŸunu seรงiniz"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "XahiลŸ edirik siรงanฤฑnฤฑzฤฑn nรถvรผnรผ seรงin."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "XahiลŸ edirik siรงanฤฑnฤฑzฤฑ seรงin"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "Yerli ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "ร‡ap Edici BaฤŸlantฤฑsฤฑ Seรงin"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Disketdษ™n geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "XahiลŸ edirik siรงanฤฑnฤฑzฤฑn nรถvรผnรผ seรงin."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Digษ™r"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Sistemi qur"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Fayldan geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Fayldan geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "XahiลŸ edirik siรงanฤฑnฤฑzฤฑn nรถvรผnรผ seรงin."
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Nรถvbษ™ni sil"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Fayldan geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Disketdษ™n geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Bรถlmษ™ cษ™dvษ™lini qurtar"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Fayldan geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Ev sahibi adฤฑ"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Parol"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "ฤฐstifadษ™รงi adฤฑ"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Ev sahibi adฤฑ:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Fayldan geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Xรผsusi"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Bรถlmษ™ cษ™dvษ™lini qurtar"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Fayldan geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- ฦvvษ™lki"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Hal:"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Fayldan geri รงaฤŸฤฑr"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "AลŸaฤŸฤฑdakฤฑ paketlษ™r qurulacaqdฤฑr"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "XahiลŸ edirik istifadษ™ รผรงรผn bir dil seรงin."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "XahiลŸ edirik istifadษ™ รผรงรผn bir dil seรงin."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "XahiลŸ edirik istifadษ™ รผรงรผn bir dil seรงin."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Xษ™talฤฑ yedษ™klษ™mษ™ faylฤฑ"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Fayla qeyd et"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "ลžษ™bษ™kษ™ quraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "Yerli ลžษ™bษ™kษ™ QuraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "Yerli ลžษ™bษ™kษ™ QuraลŸdฤฑrฤฑlmasฤฑ"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Fayl sistemi qurฤŸularฤฑ"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11095,7 +11219,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11104,7 +11228,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11145,7 +11269,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11173,17 +11297,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11200,7 +11324,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11240,7 +11364,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11251,7 +11375,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11264,7 +11388,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11346,8 +11470,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsol Vasitษ™lษ™ri"
@@ -11423,28 +11547,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Qapฤฑ"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Qurulumdan รงฤฑx"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Qurulumdan sonra istifadษ™ edษ™ bilษ™cษ™yiniz baลŸqa dillษ™r seรงษ™ bilษ™rsiniz"
@@ -11545,10 +11669,6 @@ msgstr "Sehirbaz..."
msgid "Apply"
msgstr "ฦlavษ™ Et"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Lรผtdษ™n Gรถzlษ™yin... QurฤŸular ษ™lavษ™ edilir"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "BaฤŸlandฤฑ"
@@ -11668,7 +11788,7 @@ msgstr "Modul adฤฑ"
msgid "Size"
msgstr "Bรถyรผklรผk"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11733,12 +11853,12 @@ msgstr "Nษ™ticษ™"
msgid "Build the disk"
msgstr "Diski yarat"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "%s avadanlฤฑฤŸฤฑnda medya olduฤŸundan ษ™min olun"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11747,12 +11867,12 @@ msgstr ""
"%s avadanlฤฑฤŸฤฑnda medya yoxdur.\n"
"XahiลŸ edirik. birini taxฤฑn."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Fork edilษ™ bilmir: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12236,157 +12356,157 @@ msgstr ""
"\n"
"QuraลŸdฤฑrma sehirbazฤฑnฤฑ aรงmaq รผรงรผn QuraลŸdฤฑra tฤฑqlayฤฑn."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "ฤฐลŸ qrupu"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "bรถlmษ™ %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "ฤฐstifadษ™รงi adฤฑ"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Sil"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Qurtardฤฑ"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Modul ษ™lavษ™ et"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "ร‡ap Edicisiz"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Nรถvbษ™ni sil"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "ฤฐstifadษ™รงini qษ™bul et"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "BuraxฤฑlฤฑลŸ: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Qapฤฑ"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Avtomatik tษ™sbit iลŸlษ™t"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Avtomatik tษ™sbit iลŸlษ™t"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Paket seรงkilษ™rini saxla"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "ฤฐstifadษ™รงi adฤฑ"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "ฤฐลŸ qrupu"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "BaฤŸlฤฑ deyil"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12398,137 +12518,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "aรงฤฑlฤฑลŸ disketi yaradฤฑlmasฤฑ"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Rezolyusiya"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Monitorunuzu seรงin"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "PaylaลŸdฤฑrma adฤฑ"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Qurulum sonrasฤฑ qurฤŸular"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "ร‡ฤฑx"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Sistemi qur"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Xidmษ™tlษ™ri qur"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "avadanlฤฑq"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "avadanlฤฑq"
+msgid "Save theme"
+msgstr "Sistemi qur"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Monitorunuzu seรงin"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "ร‡ap Edici BaฤŸlantฤฑsฤฑ"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "ร‡ap Edici avadanlฤฑฤŸฤฑ URI"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Avadanlฤฑqlar tanฤฑnฤฑr..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12669,6 +12799,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "istifadษ™ qaydasฤฑ: keyboarddrake [--expert] [klavatura]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "istifadษ™ qaydasฤฑ: keyboarddrake [--expert] [klavatura]\n"
@@ -12697,11 +12834,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Tษ™kmillษ™ลŸdirmษ™ iลŸi baลŸlaya bilmir !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -12982,16 +13119,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -13067,7 +13201,7 @@ msgstr "Sistemi qur"
msgid "Exit install"
msgstr "Qurulumdan รงฤฑx"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -13313,6 +13447,21 @@ msgstr "Multimedya - CD Yandฤฑrma"
msgid "Scientific Workstation"
msgstr "Elmi iลŸ stansiyasฤฑ"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Qurulum sonrasฤฑ qurฤŸular"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Vษ™kil verici ftp://... olmalฤฑdฤฑr."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "ร‡ฤฑx"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (kรถhnษ™ BIOSlarda iลŸlษ™mษ™z)"
@@ -13565,9 +13714,6 @@ msgstr "Elmi iลŸ stansiyasฤฑ"
#~ msgid "Test again"
#~ msgstr "Yenidษ™n sฤฑna"
-#~ msgid "Setting security level"
-#~ msgstr "Tษ™hlรผkษ™sizlik sษ™viyyษ™sinin quraลŸdฤฑrฤฑlmasฤฑ"
-
#~ msgid "Select a graphics card"
#~ msgstr "Ekran kartฤฑnฤฑzฤฑ seรงin"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 3c41b2038..8a9393b7f 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: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -88,24 +88,24 @@ msgstr ""
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "สเํ๔iใ๓๐เโเ๖ ์เ ๊เ๐๒๓"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "ัๅ๐โๅ๐ XFree86 %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ็ ๏เไ๒๐๛์๊เ้ 3D-๏เ๑๊เ๐ํํ"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -114,19 +114,19 @@ msgstr ""
"ฯเไ๒๐๛์๊เ 3D-๏เ๑๊เ๐ํํ ข ยเ๘เ้ โณไเ๊เ๐๖ๅ โ๛๊เํเํเ ๒๎๋๊ณ ข XFree %s.\n"
"XFree %s ์๎ๆเ โ๛๊เ๐๛๑๒๎ขโเ๖ ๒๎๋๊ณ 2D-๏เ๑๊เ๐ํํๅ ไ๋ ใ๒เ้ โณไเ๊เ๐๒๛."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"ยเ๘เ โiไเ๊เ๐๒เ ์๎ๆเ ์ๅ๖ 3D-๏เ๑๊เ๐ํํๅ, ๊๎ๅ ๏เไ๒๐๛์๋iโเๅ๖๖เ ๒๎๋๊i XFree %"
"s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ็ ๊๑๏ๅ๐๛์ๅํ๒เ๋ํเ้ ๏เไ๒๐๛์๊เ้ 3D-๏เ๑๊เ๐ํํ"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"วภยIัภออ฿ ยภุภรภ สภฬฯ'าะำ. ยเ๘เ โiไเ๊เ๐๒เ ๏เไ๒๐๛์๋iโเๅ๖๖เ XFree %s, ๊i\n"
"๋ๅ๏ๅ้ ๏เไ๒๐๛์๋iโเๅ ๊เ๐๒๛ ็ 2D-๏เ๑๊เ๐ํํๅ์."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -150,12 +150,12 @@ msgstr ""
"ฬภษึล อภ กยภวล, ุาฮ ราภ สัฯละฬลอาภหอภ฿ ฯภฤาะฬสภ I ฬฮฦภ ฯะยลัึI ฤภ\n"
"วภยIัภออ฿ ยภุภรภ สภฬฯ'าะำ."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "ฯเ โ๛แเ๐๓"
@@ -176,32 +176,32 @@ msgstr "ฯเ์ๅ๐๛ ๊๐เํ๓"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "ฮ๏๖๛i"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "ฮ๊"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ย๛๕เไ"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -299,25 +299,25 @@ msgstr "ย๛แเ๐ ๏เ์ๅ๐เข ๊๐เํ๓ i ใ๋๛แiํi ๊๎๋ๅ๐๓"
msgid "Graphics card: %s"
msgstr "ยiไเ๊เ๐๒เ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "ภไ์ๅํเ"
@@ -394,11 +394,11 @@ msgstr "ัๅ๐โๅ๐ XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "ัๅ๐โๅ๐ XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "วเ๏๓๑๊ X ๏๐๛ ๑๒เ๐๖ๅ ๑i๑๒์๛"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -407,7 +407,7 @@ msgstr ""
"ฬ๎ๆํเ ํเ๑๒๐๎i๖ ๑i๑๒์๓ ไ๋ เข๒เ์เ๒๛๗ํเใเ ็เ๏๓๑๊๓ X ๏เ๑๋ ๑๒เ๐๒๓ ๑i๑๒์๛.\n"
"ฦเไเๅ๖ๅ, ๊เแ X ๑๒เ๐๒เโเข ๏๐๛ ๐๑๒เ๐๖ๅ?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -419,7 +419,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "฿๊i ๒๛๏ โเ๘เใเ ISDN ็๋๓๗ํํ?"
@@ -493,7 +493,7 @@ msgstr "สเ์๏เ๊๒ํเ"
msgid "compact"
msgstr "๊เ์๏เ๊๒ํเ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "ยiไเ-๐ๆ๛์"
@@ -501,17 +501,17 @@ msgstr "ยiไเ-๐ๆ๛์"
msgid "Delay before booting default image"
msgstr "วเ๒๐๛์๊เ ๏ๅ๐เไ ็เใ๐๓็๊เ้ โ๎แ๐เ็๓ ๏เ ไเ์เข๋ๅํํ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "ฯเ๐๎๋"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "ฯเข๒เ๐๛๖ๅ ๏เ๐๎๋"
@@ -546,14 +546,14 @@ msgid ""
msgstr ""
"ฮ๏๖๛ ``ภแ์ๅๆเโเํํๅ ๎๏๖๛ข ๊เ์เํไํเใเ ๐เไ๊๓'' ํๅ โ๛๊เ๐๛๑๒๎ขโเๅ๖๖เ แๅ็ ๏เ๐๎๋"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "ฯเ๑๏๐เแ๓้๖ๅ ๘๗ ๐เ็"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "ฯเ๐๎๋i ํๅ ๑๓๏เไเ๖"
@@ -591,7 +591,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -599,158 +599,158 @@ msgstr ""
"ำ ์ๅํ ์เ๖๖เ ํเ๑๒๓๏ํ๛ ๏๓ํ๊๒๛.\n"
"ย๛ ์๎ๆเ๖ๅ ไเไเ๖ ๘๗, เ๋แ๎ ็์ํi๖ i๑ํ๓๗๛."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "ฤเไเ๖"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "ว๐๎แ๋ๅํเ"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
#, fuzzy
msgid "Modify"
msgstr "ว์ํi๖ RAID"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "฿๊i ๒๛๏ ๏๓ํ๊๒เ ๆเไเๅ๖ๅ ไเไเ๖?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Iํ๘เ ภั (SunOS,...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Iํ๘เ ภั (MacOS,...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Iํ๘เ ภั (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "ย๎แ๐เ็"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "ฤเ๋๓๗๛๖"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ื๛๒เํํๅ-็เ๏i๑"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "าเแ๋i๖เ"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "อๅํเไ็ๅ้ํเ"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "ฬๅ๒๊เ"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "ฯเ ไเ์เข๋ๅํํ"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "ย๛ไเ๋i๖ ็เ๏i๑"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "ฯ๓๑๒เ ์ๅ๒๊เ ํๅ ไเ็โเ๋ๅ๖๖เ"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "ย๛ ๏เโiํํ๛ ์ๅ๖ ๐เ็ไ็ๅ๋ swap"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "ร๒เ ์ๅ๒๊เ ขๆ๎ โ๛๊เ๐๛๑๒๎ขโเๅ๖๖เ"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "วํ๎้ไ็ๅํ๛ %s %s iํ๒๐๔ๅ้๑๛"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "ึi ธ๑๖ ๓ โเ๑ iํ๘๛?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ึi ธ๑๖ ๓ โเ๑ %s iํ๒๐๔ๅ้๑?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "อๅ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "าเ๊"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "ำ๑๒เ๋โเํํๅ ไ๐เ้โๅ๐๓ ไ๋ %s ๊เ๐๒๛ %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(์๎ไ๓๋ %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -761,17 +761,17 @@ msgstr ""
"ฮ๏๖๛i - ๓ ๔เ๐์เ๖ๅ ``i์=็ํเ๗ํํๅ i์2=็ํเ๗ํํๅ2 ...''.\n"
"อเ๏๐๛๊๋เไ, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "ฮ๏๖๛i ์๎ไ๓๋:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "฿๊i ไ๐เ้โๅ๐ %s ๏เ๑๏๐เแเโเ๖?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -788,15 +788,15 @@ msgstr ""
"ข ๏๎๘๓๊เ๕ ํๅเแ๕๎ไํเ้ iํ๔เ๐์เ๖๛i? ฬเใ๗๛์เ, ๒๑๖i๐เโเํํๅ ๏๐๛โไ็ๅ\n"
"ไเ ๑๏๛ํๅํํ ๊เ์๏'๒๐๓, เ๋ๅ ํ๎ ํi๗๎ใเ ํๅ ๑เ๏๑๓ๅ."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "ภข๒เ๏๎๘๓๊"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "ฯเ็ํเ๗๖ๅ ๏เ๐เ์ๅ๒๐๛"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -805,64 +805,64 @@ msgstr ""
"วเใ๐๓็๊เ ์๎ไ๓๋ %s ํๅ ๏๐เ้๘๋เ.\n"
"ฦเไเๅ๖ๅ ๏เ๑๏๐เแเโเ๖ ็ iํ๘๛์i ๏เ๐เ์ๅ๒๐เ์i?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(๓ๆ๎ ไเไเไ็ๅํเ %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ร๒๛ ๏เ๐๎๋ ็เํเไ๒เ ๏๐๎๑๒๛"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "สเ๋i ๋เ๑๊เ, ๓โไ็i๖ๅ i์ ๊เ๐๛๑๒เ๋ํi๊๓"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"I์ ๊เ๐๛๑๒เ๋ํi๊๓ ๏เโiํํเ ็์๘๗เ๖ ๋i๒เ๐๛ ๒๎๋๊i ํเ ํiๆํi์ ๐ใi๑๒๐๛, \n"
"๋i๗แ๛, `-' i `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "ร๒เ i์ ๊เ๐๛๑๒เ๋ํi๊๓ ขๆ๎ ไเไเไ็ๅํเ"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ร๒เ i์ ๊เ๐๛๑๒เ๋ํi๊๓ ขๆ๎ ไเไเไ็ๅํเ"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ฤเไเ๖ ๊เ๐๛๑๒เ๋ํi๊เ"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -871,32 +871,32 @@ msgstr ""
"ำโไ็i๖ๅ i์ ๊เ๐๛๑๒เ๋ํi๊๓\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ฯ๐๛ํ๖ ๊เ๐๛๑๒เ๋ํi๊เ"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "ำ๋เ๑ํเๅ i์"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "I์ ๊เ๐๛๑๒เ๋ํi๊๓:"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "ภแเ๋๎ํ๊เ:"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "ฯi๊๒เใ๐เ์เ"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "ภข๒เ์เ๒๛๗ํ๛ ขโเ๕๎ไ ๓ ๑i๑๒์๓"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -905,57 +905,57 @@ msgstr ""
"ฬ๎ๆํเ ํเ๑๒๐๎i๖ ๑i๑๒์๓ ไ๋ เข๒เ์เ๒๛๗ํเใเ ขโเ๕๎ไ๓ ข ๑i๑๒์๓ ไ๋\n"
"เไํเใ๎ ๊เ๐๛๑๒เ๋ํi๊เ. สเ๋i ย๛ ํๅ ๆเไเๅ๖ๅ ใ๒เใเ, ํเ๖i๑ํi๖ๅ \"ภไ์ๅํเ\"."
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "ภแ๐๛๖ๅ เ๑ํ๎ขํเใเ ๊เ๐๛๑๒เ๋ํi๊เ:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "ภแ๐๛๖ๅ ์ํไๆเ๐ โ๎๊ํเข:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "สเ๋i ๋เ๑๊เ, เแ๐๛๖ๅ ์๎โ๓ ไ๋ ๊เ๐๛๑๒เํํ."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "ย๛ ์๎ๆเ๖ๅ เแ๐เ๖ ณํ๘๛ ์๎โ๛, ๊i แ๓ไ๓๖ ไเ๑๒๓๏ํ๛ ๏เ๑๋ ข๑๒เ๋โเํํ"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ำ๑ธ"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "ฤเไเ๖ ๊เ๐๛๑๒เ๋ํi๊เ"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "ืเ๊เๅ๖๖เ"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -964,42 +964,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "ัเ๐ไ๗ํเ ็เ๏๐เ๘เๅ์ ๓ Crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "ว๓๑ณ์ ๑๋เแ๛"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "ั๒เํไเ๐๒ํ๛"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "ย๛๑๎๊i"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "ย๛๑๎๊i"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "ฯเ๐เํเiไเ๋ํ๛"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1011,7 +1011,7 @@ msgstr ""
"ํเ ์เ๘๛ํเ๕, ๊i ไเ๋๓๗เํ๛ ไเ ๑ๅ๒๊i ๖i ไเ Internet. ำโเ๕๎ไ ํๅ เแเ๐๎ํๅํ๛ "
"๏เ๐๎๋ๅ์."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1019,7 +1019,7 @@ msgstr ""
"ฯเ๐๎๋ ็เ๐เ็ ๓๊๋๗เํ๛, เ๋ๅ โ๛๊เ๐๛๑๒เํํๅ ๊เ์๏'๒๐๓ ข ๊เ๑๖i ๑ๅ๒๊เโเใเ\n"
"๒เ๊๑เ์เ ํๅ ๐๊เ์ๅํไเโเํเ."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1029,13 +1029,13 @@ msgstr ""
"๊i ไเ๋๓๗เํ๛ ไเ Internet ๓ ๊เ๑๖i ๊๋iๅํ๒๓. ฤเไเํ๛ ํ๎โ๛ ๏๐เโๅ๐๊i\n"
"แ๑๏ๅ๊i."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1049,7 +1049,7 @@ msgstr ""
"๑ๅ๐โๅ๐๓. ำ็๐๎โๅํ แ๑๏ๅ๊i ไเ๑๒เ๒๊๎โเ โ๛๑๎๊i ไ๋ ๐เแ๎๒๛\n"
"๑ๅ๐โๅ๐๓, ๊i ไเ๏๓๑๊เๅ ็๋๓๗ํํi ๑เ ๘์เ๒๋i๊i์i ๊๋iๅํ๒เ์i."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1058,36 +1058,36 @@ msgstr ""
"ฯ๐๛์เ๖๖เ ข๋เ๑๖iโเ๑๖i 4 ๓็๐๎ขํ, เ๋ๅ ็เ๐เ็ ๑i๑๒์เ ๏๎ขํเ๑๖ ็เ๗๛ํๅํเ.\n"
"ฯเ๐เ์ๅ๒๐๛ แ๑๏ๅ๊i ข๑๒เํ๎ข๋ๅํ๛ ํเ ์เ๊๑i์๓์."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "ฮ๏๖๛i"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "ำ็๐๎โๅํ แ๑๏ๅ๊i"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "อเ๑๒๐๎้๊i ข็๐๎ขํ แ๑๏ๅ๊i"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "ภแ๐๛๖ๅ ไเไเ๒๊๎โ๛ ํเ๑๒๐๎้๊i ไ๋ ๑ๅ๐โๅ๐เ"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1095,7 +1095,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1107,58 +1107,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "อๅ ๕เ๏เๅ ไ๛๑๊เโเ้ ๏๐เ๑๒๎๐๛ ข /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "ฯ๐เ๖๎ขํ๛ ๑๒๎๋"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "ั๒เ๐๒เโเๅ ์ๅํ"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "ส๓ไ๛ โ๛ ๆเไเๅ๖ๅ ข๑๒เ๋โเ๖ ๏เ๗เ๒๊๎โ๛ ็เใ๐๓็๗๛๊?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr ""
@@ -1216,130 +1216,130 @@ msgstr "ะๆ๛์ ็๋๓๗ํํ"
msgid "Yaboot mode"
msgstr "วเใ๐๓็เ๗ํเ ๏๐๛๋เไเ"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "ำ๑๒เ๋โเํํๅ ๑i๑๒์๛"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "ั๒โเ๐ํํๅ ํ๎โเใเ ๐เ็ไ็ๅ๋๓"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "ฯเ์๛๋๊เ"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "ัๅ๐โๅ๐ XFree86 %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "ใเ๋๘๒๓๊"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "ส๋เ๑ ๓๑๒เ๋โเํํ"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "ั๓์ๅ๑ํเๅ Iํ๒๐ํ๒-็๋๓๗ํํๅ"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
#, fuzzy
msgid "Configure"
msgstr "อเ๑๒๐๎้๊เ X Window"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "ภ๑เแi๑๒๛ โ๛แเ๐ ๏เ๊ๅ๒เข"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
#, fuzzy
msgid "Themes"
msgstr "ฤ๐โเ"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1348,44 +1348,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr ""
@@ -1489,53 +1489,61 @@ msgstr "๏เ๑๋ไ๎ขํเ"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "อ๎โ๛"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "ะเ็์เํ๖i๐เโเ๖"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "ฬเํ๖i๐เโเํํๅ"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
#, fuzzy
msgid "Server"
msgstr "๑ๅ๐โๅ๐"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "ส๐๎๏๊เ ์เํ๖i๐เโเํํ"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "สเ๋ณ ๋เ๑๊เ, ็๐เแณ๖ๅ ํๅ๊เ๋๊ณ ๐๓๕เข ์๛๘๘๓."
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "๑ๅ๐โๅ๐"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "ฯ๓ํ๊๒ ์เํ๖i๐เโเํํ:"
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "ฮ๏๖๛i: %s"
@@ -1624,7 +1632,7 @@ msgstr "ฯ๓๑๒เ"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "ฒํ๘๛"
@@ -1776,7 +1784,7 @@ msgstr ""
"าเแ๋i๖เ ๐เ็์๘๗ํํ ๐็ๅ๐โ๎โเใเ ไ๛๑๊๓ ์เๅ iํ๘๛ ๏เ์ๅ๐\n"
"ฯ๐เ๖ใโเ๖ ไเ๋ๅ้?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "ำโเใเ!"
@@ -2335,7 +2343,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "I์ ๊เ๐๛๑๒เ๋ํi๊๓:"
@@ -2350,23 +2358,23 @@ msgstr "NIS Domain"
msgid "Search servers"
msgstr "DNS ๑ๅ๐โๅ๐"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ๏เ์๛๋๊เ ๔เ๐์เ๒เโเํํ %s"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "อๅ โๅไเ ๊ เไ๔เ๐์เ๒เโเ๖ %s ็ ๒๛๏เ์ %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "๏เ์๛๋๊เ ๐เ็์เํ๖i๐เโเํํ %s: %s"
@@ -2458,46 +2466,110 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "ฯเ์๛๋๊เ เไ๊๐๛๖๖ %s ไ๋ ็เ๏i๑๓: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "อเ๑๒๐๎้๊เ"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "๑ๅ๐โๅ๐"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#, fuzzy
+msgid "Please Wait... Applying the configuration"
+msgstr "ฯ๐เโๅ๐๊เ ๏เ๐เ์ๅ๒๐เข ํเ๑๒๐๎้๊i"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "สเ๋i ๋เ๑๊เ, ๏เ๗เ๊เ้๖ๅ"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2624,7 +2696,8 @@ msgid "/_Quit"
msgstr "ย๛๕เไ"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr ""
@@ -2643,76 +2716,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "ภไ์ํi๖"
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "ภข๒เ๏๎๘๓๊"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "ย๛็ํเ๗ํํๅ ๆ๎๐๑๒๊เใเ ไ๛๑๊๓"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "ร๋. เ๏i๑เํํๅ เแ๑๒เ๋โเํํ"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Iํ๔เ๐์เ๖๛"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "อเ๑๒๐๎้๊เ ์๛๘๛"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "ฤ๓แ๋โเํํๅ ๏๓ํ๊๒๓ ์เํ๖i๐เโเํํ %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "สเ๋i ๋เ๑๊เ, ๏เ๗เ๊เ้๖ๅ"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "ื๛๒เ แเ็๓ ไเไ็ๅํ๛๕ ไ๐เ้โๅ๐๎ข CUPS"
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d ๑ๅ๊๓ํไเข"
@@ -3972,7 +4046,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3987,7 +4061,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3996,31 +4070,31 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "อๅ์เใ๗๛์เ โ๛๊เ๐๛๑๒๎ขโเ๖ broadcast แๅ็ ไเ์ๅํเ NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "ำ๑๒เข๖ๅ ไ๛๑๊ๅ๒๓ ข ไ๛๑๊เโ๎ไ %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "ฯเ์๛๋๊เ ๗๛๒เํํ ๔เ้๋๓ %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4268,7 +4342,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "ะกะฐั€ะดัั‡ะฝะฐ ะทะฐะฟั€ะฐัˆะฐะตะผ ัƒ %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "ฤ๛๑๊เโ๎ไ ํๅไเ๑๒๓๏ํ๛"
@@ -4299,11 +4373,11 @@ msgstr "ส๋เ๑ ำ๑๒เ๋โเํํ"
msgid "Please choose one of the following classes of installation:"
msgstr "สเ๋i ๋เ๑๊เ, เแ๐๛๖ๅ เไ็iํ ็ ๊๋เ๑เข ๓๑๒เ๋โเํํ:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "ย๛แเ๐ ใ๐๓๏๛ ๏เ๊ๅ๒เข"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "ภ๑เแi๑๒๛ โ๛แเ๐ ๏เ๊ๅ๒เข"
@@ -4380,7 +4454,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "ำ๑๒เ๋ธข๊เ"
@@ -4403,7 +4477,7 @@ msgstr "ย๛ไเ๋i๖ ็ ๑i๑๒์๛"
msgid "Choose the packages you want to install"
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "ำ๑๒เ๋ธขโเๅ์"
@@ -4431,17 +4505,17 @@ msgid "Installing package %s"
msgstr "ำ๑๒เ๋โเํํๅ ๏เ๊ๅ๒๓ %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "ฯ๐๛ํ๖"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "ภไ๊เ็เ๖"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4458,16 +4532,16 @@ msgstr ""
"Cd."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "ำ๑ธ ๐๎ขํเ ๏๐เ๖ใโเ๖?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "ภ๒๐๛์เ๋เ๑ ๏เ์๛๋๊เ ข๏เ๐เไ๊เโเํํ ๏เ๊ๅ๒เข:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "ภ๒๐๛์เ๋เ๑ ๏เ์๛๋๊เ ข๏เ๐เไ๊เโเํํ ๏เ๊ๅ๒เข:"
@@ -4564,7 +4638,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4642,7 +4716,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "ส๋เโi๒๓๐เ"
@@ -4855,31 +4929,31 @@ msgstr "ำ๑๒เข๖ๅ ไ๛๑๊ๅ๒๓ ข ไ๛๑๊เโ๎ไ %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
#, fuzzy
msgid "Type of install"
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ๓๑๒เ๋โเํํ"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
#, fuzzy
msgid "With X"
msgstr "ืเ๊เ้๖ๅ"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4889,16 +4963,16 @@ msgstr ""
"สเ๋i โ๛ ํๅ ์เๅ๖ๅ เํi โ๎ไํเใเ ็ ใ๒๛๕ CD ไ๛๑๊เข, ํเ๖i๑ํi๖ๅ ภไ์ํi๖.\n"
"สเ๋i ํๅ๊เ๒๎๐๛๕ ็ CD ไ๛๑๊เข ํๅ ์เๅ๖ๅ, เไ์ํi๖ๅ i๕ โ๛ไ็๋ๅํํๅ i ํเ๖i๑ํi๖ๅ ฮ๊."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom ๏เ็ํเ๗เํ๛ \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "ฯเไ๐๛๕๒๎ข๊เ ข๑๒เ๋โเํํ"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4907,21 +4981,21 @@ msgstr ""
"ำ๑๒เ๋โเํํๅ ๏เ๊ๅ๒๓ %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "อเ๑๒๐๎้๊เ ๏เ๑๋ ข๑๒เ๋โเํํ"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "ำ๑๒เข๖ๅ ไ๛๑๊ๅ๒๓ ข ไ๛๑๊เโ๎ไ %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "ำ๑๒เข๖ๅ ไ๛๑๊ๅ๒๓ ข ไ๛๑๊เโ๎ไ %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4999,7 +5073,7 @@ msgstr ""
"75002 Paris\n"
"FRANCE"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5011,169 +5085,169 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "ั๓โ็ ็ ๋๐เ์ ไ๋ เ๒๐๛์เํํ ๑๏i๑๓ ไเ๑๒๓๏ํ๛๕ ๏เ๊ๅ๒เข"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "ย๛แเ๐ ๋๑๒๐เ ไ๋ เ๒๐๛์เํํ ๏เ๊ๅ๒เข"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "ั๓โ็ ็ ๋๐เ์ ไ๋ เ๒๐๛์เํํ ๑๏i๑๓ ไเ๑๒๓๏ํ๛๕ ๏เ๊ๅ๒เข"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "฿๊i โเ๘ ๗เ๑เโ๛ ๏๎๑?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "ยเ๘ ๑i๑๒์ํ๛ ใเไ็iํํi๊ ๓๑๒เ๋โเํ๛ ํเ GMT?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "NIS ๑ๅ๐โๅ๐:"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "ภไไเ๋ๅํ๛ ๑ๅ๐โๅ๐ CUPS"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
#, fuzzy
msgid "No printer"
msgstr "I์ ไ๐๓๊เ๐๊i"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "ึi ธ๑๖ ๓ โเ๑ iํ๘๛?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
#, fuzzy
msgid "Mouse"
msgstr "ฯ๎๐๒ ์๛๘๛"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ฯ๐๛ํ๒๐"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
#, fuzzy
msgid "ISDN card"
msgstr "ำํ๓๒๐เํเ ISDN ๊เ๐๒เ"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
#, fuzzy
msgid "Sound card"
msgstr "ั๒เํไเ๐๒ํ๛"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "ย๛๊เ๐๛๑๒๎ขโเ๖ NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "อเโ๓๊๎โ๛ ๏๐๛๊๋เไเํํณ"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "หเ๊เ๋ํ๛ ๏๐๛ํ๒๐"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "ฯเ๐๎๋ ไ๋ root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "อ์เ ๏เ๐๎๋"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"ร๒๛ ๏เ๐๎๋ ็เํเไ๒เ ๏๐๎๑๒๛ (ใ๎ ไเขๆ๛ํ ๏เโiํํเ แ๛๖ ํๅ ์ๅํๅ้ ็เ %d ๋i๒เ๐เข)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "ภข๒ํ๒๛๔i๊เ๖๛"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "ภข๒ํ๒๛๔i๊เ๖๛"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "๑ๅ๐โๅ๐"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "ภข๒ํ๒๛๔i๊เ๖๛ NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS ๑ๅ๐โๅ๐:"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5189,22 +5263,22 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "ภข๒ํ๒๛๔i๊เ๖๛"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "I์ ไเ์ๅํ๓"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Domain Admin Password"
msgstr "ฯเไ๖โๅ๐ไ็i๖ ๏เ๐๎๋"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5231,19 +5305,19 @@ msgstr ""
"สเ๋i ๆเไเๅ๖ๅ ๑๒โเ๐๛๖ ็เใ๐๓็เ๗ํ๛ ไ๛๑๊ ็เ๐เ็, ๓๑๒เข๖ๅ ไ๛๑๊ๅ๒๓ ข ๏ๅ๐๘๛\n"
"ไ๛๑๊เโ๎ไ i ํเ๖i๑ํi๖ๅ \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "ฯๅ๐๘๛ ไ๛๑๊เโ๎ไ"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "ฤ๐๓ใi ไ๛๑๊เโ๎ไ"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "ฯ๐เ๏๓๑๖i๖"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5269,7 +5343,7 @@ msgstr ""
"ฦเไเๅ๖ๅ ๑๒โเ๐๛๖ ็เใ๐๓็เ๗ํ๛ ไ๛๑๊ ็เ๐เ็?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5278,28 +5352,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ย๛แเ๗เ้๖ๅ, เ๋ๅ ไ๛๑๊เโ๎ไ ํๅไเ๑๒๓๏ํ๛"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "ภแ๐๛๖ๅ ไ๛๑๊เโ๎ไ, ๓ ๊i์ แ๓ไ็ๅ ๑๒โเ๐เ๖๖เ ็เใ๐๓็เ๗ํเ ไ๛๑๊ๅ๒เ"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "ำ๑๒เข๖ๅ ไ๛๑๊ๅ๒๓ ข ไ๛๑๊เโ๎ไ %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "ั๒โเ๐ํํๅ ็เใ๐๓็เ๗ํเ้ ไ๛๑๊ๅ๒๛"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "ฯเไ๐๛๕๒๎ข๊เ ็เใ๐๓็๗๛๊เ"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5307,11 +5381,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "ย๛ ๆเไเๅ๖ๅ โ๛๊เ๐๛๑๒๎ขโเ๖ aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5319,16 +5393,16 @@ msgstr ""
"ฯเ์๛๋๊เ ข๑๒เ๋โเํํ เboot, \n"
"๑๏๐เแเโเ๖ ๓๑๒เ๋ธขโเ๖, ํๅใ๋ๅไ็๗๛ ํเ ์เใ๗๛์เ๑๖ ๏เ๐๓๘ํํ ๏ๅ๐๘เใเ ๐เ็ไๅ๋๓?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "ำ๑๒เ๋โเํํๅ ็เใ๐๓็๗๛๊๓"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "ฯ๐เ๖๑ ๓๑๒เ๋โเํํ ็เใ๐๓็๗๛๊เ ํๅ เ๒๐๛์เข๑. ำ็ํi๊๋เ ํเ๑๒๓๏ํเ ๏เ์๛๋๊เ:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5339,17 +5413,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "ำ๑๒เข๖ๅ ไ๛๑๊ๅ๒๓ ข ไ๛๑๊เโ๎ไ %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "ั๒โเ๐ํํๅ ไ๛๑๊ๅ๒๛ ไ๋ ข๑๒เ๋โเํํ"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5358,7 +5432,7 @@ msgstr ""
"อๅ๊เ๒๎๐๛ ๊๐๎๊i ํๅ ็เโๅ๐๘เํ๛.\n"
"ย๛ ๑เ๏๐เขไ๛ ๆเไเๅ๖ๅ โ๛้๑๖i ็เ๐เ็?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5390,16 +5464,16 @@ msgstr ""
"Iํ๔เ๐์เ๖๛ ๏เ ํเ๑๒๐๎้๊ๅ โเ๘เ้ ๑i๑๒์๛ ธ๑๒ ข ๏เ๑๋-ข๑๒เ๋ธโเ๗ํเ้\n"
"ใ๋เโๅ โเ๘เใเ ฤเ๏เ์๎ๆํi๊เ สเ๐๛๑๒เ๋ํi๊๓ ็ ภ๔i๖๛้ํเใเ Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
#, fuzzy
msgid "Generate auto install floppy"
msgstr "ั๒โเ๐ํํๅ ไ๛๑๊ๅ๒๛ ไ๋ ข๑๒เ๋โเํํ"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5408,16 +5482,16 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "ภข๒เ์เ๒๛๗ํ๛"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
#, fuzzy
msgid "Replay"
msgstr "ฯๅ๐เ็เใ๐๓็i๖"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
#, fuzzy
msgid "Save packages selection"
msgstr "ภ๑เแi๑๒๛ โ๛แเ๐ ๏เ๊ๅ๒เข"
@@ -5455,14 +5529,14 @@ msgstr ""
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "า๊๑๒"
@@ -5919,7 +5993,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "ฬเํ๖i๐เโเํํๅ ไ๛๑๊๓ %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr ""
@@ -6060,16 +6134,16 @@ msgstr "ํ์เ"
msgid "No mouse"
msgstr "อ์เ ์๛๘๛"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "สเ๋ณ ๋เ๑๊เ, ็๐เแณ๖ๅ ํๅ๊เ๋๊ณ ๐๓๕เข ์๛๘๘๓."
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
#, fuzzy
msgid "To activate the mouse,"
msgstr "สเ๋ณ ๋เ๑๊เ, ็๐เแณ๖ๅ ํๅ๊เ๋๊ณ ๐๓๕เข ์๛๘๘๓."
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "ะ๓๘๖ๅ ๊๎๋เ์ ์๛๘๛!"
@@ -6106,34 +6180,30 @@ msgstr "วใเ๐ํ๓๖ ไ๐โเ"
msgid "Toggle between flat and group sorted"
msgstr "ฯๅ๐เ๊๋๗ํํๅ ๏เ์iๆ ๓๏เ๐เไ๊เโเํํๅ์ ๏เ ใ๐๓๏ๅ i เ๑๎แ๊เ๕"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "ฤเ๋๓๗ํํๅ ไเ Iํ๒๐ํ๒๓"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "โ๛๊เ๐๛๑๒๎ขโเ๖ pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
#, fuzzy
msgid "use pptp"
msgstr "โ๛๊เ๐๛๑๒๎ขโเ๖ pppoe"
@@ -6233,7 +6303,7 @@ msgstr ""
msgid "no network card found"
msgstr "๑ๅ๒๊เโเ ๊เ๐๒เ ํๅ ็ํ๎้ไ็ๅํเ"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "อเ๑๒๐๎้๊เ ๑ๅ๒๊i"
@@ -6249,15 +6319,15 @@ msgstr ""
"ํเ๏๐๛๊๋เไ ``mybox.mylab.myco.com''.\n"
"ย๛ ์๎ๆเ๖ๅ ๒เ๊๑เ์เ ขโๅ๑๖i IP เไ๐เ๑ ๘๋็๓, ๊เ๋i ธํ ๓ โเ๑ ธ๑๖."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "I์ ์เ๘๛ํ๛"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
#, fuzzy
msgid "Network Configuration Wizard"
msgstr "สเํ๔iใ๓๐เ๖๛ ๑ๅ๒๊i"
@@ -6299,8 +6369,8 @@ msgid "Old configuration (isdn4net)"
msgstr "วํ๎้ไ็ๅํเ ๑ณ๑๒์เ ๑ๅ๒๊เโเ้ แ๑๏ๅ๊ณ (firewall)!"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "อเ๑๒๐๎้๊เ ISDN"
@@ -6339,23 +6409,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "฿๊i ๏๐เ๒เ๊๎๋ โ๛ ๆเไเๅ๖ๅ โ๛๊เ๐๛๑๒๎ขโเ๖?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "฿๊i ๒๛๏ ๊เ๐๒๛ โ๛ ์เๅ๖ๅ?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "อๅ โไ๎์เ"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6369,19 +6444,19 @@ msgstr ""
"\n"
"สเ๋i โ๛ ์เๅ๖ๅ PCMCIA ๊เ๐๒๓, โ๛ ๏เโiํํ๛ โๅไเ๖ irq i io โเ๘เ้ ๊เ๐๒๛.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "ภไ์ํi๖"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "ฯ๐เ๖ใํ๓๖"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "฿๊เ ข โเ๑ ISDN ๊เ๐๒เ?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6389,7 +6464,7 @@ msgstr ""
"ย๛็ํเ๗เํเ ISDN PCI ๊เ๐๒เ, เ๋ๅ ํๅโไ๎์๛ ๅ ๒๛๏. สเ๋i ๋เ๑๊เ, ๏เ็ํเ๗๖ๅ PCI "
"๊เ๐๒๓ ํเ ํเ๑๒๓๏ํ๛์ ๊๐เํๅ."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "สเ๐๒เ ISDN PCI ํๅ ็ํ๎้ไ็ๅํเ. สเ๋i ๋เ๑๊เ, ๏เ็ํเ๗๖ๅ ํเ ํเ๑๒๓๏ํ๛์ ๊๐เํๅ."
@@ -6443,7 +6518,7 @@ msgstr "ฯๅ๐๘๛ ๑ๅ๐โๅ๐ DNS"
msgid "Second DNS Server (optional)"
msgstr "ฤ๐๓ใi ๑ๅ๐โๅ๐ DNS:"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6451,7 +6526,7 @@ msgstr ""
"\n"
"ย๛ ์๎ๆเ๖ๅ เไ๊๋๗๛๖๖เ ๖ณ ๏ๅ๐เ๊เํ๔ณใ๓๐เโเ๖ โเ๘เๅ ็๋๓๗ํํๅ."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
@@ -6460,12 +6535,12 @@ msgstr ""
"\n"
"ย๛ ์๎ๆเ๖ๅ เไ๊๋๗๛๖๖เ ๖ณ ๏ๅ๐เ๊เํ๔ณใ๓๐เโเ๖ โเ๘เๅ ็๋๓๗ํํๅ."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
#, fuzzy
msgid "You are currently connected to internet."
msgstr "฿๊ โ๛ ๏๋เํ๓ๅ๖ๅ ไเ๋๓๗๛๖๖เ ไเ Iํ๒๐ํ๒๓?"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
@@ -6474,38 +6549,38 @@ msgstr ""
"\n"
"ย๛ ์๎ๆเ๖ๅ เไ๊๋๗๛๖๖เ ๖ณ ๏ๅ๐เ๊เํ๔ณใ๓๐เโเ๖ โเ๘เๅ ็๋๓๗ํํๅ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "฿๊ โ๛ ๏๋เํ๓ๅ๖ๅ ไเ๋๓๗๛๖๖เ ไเ Iํ๒๐ํ๒๓?"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
#, fuzzy
msgid "Connect"
msgstr "I์ ็๋๓๗ํํ"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "อเ๑๒๐๎้๊เ ISDN"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "อเ๑๒๐๎้๊เ ๑ๅ๒๊i"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Iํ๒๐ํ๒ ็๋๓๗ํํๅ i ๊เํ๔iใ๓๐เ๖๛"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"ย๛ ์๎ๆเ๖ๅ เไ๊๋๗๛๖๖เ ๖ณ ๏ๅ๐เ๊เํ๔ณใ๓๐เโเ๖ โเ๘เๅ ็๋๓๗ํํๅ."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6519,12 +6594,12 @@ msgstr ""
"\n"
"ย๛ ์๎ๆเ๖ๅ เไ๊๋๗๛๖๖เ ๖ณ ๏ๅ๐เ๊เํ๔ณใ๓๐เโเ๖ โเ๘เๅ ็๋๓๗ํํๅ."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "สเํ๔iใ๓๐เ๖๛ ๑ๅ๒๊i"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6532,7 +6607,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6540,105 +6615,105 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
#, fuzzy
msgid "Choose the profile to configure"
msgstr "ภแ๐๛๖ๅ เ๑ํ๎ขํเใเ ๊เ๐๛๑๒เ๋ํi๊เ:"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
#, fuzzy
msgid "Expert Mode"
msgstr "๊๑๏ๅ๐๒"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "ย๛็ํเ๗ํํๅ ๏๐๛๋เไเข..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "ฤ๓แ๋โเํํๅ ๏๓ํ๊๒๓ ์เํ๖i๐เโเํํ %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "ISDN connection"
msgstr "อเ๑๒๐๎้๊เ ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "ะเ็์ๅ๐๊เโเํํๅ"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy, c-format
msgid "detected on interface %s"
msgstr "ัๅ๒๊เโ๛ iํ๒๐๔ๅ้๑"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "Cable connection"
msgstr "ว๋๓๗ํํๅ ๏๐๛ํ๒๐๓"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "ว๋๓๗ํํๅ ๏๐๛ํ๒๐๓"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "LAN connection"
msgstr "ะเ็์ๅ๐๊เโเํํๅ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "ภแ๐๛๖ๅ iํ๑๒๐๓์ๅํ๒, ๊i ๆเไเๅ๖ๅ ๑๊เ๐๛๑๒เ๖"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "ั๓์ๅ๑ํเๅ Iํ๒๐ํ๒-็๋๓๗ํํๅ"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "ย๛ ๆเไเๅ๖ๅ, ๊เแ ใ๒เๅ ็๋๓๗ํํๅ ๑๒เ๐๒เโเ๋เ ๏๐๛ ็เใ๐๓็๖๛?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
#, fuzzy
msgid "Network configuration"
msgstr "สเํ๔iใ๓๐เ๖๛ ๑ๅ๒๊i"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6646,27 +6721,27 @@ msgid ""
"%s"
msgstr "ึi ๆเไเๅ๖ๅ ๏๐เ๒๑๖i๐เโเ๖ ํเ๑๒๐๎้๊i?"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6674,7 +6749,7 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6684,43 +6759,43 @@ msgstr ""
"ส๎ๆํ๛ ๏๓ํ๊๒ ๏เโiํๅํ แ๛๖ ็เ๏๎ขํๅํ๛ ๊ IP เไ๐เ๑ ข ไ็ๅ๑๒๊๎โเ-๊๐๎๏๊เโเ้ \n"
"ํเ๒เ๖๛i (ํเ๏๐๛๊๋เไ, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "อเ๑๒๐๎้๊เ ๑ๅ๒๊เโเ้ ๏๐๛๋เไ๛ %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, fuzzy, c-format
msgid " (driver %s)"
msgstr "ัๅ๐โๅ๐ XFree86: %s\n"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP เไ๐เ๑"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "ฬเ๑๊เ ๑ๅ๒๊i"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "ภข๒เ์เ๒๛๗ํ๛ IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "ั๒โเ๐๛๖ ็เใ๐. ไ๛๑๊"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP เไ๐เ๑ ๏เโiํๅํ แ๛๖ ๓ ๔เ๐์เ๖ๅ 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6732,42 +6807,53 @@ msgstr ""
"ํเ๏๐๛๊๋เไ ``mybox.mylab.myco.com''.\n"
"ย๛ ์๎ๆเ๖ๅ ๒เ๊๑เ์เ ขโๅ๑๖i IP เไ๐เ๑ ๘๋็๓, ๊เ๋i ธํ ๓ โเ๑ ธ๑๖."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS ๑ๅ๐โๅ๐"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "ฯ๐๛๋เไเ-๘๋็"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP เไ๐เ๑ ๏เโiํๅํ แ๛๖ ๓ ๔เ๐์เ๖ๅ 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP เไ๐เ๑ ๏เโiํๅํ แ๛๖ ๓ ๔เ๐์เ๖ๅ 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "อเ๑๒๐๎้๊เ proxy ๊๘๓๗๛๕ ๑ๅ๐โๅ๐เข"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy ๏เโiํๅํ แ๛๖ http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy ๏เโiํๅํ แ๛๖ ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Proxy ๏เโiํๅํ แ๛๖ http://..."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8166,7 +8252,7 @@ msgstr "ภไ๋๓๗ํํๅ เไ ๑ๅ๒๊i"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
@@ -8679,11 +8765,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Proxy ๏เโiํๅํ แ๛๖ http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8733,6 +8814,43 @@ msgstr "mkraid ํๅ ๏๐เ๖เ็ไ๎๋ํ๛ (์๎ๆเ raid ๏๐๛๋เไ๛ เไ๑๓๒ํi๗เ๖?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "อๅไเ๑๒เ๒๊๎โเ ๐เ็ไ็ๅ๋เข ไ๋ RAID ๓็๐๎ขํ %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "อเ๑๒๐๎้๊i ข็๐๎ขํ แ๑๏ๅ๊i"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "อเ๑๒๐๎้๊i ข็๐๎ขํ แ๑๏ๅ๊i"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "ฮ๏๖๛i เไไเ๋ๅํเใเ ๏๐๛ํ๒๐๓ lpd"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " ? (็์๎ข๗เํํๅ %s) "
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "อเ๑๒๐๎้๊i ข็๐๎ขํ แ๑๏ๅ๊i"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "ฯเไ๐๛๕๒๎ข๊เ ข๑๒เ๋โเํํ"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -9031,7 +9149,7 @@ msgstr "๖i๊เโเ"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
@@ -9128,7 +9246,7 @@ msgstr "ฤเ๋๓๗ํํๅ ไเ Iํ๒๐ํ๒๓"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9175,7 +9293,7 @@ msgstr "ัๅ๒๊เโ๛ iํ๒๐๔ๅ้๑"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9200,7 +9318,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9216,7 +9334,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9231,7 +9349,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9280,8 +9398,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9318,11 +9436,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "ำ๑๒เ๋โเํํๅ ๏เ๊ๅ๒๓ %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "สเ๋i ๋เ๑๊เ, โ๛้ไ็i๖ๅ, เ ๏๎๒๛์ ๑๊เ๐๛๑๒เ้๖ๅ Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "สเ๋i ๋เ๑๊เ, ๏ๅ๐เ้ไ็i๖ๅ ข %s ไ๋ เ๊๒๛โเ๖๛i ็์ํๅํํข"
@@ -9370,16 +9488,6 @@ msgstr "ฤเไเ๖ ๊เ๐๛๑๒เ๋ํi๊เ"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr ""
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9432,52 +9540,67 @@ msgstr "ฤเไเ๖ ๊เ๐๛๑๒เ๋ํi๊เ"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr ""
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "อเ๑๒๐๎้๊เ IDE"
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "วเ๊เํ๗ํํๅ ํเ๑๒๐๎้๊i"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "อเ๑๒๐๎้๊เ X Window"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "ำ๑๒เข๖ๅ ไ๛๑๊ๅ๒๓ ข ไ๛๑๊เโ๎ไ %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "ฤ๛๑๊เโ๎ไ ํๅไเ๑๒๓๏ํ๛"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9601,13 +9724,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "ฯ๐เโๅ๐๊เ ๏เ๐๒๎ข"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9616,41 +9739,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "อ์เ ๏เ๐๎๋"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "ฯเ์๛๋๊เ เไ๊๐๛๖๖ %s ไ๋ ็เ๏i๑๓: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9661,68 +9784,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9730,926 +9853,928 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "ฯเ์๛๋๊เ ๗๛๒เํํ ๔เ้๋๓ %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "ย๛แเ๐ ใ๐๓๏๛ ๏เ๊ๅ๒เข"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "ย๛ไเ๋i๖ ๗เ๐ใ๓ ไ๐๓๊๓"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "ย๛ไเ๋i๖ Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "I์ ๊เ๐๛๑๒เ๋ํi๊๓:"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "สเ๋ณ ๋เ๑๊เ, ็๐เแณ๖ๅ ํๅ๊เ๋๊ณ ๐๓๕เข ์๛๘๘๓."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "ฯเ๑๏๐เแ๓้๖ๅ ๘๗ ๐เ็"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "ฯเ๑๏๐เแ๓้๖ๅ ๘๗ ๐เ็"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "อ์เ ๏เ๐๎๋"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "สเ๋i ๋เ๑๊เ, เแ๐๛๖ๅ ๒๛๏ ๊๋เโi๒๓๐๛."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "อเ๖ณ๑ํณ๖ๅ ํเ ๐เ็ไ็ๅ๋"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "อเ๖ณ๑ํณ๖ๅ ํเ ๐เ็ไ็ๅ๋"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "อเ๖ณ๑ํณ๖ๅ ํเ ๐เ็ไ็ๅ๋"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "อเ๖ณ๑ํณ๖ๅ ํเ ๐เ็ไ็ๅ๋"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "อเ๖ณ๑ํณ๖ๅ ํเ ๐เ็ไ็ๅ๋"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "ภแ๐๛๖ๅ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "สเ๋ณ ๋เ๑๊เ, ็๐เแณ๖ๅ ํๅ๊เ๋๊ณ ๐๓๕เข ์๛๘๘๓."
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "ัๅ๒๊เ:"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "า๛๏: "
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "I์ ๊เ๐๛๑๒เ๋ํi๊๓:"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "สเ๋i ๋เ๑๊เ, เแ๐๛๖ๅ ์๎โ๓ ไ๋ ๊เ๐๛๑๒เํํ."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "ืเ๊เ้๖ๅ"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "ว ๊๎๋เ์"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "ว ๊๎๋เ์"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "ฮ๏๖๛i ์๎ไ๓๋:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "สเํ๔iใ๓๐เ๖๛ ๑ๅ๒๊i"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
#, fuzzy
msgid "across Network"
msgstr "ัๅ๒๊เ:"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
#, fuzzy
msgid "on Tape Device"
msgstr "ฯ๎๐๒ ๏๐๛ํ๒๐๓"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "ย๛แเ๐ ๏เ๊ๅ๒เข ไ๋ ข๑๒เ๋โเํํ"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "อเ๑๒๐. ๔เ้๋เโ๛๕ ๑i๑๒์เข"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "ฬ๛๘: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "ฮ๏๖๛i"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
#, fuzzy
msgid "\t-Tape \n"
msgstr "า๛๏: "
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "ฤเ ๊๎ใเ ๏เ๑๋ไ๎ขํเใเ ๏๎๐๒๓ ไเ๋๓๗เํ๛ ์เไ์?"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "สเํ๔iใ๓๐เ๖๛ ๑ๅ๒๊i"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "๊เ๋i ๋เ๑๊เ, ๏เ็ํเ๗๖ๅ ๒๛๏ โเ๘เ้ ์๛๘๛."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "สเ๋ณ ๋เ๑๊เ, ็๐เแณ๖ๅ ํๅ๊เ๋๊ณ ๐๓๕เข ์๛๘๘๓."
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "ะเ็์ๅ๐๊เโเํํๅ"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "ย๛แเ๐ ๒๛๏๓ ็๋๓๗ํํ ๏๐๛ํ๒๐๓"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "ภไํเข๋ๅํํๅ ็ ไ๛๑๊ๅ๒๛"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "๊เ๋i ๋เ๑๊เ, ๏เ็ํเ๗๖ๅ ๒๛๏ โเ๘เ้ ์๛๘๛."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "ฒํ๘๛"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "ำ๑๒เ๋โเํํๅ ๑i๑๒์๛"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "ภไํเข๋ๅํํๅ ็ ๔เ้๋๓"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "ภไํเข๋ๅํํๅ ็ ๔เ้๋๓"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "๊เ๋i ๋เ๑๊เ, ๏เ็ํเ๗๖ๅ ๒๛๏ โเ๘เ้ ์๛๘๛."
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "ย๛ไเ๋i๖ ๗เ๐ใ๓ ไ๐๓๊๓"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "ภไํเข๋ๅํํๅ ็ ๔เ้๋๓"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "ภไํเข๋ๅํํๅ ็ ไ๛๑๊ๅ๒๛"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "ฤเไเ๒๊๎โเ ๒เแ๋i๖เ ๐เ็ไ็ๅ๋เข"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "ฯๅ๐เ๊เํ๔iใ๓๐เโเ๖ ๋เ๊เ๋ํ๓ ๑ๅ๒๊๓"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "I์ ์เ๘๛ํ๛"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "ฯเ๐๎๋"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "I์ ๊เ๐๛๑๒เ๋ํi๊๓:"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "I์ ์เ๘๛ํ๛"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "ภไํเข๋ๅํํๅ ็ ๔เ้๋๓"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "ฯเ โ๛แเ๐๓"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "ฤเไเ๒๊๎โเ ๒เแ๋i๖เ ๐เ็ไ็ๅ๋เข"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "ภไํเข๋ๅํํๅ ็ ๔เ้๋๓"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "ั๒เ๐๒เโเๅ ์ๅํ"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "ภไํเข๋ๅํํๅ ็ ๔เ้๋๓"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "อเ๑๒๓๏ํ๛ ๏เ๊ๅ๒๛ แ๓ไ๓๖ ไเไเํ๛ ไเ ๑i๑๒์๛"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "สเ๋i ๋เ๑๊เ, เแ๐๛๖ๅ ์๎โ๓ ไ๋ ๊เ๐๛๑๒เํํ."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "สเ๋i ๋เ๑๊เ, เแ๐๛๖ๅ ์๎โ๓ ไ๋ ๊เ๐๛๑๒เํํ."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "สเ๋i ๋เ๑๊เ, เแ๐๛๖ๅ ์๎โ๓ ไ๋ ๊เ๐๛๑๒เํํ."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "ฤ๐ํํ๛ ๔เ้๋ ๐็ๅ๐โ๎โเ้ ๊๎๏ii"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "วเ๕เโเํํๅ ข ๔เ้๋"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "สเํ๔iใ๓๐เ๖๛ ๑ๅ๒๊i"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "สเํ๔iใ๓๐เ๖๛ ๑ๅ๒๊i"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "อเ๑๒๐๎้๊เ"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "วเ๊เํ๗ํํๅ ํเ๑๒๐๎้๊i"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "อเ๑๒๐. ๔เ้๋เโ๛๕ ๑i๑๒์เข"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10681,7 +10806,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10690,7 +10815,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10731,7 +10856,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10759,17 +10884,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10786,7 +10911,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10826,7 +10951,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10837,7 +10962,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10850,7 +10975,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10932,8 +11057,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "สเํ๑๎๋ํ๛ ณํ๑๒๐๓์ๅํ๒เ๋ํ๛ ๑๐๎ไ๊ณ"
@@ -11010,28 +11135,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "ฯ๎๐๒"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "วเ๊เํ๗ํํๅ ข๑๒เ๋โเํํ"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "ย๛ ์๎ๆเ๖ๅ เแ๐เ๖ ณํ๘๛ ์๎โ๛, ๊i แ๓ไ๓๖ ไเ๑๒๓๏ํ๛ ๏เ๑๋ ข๑๒เ๋โเํํ"
@@ -11140,11 +11265,6 @@ msgstr "ฬเ้๑๒เ๐ ๑๒โเ๐ํํ..."
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:301
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "ฯ๐เโๅ๐๊เ ๏เ๐เ์ๅ๒๐เข ํเ๑๒๐๎้๊i"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
#, fuzzy
msgid "Connected"
@@ -11268,7 +11388,7 @@ msgstr "ฮ๏๖๛i ์๎ไ๓๋:"
msgid "Size"
msgstr "ฯเ์ๅ๐: %s"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
#, fuzzy
msgid "drakfloppy"
msgstr "ภไํเข๋ๅํํๅ ็ ไ๛๑๊ๅ๒๛"
@@ -11342,24 +11462,24 @@ msgstr ""
msgid "Build the disk"
msgstr ""
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, fuzzy, c-format
msgid "Unable to fork: %s"
msgstr "ว๐เแi๖ ํๅเ๊๒๛ขํ๛์ ๑ๅ๒๊เโเๅ ็๋๓๗ํํๅ"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11835,156 +11955,156 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "ั๓์ๅ๑ํเๅ Iํ๒๐ํ๒-็๋๓๗ํํๅ"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "ฯ๐เ๖๎ขํเ ใ๐๓๏เ"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "ะเ็ไ็ๅ๋ %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "I์ ๊เ๐๛๑๒เ๋ํi๊๓:"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "วํi๘๗๛๖"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
#, fuzzy
msgid "edit"
msgstr "ั๐ไํi"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "ว๐๎แ๋ๅํเ"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "ฤเไเ๖ ๊เ๐๛๑๒เ๋ํi๊เ"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "I์ ไ๐๓๊เ๐๊i"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "ย๛ไเ๋i๖ ๗เ๐ใ๓ ไ๐๓๊๓"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "ฯ๐๛ํ๖ ๊เ๐๛๑๒เ๋ํi๊เ"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "ยๅ๐๑i: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "ฯ๎๐๒"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "ภ๑เแi๑๒๛ โ๛แเ๐ ๏เ๊ๅ๒เข"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "I์ ๊เ๐๛๑๒เ๋ํi๊๓:"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "ฯ๐เ๖๎ขํเ ใ๐๓๏เ"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "ะเ็์ๅ๐๊เโเํํๅ"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11996,137 +12116,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "อเ๑๒๐๎้๊เ ๏เ๑๋ ข๑๒เ๋โเํํ"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "ฯเ์ๅ๐๛ ๊๐เํ๓"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "ภแ๐๛๖ๅ ไ็ๅํํๅ"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "I์ ไ๋ ๐เ็์ๅ๐๊เโเํเใเ ๐๑๓๐๑๓"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "อเ๑๒๐๎้๊เ ๏เ๑๋ ข๑๒เ๋โเํํ"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "ย๛๕เไ"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "ำ๑๒เ๋โเํํๅ ๑i๑๒์๛"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "อเ๑๒๐๎้๊เ ๑๋๓ๆแเข"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "ยi๐๒๓เ๋ํเ ๔เ้๋เโเ ๑i๑๒์เ (loopback)"
+msgid "Preview"
+msgstr "๏๐๛๋เไเ"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "๏๐๛๋เไเ"
+msgid "Save theme"
+msgstr "ำ๑๒เ๋โเํํๅ ๑i๑๒์๛"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "ภแ๐๛๖ๅ ์เํi๒๎๐"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "ว๋๓๗ํํๅ ๏๐๛ํ๒๐๓"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "URI ๏๐๛ํ๒๐๓"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "ย๛็ํเ๗ํํๅ ๏๐๛๋เไเข..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12267,6 +12397,12 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ""
@@ -12301,11 +12437,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "อๅ์เใ๗๛์เ ็เ๏๓๑๖ณ๖ live upgrade !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr ""
@@ -12584,16 +12720,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12670,7 +12803,7 @@ msgstr "ำ๑๒เ๋โเํํๅ ๑i๑๒์๛"
msgid "Exit install"
msgstr "วเ๊เํ๗ํํๅ ข๑๒เ๋โเํํ"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12934,6 +13067,21 @@ msgstr "ฬ๓๋๒๛์ๅไ๛ - ั๒โเ๐ํํๅ CD"
msgid "Scientific Workstation"
msgstr "อเโ๓๊๎โ๛ ๏๐๛๊๋เไเํํณ"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "อเ๑๒๐๎้๊เ ๏เ๑๋ ข๑๒เ๋โเํํ"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "ยi๐๒๓เ๋ํเ ๔เ้๋เโเ ๑i๑๒์เ (loopback)"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy ๏เโiํๅํ แ๛๖ ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "ย๛๕เไ"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (ํๅ ๏๐เ๖๓ๅ ๏๐๛ ๑๒เ๐๛๕ โๅ๐๑i๕ BIOS)"
@@ -13021,9 +13169,6 @@ msgstr "อเโ๓๊๎โ๛ ๏๐๛๊๋เไเํํณ"
#~ msgid "Test again"
#~ msgstr "ฯ๐เโๅ๐๛๖ ๘๗ ๐เ็"
-#~ msgid "Setting security level"
-#~ msgstr "อเ๑๒๐๎้๊i ข็๐๎ขํ แ๑๏ๅ๊i"
-
#~ msgid "Select a graphics card"
#~ msgstr "ภแ๐๛๖ๅ โiไเ๊เ๐๒๓"
@@ -13176,9 +13321,6 @@ msgstr "อเโ๓๊๎โ๛ ๏๐๛๊๋เไเํํณ"
#~ msgid "Ambiguity (%s), be more precise\n"
#~ msgstr "อๅโ๛็ํเ๗เํเ๑๖ (%s), แ๓ไ็๖ๅ ไเ๊๋เไํ๛\n"
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (็์๎ข๗เํํๅ %s) "
-
#~ msgid "Your choice? (default %s enter `none' for none) "
#~ msgstr "ยเ๘ โ๛แเ๐? (็์๎ข๗เํํๅ %s. ำโไ็i๖ๅ `none' ๏๐๛ เไ๑๓๒ํเ๑๖i) "
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index e7d19aece..5b0c95b11 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2000-02-28 20:56+0200\n"
"Last-Translator: Bozhan Boiadzhiev <bozhan@plov.omega.bg>\n"
"Language-Team: Bulgarian\n"
@@ -89,24 +89,24 @@ msgstr ""
msgid "Use Xinerama extension"
msgstr "ศ็๏๎๋็โเ้ ๐เ็๘่๐ๅํ่ๅ๒๎ Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "อเ๑๒๐๎้๊เ ๑เ์๎ ํเ ๊เ๐๒เ \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ๑ ๕เ๐ไ๓ๅ๐ํ๎ 3D ๓๑๊๎๐ๅํ่ๅ"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,17 +117,17 @@ msgstr ""
"สเ๐๒เ๒เ โ่ ๑ๅ ๏๎ไไ๚๐ๆเ ๎๒ XFree %s, ๊๎้๒๎ ์๎ๆๅ ไเ ่์เ ๏๎-ไ๎แ๐เ ๏๎ไไ๐๚ๆ๊เ ํเ "
"2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "สเ๐๒เ๒เ โ่ ์๎ๆๅ ไเ ่์เ ๏๎ไไ๐๚ๆ๊เ ํเ ๕เ๐ไ๓ๅ๐ํ๎ 3D ๓๑๊๎๐ๅํ่ๅ โ XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ๑ ลสัฯละศฬลอาภหอO ๕เ๐ไ๓ๅ๐ํ๎ 3D ๓๑๊๎๐ๅํ่ๅ"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -141,7 +141,7 @@ msgstr ""
"สเ๐๒เ๒เ โ่ ๑ๅ ๏๎ไไ๚๐ๆเ ๎๒ XFree %s, ๊๎้๒๎ ์๎ๆๅ ไเ ่์เ ๏๎-ไ๎แ๐เ ๏๎ไไ๐๚ๆ๊เ ํเ "
"2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -151,12 +151,12 @@ msgstr ""
"ฮามลหลฦลาล, ืล าฮยภ ล ลสัฯละศฬลอาภหอภ ฯฮฤฤะฺฦสภ ศ สฮฬฯาฺะฺา ยศ ฬฮฦล ฤภ "
"วภมศล."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (่ํ๑๒เ๋เ๖่ ใ๐เ๔่๗ๅํ ไ๐เ้โๅ๐)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "ส๋่ๅํ๒๑๊เ"
@@ -177,32 +177,32 @@ msgstr "ะเ็ไๅ๋่๒ๅ๋ํเ ๑๏๎๑๎แํ๎๑๒"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "ฮ๏๖่่"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ok"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ศ็๕๎ไ"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -301,25 +301,25 @@ msgstr "ศ็แๅ๐ๅ๒ๅ ๐เ็ไๅ๋่๒ๅ๋ํเ ๑๏๎๑๎แํ๎๑๒ ่ ไ๚๋แ๎๗่ํเ ํเ ๖โๅ๒๎โๅ๒ๅ"
msgid "Graphics card: %s"
msgstr "ร๐เ๔่๗ํเ ๊เ๐๒เ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "ฮ๒๊เ็"
@@ -397,11 +397,11 @@ msgstr "XFree86 ๑๚๐โ๚๐: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 ไ๐เ้โๅ๐: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X ๏๐่ ๑๒เ๐๒่๐เํๅ ํเ ๑่๑๒ๅ์เ๒เ"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -410,7 +410,7 @@ msgstr ""
"K๎์๏๒๚๐เ โ่ ์๎ๆๅ เโ๒๎์เ๒่๗ํ๎, ไเ โ๋ๅ็ๅ โ X ๏๐่ ๑๒เ๐๒่๐เํๅ.\n"
"ศ๑๊เ๒ๅ ๋่ X ไเ ๑ๅ ๑๒เ๐๒่๐เ, ๊๎ใเ๒๎ ๐ๅ๑๒เ๐๒่๐เ๒ๅ ๑่๑๒ๅ์เ๒เ?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -422,7 +422,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "สเ๊๚โ ๅ ๒่๏๚๒ ํเ ISDN โ๐๚็๊เ๒เ ?"
@@ -495,7 +495,7 @@ msgstr "ส๎์๏เ๊๒ๅํ"
msgid "compact"
msgstr "๊๎์๏เ๊๒ๅํ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "ย่ไๅ๎ ๐ๅๆ่์"
@@ -503,17 +503,17 @@ msgstr "ย่ไๅ๎ ๐ๅๆ่์"
msgid "Delay before booting default image"
msgstr "วเแเโํๅ ๏๐ๅไ่ ๑๒เ๐๒่๐เํๅ๒๎ ํเ default ไ๋เ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "ฯเ๐๎๋เ"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "ฯเ๐๎๋เ (๎๒ํ๎โ๎)"
@@ -547,14 +547,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "ฮ๏๖่๒เ ``ฮใ๐เํ่๗่ ๎๏๖่่๒ๅ ๎๒ ๊๎์เํไํ่ ๐ๅไ'' ๅ แๅ็๏๎๋ๅ็ํเ แๅ็ ๏เ๐๎๋เ"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "ฬ๎๋, ๎๏่๒เ้๒ๅ ๎๒ํ๎โ๎"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "ฯเ๐๎๋่๒ๅ ํเ ๑๚โ๏เไเ๒"
@@ -591,7 +591,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -599,156 +599,156 @@ msgstr ""
"า๎โเ ๑เ ๐เ็๋่๗ํ่๒ๅ ็เ๏่๑่.\n"
"ฬ๎ๆๅ๒ๅ ไเ ไ๎แเโ่๒ๅ ๎๙ๅ ่๋่ ไเ ๏๐๎์ๅํ่๒ๅ ๑๚๙ๅ๑๒โ๓โเ๙่๒ๅ."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "ฤ๎แเโ่"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "ร๎๒๎โ๎"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "ฬ๎ไ่๔่๖่๐เ้"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "สเ๊๚โ ๒่๏ ่ํ๔๎๐์เ๖่ ่๑๊เ๒ๅ ไเ ๏๐่แเโ่๒ๅ"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "ฤ๐๓ใเ ฮั (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "ฤ๐๓ใเ ฮั (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "ฤ๐๓ใเ ฮั (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "ฮแ๐เ็"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "ร๋เโๅํ"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "ฤ๎๏๚๋โเํๅ"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ืๅ๒ๅํๅ-็เ๏่๑"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "าเแ๋่๖เ"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "ฮ๏เ๑ๅํ"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "ล๒่๊ๅ๒"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "ฯ๎ ๏๎ไ๐เ็แ่๐เํๅ"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-ใ๎๋ๅ์่ํเ"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "มๅ็ ใ๐เ๔่๊เ"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "ฯ๐ๅ์เ๕ํ่ ็เ๏่๑"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "ฯ๐เ็ๅํ ๅ๒่๊ๅ๒ ํๅ ๅ ๐เ็๐ๅ๘ๅํ"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "า๐แโเ ไเ ่์เ๒ๅ swap-ไ๋"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "า๎็่ ๅ๒่๊ๅ๒ โๅ๗ๅ ๑ๅ ่็๏๎๋็โเ"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "อเ์ๅ๐ๅํ่ ๑เ %s %s ่ํ๒ๅ๐๔ๅ้๑่"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "ศ์เ๒ๅ ๋่ ไ๐๓ใ(่) ?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ศ์เ๒ๅ ๋่ ํ๊เ๊๚โ %s ่ํ๒ๅ๐๔ๅ้๑?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "อๅ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "ฤเ"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "ศํ๑๒เ๋่๐เํๅ ํเ ไ๐เ้โๅ๐ ็เ %s ๏๋เ๒๊เ %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(์๎ไ๓๋ %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -759,17 +759,17 @@ msgstr ""
"ฮ๏๖่่๒ๅ ๑เ โ๚โ ๔๎๐์เ๒ ``่์ๅ=๑๒๎้ํ๎๑๒ ่์ๅ2=๑๒๎้ํ๎๑๒2 ...''.\n"
"อเ๏๐่์ๅ๐: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "ฮ๏๖่่ ํเ ์๎ไ๓๋เ:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "ส๎้ %s ไ๐เ้โๅ๐ ไเ ๏๐๎แโเ์ ?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -788,15 +788,15 @@ msgstr ""
"๎๒ ๊๎๒๎ ๑ๅ ํ๓ๆไเๅ ? ฯ๎ ๏๐่ํ๖่๏ ๒๎โเ ์๎ๆๅ ไเ ็เแ่ๅ ๊๎์๏๒๚๐เ โ่, ํ๎ ํ์เ ไเ "
"ใ๎ ๏๎โ๐ๅไ่."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "ภโ๒๎์เ๒่๗ํ๎ ็เ๑่๗เํๅ"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "วเไเ้ ๎๏๖่่"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -805,63 +805,63 @@ msgstr ""
"วเ๐ๅๆไเํๅ๒๎ ํเ ์๎ไ๓๋เ %s ํๅ ๓๑๏.\n"
"ศ๑๊เ๒ๅ ๋่ ไเ ๎๏่๒เ๒ๅ ๎๒ํ๎โ๎ ๑ ไ๐๓ใ่ ๏เ๐เ์ๅ๒๐่ ?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(โๅ๗ๅ ๏๐่แเโ่๕ %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "าเ็่ ๏เ๐๎๋เ ๅ ๏๐ๅ๊เ๋ๅํ๎ ๏๐๎๑๒เ"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "ฬ๎๋, ็เไเ้๒ๅ ๏๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"ฯ๎๒๐ๅแ่๒ๅ๋๑๊๎๒๎ ่์ๅ ์๎ๆๅ ไเ โ๊๋๗โเ ๑เ์๎ ์เ๋๊่ แ๓๊โ่, ํ๎์ๅ๐เ, `-' ่ `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "า๎โเ ๏๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ ๅ โๅ๗ๅ ไ๎แเโๅํ๎"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "า๎โเ ๏๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ ๅ โๅ๗ๅ ไ๎แเโๅํ๎"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ฤ๎แเโ่ ๏๎๒๐ๅแ่๒ๅ๋"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -870,32 +870,32 @@ msgstr ""
"ย๚โๅไๅ๒ๅ ๏๎๒๐ๅแ่๒ๅ๋\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ฯ๐่ๅ์่ ๏๎๒๐ๅแ่๒ๅ๋"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "ศ๑๒่ํ๑๊๎ ่์ๅ"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ฯ๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "ุๅ๋"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "ศ๊๎ํเ"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -904,59 +904,59 @@ msgstr ""
"๏๎๒๐ๅแ่๒ๅ๋.\n"
"ศ๑๊เ๒ๅ ๋่ ๒เ็่ โ๚็์๎ๆํ๎๑๒ ?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "ศ็แๅ๐ๅ๒ๅ ๏๎ไ๐เ็แ่๐เ๙ ๑ๅ ๏๎๒๐ๅแ่๒ๅ๋ :"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "ศ็แๅ๐ๅ๒ๅ Windows Manager ็เ ๑๒เ๐๒่๐เํๅ:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ่็๏๎๋็โเํ ๅ็่๊."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "ฬ๎ๆๅ๒ๅ ไเ ่็แๅ๐ๅ๒ๅ ไ๐๓ใ่ ๅ็่๖่, ๊๎่๒๎ ๙ๅ แ๚ไเ๒ ํเ๋่๖ๅ ๑๋ๅไ่ํ๑๒เ๋เ๖่๒เ"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ย๑่๗๊่"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "ฤ๎แเโํๅ ํเ ๏๎๒๐ๅแ่๒ๅ๋"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "ฯ๎ไๅ๋ํๅ ํเ ๔เ้๋๎โๅ"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"า๎็่ ๏เ๊ๅ๒ ๒๐แโเ ไเ แ๚ไๅ ๎แํ๎โๅํ\n"
"ั่ใ๓๐ํ่ ๋่ ๑๒ๅ, ๗ๅ ่๑๊เ๒ๅ ไเ ใ๎ ่็๊๋๗่๒ๅ ?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -965,42 +965,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "ฤ๎แ๐ๅ ไ๎๘๋่ ๏๐่ Cracker-่๒ๅ"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "ห๎๘๎"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "ั๒เํไเ๐๒ํเ"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "ย่๑๎๊๎"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "ย่๑๎๊๎"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "ฯเ๐เํ๎่๗ํ๎"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1010,7 +1010,7 @@ msgstr ""
"๓๏๎๒๐ๅแเ, ํ๎ ๅ ๏๎-๗๓โ๑๒โ่๒ๅ๋ํ๎: ํๅ ๒๐แโเ ไเ แ๚ไๅ ่็๏๎๋็โเํเ ํเ ์เ๘่ํ่\n"
"๑โ๚๐็เํ่ ๑ ไ๐๓ใ่ ่๋่ ๏๎ ศํ๒ๅ๐ํๅ๒. อ์เ ไ๎๑๒๚๏ ๑ ๏เ๐๎๋่."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1018,7 +1018,7 @@ msgstr ""
"ฯเ๐๎๋เ๒เ ๑ๅใเ ๅ โ๊๋๗ๅํเ, ํ๎ ่็๏๎๋็โเํๅ๒๎ ๊เ๒๎ ์๐ๅๆ๎โ ๊๎์๏๒๚๐ ํๅ ๅ "
"๏๐ๅ๏๎๐๚๗่๒ๅ๋ํ๎."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1028,13 +1028,13 @@ msgstr ""
"่็๏๎๋็โเํ ไเ ๑ๅ ๑โ๚๐็โเ ๊๚์ ศํ๒ๅ๐ํๅ๒ ๊เ๒๎ ๊๋่ๅํ๒. ศ์เ ๏๐๎โๅ๐๊่ ํเ "
"๑่ใ๓๐ํ๎๑๒๒เ. "
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1049,7 +1049,7 @@ msgstr ""
"ั่ใ๓๐ํ๎๑๒๒เ ๑ๅใเ ๅ ไ๎๑๒เ๒๚๗ํ๎ ใ๎๋์เ ไเ ๑ๅ ่็๏๎๋็โเ ๑่๑๒ๅ์เ๒เ ๊เ๒๎\n"
"๑๚๐โ๚๐ ๏๐่ๅ์เ๙ โ๐๚็๊่ ๎๒ ์ํ๎ใ๎ ๊๋่ๅํ๒่. "
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1058,36 +1058,36 @@ msgstr ""
"ศ็แ่๐เ์ๅ 4-๒๎ ํ่โ๎, ํ๎ ๑่๑๒ๅ์เ๒เ ๅ ํเ๏๚๋ํ๎ ็เ๒โ๎๐ๅํเ.\n"
"อ่โ๎๒๎ ํเ ๑่ใ๓๐ํ๎๑๒ ๅ ํเ ์เ๊๑่์๓์เ ๑่."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "ฮ๏๖่่"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "ศ็แๅ๐ๅ๒ๅ ํ่โ๎ ํเ ๑่ใ๓๐ํ๎๑๒"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "อ่โ๎ ํเ ๑่ใ๓๐ํ๎๑๒"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "ศ็๏๎๋็โเ้๒ๅ libsafe ็เ ๑๚๐โ๚๐่"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"ม่แ๋่๎๒ๅ๊เ, ๊๎๒๎ ๎๑่ใ๓๐โเ ็เ๙่๒เ ๎๒ a๒เ๊่ ๑ ๏๐ๅ๏๚๋โเํๅ ํเ แ๓๔ๅ๐ ่ ๔๎๐์เ๒ํ่ "
"๑๒๐่ํใ๎โๅ."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1100,7 +1100,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1125,7 +1125,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
@@ -1139,7 +1139,7 @@ msgstr "Welcome to GRUB the operating system chooser!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use the %c and %c keys for selecting which entry is highlighted."
@@ -1154,7 +1154,7 @@ msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
@@ -1168,7 +1168,7 @@ msgstr "Press enter to boot the selected OS, 'e' to edit the"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
@@ -1182,33 +1182,33 @@ msgstr "commands before booting, or 'c' for a command-line."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "ํ์เ ไ๎๑๒เ๒๚๗ํ๎ ์๑๒๎ ็เ /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "ฤๅ๑๊๒๎๏"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "ั๒เ๐๒๎โ๎ ฬๅํ"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "อๅ ์๎ๆๅ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ bootloader ํเ ไ๋เ %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "ํ์เ โ๚โๅไๅํเ ๏๎์๎๙ ๎๙ๅ.\n"
@@ -1260,106 +1260,106 @@ msgstr "ะๅๆ่์ ํเ Lilo/grub"
msgid "Yaboot mode"
msgstr "ะๅๆ่์ ํเ Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "ศํ๑๒เ๋่๐เํๅ ํเ ๑่๑๒ๅ์เ๒เ"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "ั๚็ไเ้ ํ๎โ ไ๋"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "ร๐ๅ๘๊เ"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "ส๎๏่๐เํๅ ํเ %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "มๅ็ ใ๐เ๔่๊เ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "ศ็แ๎๐ ํเ ๊๋เ๑ ่ํ๑๒เ๋เ๖่"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1368,22 +1368,22 @@ msgstr ""
"ย ์๎์ๅํ๒เ ่็๏๎๋็โเ๒ๅ %s ๊เ๒๎ ๏๐๎ใ๐เ์เ ็เ ๑๒เ๐๒่๐เํๅ.\n"
"ึ๚๊ํๅ๒ๅ ํเ อเ๑๒๐๎้, ็เ ไเ ๑๒เ๐๒่๐เ๒ๅ ๓๑๒เํ๎โโเ๙่ ์เใ๎๑ํ่๊."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "อเ๑๒๐๎้"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "วเ๏เ็่ ่็แ๎๐ ํเ ๏เ๊ๅ๒่"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1392,44 +1392,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "ั่๑๒ๅ์ๅํ ๐ๅๆ่์"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "ฯ๓๑ํ่ X-Window ๑่๑๒ๅ์เ๒เ ๏๐่ ๑๒เ๐๒่๐เํๅ"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "อๅ, ํๅ ่๑๊เ์ autologin"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "ฤเ, ่๑๊เ์ autologin ๑ ๒๎โเ (๏๎๒๐ๅแ่๒ๅ๋, ไๅ๑๊๒๎๏)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ํๅ ์๎ใเ ไเ ๎๒โ๎๐ /etc/inittab ็เ ๗ๅ๒ๅํๅ: %s"
@@ -1534,53 +1534,61 @@ msgstr "๑ๅ๐่้ํเ"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "ํ๎โ"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "ฤๅ์๎ํ๒่๐เ้"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "ฬ๎ํ๒่๐เ้"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "ั๚๐โ๚๐"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "ฬ๑๒๎ ํเ ์๎ํ๒่๐เํๅ"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "ฬ๎๋, ๏๐๎แโเ้๒ๅ ์่๘๊เ๒เ ๑่"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "ั๚๐โ๚๐"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "ฬ๑๒๎ ํเ ์๎ํ๒่๐เํๅ: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "ฮ๏๖่่: %s"
@@ -1669,7 +1677,7 @@ msgstr "ฯ๐เ็ๅํ"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "ฤ๐๓ใเ"
@@ -1812,7 +1820,7 @@ msgstr ""
"ะๅ็ๅ๐โํเ๒เ ๒เแ๋่๖เ ํเ ไ๋๎โๅ๒ๅ ํๅ ๅ ๑๚๑ ๑๚๙เ๒เ ใ๎๋ๅ์่ํเ\n"
"ฤเ ๏๐๎ไ๚๋ๆเ ๋่ โ๑ๅ ๏เ๊ ?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "ฯ๐ๅไ๓๏๐ๅๆไๅํ่ๅ"
@@ -2371,7 +2379,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "ฯ๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ"
@@ -2386,23 +2394,23 @@ msgstr "NIS ไ๎์ๅ้ํ"
msgid "Search servers"
msgstr "DNS ๑๚๐โ๚๐"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ๔๎๐์เ๒่๐เํๅ ๎๒ %s ๏๐๎โเ๋ๅํ๎"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ํๅ ็ํเ์ ๊เ๊ ไเ ๔๎๐์เ๒่๐เ์ %s โ ๒่๏ %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "ใ๐ๅ๘๊เ ๏๐่ ไๅ์๎ํ๒่๐เํๅ๒๎ ํเ %s: %s"
@@ -2489,47 +2497,111 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "ร๐ๅ๘๊เ ๏๐่ ๎๒โเ๐ํๅ ํเ %s ็เ ็เ๏่๑: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "อเ๑๒๐๎้๊เ"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "ฤ๐เ้โๅ๐"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/_ฯ๎์๎๙"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "ฬ๎๋, ๏๎๗เ๊เ้๒ๅ ... ฯ๐่๋เใเํๅ ํเ ํเ๑๒๐๎้๊่๒ๅ"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "ฬ๎๋ ่็๗เ๊เ้๒ๅ"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "อๅ่็โๅ๑๒ๅํ ์๎ไๅ๋"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2655,7 +2727,8 @@ msgid "/_Quit"
msgstr "ศ็๕๎ไ"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_ฯ๎์๎๙"
@@ -2675,76 +2748,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_ศํ๔๎๐์่๐เ้ ็เ แ๚ใ"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/ฯ๎์๎๙/_ฮ๒ํ๎๑ํ๎..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "ภโ๒๎์เ๒่๗ํ๎ ็เ๑่๗เํๅ"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "วเ๑่๗เํๅ ํเ ไ่๑๊๎โๅ๒ๅ"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "ย่ๆ ๕เ๐ไ๓ๅ๐ํเ๒เ ่ํ๔๎๐์เ๖่"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "ฯ๎๊เๆ่ ่ํ๔๎๐์เ๖่๒เ"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "อเ๑๒๐๎้๊เ ํเ ์่๘๊เ"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "็เ๑ๅ๗ๅํ ํเ ๏๎๐๒ %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "ฬ๎๋ ่็๗เ๊เ้๒ๅ"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "ศ็๒๐่โเํๅ ํเ ๏๐่ํ๒ๅ๐เ \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d ๑ๅ๊๓ํไ่"
@@ -4402,7 +4476,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4426,7 +4500,7 @@ msgstr ""
"\n"
"อเ่๑๒่ํเ ๋่ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ ๒ๅ็่ ๑๚๐โ๚๐่ ?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4435,20 +4509,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "อๅ ์๎ๆๅ๒ๅ ไเ ่็๏๎๋็โเ๒ๅ broadcast แๅ็ NIS ไ๎์ๅ้ํ"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "ั๋๎ๆๅ๒ๅ FAT ๔๎๐์เ๒่๐เํเ ไ่๑๊ๅ๒เ โ ๓๑๒๐๎้๑๒โ๎ %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "าเ็่ ไ่๑๊ๅ๒เ ํๅ ๅ ๔๎๐์เ๒่๐เํเ ํเ FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4456,12 +4530,12 @@ msgstr ""
"วเ ไเ ่็๏๎๋็โเ๒ๅ ็เ๏เ็ๅํ ่็แ๎๐ ํเ ๏เ๊ๅ๒่, ๑๒เ๐๒่๐เ้๒ๅ ่ํ๑๒เ๋เ๖่๒เ ๑ ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "ร๐ๅ๘๊เ ๏๐่ ๗ๅ๒ๅํๅ๒๎ ํเ ๔เ้๋เ %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4705,7 +4779,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "ฤ๎แ๐ๅ ไ๎๘๋่ โ %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "อ์เ ๔๋๎๏่ ๓๑๒๐๎้๑๒โ๎"
@@ -4736,11 +4810,11 @@ msgstr "ส๋เ๑ ่ํ๑๒เ๋เ๖่"
msgid "Please choose one of the following classes of installation:"
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๅไ่ํ ๎๒ ๑๋ๅไํ่๒ๅ ๊๋เ๑๎โๅ ํเ ่ํ๑๒เ๋เ๖่:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "ศ็แ๎๐ ํเ ใ๐๓๏เ ๏เ๊ๅ๒่"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "ศ็แ่๐เํๅ ํเ ๏เ๊ๅ๒่ ๅไ่ํ ๏๎ ๅไ่ํ"
@@ -4818,7 +4892,7 @@ msgstr "ฯ๎๊เๆ่ เโ๒๎์เ๒่๗ํ๎ ๎๒แๅ๋็เํ่๒ๅ ๏เ๊ๅ๒่"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "ศํ๑๒เ๋่๐เ้"
@@ -4838,7 +4912,7 @@ msgstr "ฬ่์่ํเ๋ํเ ่ํ๑๒เ๋เ๖่"
msgid "Choose the packages you want to install"
msgstr "ศ็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่๒ๅ, ๊๎่๒๎ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "ศํ๑๒เ๋่๐เ์"
@@ -4865,17 +4939,17 @@ msgid "Installing package %s"
msgstr "ศํ๑๒เ๋่๐เํๅ ํเ ๏เ๊ๅ๒เ %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "ฯ๐่ๅ์่"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "ฮ๒๊เๆ่"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4892,16 +4966,16 @@ msgstr ""
"ROM."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "ฤเ ๏๐๎ไ๚๋ๆเ ๋่ โ๑ๅ ๏เ๊ ?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "ฯ๎โ่ ๑ๅ ใ๐ๅ๘๊เ ๏๐่ ๏๎๐๚๗โเํๅ๒๎ ํเ ๏เ๊ๅ๒่๒ๅ:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "ฯ๎โ่ ๑ๅ ใ๐ๅ๘๊เ ๏๐่ ่ํ๑๒เ๋่๐เํๅ ํเ ๏เ๊ๅ๒่๒ๅ:"
@@ -5027,7 +5101,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5223,7 +5297,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "ส๋เโ่เ๒๓๐เ"
@@ -5435,31 +5509,31 @@ msgstr "ั๋๎ๆๅ๒ๅ ไ่๑๊ๅ๒เ ๑๚ไ๚๐ๆเ๙เ ่็แ๎๐ ํเ ๏เ๊ๅ๒่"
msgid "Selected size is larger than available space"
msgstr "ศ็แ๐เํเ๒เ ใ๎๋ๅ์่ํเ ๅ ๏๎-ใ๎๋์เ ๎๒ ไ๎๑๒๚๏ํ๎๒๎ ๏๐๎๑๒๐เํ๑๒โ๎"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
#, fuzzy
msgid "Type of install"
msgstr "ศ็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่ ็เ ่ํ๑๒เ๋่๐เํๅ"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
#, fuzzy
msgid "With X"
msgstr "ลไ่ํ ์๎์ๅํ๒"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5469,16 +5543,16 @@ msgstr ""
"ภ๊๎ ํ์เ๒ๅ ํ่๒๎ ๅไํ๎ ๎๒ ๒ๅ็่ CD-๒เ, ํเ๒่๑ํๅ๒ๅ ฮ๒์ํเ.\n"
"ภ๊๎ โ่ ๋่๏๑โเ๒ ํ๊๎่ CD-๒เ, ์เ๕ํๅ๒ๅ ใ่, ่ ํเ๒่๑ํๅ๒ๅ Ok. "
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM ๎็เใ๋เโๅํ \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "ฯ๎ไใ๎๒โ์ ่ํ๑๒เ๋เ๖่๒เ"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5487,21 +5561,21 @@ msgstr ""
"ศํ๑๒เ๋่๐เ์ ๏เ๊ๅ๒ %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "ั๋ๅไ ่ํ๑๒เ๋เ๖่๎ํํเ ํเ๑๒๐๎้๊เ"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "ั๋๎ๆๅ๒ๅ ๑๒เ๐๒่๐เ๙เ๒เ ไ่๑๊ๅ๒เ โ ๓๑๒๐๎้๑๒โ๎ %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "ั๋๎ๆๅ๒ๅ ไ่๑๊ๅ๒เ ็เ ๎แํ๎โโเํๅ ํเ ์๎ไ๓๋่ โ ๓๑๒๐๎้๑๒โ๎ %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5567,7 +5641,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5579,157 +5653,157 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "ัโ๚๐็โเํๅ ๑ ๎ใ๋ๅไเ๋ํ่ ๑๚๐โ๚๐ ็เ ๏๎๋๓๗เโเํๅ ํเ ๑๏่๑๚๊เ ๑ ๏เ๊ๅ๒่๒ๅ"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "ศ็แๅ๐ๅ๒ๅ ๎ใ๋ๅไเ๋ๅํ ๑๚๐โ๚๐,๎๒ ๊๎้๒๎ ไเ ๏๎๋๓๗่๒ๅ ๏เ๊ๅ๒่๒ๅ"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "ัโ๚๐็โเํๅ ๑ ๎ใ๋ๅไเ๋ํ่ ๑๚๐โ๚๐ ็เ ๏๎๋๓๗เโเํๅ ํเ ๑๏่๑๚๊เ ๑ ๏เ๊ๅ๒่๒ๅ"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "ส๎ ๅ โ๐ๅ์ๅโเ๒เ โ่ ็๎ํเ ?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "ีเไ๐๓ๅ๐ํ่๒ โ่ ๗เ๑๎โํ่๊ ๅ ํเ๑๒๐๎ๅํ ๏๎ GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "ภโ๒๎์เ๒่๗ํเ ๑่ํ๕๐๎ํ่็เ๖่ ํเ โ๐ๅ์ๅ๒๎ (่็๏๎๋็โเ NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP ๑๚๐โ๚๐"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "ฮ๒ไเ๋ๅ๗ๅํ CUPS ๑๚๐โ๚๐"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "อ์เ ๏๐่ํ๒ๅ๐"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "ศ์เ๒ๅ ๋่ ไ๐๓ใ(่) ?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "ฮแ๎แ๙ๅํ่ๅ"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "ฬ่๘๊เ"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "ืเ๑๎โเ ็๎ํเ"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ฯ๐่ํ๒ๅ๐"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN ๊เ๐๒เ"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "วโ๓๊๎โเ ๊เ๐๒เ"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV ๊เ๐๒เ"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "NIS ไ๎์ๅ้ํ"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "ห๎๊เ๋ํ่ ๔เ้๋๎โๅ"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "ย๚โๅไๅ๒ๅ ๏เ๐๎๋เ ็เ root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "มๅ็ ๏เ๐๎๋เ"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "ฯเ๐๎๋เ๒เ ๅ ๏๐ๅ๊เ๋ๅํ๎ ๏๐๎๑๒เ (๒๐แโเ ไเ แ๚ไๅ ไ๚๋ใเ ๏๎ํๅ %d ๑่์โ๎๋เ)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "ศไๅํ๒่๔่๊เ๖่"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "LDAP เ๓๒๎๐่็เ๖่"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP มเ็๎โ dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP ๑๚๐โ๚๐"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "NIS เ๓๒๎๐่็เ๖่"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS ไ๎์ๅ้ํ"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS ๑๚๐โ๚๐"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5745,21 +5819,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "LDAP เ๓๒๎๐่็เ๖่"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "ศ์ๅ ํเ ไ๎์ๅ้ํเ"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5788,19 +5862,19 @@ msgstr ""
"ภ๊๎ ่๑๊เ๒ๅ ไเ ๑๚็ไเไๅ๒ๅ bootdisk ็เ โเ๘เ๒เ ๑่๑๒ๅ์เ, ๏๎๑๒เโๅ๒ๅ ไ่๑๊ๅ๒เ โ\n"
"๏๚๐โ๎๒๎ ๓๑๒๐๎้๑๒โ๎ ่ ํเ๒่๑ํๅ๒ๅ \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "ฯ๚๐โ๎ ๔๋๎๏่ ๓๑๒๐๎้๑๒โ๎"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "ย๒๎๐๎ ๔๋๎๏่ ๓๑๒๐๎้๑๒โ๎"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "ฯ๐ๅ๑๊๎๗่"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5826,7 +5900,7 @@ msgstr ""
"๑๋๓๗เ่ ํเ ๑๐่โ. ศ๑๊เ๒ๅ ๋่ ไเ ๑๚็ไเ์ bootdisk ็เ ๑่๑๒ๅ์เ๒เ โ่ ?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5835,28 +5909,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ั๚ๆเ๋โเ์ ํ์เ ๔๋๎๏่"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "ศ็แๅ๐ๅ๒ๅ ๔๋๎๏่ ไ๐เ้โ,๊๚ไๅ๒๎ ไเ ํเ๏๐เโ่๒ๅ ๑๒เ๐๒่๐เ๙เ ไ่๑๊ๅ๒เ"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "ั๋๎ๆๅ๒ๅ ไ่๑๊ๅ๒เ โ ๓๑๒๐๎้๑๒โ๎ %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "ั๚็ไเโเํๅ ํเ ๑๒เ๐๒่๐เ๙เ ไ่๑๊ๅ๒เ"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "ฯ๎ไใ๎๒๎โ๊เ ํเ bootloader"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5868,11 +5942,11 @@ msgstr ""
"ศํ๑๒เ๋เ๖่๒เ ๙ๅ ๏๐๎ไ๚๋ๆ่, ํ๎ ๙ๅ ๒๐แโเ\n"
"ไเ ่๏๎๋็โเ๒ๅ BootX, ็เ ไเ ๑๒เ๐๒่๐เ๒ๅ ์เ๘่ํเ๒เ ๑่"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "ศ๑๊เ๒ๅ ๋่ ไเ ่็๏๎๋็โเ๒ๅ aboot ?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5880,15 +5954,15 @@ msgstr ""
"ร๐ๅ๘๊เ ๏๐่ ่ํ๑๒เ๋่๐เํๅ ํเ aboot, \n"
"ไเ ๑ๅ ๎๏่๒เ์ ๋่ ไเ ๏๐๎ไ๚๋ๆเ ่ํ๑๒เ๋เ๖่๒เ ไ๎๐่, เ๊๎ ๒๎โเ ๓ํ่ๆ๒๎ๆ่ ๏๚๐โ่ ไ๋ ?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "ศํ๑๒เ๋่๐เํๅ ํเ bootloader"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "ศํ๑๒เ๋เ๖่๒เ ํเ bootloader ๏๐๎โเ๋ๅํเ. ฯ๎โ่ ๑ๅ ๑๋ๅไํเ๒เ ใ๐ๅ๘๊เ:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5905,17 +5979,17 @@ msgstr ""
" ั๋ๅไ ๊๎ๅ๒๎ ํเ๏่๘ๅ๒ๅ: shut-down\n"
"ฯ๐่ ๑๋ๅไโเ๙๎๒๎ ๐ๅ๑๒เ๐๒่๐เํๅ แ่ ๒๐แโเ๋๎ ไเ โ่ไๅ๒ๅ ๏๎ไ๑๊เ็๊เ๒เ."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "ั๋๎ๆๅ๒ๅ ๏๐เ็ํเ ไ่๑๊ๅ๒เ โ ๓๑๒๐๎้๑๒โ๎ %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "ฯ๎ไใ๎๒โ์ ไ่๑๊ๅ๒เ ๑ เโ๒๎์เ๒่๗ํเ ่ํ๑๒เ๋เ๖่"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5925,7 +5999,7 @@ msgstr ""
"\n"
"อเ่๑๒่ํเ ๋่ ่๑๊เ๒ๅ ไเ ่็๋ๅ็ๅ๒ๅ ๑ๅใเ ?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5957,15 +6031,15 @@ msgstr ""
"ศํ๔๎๐์เ๖่ ็เ ํเ๑๒๐๎้โเํๅ ํเ ๑่๑๒ๅ์เ๒เ โ่ ์๎ๆๅ๒ๅ ไเ ํเ์ๅ๐่๒ๅ โ\n"
"๑๋ๅไ่ํ๑๒เ๋เ๖่๎ํํเ๒เ ใ๋เโเ ๎๒ Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "ฯ๎ไใ๎๒โ่ ไ่๑๊ๅ๒เ ็เ เโ๒๎์เ๒่๗ํเ ่ํ๑๒เ๋เ๖่"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5979,15 +6053,15 @@ msgstr ""
"\n"
"ฬ๎ๆๅ แ่ ่๑๊เ๒ๅ ไเ ๏๎โ๒๎๐่๒ๅ ่ํ๑๒เ๋เ๖่๒เ.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "ภโ๒๎์เ๒่็่๐เํ"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "ฯ๎โ๒๎๐่"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "วเ๏เ็่ ่็แ๎๐ ํเ ๏เ๊ๅ๒่"
@@ -6023,14 +6097,14 @@ msgstr "อเ๏๐ๅไํ่๗เโ"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- ฯ๐ๅไ่๘ๅํ"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "าๅ๊๑๒"
@@ -6478,7 +6552,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "\"ฮ์เใ๎๑เํ ๊๐๚ใ\" ๎๒ ์๎ํ๒่๐เํ่: %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "ฯ๚๐โ๎ ๏๐ๅ์เ๕ํ่ ๋๎ใ่๗ํ่๒ๅ ไ๋๎โ๎\n"
@@ -6616,15 +6690,15 @@ msgstr "ํ์เ"
msgid "No mouse"
msgstr "มๅ็ ์่๘๊เ"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "ฬ๎๋, ๏๐๎แโเ้๒ๅ ์่๘๊เ๒เ ๑่"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "วเ ไเ เ๊๒่โ่๐เ๒ๅ ์่๘๊เ๒เ ๑่,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "มำาอลาล าฮฯืลาฮ !"
@@ -6661,11 +6735,11 @@ msgstr "ศ็๗่๑๒่ ไ๚๐โ๎๒๎"
msgid "Toggle between flat and group sorted"
msgstr "ฯ๐ๅโ๊๋๗โเํๅ ์ๅๆไ๓ ํ๎๐์เ๋ํ๎ ่ ๑๎๐๒่๐เํๅ ๏๎ ใ๐๓๏่"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "ัโ๚๐ๆ่ ๑ๅ ๊๚์ ศํ๒ๅ๐ํๅ๒"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6675,23 +6749,19 @@ msgstr ""
"อ๊๎่ โ๐๚็๊่ ่็๏๎๋็โเ๒ PPTP, เ ma๋๊๎ ่็๏๎๋็โเ๒ DHCP.\n"
"ภ๊๎ ํๅ ็ํเๅ๒ๅ, ่็แๅ๐ๅ๒ๅ '่็๏๎๋็โเ้ PPPOE'."
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch USB"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "่็๏๎๋็โเ้ DHCP"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "่็๏๎๋็โเ้ PPPOE"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "่็๏๎๋็โเ้ PPPTP"
@@ -6792,7 +6862,7 @@ msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๊๎้ ์๐ๅๆ๎โ เไเ๏๒ๅ๐ ไเ ่็๏๎๋็โเ์ ็เ โ๐๚็๊เ ๊๚์ ศํ๒ๅ๐ํๅ๒"
msgid "no network card found"
msgstr "ํๅ ๅ ๎๒๊๐่๒เ ์๐ๅๆ๎โเ ๊เ๐๒เ"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "อเ๑๒๎้๊เ ํเ ์๐ๅๆเ๒เ"
@@ -6808,15 +6878,15 @@ msgstr ""
"Host ่์ๅ๒๎ ๒๐แโเ ไเ แ๓ไๅ ํเ๏๚๋ํ๎ ๊โเ๋่๔่๖่๐เํ๎ ่์ๅ,\n"
"๊เ๒๎ ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "ศ์ๅ ํเ ๕๎๑๒:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ฬเใ๎๑ํ่๊ ็เ ํเ๑๒๐๎้๊เ ํเ ์๐ๅๆเ๒เ"
@@ -6863,8 +6933,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ั๒เ๐เ ํเ๑๒๐๎้๊เ (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "อเ๑๒๐๎้๊เ ํเ IDSN"
@@ -6900,23 +6970,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "สเ๊๚โ ๏๐๎๒๎๊๎๋ ๆๅ๋เๅ๒ๅ ไเ ๏๐๎์ๅํ่๒ๅ ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "สเ๊๚โ ๒่๏ ๊เ๐๒เ ่์เ๒ๅ ?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "อๅ ็ํเ์"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6929,19 +7004,19 @@ msgstr ""
"\n"
"ภ๊๎ ่์เ๒ๅ PCMCIA ๊เ๐๒เ, ๙ๅ ๒๐แโเ ไเ ็ํเๅ๒ๅ IRC ่ IO ํเ ๊เ๐๒เ๒เ ๑่.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "ฮ๒๊เ็"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "อเ๒เ๒๚๊"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "ส๎ ๅ ISDN ๊เ๐๒เ๒เ โ่ ?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6949,7 +7024,7 @@ msgstr ""
"ฮ๒๊๐่๒เ ๅ ISDN PCI ๊เ๐๒เ, ํ๎ ๑ ํๅ๏๎็ํเ๒ ๒่๏. ฬ๎๋ ่็แๅ๐ๅ๒ๅ ํ๊๎ PCI ๊เ๐๒เ "
"๎๒ ๑๋ๅไโเ๙่๒ ๅ๊๐เํ."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "อๅ ๅ ํเ์ๅ๐ๅํเ ISDN PCI ๊เ๐๒เ. ฬ๎๋ ่็แๅ๐ๅ๒ๅ ๎๒ ๑๋ๅไโเ๙่๒ ๅ๊๐เํ."
@@ -7001,7 +7076,7 @@ msgstr "ฯ๚๐โ่ DNS ๑๚๐โ๚๐ (๏๎ ่็แ๎๐)"
msgid "Second DNS Server (optional)"
msgstr "ย๒๎๐่ DNS ๑๚๐โ๚๐ (๏๎ ่็แ๎๐)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7009,7 +7084,7 @@ msgstr ""
"\n"
"ฬ๎ๆๅ๒ๅ ไเ ๑ๅ ๎๒โ๚๐ๆๅ๒ๅ ่๋่ ไเ ๏๐ๅํเ๑๒๐๎่๒ๅ โ๐๚็๊เ๒เ."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7017,11 +7092,11 @@ msgstr ""
"\n"
"ฬ๎ๆๅ๒ๅ ไเ ๏๐ๅํเ๑๒๐๎่๒ๅ โ๐๚็๊เ๒เ."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "ย ์๎์ๅํ๒เ ๑๒ๅ ๑โ๚๐็เํ่ ๊๚์ ศํ๒ๅ๐ํๅ๒"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7029,33 +7104,33 @@ msgstr ""
"\n"
"ฬ๎ๆๅ๒ๅ ไเ ๑ๅ ๑โ๚๐ๆๅ๒ๅ ๊๚์ ศํ๒ๅ๐ํๅ๒ ่๋่ ไเ ๏๐ๅํเ๑๒๐๎่๒ๅ โ๐๚็๊เ๒เ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "ย ์๎์ๅํ๒เ ํๅ ๑๒ๅ ๑โ๚๐็เํ่ ๊๚์ ศํ๒ๅ๐ํๅ๒"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "ัโ๚๐ๆ่"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "ฮ๒โ๚๐ๆ่"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "ย ์๎์ๅํ๒เ ํเ๑๒๐๎้โเ์ ์๐ๅๆเ๒เ"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "ศํ๒ๅ๐ํๅ๒ โ๐๚็๊เ ่ ํเ๑๒๐๎้๊เ"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "ัๅใเ ๙ๅ ํเ๑๒๐๎่์ %s โ๐๚็๊เ๒เ."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7073,12 +7148,12 @@ msgstr ""
"\n"
"อเ๒่๑ํๅ๒ๅ OK, ็เ ไเ ๏๐๎ไ๚๋ๆ่๒ๅ."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "อเ๑๒๐๎้๊เ ํเ ์๐ๅๆเ๒เ"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7089,7 +7164,7 @@ msgstr ""
"ึ๚๊ํๅ๒ๅ Ok, ็เ ไเ ็เ๏เ็่๒ๅ ํเ๑๒๐๎้๊เ๒เ, ่๋่ ฮ๒์ํเ, ็เ ไเ ๏๐ๅํเ๑๒๎่๒ๅ "
"ศํ๒ๅ๐ํๅ๒ ่ ์๐ๅๆ๎โเ๒เ ๑่ โ๐๚็๊เ.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7101,72 +7176,72 @@ msgstr ""
"ย่ๅ ๑๒ๅ ํเ ๏๚๒ ไเ ํเ๑๒๐๎่๒ๅ ศํ๒ๅ๐ํๅ๒/์๐ๅๆ๎โเ๒เ ๑่ โ๐๚็๊เ.\n"
"ภ๊๎ ํๅ ่๑๊เ๒ๅ ไเ ่็๏๎๋็โเ๒ๅ เโ๒๎์เ๒่๗ํ๎ ็เ๑่๗เํๅ, ่็๊๋๗ๅ๒ๅ ๊๓๒่้๊เ๒เ.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "ศ็แๅ๐ๅ๒ๅ ๏๐๎๔่๋ ็เ ํเ๑๒๐๎้๊เ"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "ศ็๏๎๋็โเ้ เโ๒๎์เ๒่๗ํ๎ ็เ๑่๗เํๅ"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "ะเ็๘่๐ๅํ่ ๔๓ํ๊่๖่่"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "ฮ๒๊๐่โเํๅ ํเ ๓๑๒๐๎้๑๒โเ ..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "ฮแ่๊ํ๎โๅํเ ์๎ไๅ์ํเ โ๐๚็๊เ"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "็เ๑ๅ๗ๅํ ํเ ๏๎๐๒ %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN โ๐๚็๊เ"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "็เ๑ๅ๗ๅํเ %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL โ๐๚็๊เ"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "็เ๑ๅ๗ๅํ ํเ ่ํ๒ๅ๐๔ๅ้๑ %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "สเแๅ๋ํเ โ๐๚็๊เ"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "็เ๑ๅ๗ๅํเ ๅ ๊เแๅ๋ํเ โ๐๚็๊เ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN โ๐๚็๊เ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernet ๊เ๐๒่ ็เ๑ๅ๗ๅํ่"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "ศ็แๅ๐ๅ๒ๅ โ๐๚็๊เ๒เ, ๊๎้๒๎ ่๑๊เ๒ๅ ไเ ่็๏๎๋็โเ๒ๅ"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7176,23 +7251,23 @@ msgstr ""
"ศ็แๅ๐ๅ๒ๅ ๒๎็่, ๊๎้๒๎ ่๑๊เ๒ๅ ไเ ่็๏๎๋็โเ๒ๅ.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "ศํ๒ๅ๐ํๅ๒ โ๐๚็๊เ"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "ศ๑๊เ๒ๅ ๋่ ไเ ๑๒เ๐๒่๐เ๒ๅ โ๐๚็๊เ๒เ ๑่ ๏๐่ ็เ๐ๅๆไเํๅ ?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "อเ๑๒๐๎้๊เ ํเ ์๐ๅๆเ๒เ"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "ฬ๐ๅๆเ๒เ ๒๐แโเ ไเ แ๚ไๅ ๐ๅ๑๒เ๐๒่๐เํเ"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7203,7 +7278,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7213,7 +7288,7 @@ msgstr ""
"\n"
"อเ๑๒๐๎้๊่๒ๅ ๙ๅ แ๚ไเ๒ ๏๐่๋๎ๆๅํ่ ๊๚์ ๑่๑๒ๅ์เ๒เ โ่.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7221,14 +7296,14 @@ msgstr ""
"ั๋ๅไ ๊เ๒๎ ๑๒เํๅ ๒๎โเ, ๏๐ๅ๏๎๐๚๗โเ์ๅ โ่ ไเ ๐ๅ๑๒เ๐๒่๐เ๒ๅ X\n"
"๑๐ๅไเ๒เ ๑่, ็เ ไเ ่็แๅใํๅ๒ๅ ๏๐๎แ๋ๅ์่ ๑๚๑ ๑์ํเ๒เ ่์ๅ๒๎ ํเ ๕๎๑๒เ."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7239,7 +7314,7 @@ msgstr ""
"ฯ๐๎๑๒๎ ๏๐่ๅ์ๅ๒ๅ, ็เ ไเ ๎๑๒เโ่๒ๅ ๓๑๒๐๎้๑๒โ๎๒๎ ํเ๑๒๐๎ๅํ๎.\n"
"ฯ๎๏๐เโ๊เ๒เ ํเ ๏๎๋ๅ๒เ๒เ ๏๎-ไ๎๋๓ ๙ๅ ๏๐ๅ็เ๏่๘ๅ ๒เ็่ ํเ๑๒๐๎้๊เ."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7249,43 +7324,43 @@ msgstr ""
"ย๑๊๎ ๓๑๒๐๎้๑๒โ๎ ๒๐แโเ ไเ แ๚ไๅ โ๚โๅไๅํ๎ ๊เ๒๎ IP เไ๐ๅ๑\n"
"๑ ๒๎๗๊๎โ๎-ไๅ๑ๅ๒่๗ํ๎ ๎็ํเ๗ๅํ่ๅ (ํเ๏๐่์ๅ๐, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "อเ๑๒๐๎้๊เ ํเ ์๐ๅๆ๎โ๎๒๎ ๓๑๒๐๎้๑๒โ๎ %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (ไ๐เ้โๅ๐ %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP เไ๐ๅ๑"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "ฬ๐ๅๆ๎โเ ์เ๑๊เ"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "ภโ๒๎์เ๒่๗ๅํ IP เไ๐ๅ๑"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "ฯ๓๑ํเ๒ ๏๐่ ๑๒เ๐๒่๐เํๅ"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP เไ๐ๅ๑๚๒ ๒๐แโเ ไเ แ๚ไๅ โ๚โ ๔๎๐์เ๒ 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7297,42 +7372,53 @@ msgstr ""
"๊เ๒๎ ``mybox.mylab.myco.com''.\n"
"ฬ๎ๆๅ๒ๅ ๑๚๙๎ ไเ โ๚โๅไๅ๒ๅ IP เไ๐ๅ๑เ ํเ ยเ๘่ gateway, เ๊๎ ่์เ๒ๅ ๒เ๊๚โ"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS ๑๚๐โ๚๐"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway ๓๑๒๐๎้๑๒โ๎"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP เไ๐ๅ๑๚๒ ๒๐แโเ ไเ แ๚ไๅ โ๚โ ๔๎๐์เ๒ 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP เไ๐ๅ๑๚๒ ๒๐แโเ ไเ แ๚ไๅ โ๚โ ๔๎๐์เ๒ 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "อเ๑๒๐๎้๊เ ํเ proxy"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "ฯ๐๎๑๋ๅไโเํๅ ํเ ID ํเ ์๐ๅๆ๎โเ๒เ ๊เ๐๒เ (๏๎๋ๅ็ํ๎ ๏๐่ ๋เ๏๒๎๏่)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy-๑๚๐โ๚๐เ ๒๐แโเ ไเ ๅ http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy-๑๚๐โ๚๐เ ๒๐แโเ ไเ ๅ ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "URL ๒๐แโเ ไเ ๅ ็เ๏๎๗โเ ๑ 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8779,7 +8865,7 @@ msgstr "ฯๅ๗เ๒เํๅ ํเ ๏๐่ํ๒ๅ๐ \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9313,11 +9399,6 @@ msgstr ""
"ฬ๎๋, ๏๎๏๚๋ํๅ๒ๅ ่ํ๔๎๐์เ๖่๒เ ็เ FTP proxy.\n"
"ฮ๑๒เโๅ๒ๅ ๏๐เ็ํ๎, เ๊๎ ํๅ ่๑๊เ๒ๅ FTP proxy."
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "URL ๒๐แโเ ไเ ๅ ็เ๏๎๗โเ ๑ 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9365,6 +9446,43 @@ msgstr "mkraid ๏๐๎๏เไํเ (์๎ๆๅ แ่ raidtools ๋่๏๑โเ๒ ?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "อ์เ ไ๎๑๒เ๒๚๗ํ๎ ไ๋๎โๅ ็เ RAID ํ่โ๎ %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "อ่โ๎ ํเ ๑่ใ๓๐ํ๎๑๒"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "อ่โ๎ ํเ ๑่ใ๓๐ํ๎๑๒"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "ฮ๒ไเ๋ๅ๗ๅํเ เไ์่ํ่๑๒๐เ๖่"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (ฯ๎ ๏๎ไ๐เ็แ่๐เํๅ)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "ศ็แๅ๐ๅ๒ๅ ํ่โ๎ ํเ ๑่ใ๓๐ํ๎๑๒"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "ฬ๎๋, ่็๗เ๊เ้๒ๅ, ๏๎ไใ๎๒โํๅ ํเ ่ํ๑๒เ๋เ๖่๒เ"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ฯ๓๑ํ่ ALSA (Advanced Linux Sound Architecture) ็โ๓๊๎โเ๒เ ๑่๑๒ๅ์เ"
@@ -9671,7 +9789,7 @@ msgstr "ศํ๒ๅ๐ํๅ๒"
msgid "File sharing"
msgstr "ฯ๎ไๅ๋ํๅ ํเ ๔เ้๋๎โๅ"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "ั่๑๒ๅ์เ"
@@ -9763,7 +9881,7 @@ msgstr "ัโ๚๐ๆ่ ๑ๅ ๊๚์ ศํ๒ๅ๐ํๅ๒"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9810,7 +9928,7 @@ msgstr "ฬ๐ๅๆ๎โ ่ํ๒ๅ๐๔ๅ้๑"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9835,7 +9953,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9851,7 +9969,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9866,7 +9984,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9915,8 +10033,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9952,11 +10070,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "ศํ๑๒เ๋่๐เํๅ ํเ ๏เ๊ๅ๒่ ..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "ฬ๎๋ ่็๋ๅ็๒ๅ ๎๒ ๑ๅ๑่๒เ ่ ่็๏๎๋็โเ้๒ๅ Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "ฬ๎๋ โ๋ๅ็๒ๅ ๎๒ํ๎โ๎ โ %s, ็เ ไเ เ๊๒่โ่๐เ๒ๅ ๏๐๎์ๅํ่๒ๅ"
@@ -10004,17 +10122,6 @@ msgstr "ฤ๎แเโ่ ๏๎๒๐ๅแ่๒ๅ๋"
msgid "Add/Del Clients"
msgstr "DHCP ๊๋่ๅํ๒"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/_ฯ๎์๎๙"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -10067,53 +10174,68 @@ msgstr "ฤ๎แเโ่ ๏๎๒๐ๅแ่๒ๅ๋"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP ๊๋่ๅํ๒"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "อเ๑๒๐๎้๊เ ..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "อเ๑๒๐๎้๊เ ํเ ๋๎๊เ๋ํเ ์๐ๅๆเ"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "๏๐ๅํเ๑๒๐๎้๊เ"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "ั๋๎ๆๅ๒ๅ ๑๒เ๐๒่๐เ๙เ๒เ ไ่๑๊ๅ๒เ โ ๓๑๒๐๎้๑๒โ๎ %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "อ์เ ๔๋๎๏่ ๓๑๒๐๎้๑๒โ๎"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -10238,13 +10360,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "าๅ๑๒๎โ่ ๑๒๐เํ่๖่"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10253,41 +10375,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "มๅ็ ๏เ๐๎๋เ"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "อๅ ์๎ใเ ไเ ๎๒โ๎๐ %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10298,68 +10420,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10367,926 +10489,928 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "ร๐ๅ๘๊เ ๏๐่ ๗ๅ๒ๅํๅ๒๎ ํเ ๔เ้๋เ %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "ศ็แ๎๐ ํเ ๏เ๊ๅ๒่"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่๒ๅ, ๊๎่๒๎ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "ศ็๒๐่โเํๅ ํเ ๎๏เ๘๊เ๒เ"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "ฯ๐ๅ์เ๕ํ่ Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "ฯ๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "ฯ๐ๅ๕โ๚๐๋่"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "ฬ๎๋, ๏๐๎แโเ้๒ๅ ์่๘๊เ๒เ ๑่"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "ฬ๎๋, ๎๏่๒เ้๒ๅ ๎๒ํ๎โ๎"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "ฬ๎๋, ๎๏่๒เ้๒ๅ ๎๒ํ๎โ๎"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "๎๙ๅ โๅไํ๚ๆ ๏เ๐๎๋เ"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๏๎ไ๐ๅๆไเํๅ ํเ ๊๋เโ่เ๒๓๐เ๒เ."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "ฬ๎๋, ๖๚๊ํๅ๒ๅ ํเ ํ๎๑่๒ๅ๋"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "ฬ๎๋, ๖๚๊ํๅ๒ๅ ํเ ํ๎๑่๒ๅ๋"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "ฬ๎๋, ๖๚๊ํๅ๒ๅ ํเ ํ๎๑่๒ๅ๋"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
#, fuzzy
msgid " Erase Now "
msgstr "ฯ๐ๅ๕โ๚๐๋่"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "ฬ๎๋, ๖๚๊ํๅ๒ๅ ํเ ํ๎๑่๒ๅ๋"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "ฬ๎๋, ๖๚๊ํๅ๒ๅ ํเ ํ๎๑่๒ๅ๋"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "ศ็แๅ๐ๅ๒ๅ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่๒ๅ, ๊๎่๒๎ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่๒ๅ, ๊๎่๒๎ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่๒ๅ, ๊๎่๒๎ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "ฬ๎๋, ๏๐๎แโเ้๒ๅ ์่๘๊เ๒เ ๑่"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "ฬ๐ๅๆ๎โ ่ํ๒ๅ๐๔ๅ้๑"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "ย่ไ"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "ฯ๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่๒ๅ, ๊๎่๒๎ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ."
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ่็๏๎๋็โเํ ๅ็่๊."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "ลไ่ํ ์๎์ๅํ๒"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Wheel"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Wheel"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "ฮ๏๖่่ ํเ ์๎ไ๓๋เ:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "อเ๑๒๐๎้๊เ ํเ ์๐ๅๆเ๒เ"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่๒ๅ, ๊๎่๒๎ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๏เ๊ๅ๒่๒ๅ, ๊๎่๒๎ ่๑๊เ๒ๅ ไเ ่ํ๑๒เ๋่๐เ๒ๅ."
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "ิเ้๋๎โ่ ๑่๑๒ๅ์่"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "ำ๑๒๐๎้๑๒โ๎ ํเ ์่๘๊เ๒เ: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "ฮ๏๖่่"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๑ๅ๐่ๅํ ๏๎๐๒ ๊๚์ ๊๎้๒๎ ๑โ๚๐็เํ ์๎ไๅ์๚๒ โ่."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "อเ๑๒๐๎้๊เ ํเ ์๐ๅๆเ๒เ"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๒่๏ ํเ ์่๘๊เ๒เ."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "ฬ๎๋, ๏๐๎แโเ้๒ๅ ์่๘๊เ๒เ ๑่"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "LAN โ๐๚็๊เ"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "ศ็แๅ๐ๅ๒ๅ โ๐๚็๊เ ๊๚์ ๏๐่ํ๒ๅ๐เ"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ไ่๑๊ๅ๒เ"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๒่๏ ํเ ์่๘๊เ๒เ."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "ฤ๐๓ใเ"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "ศํ๑๒เ๋่๐เํๅ ํเ ๑่๑๒ๅ์เ๒เ"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ๒่๏ ํเ ์่๘๊เ๒เ."
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "ศ็๒๐่โเํๅ ํเ ๎๏เ๘๊เ๒เ"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ไ่๑๊ๅ๒เ"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "ย๚็๑๒เํ๎โ่ ๒เแ๋่๖เ๒เ ๑ ไ๋๎โๅ๒ๅ"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "ศ์ๅ ํเ ๕๎๑๒:"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "ฯเ๐๎๋เ"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "ฯ๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "ศ์ๅ ํเ ๕๎๑๒:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "ส๋่ๅํ๒๑๊เ"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "ย๚็๑๒เํ๎โ่ ๒เแ๋่๖เ๒เ ๑ ไ๋๎โๅ๒ๅ"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- ฯ๐ๅไ่๘ๅํ"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "ั๚๑๒๎ํ่ๅ"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "ย๚็๑๒เํ๎โ่ ๎๒ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "ั๋ๅไํ่๒ๅ ๏เ๊ๅ๒่ ๙ๅ แ๚ไเ๒ ่ํ๑๒เ๋่๐เํ่"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ่็๏๎๋็โเํ ๅ็่๊."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ่็๏๎๋็โเํ ๅ็่๊."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "ฬ๎๋, ่็แๅ๐ๅ๒ๅ ่็๏๎๋็โเํ ๅ็่๊."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "ห๎๘ backup-๔เ้๋"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "วเ๏เ็่ โ๚โ ๔เ้๋"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "อเ๑๒๐๎้๊เ ํเ ์๐ๅๆเ๒เ"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "อเ๑๒๐๎้๊เ ํเ ์๐ๅๆเ๒เ"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "อเ๑๒๐๎้๊เ"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "อเ๑๒๐๎้๊เ ํเ ๋๎๊เ๋ํเ ์๐ๅๆเ"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "ิเ้๋๎โ่ ๑่๑๒ๅ์่"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11318,7 +11442,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11327,7 +11451,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11368,7 +11492,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11396,17 +11520,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11423,7 +11547,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11463,7 +11587,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11474,7 +11598,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11487,7 +11611,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11569,8 +11693,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "ส๎ํ็๎๋ํ่ ่ํ๑๒๐๓์ๅํ๒่"
@@ -11646,28 +11770,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "๏๎๐๒"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "ศ็๕๎ไ ๎๒ ่ํ๑๒เ๋เ๖่๎ํํเ๒เ ๏๐๎ใ๐เ์เ"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "ฬ๎ๆๅ๒ๅ ไเ ่็แๅ๐ๅ๒ๅ ไ๐๓ใ่ ๅ็่๖่, ๊๎่๒๎ ๙ๅ แ๚ไเ๒ ํเ๋่๖ๅ ๑๋ๅไ่ํ๑๒เ๋เ๖่๒เ"
@@ -11768,10 +11892,6 @@ msgstr "ฬเใ๎๑ํ่๊..."
msgid "Apply"
msgstr "ฯ๐่๋๎ๆ่"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "ฬ๎๋, ๏๎๗เ๊เ้๒ๅ ... ฯ๐่๋เใเํๅ ํเ ํเ๑๒๐๎้๊่๒ๅ"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "ัโ๚๐็เํ"
@@ -11889,7 +12009,7 @@ msgstr "ศ์ๅ ํเ ์๎ไ๓๋"
msgid "Size"
msgstr "ร๎๋ๅ์่ํเ"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11954,12 +12074,12 @@ msgstr "ะๅ็๓๋๒เ๒"
msgid "Build the disk"
msgstr "ั๚็ไเ้ ไ่๑๊๚๒"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "ฯ๐๎โๅ๐ๅ๒ๅ ่์เ๒ๅ ๋่ ไ่๑๊ๅ๒เ โ ๓๑๒๐๎้๑๒โ๎๒๎ %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11968,12 +12088,12 @@ msgstr ""
"อ์เ ไ่๑๊ๅ๒เ โ ๓๑๒๎้๑๒โ๎๒๎ %s.\n"
"ฬ๎๋ ๏๎๑๒เโๅ๒ๅ ไ่๑๊ๅ๒เ."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "อๅ ์๎ๆๅ ไเ ๑ๅ ๐เแ๎๒่ ๑: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12460,157 +12580,157 @@ msgstr ""
"\n"
"ึ๚๊ํๅ๒ๅ ``อเ๑๒๐๎้'', เ๊๎ ่๑๊เ๒ๅ ไเ ๑๒เ๐๒่๐เํๅ ๓๑๒เํ๎โโเ๙่ ์เใ๎๑ํ่๊."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "ะเแ๎๒ํเ ใ๐๓๏เ"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "ไ๋ %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "ฯ๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "ศ็๒๐่้"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "ร๎๒๎โ๎"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "ฤ๎แเโ่ ์๎ไ๓๋เ"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "ฤ๎แเโ่ ๏๐่ํ๒ๅ๐"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "ศ็๒๐่โเํๅ ํเ ๎๏เ๘๊เ๒เ"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "ฯ๐่ๅ์่ ๏๎๒๐ๅแ่๒ๅ๋"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "ยๅ๐๑่: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "ฯ๎๐๒"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "ศ็๏๎๋็โเ้ เโ๒๎์เ๒่๗ํ๎ ็เ๑่๗เํๅ"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "ศ็๏๎๋็โเ้ เโ๒๎์เ๒่๗ํ๎ ็เ๑่๗เํๅ"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "วเ๏เ็่ ่็แ๎๐ ํเ ๏เ๊ๅ๒่"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "ฯ๎๒๐ๅแ่๒ๅ๋๑๊๎ ่์ๅ"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "ะเแ๎๒ํเ ใ๐๓๏เ"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "อๅ ๑โ๚๐็เํ"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12622,137 +12742,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "๑๚ไเโเํๅ ํเ ๑๒เ๐๒่๐เ๙เ ไ่๑๊ๅ๒เ"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "ะเ็ไๅ๋่๒ๅ๋ํเ ๑๏๎๑๎แํ๎๑๒"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "ศ็แๅ๐ๅ๒ๅ ๔เ้๋"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "ฮแ๙๎ ่์ๅ"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "ั๋ๅไ ่ํ๑๒เ๋เ๖่๎ํํเ ํเ๑๒๐๎้๊เ"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "ศ็๕๎ไ"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "ศํ๑๒เ๋่๐เํๅ ํเ ๑่๑๒ๅ์เ๒เ"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "อเ๑๒๐๎้๊เ ํเ ๓๑๋๓ใ่๒ๅ"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "๓๑๒๐๎้๑๒โ๎"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "๓๑๒๐๎้๑๒โ๎"
+msgid "Save theme"
+msgstr "ศํ๑๒เ๋่๐เํๅ ํเ ๑่๑๒ๅ์เ๒เ"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "ศ็แๅ๐ๅ๒ๅ ์๎ํ่๒๎๐"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "ศ็แ๎๐ ์๎ไๅ๋ ํเ ๏๐่ํ๒ๅ๐เ"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "ย๚โๅไๅ๒ๅ URI ํเ ๏ๅ๗เ๒เ๙๎ ๓๑๒๐๎้๑๒โ๎"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "วเ๑่๗เํๅ ํเ ๓๑๒๐๎้๑๒โเ ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12893,6 +13023,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "๓๏๎๒๐ๅแเ: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "๓๏๎๒๐ๅแเ: keyboarddrake [--expert] [keyboard]\n"
@@ -12923,11 +13060,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "อๅ ์๎ใเ ไเ ๏๓๑ํเ ๎แํ๎โโเํๅ๒๎ !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "๋๎ใไ๐ๅ้๊"
@@ -13211,16 +13348,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -13296,7 +13430,7 @@ msgstr "ศํ๑๒เ๋่๐เํๅ ํเ ๑่๑๒ๅ์เ๒เ"
msgid "Exit install"
msgstr "ศ็๕๎ไ ๎๒ ่ํ๑๒เ๋เ๖่๎ํํเ๒เ ๏๐๎ใ๐เ์เ"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13543,6 +13677,21 @@ msgstr "ฬ๓๋๒่์ๅไ่ - ๎๏่๗เํๅ ํเ CD"
msgid "Scientific Workstation"
msgstr "อเ๓๗ํเ ๐เแ๎๒ํเ ๑๒เํ๖่"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "ั๋ๅไ ่ํ๑๒เ๋เ๖่๎ํํเ ํเ๑๒๐๎้๊เ"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy-๑๚๐โ๚๐เ ๒๐แโเ ไเ ๅ ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "ศ็๕๎ไ"
+
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
#~ "satisfied\n"
@@ -13831,9 +13980,6 @@ msgstr "อเ๓๗ํเ ๐เแ๎๒ํเ ๑๒เํ๖่"
#~ msgid "Test again"
#~ msgstr "าๅ๑๒โเ้ ๎๒ํ๎โ๎"
-#~ msgid "Setting security level"
-#~ msgstr "ศ็แๅ๐ๅ๒ๅ ํ่โ๎ ํเ ๑่ใ๓๐ํ๎๑๒"
-
#~ msgid "Select a graphics card"
#~ msgstr "ศ็แๅ๐ๅ๒ๅ ใ๐เ๔่๗ํเ ๊เ๐๒เ"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index e778cf6b3..f8d39e598 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-08-21 17:14GMT\n"
"Last-Translator: Amila Akagiฤ‡ <bono@lugbih.org>\n"
"Language-Team: Bosnian <lokal-subscribe@lugbih.org>\n"
@@ -89,24 +89,24 @@ msgstr "Konfiguriลกi sve glave odvojeno"
msgid "Use Xinerama extension"
msgstr "Koristi Xinerama ekstenziju"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfiguriลกi samo karticu \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s sa 3D hardverskim ubrzanjem"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -115,17 +115,17 @@ msgstr ""
"Vaลกa kartica moลพe imati podrลกku za 3D hardversko ubrzanje ali samo sa\n"
"XFree %s. Vaลกu karticu podrลพava XFree %s koji moลพe imati bolju podrลกku za 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaลกa kartica moลพe imati podrลกku za 3D hardversko ubrzanje sa XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s sa EKSPERIMENTALNIM 3D hardverskim ubrzanjem"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -136,7 +136,7 @@ msgstr ""
"PAลฝNJA OVO JE EKSPERIMENTALNA PODRล KA I MOลฝE ZALEDITI VAล  RAฤŒUNAR.\n"
"Vaลกu karticu podrลพava XFree %s koji moลพe imati bolju podrลกku za 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -145,12 +145,12 @@ msgstr ""
"Vaลกa kartica moลพe imati podrลกku za 3D hardversko ubrzanje sa XFree %s,\n"
"PAลฝNJA OVO JE EKSPERIMENTALNA PODRล KA I MOลฝE ZALEDITI VAล  RAฤŒUNAR."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installation display driver)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Ruฤno izaberi"
@@ -171,32 +171,32 @@ msgstr "Rezolucija"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcije"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ok"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Izlaz"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -292,25 +292,25 @@ msgstr "Izaberite rezoluciju i dubinu boja"
msgid "Graphics card: %s"
msgstr "Grafiฤka karta: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Odustani"
@@ -387,11 +387,11 @@ msgstr "XFree86 server: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 drajver: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X u startanju"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -400,7 +400,7 @@ msgstr ""
"Mogu podesiti vaลก raฤunar da automatski pokrene X nakon boota.\n"
"ลฝelite li da se X pokrene kada bootate?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -412,7 +412,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Koje je vrste vaลกa ISDN konekcija?"
@@ -485,7 +485,7 @@ msgstr "Kompaktno"
msgid "compact"
msgstr "kompaktno"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Video mod"
@@ -493,17 +493,17 @@ msgstr "Video mod"
msgid "Delay before booting default image"
msgstr "ฤŒekanje prije bootanja default preslike"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "ล ifra"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "ล ifra (ponovo)"
@@ -537,14 +537,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcija ``Ograniฤi opcije komandne linije'' je beskorisna bez ลกifre"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Molimo pokuลกajte ponovo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "ล ifre se ne poklapaju"
@@ -581,7 +581,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -589,148 +589,148 @@ msgstr ""
"Navedene su razne stavke.\n"
"Moลพete dodati nove ili promjeniti postojeฤ‡e."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Gotovo"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Izmjeni"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Koju vrstu stavke ลพelite dodati?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Ostali OSi (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Ostali OSi (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Ostali OSi (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Preslika"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ฤŒitaj-piลกi"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabela"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Nesigurno"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Labela"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Default"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-veliฤina"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Ukloni stavku"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Prazna labela nije dozvoljena"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Morate navesti image kernela"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Morate navesti root particiju"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Ova labela je veฤ‡ u upotrebi"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Pronaฤ‘eno %s %s interfejsa"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Imate li neki drugi?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Imate li ijedan %s interfejs?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Pogledaj hardware info"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaliram drajver za %s karticu %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, fuzzy, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -739,7 +739,7 @@ msgstr ""
"Sada moลพete navesti opcije za modul %s.\n"
"Obratite paลพnju da adrese trebate unositi sa prefiksom 0x kao npr. '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -750,17 +750,17 @@ msgstr ""
"ime2=vrijednost2 ...''.\n"
"Na primjer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Opcije modula"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Koji %s drajver ฤ‡u pokuลกati?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -777,15 +777,15 @@ msgstr ""
"informacije koje mu trebaju? Povremeno, ispitivanje moลพe zaglaviti raฤunar,\n"
"ali ne bi trebalo izazvati nikakvu ลกtetu."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Ispitivanje"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Navedi opcije"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -794,64 +794,64 @@ msgstr ""
"Uฤitavanje modula %s nije uspjelo.\n"
"ลฝelite li probati opet sa drugim parametrima?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "pristup X programima"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "dozvoli \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "pristup administrativnim datotekama"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(veฤ‡ dodan %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Ova ลกifra je previลกe jednostavna"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Molimo navedite korisniฤko ime"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Korisniฤko ime smije sadrลพati samo mala slova, brojeve, `-' i `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Ovo korisniฤko ime je veฤ‡ dodano"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Ovo korisniฤko ime je veฤ‡ dodano"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -860,32 +860,32 @@ msgstr ""
"Unesite korisnika\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Pravo ime"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Korisniฤko ime"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -893,54 +893,54 @@ msgstr ""
"Mogu podesiti vaลก raฤunar da automatski prijavi jednog korisnika.\n"
"ลฝelite li koristiti ovu moguฤ‡nost?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Izaberite default korisnika:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Izaberite window manager koji ฤ‡e se pokretati:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Molimo izaberite jezik koji ฤ‡ete koristiti."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Moลพete izabrati i druge jezike koji ฤ‡e biti dostupni nakon instalacije"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Svi"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Dozvoli svim korisnicima"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Bez dijeljenja"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s treba biti instaliran. Da li ga ลพelite instalirati?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Moลพete eksportovati koristeฤ‡i NFS ili Sambu. Koji ลพelite"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Nedostaje obavezan paket %s"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -949,11 +949,11 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -961,31 +961,31 @@ msgstr ""
"Dijeljenje po-korisniku koristi grupu \"fileshare\". \n"
"Moลพete dodavati korisnike u ovu grupu pomoฤ‡u userdrake-a."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Dobrodoลกli u Crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Loลก"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Visok"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Viลกi"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoiฤan"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -995,7 +995,7 @@ msgstr ""
"ali vrlo osjetljivim: ne smije biti koriลกten za raฤunar koji je spojen na\n"
"druge ili na Internet. Nema pristupa ลกifrom."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1003,7 +1003,7 @@ msgstr ""
"ล ifra je sada aktivirana, ali koriลกtenje za mreลพni raฤunar joลก nije "
"preporuฤeno."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1011,7 +1011,7 @@ msgstr ""
"Ovo je standardna sigurnost koja je preporuฤena za raฤunar koji ฤ‡e biti "
"koriลกten za spajanje na Internet kao klijent."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1019,7 +1019,7 @@ msgstr ""
"Veฤ‡ postoje odreฤ‘ena ograniฤenja, a viลกe automatskih provjera se pokreฤ‡e "
"svaku noฤ‡."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1035,7 +1035,7 @@ msgstr ""
"konekcije sa mnogo klijenata. Napomena: ako je vaลก raฤunar samo klijent na "
"Internetu, moลพda je bolje da izaberete niลพi nivo."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1043,35 +1043,35 @@ msgstr ""
"Baziran na prethodnom nivou, ali sada je sistem potpuno zatvoren.\n"
"Sigurnosne osobine na maksimumu."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcije"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Izaberite nivo sigurnosti"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Nivo sigurnosti"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Koristi libsafe za servere"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Biblioteka koja brani od napada \"buffer overflow\" i \"format string\"."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1079,7 +1079,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1096,58 +1096,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Dobro doลกli u GRUB izbornik operativnog sistema!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Koristite tipke %c i %c za izbor jedne od stavki."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pritisnite enter za bootanje izabranog OSa, 'e' za editovanje"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandi prije bootanja, ili 'c' za komandnu liniju."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Osvjetljene stavke ฤ‡e biti bootane automatski za %d sekundi."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nema dovoljno prostora u /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Ne moลพete instalirati bootloader na %s particiju\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "pomoฤ‡ joลก nije implementirana.\n"
@@ -1199,106 +1199,106 @@ msgstr "Lilo/grub mod"
msgid "Yaboot mode"
msgstr "Yaboot mod"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Sistem instalacije"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Napravi novu particiju"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Greลกka"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Kopiram %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "NoVideo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Izaberite klasu instalacije"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1307,22 +1307,22 @@ msgstr ""
"Trenutno koristite %s kao boot manager.\n"
"Kliknite na Konfiguriลกi kako bi se pokrenuo ฤarobnjak za podeลกavanje."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfiguriลกi"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Spasi izbor paketa"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1331,44 +1331,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sistem mod"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Pokreni X-Window sistem na startu"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Ne, ne ลพelim da se autologiram"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, ลพelim da se autologiram sa ovim (korisnik, desktop)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "U redu"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ne mogu otvoriti /etc/inittab za ฤitanje: %s"
@@ -1465,53 +1465,61 @@ msgstr "Austrija"
msgid "United States"
msgstr "SAD"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "novi"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Demontiraj"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montiraj"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Taฤka montiranja"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Molim unesite brzinu cd pisaฤa"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Taฤka montiranja: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcije: %s"
@@ -1602,7 +1610,7 @@ msgstr "Prazno"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Ostalo"
@@ -1746,7 +1754,7 @@ msgstr ""
"Backup tabela particija nema istu veliฤinu\n"
"Ipak nastavljate?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Upozorenje"
@@ -2305,7 +2313,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Korisniฤko ime"
@@ -2319,23 +2327,23 @@ msgstr "NIS domen"
msgid "Search servers"
msgstr "Traลพi servere"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s nije uspjelo"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ne znam kako formatirati %s tipa %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "montiranje particije %s u direktoriju %s nije uspjelo"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "greลกka u demontiranju %s: %s"
@@ -2421,48 +2429,111 @@ msgstr "Nemam ลกta da radim"
msgid "Error opening %s for writing: %s"
msgstr "Greลกka u otvaranju %s za pisanje: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Podeลกavanje CUPSa"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Drajver"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Pomoฤ‡"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Molimo saฤekajte... Primjenjujem konfiguraciju"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Molimo saฤekajte"
+
+#: ../../harddrake/sound.pm_.c:208
#, fuzzy
msgid "No known driver"
msgstr "X drajver"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "Nepoznat model"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2589,7 +2660,8 @@ msgid "/_Quit"
msgstr "Izlaz"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Pomoฤ‡"
@@ -2609,76 +2681,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Prijavi greลกku"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Pomoฤ‡/_O programu..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Ispitivanje"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Prepoznavanje hard diska"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Pogledaj hardware info"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Prikaลพi informacije"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Podeลกavanje miลกa"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "detektovan na portu %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Molimo saฤekajte"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Uklanjam ลกtampaฤ \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekundi"
@@ -4563,7 +4636,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Morate takoฤ‘er formatirati i %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4588,7 +4661,7 @@ msgstr ""
"\n"
"Da li zaista ลพelite instalirati ove servere?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4597,20 +4670,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Ne mogu koristiti broadcast bez NIS domene"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Ubacite FAT formatiranu disketu u jedinicu %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Ova disketa nije FAT (DOS/Windows) formatirana"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4618,12 +4691,12 @@ msgstr ""
"Da koristite ovaj izbor spaลกenih paketa, bootajte instalaciju sa ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Greลกka u ฤitanju datoteke %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4869,7 +4942,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Dobro doลกli u %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nema pogodne disketne jedinice"
@@ -4899,11 +4972,11 @@ msgstr "Klasa instalacije"
msgid "Please choose one of the following classes of installation:"
msgstr "Molimo izaberite jednu od sljedeฤ‡ih klasa instalacije:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Izbor grupe paketa"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Izbor pojedinaฤnih paketa"
@@ -4979,7 +5052,7 @@ msgstr "Automatski prikaลพi izabrane pakete"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instalacija"
@@ -4999,7 +5072,7 @@ msgstr "Minimalna instalacija"
msgid "Choose the packages you want to install"
msgstr "Izaberite pakete koje ลพelite instalirati"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instaliram"
@@ -5026,17 +5099,17 @@ msgid "Installing package %s"
msgstr "Instaliram paket %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Prihvati"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Odbij"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5053,16 +5126,16 @@ msgstr ""
"ROMa."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Svejedno nastavi?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Doลกlo je do greลกke pri naruฤivanju paketa:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Doลกlo je do greลกke kod instaliranja paketa:"
@@ -5186,7 +5259,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5304,7 +5377,7 @@ msgstr ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5381,7 +5454,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastatura"
@@ -5590,11 +5663,11 @@ msgstr "Ubacite disketu koja sadrลพi izbor paketa"
msgid "Selected size is larger than available space"
msgstr "Izabrana veliฤina je veฤ‡a od slobodnog prostora"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Vrsta instalacije"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
#, fuzzy
msgid ""
"You haven't selected any group of packages.\n"
@@ -5603,19 +5676,19 @@ msgstr ""
"Niste izabrali nijednu grupu paketa\n"
"Molimo izaberite minimalnu instalaciju koju ลพelite"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Sa X-om"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Sa osnovnom dokumentacijom (preporuฤeno)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5625,16 +5698,16 @@ msgstr ""
"Ako nemate nijedan od ovih CDova, kliknite na Odustani.\n"
"Ako nedostaju samo neki CDovi, iskljuฤite ih, zatim kliknite na Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM pod oznakom \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Pripremam instalaciju"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5643,21 +5716,21 @@ msgstr ""
"Instaliram paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Post-instalacijsko podeลกavanje"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Molimo ubacite boot disketu koja je upotrebljena u jedinicu %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Molimo ubacite disketu Update Modula u jedinicu %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5731,7 +5804,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
#, fuzzy
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -5751,160 +5824,160 @@ msgstr ""
"\n"
"Da li ลพelite instalirati unaprjeฤ‘enja ?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Kontaktiram Mandrake Linux web stranicu da bih saznao listu dostupnih mirrora"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kojeg ฤ‡e biti dobavljeni paketi"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Kontaktiram mirror da bih saznao listu dostupnih paketa"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Koja je vaลกa vremenska zona?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Hardverski sat podeลกen na GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatska sinhronizacija vremena (koristeฤ‡i NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP server"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Udaljeni CUPS server"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Nema ลกtampaฤa"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Imate li ISA zvuฤnu karticu?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Pokrenite \"sndconfig\" poslije instalacije kako biste podesili vaลกu zvuฤnu "
"karticu"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nije otkrivena zvuฤna kartica. Probajte \"harddrake\" poslije instalacije"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Ukratko"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Miลก"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Vremenska zona"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ล tampaฤ"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN kartica"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Zvuฤna kartica"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV kartica"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Preuzmi fontove iz Windowsa"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Lokalne datoteke"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Podesite root ลกifru"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Bez ลกifre"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Ova ลกifra je previลกe jednostavna (mora biti duga najmanje %d karaktera)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Autentikacijski LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP Server"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Autentifikacija NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS domen"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS server"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5920,21 +5993,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autentikacijski LDAP"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Ime domena"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5966,19 +6039,19 @@ msgstr ""
"first\n"
"drive and press \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Prva disketna jedinica"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Druga disketna jedinica"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Preskoฤi"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, fuzzy, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6004,7 +6077,7 @@ msgstr ""
"system\n"
"failures. Would you like to create a bootdisk for your system?"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6018,29 +6091,29 @@ msgstr ""
"pravljenje boot diskete na 1.44 Mb disketi vjerovatno neฤ‡e\n"
"raditi, poลกto XFS traลพi veoma velik drajver)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ลฝao mi je, nema dostupne disketne jedinice"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Izaberite disketnu jedinicu koju ลพelite koristiti da napravite boot disketu"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Ubacite disketu u %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Pravim boot disketu"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Pripremam bootloader"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6052,11 +6125,11 @@ msgstr ""
"Instalacija ฤ‡e se nastaviti, ali ฤ‡ete\n"
" morati koristiti BootX za bootanje vaลกeg raฤunara"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Da li ลพelite koristiti aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6064,15 +6137,15 @@ msgstr ""
"Greลกka u instaliranju aboota, \n"
"da li da pokuลกam nasilnu instalaciju ฤak i ako to uniลกti prvu particiju?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Instaliram bootloadera"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalacija bootloadera nije uspjela. Doลกlo je do sljedeฤ‡e greลกke:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6090,17 +6163,17 @@ msgstr ""
" Zatim kucajte: shut-down\n"
"Prilikom iduฤ‡eg boota biste trebali vidjeti upit bootloadera."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ubacite praznu disketu u jedinicu %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Pravim auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6110,7 +6183,7 @@ msgstr ""
"\n"
"Da li zaista ลพelite izaฤ‡i sada?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6143,16 +6216,16 @@ msgstr ""
"Informacije o podeลกavanju vaลกeg sistema su dostupne u poglavlju\n"
"\"nakon instalacije\" vaลกeg Zvaniฤnog Mandrake Linux priruฤnika za upotrebu."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
#, fuzzy
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Napravi auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6166,15 +6239,15 @@ msgstr ""
"\n"
"Moลพda ฤ‡ete ลพeljeti radije ponoviti instalaciju.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatizovano"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Ponovi"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Spasi izbor paketa"
@@ -6210,14 +6283,14 @@ msgstr "Napredno"
msgid "Basic"
msgstr "Osnovno"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Prethodni"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Sljedeฤ‡i"
@@ -6667,7 +6740,7 @@ msgstr "Desna \"Windows\" tipka"
msgid "Circular mounts %s\n"
msgstr "Kruลพno montiranje %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Najprije ukloni logiฤke volumene\n"
@@ -6806,15 +6879,15 @@ msgstr "nijedan"
msgid "No mouse"
msgstr "Bez miลกa"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Molimo testirajte miลก"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Da biste aktivirali miลกa,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "POMJERITE VAล  KOTAฤŒ!"
@@ -6851,11 +6924,11 @@ msgstr "Smanji stablo"
msgid "Toggle between flat and group sorted"
msgstr "Prekidaฤ izmeฤ‘u ravnog i grupnog sortiranja"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Spoji se na Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6865,23 +6938,19 @@ msgstr ""
"Neke konekcije koriste pptp, a vrlo rijetke koriste dhcp.\n"
"Ako ne znate, izaberite 'koristi pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "koristi dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "koristi pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "koristi pptp"
@@ -6983,7 +7052,7 @@ msgstr ""
msgid "no network card found"
msgstr "nije pronaฤ‘ena mreลพna kartica"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Podeลกavam mreลพu"
@@ -6999,15 +7068,15 @@ msgstr ""
"Naziv vaลกeg raฤunara bi trebao biti puno-kvalifikovani naziv,\n"
"kao ลกto je ``mojcomp.mojlab.mojafirma.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Host name"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ฤŒarobnjak za podeลกavanje mreลพe"
@@ -7054,8 +7123,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Stara konfiguracija (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Podeลกavanje ISDNa"
@@ -7091,23 +7160,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Koji protokol ลพelite koristiti?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Koju vrstu kartice imate?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Ne znam"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7121,19 +7195,19 @@ msgstr ""
"\n"
"Ako imate PCMCIA karticu, moraฤ‡ete znati IRQ i IO vaลกe kartice.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Prekid"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Nastavak"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Koja je vaลกa ISDN kartica ?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7141,7 +7215,7 @@ msgstr ""
"Otkrio sam neku ISDN PCI karticu, ali ne znam tip. Molimo izaberite neku PCI "
"karticu na iduฤ‡em ekranu."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nije pronaฤ‘ena nijedna ISDN PCI kartica. Molimo izaberite jednu na iduฤ‡em "
@@ -7195,7 +7269,7 @@ msgstr "Prvi DNS server (opcionalno)"
msgid "Second DNS Server (optional)"
msgstr "Drugi DNS server (opcionalno)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7203,7 +7277,7 @@ msgstr ""
"\n"
"Moลพete se diskonektovati ili prekonfigurisati vaลกu konekciju."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7211,11 +7285,11 @@ msgstr ""
"\n"
"Moลพete prekonfigurisati vaลกu konekciju."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Trenutno ste spojeni na Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7223,32 +7297,32 @@ msgstr ""
"\n"
"Moลพete se spojiti na Internet ili prekonfigurisati vaลกu konekciju."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Trenutno niste konektovani na Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Konektuj me"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Prekini konekciju"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Podesi konekciju"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internet konekcija & podeลกavanje"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Sada ฤ‡emo podesiti konekciju %s."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7267,12 +7341,12 @@ msgstr ""
"\n"
"Pritisnite OK za nastavak."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Podeลกavanje mreลพe"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7283,7 +7357,7 @@ msgstr ""
"Kliknite na Ok da zadrลพite tu konfiguraciju ili Odustani za podeลกavanje vaลกe "
"Internet & Mreลพne konekcije.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7295,72 +7369,72 @@ msgstr ""
"Sada ฤ‡emo podesiti vaลกu internet/mreลพnu konekciju.\n"
"Ako ne ลพelite da koristite automatsko prepoznavanje, iskljuฤite opciju.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Izaberite profil za podeลกavanje"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Koristi auto prepoznavanje"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Ekspertni mod"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Prepoznajem ureฤ‘aje..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normalna modemska konekcija"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "detektovan na portu %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN konekcija"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "detektovan %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL konekcija"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "detektovan na interfejsu %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kablovska konekcija"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "otkrivena kablovska konekcija"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN konekcija"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "prepoznata ethernet kartica(e)"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Izaberite konekciju koju ลพelite podesiti"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7370,23 +7444,23 @@ msgstr ""
"Izaberite jedan od njih koji ฤ‡ete koristiti.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internet konekcija"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Da li ลพelite pokrenuti konekciju prilikom boota?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Podeลกavanje mreลพe"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Potrebno je restartovati mreลพu"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7397,7 +7471,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7407,7 +7481,7 @@ msgstr ""
"\n"
"Sada ฤ‡e ova konfiguracija biti primjenjena na vaลก sistem.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7415,7 +7489,7 @@ msgstr ""
"Nakon ลกto je to gotovo, preporuฤujemo da restartujete vaลก X\n"
"okoliลก kako bi se izbjegao problem sa promjenom naziva raฤunara."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7425,7 +7499,7 @@ msgstr ""
"Provjerite vaลกu konekciju pomoฤ‡u net_monitor ili mcc. Ako vaลกa konekcija ne "
"radi, moลพete ponovo pokrenuti podeลกavanje"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7436,7 +7510,7 @@ msgstr ""
"Samo prihvatite kako bi ovaj ureฤ‘aj ostao podeลกen.\n"
"Izmjena polja ispod ฤ‡e prepisati ovu konfiguraciju."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7446,43 +7520,43 @@ msgstr ""
"Svaka stavka bi trebala biti unesena kao IP adresa u decimalnoj notaciji\n"
"razdvojenoj taฤkama (npr. 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Podeลกavam mreลพni ureฤ‘aj %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (drajver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP adresa"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatska IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Pokrenut na bootu"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba biti u formatu 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7494,42 +7568,53 @@ msgstr ""
"kao ลกto je ``mojcomp.mojlab.mojafirma.com''.\n"
"Moลพete takoฤ‘er unijeti IP adresu gateway-a ako ga imate"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (tj. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway ureฤ‘aj"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP adresa treba biti u formatu 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP adresa treba biti u formatu 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Konfiguracija proxija"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Otkrij id mreลพne karte (korisno za laptope)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy treba biti http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy treba biti ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Url treba poฤinjati sa 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9024,7 +9109,7 @@ msgstr "ล tampam na ลกtampaฤ \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9575,11 +9660,6 @@ msgstr ""
"Molimo popunite informacije o ftp proxiju\n"
"Ostavite polja praznim ako ne ลพelite ftp proxy"
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url treba poฤinjati sa 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9627,6 +9707,43 @@ msgstr "mkraid nije uspio (moลพda nedostaju raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nema dovoljno particija za RAID nivo %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Nivo sigurnosti"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Nivo sigurnosti"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Udaljena administracija"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Default)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Podeลกavanje nivoa sigurnosti"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Molimo saฤekajte, pripremam instalaciju"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Pokreni ALSA zvuฤni sistem (Advanced Linux Sound Architecture)"
@@ -9930,7 +10047,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Dijeljenje datoteka"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sistem"
@@ -10030,7 +10147,7 @@ msgstr "Spoji se na Internet"
#: ../../share/advertising/03-internet.pl_.c:10
#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10090,7 +10207,7 @@ msgstr "Korisniฤki okoliลก"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -10119,7 +10236,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Pretvorite vaลก raฤunar u moฤ‡an server sa svega nekoliko klikova miลกem: Web "
@@ -10137,7 +10254,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -10153,7 +10270,7 @@ msgstr ""
#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"ฤŒitav raspon Linux rjeลกenja, kao i posebne ponude za proizvode i "
"'potrepลกtine', dostupni su u naลกoj online radnji"
@@ -10204,8 +10321,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -10241,11 +10358,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Instaliram pakete..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Molimo izvrลกite logout i zatim koristitite Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Molimo ponovo se prijavite na %s radi aktiviranja izmjena"
@@ -10293,16 +10410,6 @@ msgstr "Dodaj korisnika"
msgid "Add/Del Clients"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Pomoฤ‡"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -10355,53 +10462,68 @@ msgstr "Dodaj korisnika"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Podeลกavam..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Napredno podeลกavanje"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "rekonfiguriลกi"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Molimo ubacite boot disketu koja je upotrebljena u jedinicu %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Nema pogodne disketne jedinice"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -10550,13 +10672,13 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "ukupno napredak"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10565,41 +10687,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Bez ลกifre"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Ne mogu otvoriti %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10610,65 +10732,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Backup-uj sistemske datoteke..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Datoteke backup-a hard diska..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Backup-uj korisniฤke datoteke..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Napredak backup-a hard diska..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Backup-uj ostale datoteke..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10676,7 +10798,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, fuzzy, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10685,7 +10807,7 @@ msgstr ""
"lista datoteka poslana putem FTPa: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
#, fuzzy
msgid ""
"\n"
@@ -10696,39 +10818,39 @@ msgstr ""
"(!) problem sa FTP konekcijom: Nije bilo moguฤ‡e poslati vaลกe backup datoteke "
"putem FTPa.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "(!) Greลกka tokom slanja poลกte. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Izbor datoteka"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Izaberite datoteke ili direktorije i kliknite na 'Dodaj'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10736,26 +10858,26 @@ msgstr ""
"\n"
"Molimo ukljuฤite sve potrebne opcije.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Ove opcije mogu spasiti ili vratiti sve datoteke u vaลกem /etc direktoriju.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Backup sistemskih datoteka. ( /etc direktorij )"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Zaobiฤ‘i kritiฤne datoteke (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10763,65 +10885,67 @@ msgstr ""
"Sa ovom opcijom biฤ‡ete u moguฤ‡nosti da vratite bilo koju\n"
" verziju vaลกeg /etc direktorija."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Molimo izaberite sve korisnike koje ลพelite ukljuฤiti u vaลก backup."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Ne ukljuฤuj spremnik web preglednika"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Korisnici"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Koristi FTP vezu za backup"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Molimo unesite ime raฤunara ili IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -10830,68 +10954,68 @@ msgstr ""
"Molimo unesite direktorij za\n"
" smjeลกtaj backupa na ovom raฤunaru."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Molimo unesite vaลก login"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Molimo unesite vaลกu ลกifru"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Zapamti ovu ลกifru"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Koristi CD/DVDROM za backup"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Molimo izaberite vaลก CD prostor"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Molim ukljuฤite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Molim ukljuฤite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Molim ukljuฤite ako ลพelite obrisati vaลก CDRW prije"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
#, fuzzy
msgid " Erase Now "
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Molim ukljuฤite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Molim ukljuฤite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10899,36 +11023,36 @@ msgstr ""
"Molim unesite naziv ureฤ‘aja vaลกeg CD Writera\n"
" npr: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Izaberite datoteku"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Molim unesite ime ureฤ‘aja kojeg ฤ‡ete koristiti za backup"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Molim ukljuฤite ako ลพelite obrisati vaลก CDRW prije"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Molim ukljuฤite ako ลพelite obrisati vaลก CDRW prije"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Molim ukljuฤite ako ลพelite obrisati vaลก CDRW prije"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10936,57 +11060,57 @@ msgstr ""
"Molim unesite maksimalnu veliฤinu\n"
" dozvoljenu za Draxbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Molimo unesite direktorij za spasiti:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Koristi quotu za backup datoteke."
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Mreลพa"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tip"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "svakog sata"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "dnevno"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "sedmiฤno"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "mjeseฤno"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Koristi demon"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10994,7 +11118,7 @@ msgstr ""
"Izaberite vremenski interval\n"
"izmeฤ‘u svakog backupa"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11002,7 +11126,7 @@ msgstr ""
"Molim izaberite medij\n"
"za backup."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -11010,71 +11134,71 @@ msgid ""
"Note that currently all 'net' medias also use the hard drive."
msgstr "Molim budite sigurni da je cron demon aktiviran u vaลกim servisima."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Poลกalji mail izvjeลกtaj nakon svakog backupa na :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ล ta"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Gdje"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Kada"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Viลกe opcija"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Podeลกavanje Drakbackup-a"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Molimo izaberite gdje ลพelite backupovati"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "na hard disk"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "preko mreลพe"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Molim izaberite ลกta ลพelite backupovati"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Backup sistema"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Backup korisnika"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Ruฤno izaberite korisnika"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11082,7 +11206,7 @@ msgstr ""
"\n"
"Izvori backup-a: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11090,7 +11214,7 @@ msgstr ""
"\n"
"- sistemske datoteke:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11098,7 +11222,7 @@ msgstr ""
"\n"
"- korisniฤke datoteke:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11106,7 +11230,7 @@ msgstr ""
"\n"
"- ostale datoteke:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11115,32 +11239,32 @@ msgstr ""
"\n"
"- spasi na hard disku u direktoriju: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Ureฤ‘aj miลกa: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, fuzzy, c-format
msgid ""
"\n"
@@ -11149,12 +11273,12 @@ msgstr ""
"\n"
"- spasi na FTPu na raฤunaru: %s\n"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy, c-format
msgid ""
"\n"
@@ -11163,7 +11287,7 @@ msgstr ""
"\n"
"- spasi na FTPu na raฤunaru: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11172,7 +11296,7 @@ msgstr ""
"\t\t korisniฤko ime: %s\n"
"\t\t u direktoriju: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11180,19 +11304,19 @@ msgstr ""
"\n"
"- Opcije:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tNe ukljuฤuj sistemske datoteke\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackupi koriste tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackupi koriste tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11201,41 +11325,41 @@ msgstr ""
"\n"
"- Demon (%s) ukljuฤuje :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Hard disk.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Mreลพu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Mreลพu preko SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Mreลพu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Mreลพu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Bez podeลกavanja, molim kliknite na ฤŒarobnjak ili Napredno.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11243,7 +11367,7 @@ msgstr ""
"Lista podataka za vraฤ‡anje:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11251,256 +11375,256 @@ msgstr ""
"Lista oลกteฤ‡enih podataka:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Molimo iskljuฤite ili pobriลกite ga iduฤ‡i put."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Backup datoteke su oลกteฤ‡ene"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
#, fuzzy
msgid " All of your selected data have been "
msgstr " Svi vaลกi izabrani podaci su "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " uspjeลกno spaลกeni na %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Vrati konfiguraciju "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "OK za vraฤ‡anje ostalih datoteka."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Lista korisnika za vraฤ‡anje (samo najsvjeลพiji datum po korisniku je znaฤajan)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Vrati sistemske datoteke prije:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "molim izaberite datum za vraฤ‡anje"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Koristi hard disk za backup"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Molimo unesite direktorij za spasiti:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP konekcija"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Sigurna konekcija"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Vrati sa hard diska"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Molim unesite direktorij gdje su smjeลกteni backupi"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Izaberite drugi medij za vraฤ‡anje"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Drugi medij"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Vrati sistem"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Vrati korisnike"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "izaberite stazu za vraฤ‡anje (umjesto / )"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Izvrลกi novi backup prije vraฤ‡anja (samo za inkrementalni backup.)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Pobriลกi korisniฤke direktorije prije vraฤ‡anja."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "Backup datoteke su oลกteฤ‡ene"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Vrati sa hard diska"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Vrati tabelu particija"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Vrati korisnike"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Host name"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "ล ifra"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Korisniฤko ime"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Hostname: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Vrati sve backupe"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Ruฤno vraฤ‡anje"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Vrati tabelu particija"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Vrati korisnike"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Prethodni"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Spasi"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Izgradi backup"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Vrati"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
#, fuzzy
msgid ""
"Error during sendmail.\n"
@@ -11511,14 +11635,14 @@ msgstr ""
" vaลก mail izvjeลกtaj nije poslan\n"
" Molim podesite sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Sljedeฤ‡i paketi ฤ‡e biti instalirani"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -11527,19 +11651,19 @@ msgstr ""
"Greลกka tokom slanja datoteke preko FTPa.\n"
" Molimo ispravite vaลกu FTP konfiguraciju."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Molim izaberite podatke za vraฤ‡anje..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Molim izaberite medij za backup..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Molim izaberite podatke za backup..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11547,59 +11671,59 @@ msgstr ""
"Nije pronaฤ‘ena konfiguraciona datoteka \n"
"molim kliknite na ฤŒarobnjak ili Napredno."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "U izradi ... molim saฤekajte."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Backup sistemskih datoteka"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Backup korisniฤkih datoteka"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Backup ostalih datoteka"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Ukupan napredak"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "slanje datoteka putem FTPa"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "ล aljem datoteke..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Backup-uj sada iz konfiguracijske datoteke"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Pogledaj postavke backupa."
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "ฤŒarobnjak za podeลกavanje"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Napredno podeลกavanje"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Backup-uj sada"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
#, fuzzy
msgid ""
"options description:\n"
@@ -11660,7 +11784,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11674,7 +11798,7 @@ msgstr ""
" podesiti myhostname ili mydomain u /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11752,7 +11876,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
#, fuzzy
msgid ""
"restore description:\n"
@@ -11805,18 +11929,18 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11846,7 +11970,7 @@ msgstr ""
" along with this program; if not, write to the Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11922,7 +12046,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11940,7 +12064,7 @@ msgstr ""
"drive before sending it to the server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11962,7 +12086,7 @@ msgstr ""
"data. It is important to be careful and not modify the \n"
"backup data files by hand.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12079,8 +12203,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Alati za konzolu"
@@ -12157,28 +12281,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "port"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Post Uninstall"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Screenshotovi ฤ‡e biti dostupni nakon ลกto instalirate u %s"
@@ -12280,10 +12404,6 @@ msgstr "ฤŒarobnjak..."
msgid "Apply"
msgstr "Primjeni"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Molimo saฤekajte... Primjenjujem konfiguraciju"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Konektovan"
@@ -12404,7 +12524,7 @@ msgstr "Naziv modula"
msgid "Size"
msgstr "Veliฤina"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12469,12 +12589,12 @@ msgstr "Ispis"
msgid "Build the disk"
msgstr "Napravi disk"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Provjeri da li je medij prisutan za ovaj uredjaj %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12483,12 +12603,12 @@ msgstr ""
"Nema medija za ovaj uredjaj %s.\n"
"Molim ubacite ga."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Ne mogu izvrsiti fork: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12972,158 +13092,158 @@ msgstr ""
"\n"
"Kliknite na Podesi da pokrenete ฤarobnjak."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Radna grupa"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "particiji %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Obriลกi"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Gotovo"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Dodaj modul"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Dodaj novi ลกtampaฤ"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Niลกta izabrano"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Prihvati korisnika"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Verzija: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Port"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Koristi auto prepoznavanje"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Koristi auto prepoznavanje"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Spasi izbor paketa"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Radna grupa"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nije konektovan"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13135,137 +13255,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "Kreiranje boot diskete"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Rezolucija"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Izaberi datoteku"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Share naziv"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Post-instalacijsko podeลกavanje"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Izlaz"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Sistem instalacije"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Podeลกavanje servisa"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "Ureฤ‘aj"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "Ureฤ‘aj"
+msgid "Save theme"
+msgstr "Sistem instalacije"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Izaberite monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Izbor modela ลกtampaฤa"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Morate izabrati ili unijeti ลกtampaฤ / ureฤ‘aj!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Prepoznajem ureฤ‘aje ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13406,6 +13536,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
@@ -13435,11 +13572,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Ne mogu da pokrenem live upgrade !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "Izmjena je napravljena, ali da bi stupila na snagu morate se odjaviti"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13722,16 +13859,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -13806,7 +13940,7 @@ msgstr "Instaliraj sistemske update"
msgid "Exit install"
msgstr "Napusti instalaciju"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
@@ -14053,6 +14187,21 @@ msgstr "Multimedija - Prลพenje CDa"
msgid "Scientific Workstation"
msgstr "Znanstvena radna stanica"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Post-instalacijsko podeลกavanje"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy treba biti ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Izlaz"
+
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
#~ "satisfied\n"
@@ -14598,9 +14747,6 @@ msgstr "Znanstvena radna stanica"
#~ msgid "xinetd"
#~ msgstr "xinetd"
-#~ msgid "Setting security level"
-#~ msgstr "Podeลกavanje nivoa sigurnosti"
-
#~ msgid "Select a graphics card"
#~ msgstr "Izaberite grafiฤku kartu"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 7e6f963e6..7bdc97c39 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-10-28 01:14+0200\n"
"Last-Translator: Softcatalเ <traddrake@softcatala.org>\n"
"Language-Team: Catalan <traddrake@softcatala.org>\n"
@@ -93,24 +93,24 @@ msgstr "Configura tots els cap็als independentment"
msgid "Use Xinerama extension"
msgstr "Utilitza l'extensi๓ Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configura nom้s la targeta \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "Xfree %s amb acceleraci๓ 3D de maquinari"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -120,18 +120,18 @@ msgstr ""
"l'Xfree %s.\n"
"L'XFree %s, que pot tenir un suport millor en 2D, suporta la vostra targeta."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"La vostra targeta pot tenir acceleraci๓ 3D de maquinari amb l'Xfree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s amb acceleraci๓ 3D de maquinari EXPERIMENTAL"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -144,7 +144,7 @@ msgstr ""
"PENJAR.\n"
"L'XFree %s, que pot tenir un suport millor en 2D, suporta la vostra targeta."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -154,12 +154,12 @@ msgstr ""
"TINGUEU EN COMPTE QUE ES TRACTA D'UN SUPORT EXPERIMENTAL; L'ORDINADOR ES POT "
"PENJAR."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalทlaci๓ del controlador de pantalla"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Personalitzada"
@@ -179,32 +179,32 @@ msgstr "Resoluci๓"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcions"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "D'acord"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Surt"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -302,25 +302,25 @@ msgstr "Escolliu la resoluci๓ i la profunditat de color"
msgid "Graphics card: %s"
msgstr "Targeta grเfica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Cancelทla"
@@ -398,11 +398,11 @@ msgstr "Servidor xFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Controlador de l'xFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "Interficie grเfica a l'inici"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -412,7 +412,7 @@ msgstr ""
"l'interficie grเfica durant l'arrencada.\n"
"Voleu que XFree s'inici๏ quan torneu a arrencar l'ordinador?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -424,7 +424,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Quin tipus de connexi๓ XDSI teniu?"
@@ -497,7 +497,7 @@ msgstr "Compacte"
msgid "compact"
msgstr "compacte"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Mode de vํdeo"
@@ -505,17 +505,17 @@ msgstr "Mode de vํdeo"
msgid "Delay before booting default image"
msgstr "Demora abans d'arrencar la imatge predeterminada"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Contrasenya"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Contrasenya (un altre cop)"
@@ -551,14 +551,14 @@ msgstr ""
"L'opci๓ ``Limita les opcions de la lํnia d'ordres'' no t้ cap ๚s sense una "
"contrasenya"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Si us plau, torneu-ho a intentar"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Les contrasenyes no coincideixen"
@@ -600,7 +600,7 @@ msgstr ""
"\n"
"En quina unitat arrenqueu?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -608,152 +608,152 @@ msgstr ""
"Aquestes s๓n les diferents entrades en el men๚ d'arrencada.\n"
"Podeu afegir-ne algunes m้s o canviar-ne les existents."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Afegeix"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Fet"
#
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Modifica"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Quin tipus d'entrada voleu afegir?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Un altre SO (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Un altre SO (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Un altre SO (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Imatge"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Arrel"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Afegeix"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Lectura-escriptura"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Taula"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "No segur"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Predeterminat"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-size"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Elimina l'entrada"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "No es permet una etiqueta buida"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Heu d'especificar una imatge del nucli"
#
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Heu d'especificar una partici๓ arrel"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Aquesta etiqueta ja estเ en ๚s"
# #msgid "Found %s %s interfaces"
# #msgstr "S'han trobat interfํcies %2$s %1$s"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "S'han trobat interfํcies %s %s"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "En teniu una altra?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Teniu alguna interfํcie %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Sํ"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "S'estเ instalทlant el programa de control per a la targeta de %s %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(m๒dul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -763,7 +763,7 @@ msgstr ""
"Tingueu en compte que qualsevol adre็a hauria de ser entrada amb el prefix "
"0x com '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -774,17 +774,17 @@ msgstr ""
"Les opcions estan en el format ``nom=valor nom2=valor2 ...''.\n"
"Per exemple, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Opcions del m๒dul:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Quin programa de control %s he de provar?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -801,15 +801,15 @@ 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:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Exploraci๓ automเtica"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Especifica les opcions"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -818,65 +818,65 @@ msgstr ""
"Ha fallat la cเrrega del m๒dul %s.\n"
"Voleu tornar-ho a intentar amb altres parเmetres?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "acc้s a programes X"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "acc้s a les eines rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "permet \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "acc้s a fitxers administratius"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "acc้s a les eines rpm"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "acc้s a les eines rpm"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(ja s'ha afegit %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Aquesta contrasenya ้s massa senzilla"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Si us plau, introdu๏u un nom d'usuari"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
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 `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Afegeix un usuari"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -885,33 +885,33 @@ msgstr ""
"Introdu๏u un usuari\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Accepta l'usuari"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Nom real"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nom d'usuari"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Entrada automเtica"
#
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -920,20 +920,20 @@ msgstr ""
"nom d'usuari.\n"
"Voleu activar aquesta caracterํstica?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Escolliu l'usuari per defecte:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Escolliu el gestor de finestres per executar:"
#
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Si us plau, trieu un idioma per utilitzar."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -943,38 +943,38 @@ msgstr ""
"els llenguatges que volgueu instalทlar. Estaran disponibles\n"
"quan reinicieu el sistema despr้s de que la instalทlaci๓ s'hagi completat."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Tots"
#
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Permet tots els usuaris"
#
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "No es comparteix"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "El paquet %s s'ha d'instalทlar. El voleu instalทlar?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"Podeu exportar utilitzant NFS o Samba. Seleccioneu quin voleu utilitzar."
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "El paquet %s necessari falta"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -988,11 +988,11 @@ msgstr ""
"\n"
"\"Defecte\" permetre granularitat per usuari.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Executa userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -1000,32 +1000,32 @@ msgstr ""
"La compartici๓ per usuari utilitza el grup \"Compartici๓Fitxers\".\n"
"Podeu utilitzar userdrake per a afegir un usuari a aquest grup."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Benvinguts, crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Pobre"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Estเndard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Alt"
#
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "M้s Alt"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoic"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1036,7 +1036,7 @@ msgstr ""
"d'utilitzar, per๒ tamb้ molt sensible: no s'ha d'utilitzar en un ordinador\n"
"connectat a d'altres o a Internet. No s'hi accedeix mitjan็ant contrasenya."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1045,7 +1045,7 @@ msgstr ""
"segueix sense ser recomanable."
#
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1054,7 +1054,7 @@ msgstr ""
"s'utilitzarเ per connectar-se a Internet com a client. Ara hi ha "
"comprovacions de seguretat."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1063,7 +1063,7 @@ msgstr ""
"automเtiques"
#
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1079,7 +1079,7 @@ msgstr ""
"un client d'internet, seria millor escollir un nivell menor"
#
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1087,38 +1087,38 @@ msgstr ""
"Aix๒ ้s similar al nivell anterior, per๒ el sistema estเ completament tancat "
"i les caracterํstiques de seguretat estan al mเxim."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Especifica les opcions"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Escolliu el nivell de seguretat"
#
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "El nivell de seguretat"
#
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Utilitzeu libsafe per als servidors"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Una llibreria que el defensa contra els 'buffer overflow' i el atacs de "
"'format string'."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
#, fuzzy
msgid "Security Administrator (login or email)"
msgstr "Seguretat d'usuari (login o email)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1131,7 +1131,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1156,13 +1156,13 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Benvingut al GRUB, el selector de sistema operatiu!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
@@ -1170,45 +1170,45 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Premeu Intro per arrencar el SO seleccionat, 'e' per editar-les"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "ordres pr่vies a l'arrencada, o 'c' per obtenir una lํnia d'ordres."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "La posici๓ ressaltada arrencarเ automเticament dintre de %d segons."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "no hi ha prou espai a /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Escriptori"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Men๚ Inici"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "No podeu instalทlar el carregador d'arrencada a la partici๓ %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "encara no s'ha implementat cap ajuda.\n"
@@ -1260,106 +1260,106 @@ msgstr "Mode LILO/Grub"
msgid "Yaboot mode"
msgstr "Mode Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Instalทla el sistema"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Crea una nova partici๓"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Error"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Copiant %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "NoVideo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Tipus d'instalทlaci๓"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1368,22 +1368,22 @@ msgstr ""
"Actualment utilitzeu %s com a carregador d'arrencada\n"
"Feu click en Configura per a executar l'auxiliar de configuraci๓."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configura"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Desa la selecci๓ de paquets"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1392,44 +1392,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Mode de sistema"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Executa el sistema X-Window en iniciar"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "No, no vull l'entrada automเtica"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Sํ, vull l'entrada automเtica amb aquest (usuari, escriptori)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "D'acord"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "no es pot obrir /etc/inittab per a lectura: %s"
@@ -1533,25 +1533,33 @@ msgstr "ภustria"
msgid "United States"
msgstr "Estats Units"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Nou"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Desmunta"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Munta"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
@@ -1559,26 +1567,26 @@ msgid "Mount point"
msgstr "Punt de muntatge"
#
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Si us plau entreu la velocitat d'escriptura del cd"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Servidor: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Punt de muntatge: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcions: %s"
@@ -1668,7 +1676,7 @@ msgstr "Buit"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Altres"
@@ -1820,7 +1828,7 @@ msgstr ""
"La c๒pia de seguretat de la taula de particions no t้ la mateixa mida\n"
"Voleu continuar igualment?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Advert่ncia"
@@ -2392,7 +2400,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Nom d'usuari"
@@ -2405,23 +2413,23 @@ msgstr "Domini"
msgid "Search servers"
msgstr "Cerca servidors"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatatge de %s ha fallat"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "No s้ com formatar %s amb el tipus %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "La partici๓ a muntar %s en el directori %s ha fallat"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "s'ha produ๏t un error en desmuntar %s: %s"
@@ -2511,50 +2519,114 @@ msgstr "Res a fer"
msgid "Error opening %s for writing: %s"
msgstr "S'ha produ๏t un error en obrir %s per escriure: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
#
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Configuraci๓ de CUPS"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Programa de control"
#
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Ajuda"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Si us plau, espereu... s'estเ aplicant la configuraci๓"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Si us plau, espereu"
+
+#
+#: ../../harddrake/sound.pm_.c:208
#, fuzzy
msgid "No known driver"
msgstr "Dispositiu X"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "Model desconegut"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2679,7 +2751,8 @@ msgid "/_Quit"
msgstr "/_Surt"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Ajuda"
@@ -2698,75 +2771,76 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Informeu d'un error"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "_Quant a..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Exploraci๓ automเtica"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Detecci๓ del disc dur"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Mira la informaci๓ del maquinari"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Mostra la informaci๓"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Configura el ratolํ"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "detectat al port %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Si us plau, espereu"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "S'estเ esborrant la impressora \"%s\"..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d segons"
@@ -4862,7 +4936,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Tamb้ heu de formatar %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4888,7 +4962,7 @@ msgstr ""
"\n"
"Voleu realment instalทlar aquests servidors?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4897,20 +4971,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "No es pot utilitzar l'emissi๓ sense un domini NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Inseriu un disquet formatat amb FAT a la unitat %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Aquest disquet no estเ formatat en FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4918,12 +4992,12 @@ msgstr ""
"Per utilitzar aquesta selecci๓ de paquets desada, arrenqueu la instalทlaci๓ "
"amb ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "S'ha produ๏t un error en llegir el fitxer %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -5172,7 +5246,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Benvingut a %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
@@ -5204,11 +5278,11 @@ msgstr "Tipus d'instalทlaci๓"
msgid "Please choose one of the following classes of installation:"
msgstr "Si us plau, trieu un dels tipus d'instalทlaci๓ segents:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Selecci๓ del grup de paquets"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Selecci๓ individual de paquets"
@@ -5286,7 +5360,7 @@ msgstr "Mostra automเticament els paquets seleccionats"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instalทla"
@@ -5309,7 +5383,7 @@ msgstr "Instalทlaci๓ Mํnima"
msgid "Choose the packages you want to install"
msgstr "Escolliu els paquets que voleu instalทlar"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "S'estเ instalทlant"
@@ -5336,17 +5410,17 @@ msgid "Installing package %s"
msgstr "S'estเ instalทlant el paquet %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Accepta"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Rebutja"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5363,16 +5437,16 @@ msgstr ""
"ROM."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Voleu seguir igualment?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "S'ha produ๏t un error en ordenar els paquets:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "S'ha produ๏t un error en instalทlar els paquets:"
@@ -5501,7 +5575,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5682,7 +5756,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teclat"
@@ -5905,11 +5979,11 @@ msgid "Selected size is larger than available space"
msgstr "La mida seleccionada ้s superior a la disponible"
#
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Tipus d'instalทlaci๓"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5918,19 +5992,19 @@ msgstr ""
"Escolliu la instalทlaci๓ mํnima que voleu:"
#
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Amb X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Amb documentaci๓ bเsica (recomenada!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Instalทlaci๓ realment mํnima (especialment no urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5940,16 +6014,16 @@ msgstr ""
"Si no teniu cap d'aquests CD, feu clic a Cancelทla.\n"
"Si nom้s falten alguns CD, desseleccioneu-los i feu clic a D'acord."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM etiquetat com \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "S'estเ preparant la instalทlaci๓"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5958,21 +6032,21 @@ msgstr ""
"S'estเ instalทlant el paquet %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Configuraci๓ despr้s de la instalทlaci๓"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Inseriu el disquet d'arrencada utilitzat a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Inseriu el disquet d'Actualitzaci๓ de M๒duls a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -6039,7 +6113,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -6061,172 +6135,172 @@ msgstr ""
"Voleu instalทlar aquestes actualitzacions ?"
#
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"S'estเ contactant amb el servidor Mandrake Linux per obtenir la llista de "
"r่pliques disponibles..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Escolliu una r่plica des de la qual aconseguir els paquets"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"S'estเ contactant amb la r่plica per a obtenir la llista dels paquets "
"disponibles..."
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "En quina zona horเria us trobeu?"
#
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "El rellotge del vostre ordinador estเ regulat per GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronitzaci๓ automเtica de la hora (usant NTP)"
#
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "Servidor NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Servidor CUPS remot"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Cap impressora"
#
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Teniu una targeta de so ISA?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Executeu \"sndconfig\" despr้s de la instalทlaci๓ per a configurar la "
"targeta de so"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"No s'ha detectat cap targeta de so. Proveu amb \"harddrake\" despr้s de la "
"instalทlaci๓"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Resum"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Ratolํ"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Zona horเria"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Impressora"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Targeta XDSI"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Targeta de so"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Targeta de TV"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
#
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Aconsegueix les Fons de Windows"
#
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Impressores local"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Contrasenya de 'root'"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Sense contrasenya"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Aquesta contrasenya ้s massa curta (ha de tenir com a mํnim %d carเcters)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autenticaci๓"
#
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Autenticaci๓ LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
#
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "Servidor LDAP"
#
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Autenticaci๓ NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Domini del NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6243,21 +6317,21 @@ msgid ""
msgstr ""
#
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autenticaci๓ LDAP"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nom de domini"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6287,19 +6361,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:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Primera unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Segona unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Omet"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6327,7 +6401,7 @@ msgstr ""
"sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6341,30 +6415,30 @@ msgstr ""
"creant un disquet d'arrencada per un de 1.44 Mb molt probablement fallarเ,\n"
"perqu่ XFS necessita una unitat molt gran)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Inseriu un disquet a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "S'estเ creant el disc d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "S'estเ preparant el carregador d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6376,11 +6450,11 @@ msgstr ""
"La instalทlaci๓ continuarเ, per๒ haureu\n"
"d'utilitzar el BootX per a arrencar el vostre ordinador"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Voleu utilitzar l'aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6390,17 +6464,17 @@ msgstr ""
"primera partici๓?"
#
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Instalทlant el carregador d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
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 "
"segent:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6419,17 +6493,17 @@ msgstr ""
" Despr้s, escriviu: shut-down\n"
"En l'arrencada segent heu de veure l'indicador del carregador d'arrencada."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, 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:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "S'estเ creant el diquet d'instalทlaci๓ automเtica"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6439,7 +6513,7 @@ msgstr ""
"\n"
"Segur que voleu sortir ara?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6472,15 +6546,15 @@ msgstr ""
"l'๚ltim capํtol d'instalทlaci๓ de la Guia Oficial de l'Usuari del\n"
"Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Genera un disquet per a la instalทlaci๓ automเtica"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6495,15 +6569,15 @@ msgstr ""
"\n"
"Potser preferireu repetir la instalทlaci๓.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automเtica"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Repeteix"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Desa la selecci๓ de paquets"
@@ -6540,15 +6614,15 @@ msgstr "Avan็at"
msgid "Basic"
msgstr "Basic"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Anterior"
#
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Segent"
@@ -7011,7 +7085,7 @@ msgstr "Tecla de \"Windows\" Dreta"
msgid "Circular mounts %s\n"
msgstr "Muntatges circulars %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Elimineu primer els volums l๒gics\n"
@@ -7151,15 +7225,15 @@ msgstr "cap"
msgid "No mouse"
msgstr "Cap ratolํ"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Si us plau, comproveu el ratolํ."
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Per activar el ratolํ,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "MOVEU LA BOLA!"
@@ -7196,11 +7270,11 @@ msgstr "Redueix l'arbre"
msgid "Toggle between flat and group sorted"
msgstr "Commuta entre pla i ordenat per grups"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Connecta't a internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -7210,23 +7284,19 @@ msgstr ""
"Algunes connexions utilitzen pptp, unes poques utilitzen dhcp.\n"
"Si no ho sabeu, escolliu 'utilitza pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "utilitza dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "utilitza pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "utilitza pptp"
@@ -7332,7 +7402,7 @@ msgstr ""
msgid "no network card found"
msgstr "no s'ha trobat cap targeta de xarxa"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "S'estเ configurant la xarxa"
@@ -7349,15 +7419,15 @@ msgstr ""
"El nom ha de ser complet,\n"
"com ara ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Nom de l'ordinador central"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Auxiliar de configuraci๓ de xarxa"
@@ -7406,8 +7476,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Antiga configuraci๓ (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Configuraci๓ de l'XDSI"
@@ -7447,23 +7517,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Quin protocol voleu utilitzar?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Quin tipus de targeta teniu?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "No s้"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7477,19 +7552,19 @@ msgstr ""
"\n"
"Si teniu una targeta PCMCIA, us en cal saber l'\"irq\" i l'\"io\".\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Interromp"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Continua"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Quina targeta XDSI teniu ?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7497,7 +7572,7 @@ msgstr ""
"He detectat una targeta PCI XDSI, per๒ no en conec el tipus. Si us plau, "
"seleccioneu una targeta PCI a la pantalla segent."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
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 "
@@ -7552,7 +7627,7 @@ msgstr "Primer servidor DNS (opcional)"
msgid "Second DNS Server (optional)"
msgstr "Segon servidor DNS (opcional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7560,7 +7635,7 @@ msgstr ""
"\n"
"Podeu desconnectar-vos o tornar a configurar la connexi๓."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7568,11 +7643,11 @@ msgstr ""
"\n"
"Podeu tornar a configurar la connexi๓."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Ara mateix esteu connectat a Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7580,33 +7655,33 @@ msgstr ""
"\n"
"Podeu connectar-vos a Internet o tornar a configurar la connexi๓."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Ara mateix no esteu connectat a Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Connecta"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Desconnecta"
#
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Configura la connexi๓"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Connexi๓ i configuraci๓ d'Internet"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Ara configurarem la connexi๓ %s."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7625,12 +7700,12 @@ msgstr ""
"\n"
"Premeu D'acord per a continuar."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Configuraci๓ de xarxa"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7642,7 +7717,7 @@ msgstr ""
"Feu clic a D'acord per conservar la configuraci๓, o a Cancelทla per tornar a "
"configurar la connexi๓ a Internet i xarxa.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7655,75 +7730,75 @@ msgstr ""
"Si no voleu utilitzar la detecci๓ automเtica, desactiveu el quadre de "
"verificaci๓.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Escolliu el perfil per configurar"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Utilitza la detecci๓ automเtica"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Mode expert"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "S'estan detectant els dispositius..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Connexi๓ normal per m๒dem"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "detectat al port %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "Connexi๓ XDSI"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "s'ha detectat %s"
#
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "Connexi๓ ADSL"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "detectat a la interfํcie %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Connexi๓ de cable"
#
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Connexi๓ de cable detectada"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Connexi๓ LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "s'han detectat una o diverses targetes Ethernet"
#
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Escolliu la connexi๓ per voleu configurar"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7734,23 +7809,23 @@ msgstr ""
"\n"
#
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Connexi๓ a Internet"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Voleu iniciar la connexi๓ en arrencar?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Configuraci๓ de xarxa"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "La xarxa necessita ้sser reiniciada"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7761,7 +7836,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7771,7 +7846,7 @@ msgstr ""
"\n"
"Ara s'aplicarเ la configuraci๓ al sistema.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7779,7 +7854,7 @@ msgstr ""
"Despr้s d'aix๒, ้s recomanable que reinicieu l'entorn X per\n"
"evitar problemes deguts al canvi de nom de l'ordinador central."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7789,7 +7864,7 @@ msgstr ""
"Testegeu la connexi๓ via net_monitor o mcc. Si la connexi๓ no funciona "
"correctament, voldreu tornar a fer la configuraci๓."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7800,7 +7875,7 @@ msgstr ""
"Nom้s cal que accepteu per a mantenir-lo configurat.\n"
"Si modifiqueu els camps inferiors, sobreescriureu aquesta configuraci๓."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7810,43 +7885,43 @@ msgstr ""
"S'ha d'introduir cada element com a una adre็a IP amb notaci๓ decimal amb\n"
"punts (per exemple, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "S'estเ configurant el dispositiu de xarxa %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (controlador %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Adre็a IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Submเscara de la xarxa"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP automเtic"
#
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Inicia en l'arrencada"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
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"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7858,42 +7933,54 @@ msgstr ""
"``mybox.mylab.myco.com''.\n"
"Tamb้ podeu introduir l'adre็a IP de la passarelทla, si en teniu una"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Passarelทla(Gateway) (e.g. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Dispositiu de la passarelทla"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "L'adre็a IP ha d'estar amb el format 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "L'adre็a IP ha d'estar amb el format 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Configuraci๓ dels proxys"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Vigila id de la targera de xarxa(d'utilitat per a laptops)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "El proxy ha de ser http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "El proxy ha de ser ftp://..."
+#
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "La Url haurํa de comen็ar amb 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9493,7 +9580,7 @@ msgstr "S'estเ imprimint en la impressora \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -10097,12 +10184,6 @@ msgstr ""
"Per favor, entreu les informacions del proxy ftp\n"
"Deixeu en blanc si no voleu un proxy ftp"
-#
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "La Url haurํa de comen็ar amb 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -10154,6 +10235,45 @@ msgstr "mkraid ha fallat (potser manquen eines del RAID(raidtools)?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "No hi ha prou particions per al nivell RAID %d\n"
+#
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "El nivell de seguretat"
+
+#
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "El nivell de seguretat"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Seguretat d'usuari (login o email)"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Predeterminat)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "S'estเ establint el nivell de seguretat"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Si us plau, espereu, s'estเ preparant la instalทlaci๓..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Llan็ar el sistema de so ALSA (Advanced Linux Sound Architecture)"
@@ -10474,7 +10594,7 @@ msgid "File sharing"
msgstr "Compartici๓ de fitxers"
#
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sistema"
@@ -10576,7 +10696,7 @@ msgstr "Connecta't a internet"
#: ../../share/advertising/03-internet.pl_.c:10
#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10636,7 +10756,7 @@ msgstr "Interfํcies d'usuari"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -10666,7 +10786,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Transformeu el vostre ordinador en un poder๓s servidor amb nom้s uns quants "
@@ -10685,7 +10805,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -10701,7 +10821,7 @@ msgstr ""
#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"Trobareu tota la gama de solucions Linux, aixํ com ofertes especials en "
"productes en la nostra botiga online"
@@ -10753,8 +10873,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#
@@ -10792,11 +10912,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "S'estเ instalทlant els paquets..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-tecla de retroc้s"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
@@ -10847,17 +10967,6 @@ msgstr "Afegeix un usuari"
msgid "Add/Del Clients"
msgstr "Client DHCP"
-#
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Ajuda"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -10912,53 +11021,69 @@ msgstr "Afegeix un usuari"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "Client DHCP"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "S'estเ configurant..."
-#: ../../standalone/drakTermServ_.c:870
+#
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Configuraci๓ Avan็ada"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "torna a configurar"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Inseriu el disquet d'arrencada utilitzat a la unitat %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -11114,12 +11239,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Progr้s total"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -11128,41 +11253,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Sense contrasenya"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "No es pot obrir %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -11173,69 +11298,69 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "C๒pia de seguretat de fitxers del sistema..."
#
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Els fitxers de la c๒pia de seguretat del disc dur..."
#
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "C๒pia de seguretat de fitxers d'usuari..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Progr่s de la c๒pia de seguretat en disc dur..."
#
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Els fitxers de c๒pia de seguretat d'altres fitxers..."
#
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Utilitzar la cinta per a fer la c๒pia de seguretat"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -11243,7 +11368,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -11252,7 +11377,7 @@ msgstr ""
"llista de fitxers enviada per FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -11262,14 +11387,14 @@ msgstr ""
" problema en la connexi๓ FTP: No ha estat possible enviar els fitxers de la "
"c๒pia de seguretat per FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -11277,25 +11402,25 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " S'ha produ๏t un error en enviar el correu electr๒nic. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Selecci๓ de fitxers"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Seleccioneu els fitxers i directoris i feu clic en 'Afegir'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -11303,26 +11428,26 @@ msgstr ""
"\n"
"Per favor, comproveu totes les opcions que necessiteu.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Aquestes opcions poden fer c๒pia de seguretat i restaurar els fitxers en el "
"directory /etc.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "Fer c๒pia de seguretat dels fitxers del Sistema. ( directori /etc ) "
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Utilitzar c๒pia incremental (no reempla็a c๒pies antigues)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "No incloure fitxers crํtics (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -11331,71 +11456,73 @@ msgstr ""
" del directori /etc."
#
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
"Si us plau, escolliu tots els usuaris que voleu incloure en la c๒pia de "
"seguretat."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "No incloure la mem๒ria cau del navegador"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Utilitza c๒pies incrementals (no reempla็a antigues c๒pies)"
#
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Elimina el seleccionat"
#
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows(FAT32)"
#
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Usuaris"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Utilitza connexi๓ FTP per fer la c๒pia de seguretat"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Transferir"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Si us plau, proporcioneu el nom de l'ordinador o la IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -11405,29 +11532,29 @@ msgstr ""
" posar la c๒pia de seguretat d'aquest ordinador central."
#
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Si us plau, entreu la entrada"
#
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Si us plau, entreu la contrasenya"
#
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Recordar aquesta contrasenya"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Utilitzar CD/DVDROM per fer la c๒pia"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -11435,44 +11562,44 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Si us plau, escolliu l'espai del CD"
#
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Si us plau, comproveu si feu servir un medi CDRW"
#
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Si us plau, comproveu si feu servir un medi CDRW"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Si us plau, comproveu si feu servir un medi CDRW"
#
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Si us plau, comproveu si feu servir un medi CDRW"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11480,37 +11607,37 @@ msgstr ""
"Si us plau, entreu el nom del dispositiu del CD Writer\n"
" ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Utilitzar la cinta per a fer la c๒pia de seguretat"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
"Si us plau, subministreu el nom del dispositiu a utilitzar per fer la c๒pia"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11519,61 +11646,61 @@ msgstr ""
" permesa per a Drakbackup"
#
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Si us plau, subministreu el directori per a desar:"
#
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Utilitzar la cuota de disc per als fitxers de c๒pia de seguretat"
#
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Xarxa"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Disc Dur / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tipus"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "cada hora"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "diเria"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "setmanal"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "mensual"
#
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Utilitza dimoni"
#
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11582,7 +11709,7 @@ msgstr ""
"de temps entre cada c๒pia de seguretat"
#
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11590,7 +11717,7 @@ msgstr ""
"Si us plau, trieu el\n"
"medi per a la c๒pia."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -11599,80 +11726,80 @@ msgid ""
msgstr ""
"Si us plau assegureu-vos que el dimoni cron estเ incl๒s en els serveis."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Envieu informe per correu electr๒nic despr้s de cada c๒pia a :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Que"
#
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "On"
#
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Quant"
#
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "M้s opcions"
#
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Configuraci๓ de Drakbackup"
#
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Si us plau, escolliu on voleu fer la c๒pia de seguretat"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "en el Disc Dur"
#
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "per la Xarxa"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Si us plau, escolliu de qu่ voleu fer la c๒pia de seguretat"
#
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "C๒pia del seguretat del sistema"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "C๒pia de seguretat dels usuaris"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Seleccioneu l'usuari manualment"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11680,7 +11807,7 @@ msgstr ""
"\n"
"Fonts de la c๒pia: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11688,7 +11815,7 @@ msgstr ""
"\n"
"- Fitxers del Sistema:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11696,7 +11823,7 @@ msgstr ""
"\n"
"- Fitxers d'Usuari:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11704,7 +11831,7 @@ msgstr ""
"\n"
"- Altres Fitxers:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11713,32 +11840,32 @@ msgstr ""
"\n"
"- Desar-ho en el Disc Dur en el camํ: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Dispositiu del ratolํ: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, fuzzy, c-format
msgid ""
"\n"
@@ -11747,12 +11874,12 @@ msgstr ""
"\n"
"- Desar-ho en FTP en l'ordinador central: %s\n"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy, c-format
msgid ""
"\n"
@@ -11761,7 +11888,7 @@ msgstr ""
"\n"
"- Desar-ho en FTP en l'ordinador central: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11771,7 +11898,7 @@ msgstr ""
"\t\t en el camํ: %s \n"
#
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11779,19 +11906,19 @@ msgstr ""
"\n"
"- Opcions:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tNo incloure Fitxers del Sistema\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tLes c๒pies de seguretat utilitzen tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tLes c๒pies de seguretat utilitzen tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11800,39 +11927,39 @@ msgstr ""
"\n"
"- Dimoni (%s) incl๒s :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t.Disc dur.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Xarxa per FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Xarxa per SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Xarxa per rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Xarxa per webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Cap configuraci๓, si us plau cliqueu en Auxiliar o Avan็at.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11840,7 +11967,7 @@ msgstr ""
"Llista de dades per a restaurar:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11849,142 +11976,142 @@ msgstr ""
"\n"
#
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Si us plau, deseleccioneu o esborreu-ho la pr๒xima vegada."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Els fitxers de la c๒pia de seguretat estan corromputs"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " Totes les dades seleccionades han estat "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Restaurades Correctament en %s "
#
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Configuraci๓ de Restauraci๓ "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "D'acord per a restaurar els altres fitxers."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Llista d'usuaris per a restaurar (nom้s ้s important la data m้s recent per "
"usuari)"
#
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Abans c๒pia de seguretat de fitxers del sistema:"
#
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "Si us plau, seleccioneu la data a restaurar"
#
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Utilitzar el Disc Dur per a fer la c๒pia de seguretat"
#
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Si us plau, subministreu el directori per a desar:"
#
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "Connexi๓ FTP"
#
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Connexi๓ Segura"
#
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Restaura des del disc dur."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Si us plau, entreu el directori on les c๒pies es guarden"
#
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Si us plau, seleccioneu un altre medi des del qual restaurar"
#
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Altres Medis"
#
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Restaura el Sistema"
#
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Restaura els Usuaris"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Restaura Altres"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "seleccioneu camํ al qual restaurar ( en comptes de / )"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Fer nova c๒pia de seguretat abans de restaurar (nom้s per les c๒pies "
"incrementals.)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Esborrar directoris d'usuaris abans de restaurar."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Elimina el seleccionat"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Restaura Altres"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "Els fitxers de la c๒pia de seguretat estan corromputs"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
@@ -11992,17 +12119,17 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Restaura des del disc dur."
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -12010,119 +12137,119 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Restaura la taula de particions"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Restaura els Usuaris"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Nom de l'ordinador central"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Contrasenya"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Nom d'usuari"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Nom de l'ordinador central: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Restaura Altres"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Restaurar totes les c๒pies"
#
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Restauraci๓ Personalitzada"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Restaura la taula de particions"
#
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Restaura els Usuaris"
#
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Anterior"
#
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Desa"
#
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Construeix la c๒pia de seguretat"
#
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Restaura"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
#, fuzzy
msgid ""
"Error during sendmail.\n"
@@ -12133,14 +12260,14 @@ msgstr ""
" el vostre missatge d'informe no ha estat enviat\n"
" Si us plau configureu el sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Ara s'instalทlaran els paquets segents"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -12148,19 +12275,19 @@ msgstr ""
"Error durant l'enviament del fitxer via FTP.\n"
" Si us plau corregiu la configuraci๓ de FTP."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Si us plau, seleccioneu les dades per a restaurar..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Si us plau seleccioneu el medi per a la c๒pia..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Si us plau seleccioneu les dades per fer la c๒pia..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -12168,68 +12295,68 @@ msgstr ""
"No s'ha trobat el fitxer de configuraci๓ \n"
"si us plau feu clic en Auxiliar o Avan็at."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Sota Desenvolupament ... si us plau espereu."
#
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "C๒pia de seguretat dels fitxers del sistema"
#
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "C๒pia de seguretat de fitxers d'usuari"
#
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "C๒pia de seguretat d'altres fitxers"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Progr้s Total"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "fitxers que s'estan enviant per FTP"
#
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Enviant els fitxers..."
#
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Fes la C๒pia de Seguretat des del fitxer de configuraci๓"
#
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Veure la Configuraci๓ de la C๒pia de Seguretat"
#
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Auxiliar de Configuraci๓"
#
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Configuraci๓ Avan็ada"
#
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Fes C๒pia de Seguretat"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -12290,7 +12417,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -12304,7 +12431,7 @@ msgstr ""
" definir myhostname o mydomain en /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -12382,7 +12509,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
#, fuzzy
msgid ""
"restore description:\n"
@@ -12435,18 +12562,18 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft per DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -12476,7 +12603,7 @@ msgstr ""
" amb el programa; si no ้s aixํ, escriuviu a la Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12552,7 +12679,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12571,7 +12698,7 @@ msgstr ""
"dur abans d'enviar-la al servidor.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12593,7 +12720,7 @@ msgstr ""
"dades. ษs important de tenir cura i no modificar a mเ els \n"
"fitxers de c๒pia de seguretat.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12710,8 +12837,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Eines de consola"
@@ -12784,7 +12911,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12792,22 +12919,22 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Port"
#
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Post Desinstalทlaci๓"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Les instเncies estaran disponibles despr้s d'instalทlar a %s"
@@ -12909,10 +13036,6 @@ msgstr "Auxiliar..."
msgid "Apply"
msgstr "Aplica"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Si us plau, espereu... s'estเ aplicant la configuraci๓"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Connectat"
@@ -13036,7 +13159,7 @@ msgstr "Nom del m๒dul"
msgid "Size"
msgstr "Mida"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -13101,12 +13224,12 @@ msgstr "Sortida"
msgid "Build the disk"
msgstr "Munta el disc"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Assegureu-vos que hi ha un suport al dispositiu %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -13115,12 +13238,12 @@ msgstr ""
"No hi ha cap suport al dispositiu %s.\n"
"Si us plau, inseriu-ne un."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "No es pot bifurcar: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13636,54 +13759,54 @@ msgstr ""
"\n"
"Feu clic a Configura per executar l'auxiliar de configuraci๓."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Grup de treball"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "partici๓ %s"
#
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Usuari"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Suprimeix"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Fet"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Afegeix un m๒dul"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -13691,107 +13814,107 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Afegiu una impressora"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Deselecciona Tot"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
#
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Elimina el seleccionat"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Accepta l'usuari"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versi๓: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Port"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Utilitza la detecci๓ automเtica"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Utilitza la detecci๓ automเtica"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Desa la selecci๓ de paquets"
#
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Usuari"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Grup de treball"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "No s'ha detectat cap targeta de TV!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
#, fuzzy
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
@@ -13813,141 +13936,151 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "creaci๓ de discs d'arrencada"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Resoluci๓"
#
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Trieu un fitxer"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Nom de compartici๓"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Configuraci๓ despr้s de la instalทlaci๓"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Surt"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instalทla el sistema"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Configura els serveis"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "dispositiu"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "dispositiu"
+msgid "Save theme"
+msgstr "Instalทla el sistema"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Escolliu un monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
#
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Selecci๓ del model d'impressora"
#
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Heu d'escollir/escriure una impressora/dispositiu!"
#
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "S'estan detectant els dispositius..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -14106,6 +14239,13 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "sintaxi: keyboarddrake [--expert] [teclat]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "sintaxi: keyboarddrake [--expert] [teclat]\n"
@@ -14135,13 +14275,13 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "No es pot iniciar l'actualitzaci๓ en directe !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
"El canvi estเ fet, per๒ perqu่ sigui efectiu heu de sortir de la sessi๓ "
"actual"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -14435,16 +14575,13 @@ msgstr ""
"Ara podeu scannejar documents utilitzant ``XSane'' des de Multimedia/Grเfics "
"en el men๚ d'aplicacions."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -14520,7 +14657,7 @@ msgstr "Instalทla actualitzacions del sistema"
msgid "Exit install"
msgstr "Surt de la instalทlaci๓"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14770,6 +14907,21 @@ msgstr "Multim่dia - Gravaci๓ de CD"
msgid "Scientific Workstation"
msgstr "Estaci๓ cientํfica de treball"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Configuraci๓ despr้s de la instalทlaci๓"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "El proxy ha de ser ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Surt"
+
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
#~ "satisfied\n"
@@ -15454,9 +15606,6 @@ msgstr "Estaci๓ cientํfica de treball"
#~ msgid "Package List to Install"
#~ msgstr "Llista de Paquets a instalทlar"
-#~ msgid "Setting security level"
-#~ msgstr "S'estเ establint el nivell de seguretat"
-
#
#~ msgid "Setting security user"
#~ msgstr "S'estเ establint l'usuari de seguretat"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 7be85d319..f249a041a 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-09-04 22:03-0000\n"
"Last-Translator: Rhoslyn Prys <rhoslyn.prys@ntlworld.com>\n"
"Language-Team: Cymraeg <cy@li.org>\n"
@@ -89,24 +89,24 @@ msgstr "Ffurfweddu pob pen yn annibynnol"
msgid "Use Xinerama extension"
msgstr "Defnyddiwch estyniad Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Ffurfweddu cerdyn \"%s\" %s yn unig"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree: %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s gyda cyflymu caledwedd 3D"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,18 +117,18 @@ msgstr ""
"Mae eich cerdyn yn cael ei gynnal gan XFree %s efallai bod gwell cefnogaeth "
"mewn 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Mae modd i'ch cerdyn gael cefnogaeth cyflymu caledwedd 3D gyda XFree %s"
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s gyda cyflymu caledwedd 3D ARBROFOL"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -141,7 +141,7 @@ msgstr ""
"Mae eich cerdyn yn cael ei gynnal gan XFree %s efallai bod gwell cefnogaeth "
"mewn 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -150,12 +150,12 @@ msgstr ""
"Mae modd i'ch cerdyn gael cefnogaeth cyflymu caledwedd 3D gyda XFree %s \n"
"SYLWER CEFNOGAETH ARBROFOL YW HWN AC FE ALL RHEWI EICH CYFRIFIADUR."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (gyrrwr gosod dangoswr)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Arddull"
@@ -175,32 +175,32 @@ msgstr "Cydraniad"
msgid "Test"
msgstr "Prawf"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Dewisiadau"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Iawn"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Gadael"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -296,25 +296,25 @@ msgstr "Dewiswch y cydraniad a'r dyfnder lliw"
msgid "Graphics card: %s"
msgstr "Cerdyn graffeg: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Diddymu"
@@ -390,11 +390,11 @@ msgstr "Gwasanaethwr XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Gyrrwr XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "Rhyngwyneb graffigol wrth gychwyn"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -403,7 +403,7 @@ msgstr ""
"Hoffwn osod eich cyfrifiadur i gychwyn X yn awtomatig ar ๔l cychwyn\n"
"Hoffech chi i XFree ddechrau wedi i chi ail-gychwyn?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -423,7 +423,7 @@ msgstr ""
"\n"
"Ydy'r nodwedd hon gennych?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Pa norm mae eich teledu'n ei ddefnyddio?"
@@ -495,7 +495,7 @@ msgstr "Cryno"
msgid "compact"
msgstr "cryno"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Modd fideo"
@@ -503,17 +503,17 @@ msgstr "Modd fideo"
msgid "Delay before booting default image"
msgstr "Oedi cyn cychwyn y ddelwedd rhagosodedig"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Cyfrinair"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Cyfrinair (eto)"
@@ -548,14 +548,14 @@ msgid ""
msgstr ""
"Dewis Nid yw 'cyfyngu dewisiadau llinell orchymyn' o werth heb gyfrinair"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Ceisiwch eto"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Nid yw'r cyfrineiriau'n cydfynd"
@@ -597,7 +597,7 @@ msgstr ""
"\n"
"Gyda pha ddisg ydych chi'n cychwyn?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -605,148 +605,148 @@ msgstr ""
"Dyma'r cofnodion gwahanol ar eich dewislen cychwyn hyd yma.\n"
"Mae modd i chi ychwanegu rhagor neu newid y rhai presennol."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Ychwanegu"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Gorffen"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Newid"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Pa fath o gofnod ydych chi eisiau ei ychwanegu?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Systwmau Gweithredu eraill (SunOS..)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Systemau Gweithredu Eraill (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Systemau gweithredu Eraill (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Delwedd"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Gwraidd"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Atodi"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Darllen-ysgrifennu"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabl"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Anniogel"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Label"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Rhagosodedig"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Maint intrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Tynnu cofnod"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Nid yw label gwag yn cael ei ganiatแu"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Rhaid enwi delwedd cnewyllyn"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Rhaid pennu rhaniad gwraidd"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Mae'r label hwn yn cael ei ddefnyddio eisoes"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Wedi canfod rhyngwynebau %s %s"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Oes gennych un arall?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Oes gennych unrhyw rhyngwyneb %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Na"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Iawn"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Gweler gwybodaeth am galedwedd"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Gosod gyrrwr %s ar gyfer cerdyn %s "
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modiwl %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -756,7 +756,7 @@ msgstr ""
"Sylwer: wrth greu unrhyw gyfeiriad bydd angen defnyddio rhagddodiad 0x, e.e. "
"'0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -767,17 +767,17 @@ msgstr ""
"Mae'r dewisiadau yn fformat ``name=value name2=value2 ...''.\n"
"e.e, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Dewisiadau modiwl:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Pa yrrwr %s ddylwn drio?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -797,15 +797,15 @@ msgstr ""
"unrhyw\n"
"ddifrod."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Atoholi"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Enwi dewisiadau"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -814,62 +814,62 @@ msgstr ""
"Methodd llwytho modiwl %s\n"
"Hoffech chi drio eto gyda pharamedrau eraill?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "mynediad i raglenni X"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "mynediad i offer rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "caniatแu \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "mynediad i ffeiliau gweinyddol"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "mynediad i offer rhwydwaith"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr "mynediad i offer crynhoad"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(wedi ychwanegu %s yn barod)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Mae'r cyfrinair yn rhy syml"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Rhowch enw defnyddiwr"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Rhaid i'r enw defnyddiwr gynnwys dim ond llythrennau bach, rhifau, '-' a '_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Mae'r enw defnyddiwr yn rhy hir"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Mae'r enw defnyddiwr wedi ei ychwanegu yn barod"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Ychwanegu defnyddiwr"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -878,32 +878,32 @@ msgstr ""
"Rhowch enw defnyddiwr\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Derbyn defnyddiwr"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Enw cywir"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Enw defnyddiwr"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Cragen"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Eicon"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Awtomewngofnodi"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -912,19 +912,19 @@ msgstr ""
"defnyddiwr\n"
"Hoffech chi wneud hyn?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Dewis y defnyddiwr rhagosodedig:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Dewiswch y rheolwr ffenestr i rhedeg:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Dewiswch iaith i'w defnyddio."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -934,37 +934,37 @@ msgstr ""
"pa iaith yr hoffech ei osod. Byddant ar gael pan fydd eich gosodiad\n"
"wedi ei gwblhau a phan fyddwch yn ailgychwyn eich system."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Popeth"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Caniatแu pob defnyddiwr"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Dim rhannu"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Rhaid i becyn %s gael ei osod. Ydych chi am ei osod?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"Medrwch allforio gan ddefnyddio NFS neu Samba. Pa un hoffech chi ei "
"ddefnyddio"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Mae pecyn gorfodol %s ar goll"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -978,11 +978,11 @@ msgstr ""
"\n"
"\"Addasu\" caniatแu cyfran i'r defnyddwyr.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Cychwyn userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -990,31 +990,31 @@ msgstr ""
"Mae rhannu yn ๔l defnyddiwr yn defnyddio grwp \"rhannu ffeiliau\" .\n"
"Mae modd defnyddio userdrake i ychwanegu defnyddiwr i'r grwp."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Croeso i Crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Gwael"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Safonol"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Uchel"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Uwch"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoia"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1024,7 +1024,7 @@ msgstr ""
"ddefnyddio ond mae'n sensitif iawn: rhaid peidio defnyddio'r peiriant i'w\n"
"gysylltu ag eraill nag i'r Rhyngrwyd. Does dim cysylltiad drwy gyfrinair."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1032,7 +1032,7 @@ msgstr ""
"Mae'r cyfrinair wedi ei alluogi, ond ni argymhellir ei ddefnyddio fel "
"cyfrifiadur rhwydwaith."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1040,7 +1040,7 @@ msgstr ""
"Dyma'r safon sy'n cael ei argymell ar gyfer diogelwch cyfrifiadur fydd yn "
"cael ei gysylltu โ'r Rhyngrwyd fel cleient."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1048,7 +1048,7 @@ msgstr ""
"Mae rhai cyfyngiadau, ac mae rhagor o wiriadau awtomatig yn cael eu rhedeg "
"bob nos"
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1064,7 +1064,7 @@ msgstr ""
"cysylltiad gan amryw o gleientiaid. Sylwer: os maei cleient yn unig yw eich "
"peiriant ar y Rhyngrwyd, yna mae'n well i chi ddewis lefel is."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1072,33 +1072,33 @@ msgstr ""
"Wedi ei seilio ar y lefel flaenorol, ond mae'r system yn hollol gae๋dig ac "
"mae nodweddion diogelwch ar eu huchaf."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "Dewisiadau Sylfaenol DrakSec"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Dewiswch lefel diogelwch"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Lefel diogelwch"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Defnyddiwch libsafe ar gyfer gwasanaethwyr"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Llyfrgell sy'n diogelu rhag gorlif byffer ac ymosodiadau llinellau fformatio."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Gweinyddwr Diogelwch (mewngfnodi neu e-bost)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1109,7 +1109,7 @@ msgstr ""
"arall)"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1126,58 +1126,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Croeso i GRUB, y dewiswr systemau gweithredu!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Defnyddiwch allweddi %c a %c i ddewis pa gofnod i'w amlygu."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Gwasgwch Enter i gychwyn y system weithredu, 'g' i olygu'r"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "gorchmynion cyn cychwyn, neu 'c' am y llinell orchymyn."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Bydd y cofnod wedi ei amlygu'n cychwyn yn awtomatig ymhen %d eiliad."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "dim digon o le yn /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Bwrdd Gwaith"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Dewislen Cychwyn"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Nid oes modd gosod y llwythwr cychwyn ar raniad %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "nid oes cymorth ar gael eto.\n"
@@ -1229,63 +1229,63 @@ msgstr "Modd Lilo/grub"
msgid "Yaboot mode"
msgstr "Modd Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Gosod themโu"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Dangos thema yn y consol"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "Creu thema newydd"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Cadw %s i %s.old wrth gefn"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Gwall"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "methu cadw neges lilo wrth gefn"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Cop๏o %s i %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "methu newid neges lilo"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Heb ganfod neges lilo"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Methu ysgrifennu /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Ysgrifennu %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1293,17 +1293,17 @@ msgstr ""
"Methu ysgrifennu /etc/sysconfig/bootsplash.\\\\\n"
"Heb ganfod y ffeil"
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Methu cychwyn mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1312,24 +1312,24 @@ msgstr ""
"Cychwyn \"lilo\" fel gwraidd ar y linell orchymyn i gwblhau gosod thema "
"LiLo'n llawn."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "Ail gychwyh 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Nodyn"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Themโu LiLo a Croeso Cychwyn wedi eu gosod yn llwyddiannus"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Methodd gosod y thema!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1338,21 +1338,21 @@ msgstr ""
"Rydych yn defnyddio %s fel rheolwr cychwyn.\n"
"Cliciwch Ffurfweddu i gychwyn dewin gosod"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Ffurfweddu"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Dewis sgrin croeso"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Themโu"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1366,44 +1366,44 @@ msgstr ""
"mae modd eu dewis\n"
"ar wahโn"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Sgrin Lilo"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Croeso Cychwyn"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Modd system"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Cychwyn yr amgylchedd graffigol wrth gychwyn eich system"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Na, tydw i ddim eisiau awto-mewngofnodi"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Iawn, rwyf eisiau awto-mewngofnodi gyda (defnyddiwr, bwrdd gwaith)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Iawn"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "maethu agor/etc/inittab ar gyfer darllen: %s"
@@ -1500,50 +1500,58 @@ msgstr "Awstria"
msgid "United States"
msgstr "Yr Unol Daleithiau"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Newydd"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Dad-osod"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Gosod"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Gwasanaethwr"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Pwynt gosod"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Rhowch URL gwasanaethwr WebDAV"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "Rhaid i'r URL gychwyn gyda http:// neu https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Gwasanaethwr:"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Pwynt gosod:"
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Dewisiadau: %s"
@@ -1631,7 +1639,7 @@ msgstr "Gwag"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Arall"
@@ -1772,7 +1780,7 @@ msgstr ""
"Nid yw'r tabl rhaniad wrth gefn yr un maint\n"
"Parhau?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Rhybudd"
@@ -2335,7 +2343,7 @@ msgstr ""
"Rhowch eich enw defnyddiwr, cyfrinair ac enw parth i gael mynediad i'r "
"gwesteiwr."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Enw defnyddiwr"
@@ -2347,23 +2355,23 @@ msgstr "Parth"
msgid "Search servers"
msgstr "Chwiliwch am wasanaethwyr"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "methodd fformatio %s o %s"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nid wyf yn gwybod sut i fformatio %s ym math %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "methodd gosod rhaniad %s yng nghyfeiriadur %s"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "gwall dadosod %s: %s"
@@ -2449,46 +2457,109 @@ msgstr "Dim i'w wneud"
msgid "Error opening %s for writing: %s"
msgstr "Gwall wrth agos %s ar gyfer ysgrifennu %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "Dim gyrwyr eraill"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr "Nid oes gyrrwr OSS/ALSA hysbys ar gyfer eich cerdyn sain (%s)"
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "Furfweddiad sain"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
"Yma medrwch ddewis gyrrwr arall (un ai OSS neu ALSA) ar gyfer eich cerdyn "
"sain (%s)"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "Gyrrwr:"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Cymorth"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Arhoswch...Gosod y ffurfweddiad"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Arhoswch"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "Dim gyrrwr hysbys"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Nid oes gyrrwr hysbys ar gyfer eich cerdyn sain (%s)"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "Gyrrwr anhysbys"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2616,7 +2687,8 @@ msgid "/_Quit"
msgstr "/_Gadael"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Cymorth"
@@ -2637,14 +2709,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Adrodd ar Wallau"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_Ynghylch..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "Ynghylch Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2652,56 +2728,53 @@ msgstr ""
"Dyma HardDrake, offeryn ffurfweddu caledwedd Mandrake.\n"
"Fersiwn:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Awdur"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 fersiwn "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Caledwedd canfyddwyd"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Gwybodaeth"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Modd ffurfweddu"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "Rhedeg offeryn ffurfweddu"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Canfod ar waith"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Arhoswch"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Mae modd i chi ffurfweddu pob paramedr o'r modiwl yma"
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "Rhedeg \"%s\"..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "cynradd"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "eilradd"
@@ -4659,7 +4732,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Rhaid fformatio %s hefyd"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4682,7 +4755,7 @@ msgstr ""
"\n"
"Ydych chi wir eisiau gosod y gwasanaethwyr hyn?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4696,20 +4769,20 @@ msgstr ""
"\n"
"Ydych chi am dynnu'r pecynnau hyn?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Methu defnyddio darlledu heb barth NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Rhowch ddisg meddal wedi ei fformatio i FAT yng ngyrrwr %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Nid yw 'r disg meddal hwn wedi ei fformatio i FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4717,12 +4790,12 @@ msgstr ""
"I ddefnyddio'r dewis o becynnau wedi eu cadw, cychwynnwch y gosodiad gyda "
"``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Gwall wrth ddarllen ffeil %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4964,7 +5037,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Croeso i %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Does dim gyrrwr disg meddal ar gael"
@@ -4994,11 +5067,11 @@ msgstr "Gosod Dosbarth"
msgid "Please choose one of the following classes of installation:"
msgstr "Dewiswch un o'r dosbarthiadau canlynol o osodiad::"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Dewis y Grwp Pecyn"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Dewis pecynnau unigol."
@@ -5074,7 +5147,7 @@ msgstr "Dangoswch y pecynnau dewis awtomatig"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Gosodiad"
@@ -5094,7 +5167,7 @@ msgstr "Gosodiad lleiaf"
msgid "Choose the packages you want to install"
msgstr "Dewiswch y pecynnau hoffech chi eu gosod"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Gosod"
@@ -5121,17 +5194,17 @@ msgid "Installing package %s"
msgstr "Gosod pecynnau %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Derbyn"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Gwrthod"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5146,16 +5219,16 @@ msgstr ""
"Os nad yw gennych, cliciwch Dileu i osgoi gosod o'r CD-ROM hwn."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Mynd yn ein blaen beth bynnag?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Roedd gwall wrth drefnu pecynnau"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Digwyddodd gwall wrth osod pecyn"
@@ -5281,7 +5354,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5471,7 +5544,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Ydych chi'n siwr eich bod am wrthod y drwydded?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Allweddell"
@@ -5680,11 +5753,11 @@ msgstr "Rhowch ddisg meddal yn cynnwys dewis pecynnau yn y peiriant"
msgid "Selected size is larger than available space"
msgstr "Mae'r maint ddewiswyd yn fwy na'r lle ar gael"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Math o osodiad"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5692,19 +5765,19 @@ msgstr ""
"Nid ydych wedi dewis unrhyw grwpiau o becynnau.\n"
"Dewiswch y gosodiad lleiaf rydych ei eisiau"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Gyda X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Gyda dogfennaethelfennol (argymhellir!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Gosodiad bychan iawn (yn arbennig dim urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5714,16 +5787,16 @@ msgstr ""
"Os nad oes gennych un ohonynt, Cliciwch Diddymu.\n"
"Os mae dim ond rhai CDau sydd ar goll, yna cliciwch Iawn."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom wedi ei labelu \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Paratoi'r gosodiad"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5732,21 +5805,21 @@ msgstr ""
"Gosod pecyn %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Ffurfweddiad ๔l osod"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Mewnosodwch y disg meddal Cychwyn ddefnyddiwyd yn gyrrwr %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Rhowch y disg meddal Diweddaru Modiwlau yng ngyrrwr %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5821,7 +5894,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5840,155 +5913,155 @@ msgstr ""
"\n"
"Ydych chi am osod y diweddariadau?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Cysylltu โ'safle Mandrake Linux i estyn rhestr o'r drychau sydd ar gael"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Dewiswch ddrych lle mae modd estyn y pecynnau"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Cysylltu โ'r drych i estyn y rhestr o becynnau sydd ar gael"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Pa un yw eich parth amser?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Cloc caledwedd wedi ei osod i GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Cydweddi amser awtomatig (defnyddio NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "Gweinydd NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Gwasanaethwr CUPS pell"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Nid oes argraffydd"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "A oes gennych gerdyn sain ISA?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "Rhedwch \"sndconfig\" wedi'r gosodiad i ffurfweddu'ch cerdyn sain"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Heb ganfod cerdyn sain. Ceisiwch \"harddrake\" wedi'r gosodiad"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Crynodeb"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Llygoden"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Cylchfa amser"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Argraffydd"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Cerdyn ISDN"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Cerdyn sain"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Cerdyn Teledu"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Parth Windows"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Ffeiliau lleol"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Gosod cyfrinair gwraidd"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Dim cyfrinair"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Mae'r cyfrinair yn rhy syml ( rhaid iddo fod o leiaf %d nod o hyd)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Dilysu"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Dilysu LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "Sail dn LDAP"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "Gwasanaethwr LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Dilysu LDAP"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Parth NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Gwasanaethwr NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6015,19 +6088,19 @@ msgstr ""
"system.\n"
"Bydd y gorchymyn 'wbinfo -t' yn gwirio a yw eich cyfrinachau dilysu'n addas."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Dilysu Parth Windows"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Enw Defnyddiwr Gweinyddiaeth Parth"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Cyfrinair Gweinyddol y Parth"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6058,19 +6131,19 @@ msgstr ""
"gyrrwr\n"
" cyntaf a chliciwch \"Iawn\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Gyrrwr disg meddal cyntaf"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Ail ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Hepgor"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6095,7 +6168,7 @@ msgstr ""
"greu disg cychwyn ar gyfer eich system?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6109,28 +6182,28 @@ msgstr ""
"bydd creu disg cychwyn ar ddisg meddal 1.44Mb'n debygol o fethu,\n"
"oherwydd mae XFS yn gofyn am yrrwr mawr iawn)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Nid oes gyrrwr disg meddal ar gael"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Dewiswch y gyrrwr disg meddal i'w ddefnyddio i greu disg cychwyn"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Rhowch ddisg meddal yn %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Creu disg cychwyn"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Paratoi llwythwr cychwyn"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6144,11 +6217,11 @@ msgstr ""
"rhaid defnyddio BootX i gychwyn\n"
"eich peiriant."
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Ydych chi eisiau defnyddio aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6156,15 +6229,15 @@ msgstr ""
"Gwall gosod aboot, \n"
"ceisiwch orfodi gosodiad hyd yn oed os yw hynny'n dinistrio'r rhaniad cyntaf?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Gosod llwythwr cychwyn"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Methodd gosod llwythwr cychwyn. Digwyddodd y gwall canlynol:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6182,17 +6255,17 @@ msgstr ""
" Yna teipiwch: shut-down\n"
"Wrth gychwyn eto dylech weld anogwr y llwythwr cychwyn."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Rhowch ddisg meddal yng ngyrrwr %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Creu disg meddal awto gosod"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6202,7 +6275,7 @@ msgstr ""
"\n"
"Ydych chi wir eisiau gorffen?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6234,15 +6307,15 @@ msgstr ""
"Mae gwybodaeth ar ffurfweddu eich system ar gael ym mhenawdau ๔l osod\n"
"yr Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Creu disg meddal awto gosod"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6257,15 +6330,15 @@ msgstr ""
"\n"
"Efallai byddai'n well gennych ai osod y gosodiad.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Awtomeiddwyd"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Ail chwarae"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Cadw'r dewis becynnau"
@@ -6301,14 +6374,14 @@ msgstr "Uwch"
msgid "Basic"
msgstr "Elfennol"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Cynt"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Nesaf"
@@ -6754,7 +6827,7 @@ msgstr "Bysell \"Windows\" de"
msgid "Circular mounts %s\n"
msgstr "Gosodiadau cylch %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Tynnu'r cyfrolau rhesymegol yn gyntaf\n"
@@ -6891,15 +6964,15 @@ msgstr "dim"
msgid "No mouse"
msgstr "Dim llygoden"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Profwch y llygoden"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "I ysgogi'r llygoden,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "SYMUDWCH YR OLWYN!"
@@ -6935,11 +7008,11 @@ msgstr "Cau'r goeden"
msgid "Toggle between flat and group sorted"
msgstr "Newid rhwng gwastad a'r grwp wedi ei ddidoli"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Cysylltu โ'r We"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6949,23 +7022,19 @@ msgstr ""
"Mae rhai cysylltiadau'n defnyddio pptp, a rhai dhcp.\n"
"Os nad ydych yn gwybod pa un, dewiswch pppoe."
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "usb Alcatel Speedtouch"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "defnyddiwch dhccp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "defnyddiwch pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "defnyddiwch pptp"
@@ -7066,7 +7135,7 @@ msgstr ""
msgid "no network card found"
msgstr "heb ganfod cerdyn rhwydwaith"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Ffurfweddu'r rhwydwaith"
@@ -7082,15 +7151,15 @@ msgstr ""
"yr enw gwesteiwr i weithio. Dylai eich enw gwesteiwr\n"
"fod yn enw cymhwysol llawn megis \"fymlwch.fynesg.fyco.com\""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Enw gwesteiwr"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Dewin Ffurfweddu'r Rhwydwaith"
@@ -7138,8 +7207,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Hen ffurfweddiad (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Ffurfweddiad ISDN"
@@ -7175,23 +7244,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Pa brotocol ydych chi eisiau ei ddefnyddio?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Pa fath o gerdyn sydd gennych?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Dim syniad"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7204,19 +7278,19 @@ msgstr ""
"\n"
"Os oes gennych gerdyn PCMCIA, rhaid i chi wybod irq ac io eich cerdyn.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Peidio"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Parhau"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Pa un yw eich cerdyn IDSN?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7224,7 +7298,7 @@ msgstr ""
"Rwyf wedi canfod cerdyn IDSN, ond nid wyf yn gwybod pa fath. Dewiswch un "
"cerdyn PCI ar y sgrin nesaf."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Heb ganfod cerdyn PCI ISDN. Dewiswch un o'r sgrin nesaf."
@@ -7276,7 +7350,7 @@ msgstr "Gwasanaethwr DNS Cyntaf (dewisol)"
msgid "Second DNS Server (optional)"
msgstr "Ail Wasanaethwr DNS (dewisol)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7284,7 +7358,7 @@ msgstr ""
"\n"
"Medrwch ddatgysylltu neu ailffurfweddu eich cyswllt"
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7292,11 +7366,11 @@ msgstr ""
"\n"
"Medrwch ailffurfweddu eich cysylltiad"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Rydych wedi eich cysylltu โ'r rhyngrwyd."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7304,32 +7378,32 @@ msgstr ""
"\n"
"Medrwch gysylltu โ'r Rhyngrwyd neu ailffurfweddu eich cyswllt"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Nid ydych wedi eich cysylltu โ'r rhyngrwyd."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Cysylltu"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Dadgysylltu"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Ffurfweddu'r gysylltiad"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Cysylltiad โ'r rhyngrwyd a'i ffurfweddiad "
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Rydym am ffurfweddu cysylltiad %s"
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7348,12 +7422,12 @@ msgstr ""
"\n"
"Pwyswch Iawn i barhau."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Ffurfweddiad y Rhwydwaith"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7365,7 +7439,7 @@ msgstr ""
"Cliciwch Iawn i gadw eich ffurfweddiad, neu ddileu i ail ffurfweddi eich "
"cysylltiad Rhyngrwyd a Rhwydwaith.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7377,72 +7451,72 @@ msgstr ""
"Rydym ar fin ffurfweddi eich cysylltiad rhyngrwyd/rhwydwaith.\n"
"Os nad ydych am ddefnyddio awto ganfod, dad-diciwch y blwch dewis.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Dewiswch broffil i'w ffurfweddu"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Defnyddio awto ganfod"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modd Uwch"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Canfod dyfeisiadau..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Cysylltiad modem arferol"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "canfyddwyd ar borth %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "Cysylltiad ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "canfyddwyd %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "Cysylltiad ADSL"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "canfyddwyd ar rhyngwyneb %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Cysylltiad cebl"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "canfyddwyd cysylltiad cebl"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "cysylltiad LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "cerdyn ethernet wedi ei ganfod"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Dewiiwch y math o gysylltiad rydych am ei ffurfweddu"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7452,23 +7526,23 @@ msgstr ""
"Dewiswch ba un rydych am ei ddefnyddio.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Cysylltiad โ'r Rhyngrwyd"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Ydych chi eisiau agor y cysylltiad wrth gychwyn y cyfrifiadur?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Ffurfweddiad y rhwydwaith"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Rhaid ail gychwyn y rhwydwaith"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7479,7 +7553,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7489,7 +7563,7 @@ msgstr ""
"Bydd y ffurfweddiad yn cael ei osod ar eich system\n"
"\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7498,7 +7572,7 @@ msgstr ""
"amgylchedd X i osgoi unrhyw anawsterau'n perthyn i enwau gwesteiwr.\n"
"."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7508,7 +7582,7 @@ msgstr ""
"Profwch eich cysylltiad drwy net_monitor neu mcc. Os nad yw eich cysylltiad "
"yn gweithio, efallai y byddwch eisiau ailgychwyn y ffurfweddiad"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7520,7 +7594,7 @@ msgstr ""
"Derbyniwch y cynnig i gadw'r ddyfais wedi ei ffurfweddi.\n"
"Bydd newid y meysydd islaw'n newid y ffurfweddiad."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7530,42 +7604,42 @@ msgstr ""
"Dylai pob eitem ei roi fel cyfeiriad IP nodiant collnod degymol\n"
"(e.e.1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Ffurfweddu dyfais rhwydwaith %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (gyrrwr %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Cyfeiriad IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP awtomatig"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Cychwyn y peiriant"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "dylai cyfeiriad IP fod mewn fformat 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7577,42 +7651,52 @@ msgstr ""
"megis \"fymlwch.fynesg.fyngho.com\".\n"
"Medrwch hefyd gynnig eich cyfeiriad IP os oes gennych un"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Gwasanaethwr DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Mynedfa (e.e. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Dyfais mynedfa"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "dylai cyfeiriad IP fod mewn fformat 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "dylai cyfeiriad IP fod mewn fformat 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Ffurfweddiad dirprwyon"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "Dirprwy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "Dirprwy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Dilynnwch cyfernod cerdyn rhwydwaith (defnyddiol ar gyfer gliniadur)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Dylai dirprwyon fod yn gyfanrif!"
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Dylai rhif porth fod yn ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Dylai'r URL ddechrau gyda 'ftp' neu 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9213,7 +9297,7 @@ msgstr "Argraffu ar argraffydd \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9780,10 +9864,6 @@ msgstr ""
"Llanwxh y gwybodaeth dirprwy ftp\n"
"Gadewch yn wag os nad ydych eisiau dirprwy ftp"
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Dylai'r URL ddechrau gyda 'ftp' neu 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9831,6 +9911,41 @@ msgstr "methodd mkraid (efallai bod raidtools ar goll)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Dim digon o raniadau ar gyfer RAID lefel %d\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "Lefel diogelwch:"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Lefel diogelwch"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "Gweinyddwr Diogelwch:"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr "(Rhagosodedig)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Dewiswch lefel diogelwch"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Arhoswch, paratoi'r gosodiad"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Cychwynnwch system sain ALSA (Pensaern๏aeth Sain Linux Uwch)"
@@ -10146,7 +10261,7 @@ msgstr "Rhyngrwyd"
msgid "File sharing"
msgstr "Rhannu Ffeiliau"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "System"
@@ -10238,7 +10353,7 @@ msgstr "Cael y mwyaf o'r Rhyngrwyd"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10295,7 +10410,7 @@ msgstr "Rhyngwynebau defnyddwyr"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -10321,7 +10436,7 @@ msgstr "Trowch eich peiriant i fod yn wasanaethwr dibynadwy"
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Trowch eich peiriant i fod yn wasanaethwr pwerus gydag ychydig gliciau ar "
@@ -10341,7 +10456,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
"Mae'r mur cadarn hwn yn cynnwys nodwedd rhwydwaith i'ch galluogi i gyflawni "
@@ -10358,7 +10473,7 @@ msgstr "Y siop MandrakeSoft swyddogol"
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"Mae amrediad eang o ddarpariaeth Linux, yn ogystal โ chynigion arbennig ar "
"gynnyrch a 'difyrrwch', ar gael ar-lein yn ein e-siop"
@@ -10412,8 +10527,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -10450,11 +10565,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Gosod pecynnau..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Allgofnodwch ac yna defnyddiwch Ctrl Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Ail fewn gofnodwch i %s i wireddu'r newidiadau"
@@ -10495,16 +10610,6 @@ msgstr "Ychwanegu/Diddymu Defnyddwyr"
msgid "Add/Del Clients"
msgstr "Ychwanegu/Dileu Cleientiaid"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Cymorth"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Disg Meddal Cychwyn"
@@ -10553,48 +10658,64 @@ msgstr "Pob Defnyddiwr-->"
msgid "<-- Del User"
msgstr "<-- Dileu Defndyddiwr"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+#, fuzzy
+msgid "No net boot images created!"
+msgstr "Delweddau Cychwyn y Rhwyd"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Ychwanegu Cleient -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<--Diddymu Cleient"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "Ffurfweddu dhcpd..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Ffurfweddiad Uwch"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Ysgrifenu ffurfweddu"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Mewnosodwch ddisg meddal:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Maethu cael mynediad i'r disg meddal!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Mae modd tynnu'r disg meddal nawr"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Does dim gyrrwr disg meddal ar gael!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "%s yw'r delwedd ISO etherboot"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Aeth rhywbeth o'i le! - ydy mkisofs wedi ei osod?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Mae angen creu /etc/dhcpd.conf yn gyntaf"
@@ -10738,12 +10859,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Cyfanswm y cynnydd"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10756,41 +10877,41 @@ msgstr ""
"Warning: If you've already done this process you'll probably\n"
" need to purge the entry from authorized_keys on the server."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "Bydd hyn yn cymryd amser i gynhyrchu'r allweddi"
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "GWALL; methu taenu %s."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr "Dim cais am gyfrinair ar %s ym mhorth %s"
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, c-format
msgid "Bad password on %s"
msgstr "Cyfrinair gwallus yn %s"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr "Gwrthodwyd caniatโd wrth drosglwyddo %s i %s"
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, c-format
msgid "Can't find %s on %s"
msgstr "Methu canfod %s ar %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr "Nid yw %s yn ymateb"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10807,64 +10928,64 @@ msgstr ""
"ssh -i %s %s\\@%s\n"
"heb dderbyn cais am gyfrinair"
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr "Mae safle pell WebDAV eisioes wedi cydamseru!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr "Method trosglwyddiad WebDaAV!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr "Dim CDR/DVDR yn y gyrrwr!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr "Nid yw'n ymddangos fel cyfrwng cofnodi."
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr "Nid cyfrwng dileuadwy!"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "Bydd yn cymryd ychydig o amser i ddileu'r cyfrwng."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr "Anhawsterau caniatโd wrth gael mynediad i'r CD."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr "Dim tโp yn %s!"
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Ffeiliau system wrth gefn"
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Ffeiliau cadw wrth gefn y Disg Caled"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Cynnydd Disg Caled wrth Gefn..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Cadw wrth gefn ffeiliau eraill..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr "Dim newid i'r ffeil wrth gefn"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10875,7 +10996,7 @@ msgstr ""
"Gweithgaredd Drakbackup drwy %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10884,7 +11005,7 @@ msgstr ""
"rhestr ffeil yrrwyd gan FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10894,7 +11015,7 @@ msgstr ""
" Anhawster cysylltiad FTP: Nid oedd yn bosibl anfon eich ffeiliau wrth gefn "
"drwy FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10904,7 +11025,7 @@ msgstr ""
"Gweithgaredd Drakbackup drwy CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10914,24 +11035,24 @@ msgstr ""
"Gweithgaredd Drakbackup drwy dโp:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " Gwall wrth anfon e-bost. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr "Methu creu catalog!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Dewis ffeiliau"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Dewiswch y ffeiliau neu gyfeiriaduron a chliciwch 'Ychwanegu'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10939,26 +11060,26 @@ msgstr ""
"\n"
"Gwiriwch pob dewis sydd angen arnoch.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Mae'r dewisiadau hyn yn medru cadw wrth gefn ac adfer pob ffeil yn eich "
"cyfeiriadur /etc.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "Cadw wrth gefn ffeiliau System. ( cyfeiriadur /etc )"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Cadw wrth gefn cynyddol (peidio disodli hen ffeiliau wrth gefn)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Peidio cynnwys ffeiliau hanfodol (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10966,43 +11087,43 @@ msgstr ""
"Gyda'e dewis hwn medrwch adfer unrhyw fersiwn\n"
"o'ch cyfeiriadur /etc."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Gwiriwch pob defnyddiwr rydych am eu cynnwys yn eich cadw wrth gefn."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Peidio cynnwys storfa'r porwr"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Defnyddio Cadw wrth Gefn Cynyddol (peidio disodli hen gadw wrth gefn)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Tynnu'r Dewis"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Defnyddwyr"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "Defnyddiwch cysylltiad rhwydwaith i gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr "Dull Rhwyd:"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr "Defnyddiwch Expect ar gyfer SSH"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -11010,7 +11131,7 @@ msgstr ""
"Creu/Trosglwyddo\n"
"allweddi wrth gefn ar gyfer SSH"
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
@@ -11018,15 +11139,18 @@ msgstr ""
"Trosglwyddo \n"
"Nawr"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+#, fuzzy
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr "Allewddi yn eu lle yn barod"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Rhowch enw'r gwesteiwr neu'r IP"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -11034,27 +11158,27 @@ msgstr ""
"Rhowch y cyfeiriadur(neu fodiwl) i osod y cadw\n"
"wrth gefn ar y gwesteiwr hwn."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Rhowch eich mewngofnod"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Rhowch eich cyfrinair"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Cofiwch y cyfrinair"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr "Angen enw gwesteiwr, enw defnyddiwr a chyfrinair"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Defnyddiwch yr CD/DVDROM i gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -11064,35 +11188,35 @@ msgstr ""
"(Gwasgwch Enter i drosglwyddo'r gosodiadau i feysydd eraill.\n"
"Nid yw'r maes hwn yn angenrheidiol, dim ond offeryn i lanw'r ffurflen.)"
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Dewiswch maint eich gofod CD/DVD"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr "Gwiriwch os ydych yn defnyddio CD amlsesiwn"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Gwiriwch os ydych yn defnyddio cyfrwng CDRW"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Gwiriwch os ydych am ddileu eich cyfrwng RW(Sesiwn 1af)"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr "Dileu Nawr"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr "Gwiriwch os ydych yn defnyddio dyfais DVDR"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr "Gwiriwch os ydych yn defnyddio dyfais DVDRAM"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11100,33 +11224,33 @@ msgstr ""
"Rhowch enw dyfais eich Ysgrifennwr CD\n"
"ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr "Heb ddiffinio dyfais CD!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Defnyddiwch dโp i gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Rhowch enw dyfais i'w ddefnyddio ar gyfer cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr ""
"Gwiriwch os ydych am ddefnyddio'r dyfais nad yw'n mynd n๔l i'e ddechrau."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr "Gwiriwch os ydych am ddileu eich tโp cyn y cadw wrth gefn."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr "Gwiriwch os ydych am dynnu eich tโp ar ๔l y cadw wrth gefn."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11134,55 +11258,55 @@ msgstr ""
"Rhowch y maint mwyaf\n"
"i'w ganiatแu ar gyfer Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "Rhowch y cyfeiriadur i gadw iddo:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Defnyddiwch y cwota ar gyfer ffeiliau wrth gefn"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Rhwydwaith"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Disg Caled / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Tโp"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "bob awr"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "bob dydd"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "bob wythnos"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "bob mis"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Defnyddiwch ddaemon"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11190,7 +11314,7 @@ msgstr ""
"Dewiswch faint o amser\n"
"fydd rhwng pob cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11198,7 +11322,7 @@ msgstr ""
"Dewiswch y cyfrwng ar\n"
"gyfer cadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -11208,71 +11332,71 @@ msgstr ""
"\n"
"Sylwer bod yr holl gyfrwn \"gwe\" yn defnyddio'r ddisg caled."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Anfonwch adroddiad e-bost wedi pob cadw wrth gefn i :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr "Dileu ffeiliau tar y Disg Caled wedi cadw cyfrwng arall wrth gefn."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Beth"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Lle"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Pryd"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Dewisiadau Eraill"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Ffurfweddiad Drakbackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Dewiswch i le rydych am gadw ffeiliau wrth gefn"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "ar Ddisg Caled"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "ar draws Rhwydwaith"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "ar CDROM"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr "ar Ddyfais Tโp"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Dewiswch beth rydych am ei gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "System cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Defnyddwyr Cadw wrth Gwfn"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Dewis defnyddwyr gyda llaw"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11280,7 +11404,7 @@ msgstr ""
"\n"
"Ffynhonell Cadw wrth Gefn:\n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11288,7 +11412,7 @@ msgstr ""
"\n"
"- Ffeiliau System: \n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11296,7 +11420,7 @@ msgstr ""
"\n"
"- Ffeiliau Defnyddiwr:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11304,7 +11428,7 @@ msgstr ""
"\n"
"- Ffeiliau Eraill: \n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11313,7 +11437,7 @@ msgstr ""
"\n"
"Cadw ar Ddisg caled ar lwybr: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
@@ -11321,7 +11445,7 @@ msgstr ""
"\n"
"- Dileu ffeiliau tar y disg caled wedi'r cadw wrth gefn.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -11329,20 +11453,20 @@ msgstr ""
"\n"
"-Llosgi i CD"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr "ar ddyfais: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr "(aml-sesiwn)"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -11351,12 +11475,12 @@ msgstr ""
"\n"
"- Cadw i dโp ar ddyfais: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tDileu=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -11365,7 +11489,7 @@ msgstr ""
"\n"
"- Cadw drwy %s ar westeiwr: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11374,7 +11498,7 @@ msgstr ""
"\t\t enw defnyddiwr:%s\n"
"\t\t ar lwybr: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11382,19 +11506,19 @@ msgstr ""
"\n"
"-Dewisiadau:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tPeidiwch cynnwys Ffeiliau System\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\t Bydd Cadw wrth gefn yn defnyddio tar a bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tBydd Cadw wrth Gefn yn defnyddio tar a gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11403,39 +11527,39 @@ msgstr ""
"\n"
"- Daemon (%s) i gynnwys :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Disg Caled.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-Tโp \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Rhwydwaith drwy FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Rhwydwaith drwy SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Rhwydwaith drwy rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Rhwydwaith drwy webday.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Dim ffurfweddiad, cliciwch Dewin neu Uwch.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11443,7 +11567,7 @@ msgstr ""
"Rhestr o ddata i'w adfer:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11451,104 +11575,104 @@ msgstr ""
"Rhestr o ddata llwgr:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Dad-diciwch hwn neu ei dynnu'r tro nesaf."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Mae'r ffeiliau wrth gefn wedi eu llygru"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " Mae eich dewis data wedi ei "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Ei adfer yn Llwyddiannus ar %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Adfer y Furfweddiad"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "Iawn i adfer ffeiliau eraill"
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Rhestr defnyddwyr i'w adfer ( dim ond y diweddaraf yn ๔l y defnyddwyr, sy'n "
"bwysig )"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Cadw'r ffeiliau system wrth gefn cyn:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "dewiswch y data i'w adfer"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Defnyddiwch y Ddisg Caled ar gyfer cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Rhowch y cyfeiriadur i gadw iddo:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "Cysylltiad FTP"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Cysylltiad Diogel"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Adfer o'r Ddisg Caled."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Rhowch y cyfeiriadur lle mae'r ffeiliau wrth gefn yn cael eu cadw"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Dewis cyfrwng arall i adfer ohono"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Cyfrwng Arall"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Adfer y system"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Adfer Defnyddwyr"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Adfer Arall"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "dewis llwybr arall i adfer ( yn lle / )"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Gwnewch cadw wrth gefn newydd cyn adfer ( ar gyfer cadw wrth gefn cynyddol "
"yn unig )"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Tynnu cyfeiriaduron defnyddiwr cyn adfer."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
@@ -11556,7 +11680,7 @@ msgstr ""
"Adfer Cofnod\n"
"Catalog Ddewiswyd"
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
@@ -11564,7 +11688,7 @@ msgstr ""
"Adfer y Dewis\n"
"Ffeiliau"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
@@ -11572,12 +11696,12 @@ msgstr ""
"Newid\n"
"Llwybr Adfer"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr "Heb ganfod y ffeiliau wrth gefn yn %s."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
@@ -11586,16 +11710,16 @@ msgstr ""
"Rhowch yr CD gyda label cynnwys%s\n"
"yn yr gyrrwr CD o dan bwynt gosod /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
msgstr "Adfer o'r CD"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "Nid yr label CD cywir. Disg wedi ei labelu %s."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -11604,102 +11728,102 @@ msgstr ""
"Rhowch y tโp gyda label cynnwys%s\n"
"yn yr gyrrwr tโp %s"
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
msgstr "Adfer o Dโp"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr "Nid yr label tโp cywir. Tโp wedi ei labelu %s."
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
msgstr "Adfer drwy'r Rhwydwaith"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "Adfer drwy Protocol Rhwydwaith: %s"
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
msgstr "Enw Gwesteiwr"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr "Llwybr Gwesteiwr neu Fodwil "
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
msgstr "Mae angen cyfrinair"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
msgstr "Mae angen enw defnyddiwr"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
msgstr "Mae angen enw gwesteiwr"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr "Llwybr neu Fodiwl angenrheidiol"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr "Adferwyd ffeiliau..."
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
msgstr "Methodd Adfer..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Adfer pob cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Adfer Dewisol"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr "CD yn ei le - ewch ymlaen"
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr "Pori i'r ystorfa newydd adferwyd"
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
msgstr "Adfer o'r Catalog"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
msgstr "Adfer Cynnydd"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Cynt"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Gorffen"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Adeiladu Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Adfer"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -11709,7 +11833,7 @@ msgstr ""
" chafodd eich adroddiad e-bost mo'i anfon\n"
" Ffurfweddwch eich sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -11717,7 +11841,7 @@ msgstr ""
"Mae'r pecynnau canlynol i'w gosod:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11725,19 +11849,19 @@ msgstr ""
"Gwall wrth anfon ffeil drwy FTP.\n"
" Cywirwch eich ffurfweddiad FTP."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Dewiswch y data i'w adfer..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Dewiswch y cyfrwng ar gyfer cadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Dewiswch y data i'w gadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11745,59 +11869,59 @@ msgstr ""
"Ni chanfyddwyd y ffeil ffurfweddu \n"
"cliciwch Dewin neu Uwch."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "O dan ddatblygiad...arhoswch."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Ffeiliau System Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Cadw'r ffeiliau eraill wrth gefn"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Cyfanswm Cynydd"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "anfon ffeil drwy FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Anfon ffeiliau..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Cadwch wrth Gefn eich ffeiliau ffurfweddu"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Edrych ar Ffurfweddiad Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Ffurfweddiad y Dewin"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Ffurfweddiad Uwch"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Cadw wrth Gefn Nawr"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11855,7 +11979,7 @@ msgstr ""
" ...\n"
" \n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11864,7 +11988,7 @@ msgid ""
"\n"
msgstr "\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11941,7 +12065,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11990,20 +12114,20 @@ msgstr ""
"\\n\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Hawlfraint(H 2001 MandrakeSoft gan DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" yn diweddaru 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
"com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -12035,7 +12159,7 @@ msgstr ""
" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,\n"
"MA 02111-1307, USA"
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12111,7 +12235,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12130,7 +12254,7 @@ msgstr ""
"cyn ei anfon i'r gwasanaethwr.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12152,7 +12276,7 @@ msgstr ""
"bwysig eich bod yn ofalus a pheidio newid y ffeiliau\n"
"data wrth gefn gyda llaw.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12278,8 +12402,8 @@ msgid "Synchronization tool"
msgstr "Offeryn Cydamseru"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Offer Unigol"
@@ -12344,7 +12468,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12353,24 +12477,24 @@ msgstr ""
"\n"
"\n"
"I gyflwyno adroddiad gwall, cliciwch ar y botwm adroddiad.\n"
-"Bydd hyn yn agor ffenestr porwr gwe yn https://www.bugzilla.com\n"
+"Bydd hyn yn agor ffenestr porwr gwe yn https://drakbug.mandrakesoft.com\n"
" lle welwch ffurflen i'w llenwi. Bydd yr wybodaeth rhowch arno'n cael ei\n"
"drosglwyddo i'r gwasanaethwr\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Adroddiad"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Heb ei osod"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "cysylltwyd โ dewin Bugzilla..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "Dim porwr ar gael! Gosodawch un"
@@ -12471,10 +12595,6 @@ msgstr "Dewin..."
msgid "Apply"
msgstr "Gosod"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Arhoswch...Gosod y ffurfweddiad"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Wedi cysylltu"
@@ -12597,7 +12717,7 @@ msgstr "Enw'r modiwl"
msgid "Size"
msgstr "Maint"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12662,12 +12782,12 @@ msgstr "Allbwn"
msgid "Build the disk"
msgstr "Adeiladu'r ddisg"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Gwnewch yn siwr fod y deunydd ar gael ar gyfer y ddyfais %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12676,12 +12796,12 @@ msgstr ""
"Does dim cyfrwng neu mae wedi ei amddiffyn rhag ysgrifennu i'r dyfais %s.\n"
"Rhowch un i mewn.."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Methu fforchio: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13168,159 +13288,159 @@ msgstr ""
"\n"
"Cliciwch Ffurfweddu i gychwyn y dewin gosod."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Grwp gwaith"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "rhaniad %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Defnyddiwr"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Dileu"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Gorffen"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Ychwanegu modiwl"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Ychwanegu argraffydd newydd"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Dad ddewis Popeth"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr ""
"Adfer y Dewis\n"
"Ffeiliau"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr "pori"
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Derbyn defnyddiwr"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Fersiwn: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Porth"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Defnyddio awto ganfod"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Defnyddio awto ganfod"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Dewis sgrin croeso"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Defnyddiwr"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Grwp gwaith"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
msgstr "Heb ganfod Cerdyn Sain!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13340,123 +13460,146 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr "i weithio'n iawn mae angen ImageMagick"
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
msgstr "creu'r cam cyntaf"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
msgstr "cydraniad terfynnol"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
msgstr "dewis ffeil delwedd"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
msgid "Theme name"
msgstr "Enw Thema"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr "make bootsplash step 2"
-
-#: ../../standalone/draksplash_.c:82
-msgid "go to lilosplash configuration"
-msgstr "mynd i fffurfweddiad lilosplash"
-
-#: ../../standalone/draksplash_.c:83
-msgid "quit"
-msgstr "gadael"
-
-#: ../../standalone/draksplash_.c:84
-msgid "save theme"
-msgstr "cadw thema"
+#: ../../standalone/draksplash_.c:85
+#, fuzzy
+msgid "Browse"
+msgstr "pori"
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
msgstr "Ffurfweddu llun croeso cychwyn"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr "blwch testun cydfesuryn x mewn rhif nodau"
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
-msgstr "blwch testun cydfesuryn mewn rhif nodauy"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
+msgstr ""
+"blwch testun cydfesuryn x\n"
+"mewn rhif nodau"
#: ../../standalone/draksplash_.c:101
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
+msgstr ""
+"blwch testun cydfesuryn y\n"
+"mewn rhif nodauy"
+
+#: ../../standalone/draksplash_.c:102
msgid "text width"
msgstr "lled testun"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:103
msgid "text box height"
msgstr "uchder blwch testun"
-#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr "bar cynnydd cydfesuryn x yn ei gornel uchaf chwith"
-
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
-msgstr "bar cynnydd cydfesuryn y yn ei gornel uchaf chwith"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr ""
+"bar cynnydd cydfesuryn x\n"
+"yn ei gornel uchaf chwith"
#: ../../standalone/draksplash_.c:105
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
+msgstr ""
+"bar cynnydd cydfesuryn y\n"
+"yn ei gornel uchaf chwith"
+
+#: ../../standalone/draksplash_.c:106
msgid "the width of the progress bar"
msgstr "lled y bar cynnydd"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:107
msgid "the heigth of the progress bar"
msgstr "uchder y bar cynnydd"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr "lliw'r bar cynnydd"
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
-msgstr "mynd n๔l"
-
-#: ../../standalone/draksplash_.c:120
-msgid "preview"
+#: ../../standalone/draksplash_.c:121
+msgid "Preview"
msgstr "rhagolwg"
-#: ../../standalone/draksplash_.c:121
-msgid "choose color"
-msgstr "dewis lliw"
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "cadw thema"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "dewis lliw"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr "Darddangos logo yn y Consol"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr "Gwneud neges y cnewyllyn yn dawel drwy ragosodiad"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr "Does gan y thema ddim croeso cychwyn yn %s!"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr "cadw thema Croeso cychwyn..."
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
msgstr "Dewis lliw ProgressBar"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr "Rhaid dewis ffeil delwedd yn gyntaf!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
msgstr "Cynhyrchu rhagolwg..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Methu creu rhagolwg Croeso Cychwyn"
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13609,6 +13752,14 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"defnydd: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "defnydd: keyboarddrake [--expert] [keyboard]\n"
@@ -13637,13 +13788,13 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Methu cychwyn diweddariad byw!!! \n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
"Mae'r newid wedi ei gyflawni, ond i fod yn effeithiol mae'n rhaid i chi "
"allgofnodi"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13915,16 +14066,14 @@ msgstr ""
"Medrwch ddefnyddio \"XSane\" i sganio dogfennau o'r ddewislen rhaglenni Aml-"
"gyfrwng/Graffigau."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Cafodd rhai dyfeisiau yn nosbarth caledwedd\"%s\" eu tynnu:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
"\n"
"Cafodd rhai dyfeisiau yn nosbarth %s eu hychwanegu:\n"
@@ -14001,7 +14150,7 @@ msgstr "Diweddariadau system gosod"
msgid "Exit install"
msgstr "Gadael gosod"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14252,8 +14401,45 @@ msgstr "Aml-gyfrwng - Llosgi CD"
msgid "Scientific Workstation"
msgstr "Gweithfan Gwyddonol"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "Methu creu rhagolwg Croeso Cychwyn"
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "I gyflwyno adroddiad gwall, cliciwch ar y botwm adroddiad.\n"
+#~ "Bydd hyn yn agor ffenestr porwr gwe yn https://www.bugzilla.com\n"
+#~ " lle welwch ffurflen i'w llenwi. Bydd yr wybodaeth rhowch arno'n cael ei\n"
+#~ "drosglwyddo i'r gwasanaethwr\n"
+#~ "\n"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "make bootsplash step 2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "mynd i fffurfweddiad lilosplash"
+
+#~ msgid "Go back"
+#~ msgstr "mynd n๔l"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr "Nid oes gyrrwr OSS/ALSA hysbys ar gyfer eich cerdyn sain (%s)"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Dylai rhif porth fod yn ftp://..."
+
+#~ msgid "quit"
+#~ msgstr "gadael"
#~ msgid ""
#~ "To share your own knowledge and help build Linux tools, join the "
@@ -14263,16 +14449,6 @@ msgstr "Gweithfan Gwyddonol"
#~ "a chynorthwywch eraill drwy ymuno yn y grwpiau trafod niferus sydd i'w "
#~ "cael yn ein tudalennau gwe \"Cymuned\""
-#~ msgid ""
-#~ "Mandrake Linux 9.0 has selected the best software for you. Surf the Web "
-#~ "and view animations with Mozilla and Konqueror, or read your mail and "
-#~ "handle your personal information with Evolution and Kmail"
-#~ msgstr ""
-#~ "Mae Mandrake Linux 9.0 yn cynnig y feddalwedd orau i gael mynediad i "
-#~ "bopeth sydd gan y Rhyngrwyd i'w gynnig. Syrffiwch y we a gwyliwch "
-#~ "animeddiadau gyda Mozilla a Konqueror, cyfnewidiwch e-bost a threfnu eich "
-#~ "gwybodaeth gyda Evolution a Kmail, a llawr iawn rhagor. "
-
#~ msgid "Discover the most up-to-date graphics and multimedia tools!"
#~ msgstr "Darganfyddwch yr offer graffigol ac amlgyfrwng mwyaf diweddar!"
@@ -14284,14 +14460,14 @@ msgstr "Gweithfan Gwyddonol"
#~ "antur, cardiau, chwaraeon, strategaeth..."
#~ msgid ""
-#~ "Mandrake Linux 9.0 provides 11 user interfaces which can be fully "
+#~ "Mandrake Linux 9.0 provides 11 user interfaces that can be fully "
#~ "modified: KDE 3, Gnome 2, WindowMaker..."
#~ msgstr ""
#~ "Mae Mandrake 9.0 yn darpary 11 rhyngwyneb defnyddiwr y mae modd eu "
#~ "haddasu'n llawn: KDE 3, Gnome 2, WindowMaker..."
#~ msgid ""
-#~ "Transform your machine into a powerful server in a few clicks of your "
+#~ "Transform your machine into a powerful server with a few clicks of your "
#~ "mouse: Web server, mail, firewall, router, file and print server..."
#~ msgstr ""
#~ "Trowch eich peiriant i fod yn wasanaethwr pwerus gydag ychydig gliciau ar "
@@ -14329,15 +14505,6 @@ msgstr "Gweithfan Gwyddonol"
#~ "MandrakeSoft."
#~ msgid ""
-#~ "Join the MandrakeSoft support teams and the Linux Community online to "
-#~ "share your knowledge and help others by becoming a recognized Expert on "
-#~ "the online technical support website:"
-#~ msgstr ""
-#~ "Ymunwch โ thimau cefnogi MandrakeSoft a'r Gymuned Linux arlein i rannu "
-#~ "eich gwybodaeth a cynnig cymorth i eraill drwy ddod yn Arbennigwr "
-#~ "cydnabyddedig ar safle cefnogaeth dechnegol arlein:"
-
-#~ msgid ""
#~ "Sorry, perl-Expect is not installed/enabled. To use\n"
#~ "this feature, install perl-Expect and comment lines 772-774,\n"
#~ " as well as 788,789. Then uncomment line 787."
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
index a6bc7852d..fbed35db8 100644
--- a/perl-install/share/po/da.po
+++ b/perl-install/share/po/da.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-09-05 12:07+0200\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: dansk <dansk@klid.dk>\n"
@@ -92,24 +92,24 @@ msgstr "Konfigur้r alle skๆrme uafhๆngigt"
msgid "Use Xinerama extension"
msgstr "Brug Xinerama-udvidelse"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigur้r kun kort \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s med 3D hardware acceleration"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -118,18 +118,18 @@ msgstr ""
"Dit kort kan have 3D acceleration, men kun med XFree %s.\n"
"Dit kort er underst๘ttet af XFree %s som kan have bedre underst๘ttelse i 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Dit kort kan have 3D hardware accelerations-underst๘ttelse med XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s med EKSPERMENTAL 3d hardware acceleration"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -141,7 +141,7 @@ msgstr ""
"ned.\n"
"Dit kort er underst๘ttet af XFree %s som kan have bedre underst๘ttelse i 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -151,12 +151,12 @@ msgstr ""
"VIGTIGT: Dette er eksperimentelt og kan fๅ din maskine til at lๅse eller gๅ "
"ned."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installations-skๆrmdriver)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Tilpasset"
@@ -176,32 +176,32 @@ msgstr "Opl๘sning"
msgid "Test"
msgstr "Afpr๘v"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Valg"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "O.k."
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Afslut"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -300,25 +300,25 @@ msgstr "Vๆlg opl๘sning og farvedybde"
msgid "Graphics card: %s"
msgstr "Grafikkort: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Annull้r"
@@ -395,11 +395,11 @@ msgstr "XFree86-server: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 driver: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "Start X ved systemstart"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -408,7 +408,7 @@ msgstr ""
"Jeg kan sๆtte din maskine op til automatisk at starte X ved\n"
"opstart. ุnsker du at starte X hver gang du genstarter?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -428,7 +428,7 @@ msgstr ""
"\n"
"Har du denne funktion?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Hvilken standard bruger dit tv?"
@@ -500,7 +500,7 @@ msgstr "Kompakt"
msgid "compact"
msgstr "kompakt"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Videoindstilling"
@@ -508,17 +508,17 @@ msgstr "Videoindstilling"
msgid "Delay before booting default image"
msgstr "Ventetid f๘r opstart af forvalgt styresystem"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Adgangskode"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Adgangskode (igen)"
@@ -554,14 +554,14 @@ msgstr ""
"Indstillingen ``Begrๆns kommandolinie-indstillinger'' er intet vๆrd uden\n"
"en adgangskode"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Pr๘v igen"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Adgangskoderne stemmer ikke overens"
@@ -603,7 +603,7 @@ msgstr ""
"\n"
"Hvilket drev starter du op fra?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -611,148 +611,148 @@ msgstr ""
"Her er f๘lgende typer indgange.\n"
"Du kan tilf๘je flere eller ๆndre de eksisterende."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Tilf๘j"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Fๆrdig"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "ฦndr"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Hvilken type ๘nsker du at tilf๘je"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Andet styresystem (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Andet styresystem (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Andet styresystem (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Billede"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Rod"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Vedhๆft"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Lๆs-skriv"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Usikker"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Mๆrkat"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Forvalgt"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-st๘rrelse"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "Ingen video"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Fjern indgang"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Tom mๆrkat er ikke tilladt"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Du skal angive en kerne-fil"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Du skal angive en root-partition"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Denne mๆrkat er allerede brugt"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Fandt %s %s grๆnsesnit"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Har du ้n til?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Har du nogen %s grๆnsesnit?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nej"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Se info for maskinel"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installerer driver for %s kort %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -761,7 +761,7 @@ msgstr ""
"Du kan nu angive parametre til modul %s.\n"
"Bemๆrk at alle adresser b๘r indtastes med foranstillet 0x, fx '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -772,17 +772,17 @@ msgstr ""
"Parametrene er i formatet ``navn=vๆrdi navn2=vๆrdi2 ...''.\n"
"F.eks., ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Modulindstillinger:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Hvilken %s driver skal jeg pr๘ve?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -802,15 +802,15 @@ msgstr ""
"burde\n"
"ikke forๅrsage nogen skader."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Automatisk sondering"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Specific้r parametre"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -819,61 +819,61 @@ msgstr ""
"Indlๆsning af modul %s mislykkedes.\n"
"ุnsker du at pr๘ve igen med andre parametre?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "adgang til X-programmer"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "adgang til rpm-vๆrkt๘jer"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "tillad \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "adgang til administrative filer"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "adgang til netvๆrksvๆrkt๘jer"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr "adgang til oversๆttelsesvๆrkt๘jer"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(har allerede tilf๘jet %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Adgangskoden er for simpel"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Indtast et brugernavn"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Brugernavnet mๅ kun indeholde smๅ bogstaver, tal, `-' og `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Dette brugernavn er for langt"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Dette brugernavn eksisterer allerede"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Tilf๘j bruger"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -882,32 +882,32 @@ msgstr ""
"Indtast en bruger\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Accept้r bruger"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Rigtige navn"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Brugernavn"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Skal"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikon"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -915,19 +915,19 @@ msgstr ""
"Jeg kan sๆtte din maskine op til automatisk at logge en bestemt bruger pๅ.\n"
"ุnsker du at bruge denne finesse?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Vๆlg den forvalgte bruger:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Vๆlg den vindueshๅndtering du ๘nsker at benytte:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Vๆlg det sprog, der skal bruges."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -935,35 +935,35 @@ msgid ""
msgstr ""
"Du kan vๆlge andre sprog der vil vๆre tilgๆngelige efter installationen"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Alt"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Tillad alle brugere"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Ingen fildeling"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pakken %s skal vๆre installeret. ุnsker du at installere den?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Du kan eksportere med NFS eller Samba. Hvilken vil du bruge"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Krๆvet pakke %s mangler"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -976,11 +976,11 @@ msgstr ""
"Tilladelse af dette vil sๆtte brugere i stand til simpelthen at klikke pๅ "
"'Fildeling' i konqueror og nautilus.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Start userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -988,31 +988,31 @@ msgstr ""
"Deling per bruger bruger gruppen 'fileshare'. \n"
"Du kan bruge userdrake til at tilf๘je en bruger til denne gruppe."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Velkommen til Crackere"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Ringe"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "H๘j"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "H๘jere"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoid"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1023,7 +1023,7 @@ msgstr ""
"eller har forbindelse til Internettet. Der er ikke nogen kontrol af "
"adgangskoder."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1031,7 +1031,7 @@ msgstr ""
"Kontrol af adgangskode er nu aktiveret, men brug som netvๆrksmaskine er "
"stadig ikke anbefalet."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1039,7 +1039,7 @@ msgstr ""
"Dette er standard sikkerheds-anbefalingen for en maskine\n"
" med forbindelse til Internettet som klient. "
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1047,7 +1047,7 @@ msgstr ""
"Der er allerede nogle begrๆnsninger, og flere automatiske kontroller bliver "
"k๘rt hver nat."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1061,7 +1061,7 @@ msgstr ""
"forbindelser fra mange klienter. Bemๆrk: hvis din maskine kun er en klient "
"pๅ internettet b๘r du hellere vๆlge et lavere niveau."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1069,33 +1069,33 @@ msgstr ""
"Baseret pๅ det foregๅende niveau, men systemet er nu helt lukket.\n"
"Sikkerhedsfaciliteterne er nu pๅ deres h๘jeste niveau."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "Basale valgmuligheder for DrakSec"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Vๆlg det ๘nskede sikkerhedniveau"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Sikkerhedsniveau"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Brug libsafe for servere"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Et bibliotek som beskytter mod angreb via bufferoverl๘b og formatstrenge."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Sikkerhedsadministrator (brugernavne eller e-post)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1110,7 +1110,7 @@ msgstr ""
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1135,58 +1135,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Velkommen til GRUB styresystemsvๆlgeren!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Brug tasterne %c og %c til at vๆlge mellem mulighederne."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Tryk 'enter' for at starte det valgte OS, 'e' for at redigere"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "kommandoerne f๘r opstart, eller 'c' for en kommandolinie."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Den fremhๆvede mulighed vil blive startet automatisk om %d sekunder."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "Ikke nok plads i /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Skrivebord"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start-menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Du kan ikke installere opstartsindlๆseren pๅ en %s-partition\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "endnu er ingen hjๆlp implementeret.\n"
@@ -1238,63 +1238,63 @@ msgstr "Lilo/grub modus"
msgid "Yaboot mode"
msgstr "Yaboot modus"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Install้r temaer"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Visningstema under konsol"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "Opret nyt tema"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Sikkerhedskopi้r %s til %s.old"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Fejl"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "kunne ikke lave sikkerhedskopi af lilo-besked"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Kopi้r %s til %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "kan ikke ๆndre lilo-besked"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Lilo-besked ikke fundet"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Kan ikke skrive /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Skriv %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1302,17 +1302,17 @@ msgstr ""
"Kan ikke skrive /etc/sysconfig/bootsplash\n"
"Fil ikke fundet."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Kan ikke opstarte mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Lav initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1321,24 +1321,24 @@ msgstr ""
"Start \"lilo\" som root pๅ kommandolinjen for at fๆrdigg๘re installationen "
"af Lilo-tema."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "Genstart 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Bemๆrk"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Problemfri installation af temaer for LiLo- og opstartsskๆrm"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Installation af tema mislykkedes"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1347,21 +1347,21 @@ msgstr ""
"Du bruger for ๘jeblikket % som opstartshๅndterer.\n"
"Klik pๅ Konfigur้r for at starte opsๆtnings-vejlederen."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigur้r"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Valg af opstartsskๆrm"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Temaer"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1375,44 +1375,44 @@ msgstr ""
"du kan vๆlge\n"
"dem separat"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Lilo-skๆrm"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Opstartsskๆrm"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Systemtilstand"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Start X-vinduessystemet efter opstart"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nej, jeg ๘nsker ikke automatisk login"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, jeg ๘nsker automatisk login med denne (bruger, skrivebord)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "O.k."
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "kan ikke lๆse /etc/inittab: %s"
@@ -1509,50 +1509,58 @@ msgstr "ุstrig"
msgid "United States"
msgstr "U.S.A."
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Ny"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Afmont้r"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Mont้r"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Monteringssti"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Indtast LRL for WebDAV-serveren"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "URL'en skal begynde med http:// or https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Server: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Monteringssti: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Valg: %s"
@@ -1639,7 +1647,7 @@ msgstr "Tom"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Andet"
@@ -1782,7 +1790,7 @@ msgstr ""
"Kopien af partitionstabellen har ikke samme st๘rrelse\n"
"Fortsๆt alligevel?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Advarsel"
@@ -2342,7 +2350,7 @@ msgstr ""
"Indtast venligst dit brugernavn, din adgangskode og dit domๆnenavn for at fๅ "
"adgang til denne vๆrt."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Brugernavn"
@@ -2354,23 +2362,23 @@ msgstr "Domๆne"
msgid "Search servers"
msgstr "S๘g efter servere"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatering af %s mislykkedes"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ved ikke hvordan man formaterer %s som type %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "montering af partition %s i katalog %s mislykkedes"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "fejl ved afmontering af %s: %s"
@@ -2456,47 +2464,110 @@ msgstr "Ingenting at lave"
msgid "Error opening %s for writing: %s"
msgstr "Fejl ved ๅbning af %s for skrivning: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "Intet alternativ drivprogram"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
"Der findes intet kendt alternativ OSS/ALSA-drivprogram for lydkortet (%s)"
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "Lyd-konfiguration"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
"Her kan du vๆlge et alternativ drivprogram (enten OSS eller ALSA) for "
"lydkortet (%s)"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "Drivprogram:"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Hjๆlp"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Vent venligst... Sๆtter konfigurationen i anvendelse"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Vent venligst"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "Ingen kendt driverrutine"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Der findes intet kendt drivprogram for lydkortet (%s)"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "Ukendt drivprogram"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2624,7 +2695,8 @@ msgid "/_Quit"
msgstr "/_Afslut"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Hjๆlp"
@@ -2645,14 +2717,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Rapport้r fejl"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_Om..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "Om Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2660,56 +2736,53 @@ msgstr ""
"Dette er HardDrake, et Mandrake-vๆrkt๘j for konfigurering af maskinel.\n"
"Version:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Forfatter:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 version "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Fundet maskinel"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informationer"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Konfigur้r modul"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "K๘r konfigurationsvๆrkt๘j"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "S๘gning udf๘res"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Vent venligst"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Du kan konfigurere hver parameter for modulet her."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "K๘rer \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr "Unders๘ger $Ident-klasse\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "Unders๘ger %s-klasse\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "primๆr"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "sekundๆr"
@@ -4549,7 +4622,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Du skal ogsๅ formatere %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4573,7 +4646,7 @@ msgstr ""
"\n"
"ุnsker du virkelig at installere disse servere?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4586,20 +4659,20 @@ msgstr ""
"\n"
"ุnsker du virkelig at fjerne disse pakker?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Kan ikke bruge rundkastning uden noget NIS-domๆne"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Indsๆt en tom diskette i diskette-drev %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Denne diskette er ikke formatteret til FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4607,12 +4680,12 @@ msgstr ""
"For at bruge dette gemte pakkevalg, start installationen op med``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fejl ved lๆsning af filen %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4854,7 +4927,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Velkommen til %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Intet tilgๆngeligt diskettedrev"
@@ -4884,11 +4957,11 @@ msgstr "Installationsmetode"
msgid "Please choose one of the following classes of installation:"
msgstr "Vๆlg en af de f๘lgende installations-mๅder:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Valg af pakkegrupper"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Individuelt pakkevalg"
@@ -4966,7 +5039,7 @@ msgstr "Vis automatisk valgte pakker"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Install้r"
@@ -4986,7 +5059,7 @@ msgstr "Minimal installation"
msgid "Choose the packages you want to install"
msgstr "Vๆlg pakker som skal installeres"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Installerer"
@@ -5013,17 +5086,17 @@ msgid "Installing package %s"
msgstr "Installerer pakke %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Accept้r"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Nๆgt"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5039,16 +5112,16 @@ msgstr ""
"Hvis du ikke har den sๅ tryk pๅ Annull้r, sๅ undgๅs installation fra denne cd"
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Fortsๆt alligevel?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Der opstod en fejl ved sorteringen af pakkerne:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Der opstod en fejl ved installeringen af pakkerne:"
@@ -5170,7 +5243,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5335,7 +5408,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Er du sikker pๅ at du afviser licensen?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastatur"
@@ -5542,11 +5615,11 @@ msgstr "Indsๆt en diskette med pakkevalget"
msgid "Selected size is larger than available space"
msgstr "Valgt st๘rrelse er st๘rre end tilgๆngelig plads"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Installationstype"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5554,19 +5627,19 @@ msgstr ""
"Du har ikke valgt nogen gruppe af pakker.\n"
"Vๆlg den minimale installation du ๘nsker"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Med X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Med basal dokumentation (anbefalet!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Virkelig minimal installation (specielt ingen urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5576,16 +5649,16 @@ msgstr ""
"Hvis du ikke har nogen af disse cd'er, klik Annull้r.\n"
"Hvis kun nogen cd'er mangler, fravๆlg dem, og klik sๅ Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cdrom med etikette '%s'"
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Forbereder installationen"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5594,21 +5667,21 @@ msgstr ""
"Installerer pakke %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Konfiguration efter installation"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Indsๆt opstartsdisketten i diskette-drevet %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Indsๆt Opdater moduler-disketten i drev %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5676,7 +5749,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5695,155 +5768,155 @@ msgstr ""
"\n"
"ุnsker du at installere opdateringerne?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Kontakter Mandrake Linux netsted for at hente listen over tilgๆngelige spejle"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Vๆlg det spejl hvorfra pakkerne skal hentes"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Kontakter spejlet for at hente listen af tilgๆngelige pakker"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Hvad er din tidszone?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Maskin-ur sat til GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatisk tidssynkronisering (ved hjๆlp af NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP-server"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Ekstern CUPS server"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Ingen printer"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Har du et ISA-lydkort?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "K๘r \"sndconfig\" efter installation for at konfigurere dit lydkort"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Intet lydkort genkendt. Pr๘v at k๘re \"harddrake\" efter installation"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Oversigt"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Mus"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Tidszone"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printer"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Internt ISDN-kort"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Lydkort"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV-kort"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Windows Domain"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Lokale filer"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Sๆt root-adgangskode"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Ingen adgangskode"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Dette kodeord er for nemt at gๆtte (det skal mindst vๆre pๅ %d tegn)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Identifikation"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Autentificering LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP grundlๆggende dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP-server"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Autentificering NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS-domๆne"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS-server"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5872,19 +5945,19 @@ msgstr ""
"Kommandoen 'wbinfo -t' vil afpr๘ve om dine hemmelige autentifikationsdata er "
"i orden."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Autentifikations Windowsdomๆne"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Brugernavn for domๆneadministrator"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Adgangskode for domๆneadministrator"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5912,19 +5985,19 @@ msgstr ""
"Hvis du ๘nsker at lave en opstartsdiskette til dit system, indsๆt en "
"diskette i dit f๘rste diskettedrev og tryk 'Ok'."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "F๘rste diskette-drev"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Andet diskette-drev"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Spring over"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5949,7 +6022,7 @@ msgstr ""
"Vil du lave en opstartsdiskette til dit system?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5963,28 +6036,28 @@ msgstr ""
"oprettelse af en opstartsdiskette pๅ en 1.44 Mb diskette vil formentlig\n"
"mislykkes, fordi XFS krๆver en meget stor driver)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Der er desvๆrre ikke noget tilgๆngeligt diskette-drev"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Vๆlg det diskette-drev, du vil benytte til at lave boot-disketten"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Indsๆt en diskette i %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Opretter opstartsdiskette..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Forbereder opstarter..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5995,11 +6068,11 @@ msgstr ""
"opstartsindlๆseren vil ikke virke for dig. Installationen vil fortsๆtte, men "
"du skal bruge BootX for at starte din maskine."
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "ุnsker du at bruge aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6008,15 +6081,15 @@ msgstr ""
"fors๘g at gennemtvinge installation selv om dette kan ๘delๆgge den f๘rste "
"partition?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Installerer systemopstarter"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Installation af opstarter mislykkedes. Den f๘lgende fejl opstod:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6033,17 +6106,17 @@ msgstr ""
" Skriv sๅ: shut-down\n"
"Ved nๆste opstart burde du se systemstarteren."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Indsๆt en tom diskette i drev %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Laver autoinstallations-diskette"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6053,7 +6126,7 @@ msgstr ""
"\n"
"Er du sikker pๅ du ๘nsker du at lukke nu?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6085,15 +6158,15 @@ msgstr ""
"Information om konfigurering af dit system kan du finde i kapitlet om efter-"
"installation i den Officielle Mandrake Linux Brugervejledning."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Laver autoinstallations-diskette"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6107,15 +6180,15 @@ msgstr ""
"\n"
"Du foretrๆkker mๅske at afspille installationen igen\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatisk"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Afspil igen"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Gem pakke-valg"
@@ -6151,14 +6224,14 @@ msgstr "Avanceret"
msgid "Basic"
msgstr "Basal"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Forrige"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Nๆste"
@@ -6604,7 +6677,7 @@ msgstr "H๘jre Windows-tast"
msgid "Circular mounts %s\n"
msgstr "Cirkulๆre monteringer %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Fjern de logiske delarkiver f๘rst\n"
@@ -6741,15 +6814,15 @@ msgstr "ingenting"
msgid "No mouse"
msgstr "Ingen mus"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Test musen"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "For at aktivere musen,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "FLYT Pล HJULET!"
@@ -6785,11 +6858,11 @@ msgstr "Sammenfold trๆ"
msgid "Toggle between flat and group sorted"
msgstr "Skift mellem flad og gruppesorteret"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Lav forbindelse til Internettet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6799,23 +6872,19 @@ msgstr ""
"Nogen forbindelser bruger pptp, og nogle fๅ bruger DHCP.\n"
"Hvis du ikke ved noget, vๆlg 'brug pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "brug dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "brug pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "brug pptp"
@@ -6917,7 +6986,7 @@ msgstr ""
msgid "no network card found"
msgstr "kunne ikke finde noget netkort"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Konfigurerer netvๆrk"
@@ -6933,15 +7002,15 @@ msgstr ""
"Dit vๆrtsnavn b๘r vๆre et fuldt kvalificeret vๆrtsnavn,\n"
"fx 'minpc.mitfirma.dk'."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Vๆrtsnavn"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Konfigur้r netvๆrk"
@@ -6990,8 +7059,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Gammel konfiguration (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN konfiguration"
@@ -7027,23 +7096,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Hvilken protokol ๘nsker du at bruge?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Hvad slags kort har du?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Det ved jeg ikke"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7056,19 +7130,19 @@ msgstr ""
"\n"
"Hvis du har et PCMCIA kort skal du vide irq og io for kortet.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Afbryd"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Fortsๆt"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Hvilket er dit ISDN-kort?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7076,7 +7150,7 @@ msgstr ""
"Jeg har opdaget et ISDN PCI-kort, men jeg ved ikke hvilken type. Vๆlg et PCI-"
"kort i nๆste skๆrmbillede."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Ingen ISDN PCI-kort fundet. Vๆlg ้t i nๆste skๆrmbillede."
@@ -7128,7 +7202,7 @@ msgstr "F๘rste DNS-server (valgfri)"
msgid "Second DNS Server (optional)"
msgstr "Anden DNS-server (valgfri)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7137,7 +7211,7 @@ msgstr ""
"Du kan lukke forbindelsen til Internettet eller genkonfigurere din "
"forbindelse."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7145,11 +7219,11 @@ msgstr ""
"\n"
"Du kan genkonfigurere din forbindelse"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Du har forbindelse til Internettet nu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7157,32 +7231,32 @@ msgstr ""
"\n"
"Du kan lave forbindelse til Internettet eller omkonfigurere din forbindelse."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Du er ikke forbundet til Internettet nu."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Tilslut"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Afbryd"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Konfigur้r forbindelsen"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internetforbindelse & -konfiguration"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Vi skal nu konfigurere opkoblingen '%s'."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7201,12 +7275,12 @@ msgstr ""
"\n"
"Tryk OK for at begynde."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Konfigur้r netvๆrk"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7218,7 +7292,7 @@ msgstr ""
"Klik OK for at beholde din konfiguration, eller annull้r for at "
"omkonfigurere din Internet- og netvๆrksforbindelse.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7230,72 +7304,72 @@ msgstr ""
"Vi skal til at konfigurere din internet- eller netvๆrksforbindelse.\n"
"Hvis du ikke ๘nsker at bruge autodetektering, sๅ fravๆlg afkrydsningsboksen\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Vๆlg profilen der skal konfigureres"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Brug automatisk detektion"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Eksperttilstand"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detekterer enheder..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normal modemforbindelse"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "Detekteret pๅ port %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN-forbindelse"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "Detekteret %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL opkobling"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "Detekteret pๅ grๆnseflade %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kabelforbindelse"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Kabelopkobling detekteret"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Lokalnet-konfiguration"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernet-kort detekteret"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Vๆlg den opkobling, du ๘nsker at konfigurere"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7305,23 +7379,23 @@ msgstr ""
"Venligst vๆlg den du ๘nsker at bruger.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internet opkobling"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "ุnsker du at starte din forbindelse ved opstart?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Netvๆrks konfiguration"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Netvๆrket skal startes op igen"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7332,7 +7406,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7342,7 +7416,7 @@ msgstr ""
"Konfigurationen vil nu blive anvendt pๅ dit system.\n"
"\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7350,7 +7424,7 @@ msgstr ""
"Derefter anbefaler vi at du genstarter dit X-milj๘ for\n"
"at undgๅ problemer med det ๆndrede vๆrtsnavn"
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7360,7 +7434,7 @@ msgstr ""
"Afpr๘v din forbindelse med net_monitor eller mcc. Hvis din forbindelse ikke "
"virker, kan du pr๘ve at genstarte konfigurationen."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7372,7 +7446,7 @@ msgstr ""
"Ved kun at trykke pๅ OK beholder du den nuvๆrende konfiguration.\n"
"ฦndringer i felterne nedenunder vil overskrive denne konfiguration."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7381,42 +7455,42 @@ msgstr ""
"Indtast IP konfigurationen for denne maskine. Hvert felt skal udfyldes\n"
"med en IP adresse i `dotted-decimal' notation (for eksempel 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigurerer netvๆrksenheden %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (drivprogram %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP-adresse"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmaske"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatisk IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Start ved opstart"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresse skal have formatet 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7428,42 +7502,52 @@ msgstr ""
"f.eks. minpc.mitfirma.dk. Hvis du ikke har nogen ekstra navne-servere,\n"
"sๅ lad navne-server-felterne vๆre blanke."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS-server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (fx %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway enhed"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP adresse skal have formatet 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP adresse skal have formatet 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Konfiguration af mellemvๆrt (proxy)"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP-proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP-proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "F๘lg id for netvๆrkskort (nyttigt for bๆrbare)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy skal vๆre http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy skal vๆre ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Url burde begynde med 'ftp:' eller 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9054,7 +9138,7 @@ msgstr "Udskriver pๅ printeren '%s'"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9615,10 +9699,6 @@ msgstr ""
"Udfyld venligst oplysningerne om ftp-proxy\n"
"Lad det vๆre blankt hvis du ikke ๘nsker en ftp-proxy"
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url burde begynde med 'ftp:' eller 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9666,6 +9746,41 @@ msgstr "mkraid fejlede (mๅske mangler raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ikke nok partitioner til at benytte RAID level %d\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "Sikkerhedsniveau:"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Sikkerhedsniveau"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "Sikkerhedsadministrator:"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Forvalgt)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Vๆlg det ๘nskede sikkerhedniveau"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Vent venligst, forbereder installationen"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Start ALSA (Advanced Linux Sound Architecture) lydsystemet"
@@ -9968,7 +10083,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Fildeling"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "System"
@@ -10061,7 +10176,7 @@ msgstr "Fๅ det meste fra Internettet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10116,7 +10231,7 @@ msgstr "Brugergrๆnseflader"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"Mandrake Linux 9.0 tilbyder dig 11 brugergrๆnseflader hvor alt kan "
@@ -10144,7 +10259,7 @@ msgstr "Lav din maskine om til en pๅlidelig server"
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Lav din maskine om til en stๆrk server med bare nogen fๅ klik med musen: "
@@ -10164,7 +10279,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
"Dette brandmursprodukt indholder netvๆrksfunktioner som lader dig opfylde "
@@ -10181,7 +10296,7 @@ msgstr "Den officielle MandrakeSoft-butik"
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"Vores komplette udvalg af Linux-l๘sninger, sๅ vel som specialtilbud pๅ "
"produkter og andre godbidder, er tilgๆngelige via nettet i vores e-butik:"
@@ -10240,8 +10355,8 @@ msgstr "Find l๘sningerne pๅ dine problemer via MandrakeSofts online-support."
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
"Slut dig til MandrakeSofts supporthold og Linux-samfundet pๅ nettet for at "
"dele din viden og hjๆlpe andre ved at blive en anerkendt Ekspert pๅ det "
@@ -10286,11 +10401,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Installerer pakker..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Log ud og tryk herefter pๅ Ctrl-Alt-Bak"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Log ind i %s igen for at aktivere ๆndringerne"
@@ -10331,16 +10446,6 @@ msgstr "Tilf๘j/slet brugere"
msgid "Add/Del Clients"
msgstr "Tilf๘j/slet klienter"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Hjๆlp"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Start fra sdiskette"
@@ -10389,48 +10494,64 @@ msgstr "Tilf๘j bruger -->"
msgid "<-- Del User"
msgstr "<-- Slet bruger"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+#, fuzzy
+msgid "No net boot images created!"
+msgstr "Opstartsbilleder for netopstart"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Tilf๘j klient -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Slet klient"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "Konfigur้r dhcpd..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Avanceret konfiguration"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Udskriv konfiguration"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Indsๆt diskette:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Kunne ikke fๅ adgang til disketten!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Diskette kan fjernes nu"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Intet tilgๆngeligt diskettedrev!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO-aftryk er %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Noget gik galt! - er mkisofs installeret?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Skal oprette /etc/dhcpd.conf f๘rst!"
@@ -10576,12 +10697,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Total fremdrift"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10594,41 +10715,41 @@ msgstr ""
"Advarsel: Hvis du allerede har lavet denne proces beh๘ver du formodentlig\n"
" at fjerne posten fra authorized_keys pๅ serveren."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "Det kan tage lidt tid at generere n๘glerne."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "Fejl: Kan ikke starte %s."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr "Ingen foresp๘rgsel om adgangskode pๅ %s ved port %s"
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, c-format
msgid "Bad password on %s"
msgstr "Dๅrlig adgangskode pๅ %s"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr "Adgang nๆgtet ved overf๘rsel af %s til %s"
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, c-format
msgid "Can't find %s on %s"
msgstr "Kan ikke finde %s pๅ %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr "%s svarer ikke"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10645,64 +10766,64 @@ msgstr ""
"\n"
"uden at blive spurgt om en adgangskode."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr "WebDAV eksternt netsted allerede synkroniseret!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr "WebDAV overf๘rsel mislykkedes!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr "Ingen CDR/DVDR i drevet!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr "Ser ikke ud til at vๆre et skrivbart medie!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr "Ikke sletbart medie!"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "Det kan tage lidt tid at slette mediet."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr "Problem med rettigheder ved adgang til CD."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr "Intet bๅnd i %s."
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Sikkerhedskopi้r systemfiler..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Sikkerhedskopifiler for disk..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Sikkerhedskopi้r brugerfiler..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Fremdrift for sikkerhedskopiering af disk..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Sikkerhedskopi้r andre filer..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr "Ingen ๆndringer til sikkerhedskopi!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10713,7 +10834,7 @@ msgstr ""
"Drakbackup aktiviteter via %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10722,7 +10843,7 @@ msgstr ""
"filliste sendt via FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10732,7 +10853,7 @@ msgstr ""
"FTP forbindelsesproblem: Det var ikke muligt at sende dine backupfiler via "
"FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10742,7 +10863,7 @@ msgstr ""
"Drakbackup aktiviteter via CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10752,24 +10873,24 @@ msgstr ""
"Drakbackup aktiviteter via bๅnd:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " Fejl ved afsendelse af post. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr "Kan ikke oprette katalog!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Valg af filer"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Vๆlg filerne eller katalogerne og klik pๅ 'Tilf๘j'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10777,26 +10898,26 @@ msgstr ""
"\n"
"Mark้r alle muligheder som du beh๘ver.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Disse valgmuligheder kan sikkerhedskopiere og genskabe alle filer i dit /etc "
"katalog.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "Lav sikkerhedkopi af dine systemfiler. (/etc kataloget)"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Medtag ikke kritiske filer (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10804,43 +10925,43 @@ msgstr ""
"Med denne valgmulighed vil du vๆre i stand til at kunne genskabe\n"
"enhver version af dit /etc katalog."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Mark้r alle brugere som du vil have med i din sikkerhedskopi."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Medtag ikke cache for netlๆser"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Fjern valgte"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Brugere"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "Brug netvๆrksforbindelse til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr "Netmetode:"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr "Brug Expect for SSH"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -10848,7 +10969,7 @@ msgstr ""
"Opret/overf๘r\n"
"sikkerhedskopieringsn๘gler for SSH"
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
@@ -10856,15 +10977,18 @@ msgstr ""
" Overf๘r \n"
"Nu"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+#, fuzzy
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr "N๘glerne findes allerede"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Indtast vๆrtsnavn eller IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -10872,27 +10996,27 @@ msgstr ""
"Indtast kataloget (eller modulet) hvori\n"
" sikkerhedskopien skal lๆgges pๅ denne maskine."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Indtast dit brugernavn"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Indtast din adgangskode"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Husk denne adgangskode"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr "Beh๘ver vๆrtsnavn, brugernavn og adgangskode!"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Brug CD/DVDROM til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -10902,35 +11026,35 @@ msgstr ""
"(Tryk Enter for at overf๘re indstillinger til andre felter.\n"
"Dette felt beh๘ves ikke, det er kun et vๆrkt๘j for at udfylde formularen.)"
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Vๆlg cd/dvd-mediast๘rrelse"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr "Mark้r om du bruger en multisessions-cd"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Mark้r om du bruger et CDRW-medie"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Mark้r om du vil slette dit CDRW-medie (1. session"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr " Slet nu "
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr "Mark้r om du bruger en CDRW-enhed"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr "Mark้r om du bruger en DVDRAM-enhed"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10938,32 +11062,32 @@ msgstr ""
"Indtast din CD-brๆnders enhedsnavn\n"
" fx: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr "Ingen cd-enhed defineret!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "brug bๅnd til sikkerhedskopieringen"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Indtast endhedsnavnet der skal bruges til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr "Mark้r om du vil bruge den ikke-tilbagespolende enhed."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr "Mark้r om du vil slette dit bๅnd f๘r sikkerhedskopi laves"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr "Mark้r om du vil udskyde dit bๅnd f๘r sikkerhedskopi laves"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10971,55 +11095,55 @@ msgstr ""
"Indtast den maksimale st๘rrelse\n"
" tilladt for Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "Indtast kataloget hvortil der skal gemmes:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Brug kvoter for sikkerhedskopieringsfiler"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Netvๆrk"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Diskdrev / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Bๅnd"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "timeligt"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "dagligt"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "ugentligt"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "mๅnedligt"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Brug dๆmon"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11027,7 +11151,7 @@ msgstr ""
"Vๆlg tidsinterval mellem\n"
"hver sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11035,7 +11159,7 @@ msgstr ""
"Vๆlg mediet for\n"
"sikkerhedskopiering."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -11044,71 +11168,71 @@ msgstr ""
"Forsikr dig gerne om at cron-dๆmonen er med i dine tjenester.\n"
"Bemๆrk at alle 'net'-medier ogsๅ bruger disken for nๆrvๆrende."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Send epost-rapport efter hver sikkerhedskopiering til:"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr "Slet tar-filer pๅ disken efter sikkerhedskopiering til andet medie."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Hvad"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Hvor"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Hvornๅr"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Flere muligheder"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Drakbackup konfiguration"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Vๆlg hvor du ๘nsker at sikkerhedskopiere"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "pๅ diskdrev"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "over netvๆrk"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "pๅ cd-rom"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr "pๅ bๅndenhed"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Vๆlg hvad du vil sikkerhedkopiere"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Lav sikkerhedskopi af system"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Lav sikkerhedskopi af brugere"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Hๅndpluk bruger"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11116,7 +11240,7 @@ msgstr ""
"\n"
"Kilder for sikkerhedskopi: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11124,7 +11248,7 @@ msgstr ""
"\n"
"- Systemfiler:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11132,7 +11256,7 @@ msgstr ""
"\n"
"- Brugerfiler:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11140,7 +11264,7 @@ msgstr ""
"\n"
"- Andre filer:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11149,7 +11273,7 @@ msgstr ""
"\n"
"- Gem til diskdrev pๅ stien: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
@@ -11157,7 +11281,7 @@ msgstr ""
"\n"
"- Slet tar-filer pๅ disken efter sikkerhedskopiering.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -11165,20 +11289,20 @@ msgstr ""
"\n"
"- Brๆnd pๅ CD"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr " pๅ enhed: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr " (multi-session)"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -11187,12 +11311,12 @@ msgstr ""
"\n"
"- Gem pๅ bๅnd pๅ enhed: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tErase=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -11201,7 +11325,7 @@ msgstr ""
"\n"
"- Gem via %s pๅ vๆrt: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11210,7 +11334,7 @@ msgstr ""
"\t\t brugernavn: %s\n"
"\t\t pๅ sti: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11218,19 +11342,19 @@ msgstr ""
"\n"
"- Muligheder:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tMedtag ikke systemfiler\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tSikkerhedskopiering bruger tar og bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tSikkerhedskopiering bruger tar og gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11239,39 +11363,39 @@ msgstr ""
"\n"
"- Dๆmon (%s) indeholder:\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Diskdrev.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-cdrom.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-Tape \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Netvๆrk via FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Netvๆrk via SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Netvๆrk via rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Netvๆrk via webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Ingen konfiguration, klik pๅ Vejleder eller Avanceret.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11279,7 +11403,7 @@ msgstr ""
"Liste over data som skal genskabes:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11287,100 +11411,100 @@ msgstr ""
"Liste over data der er ๘delagt:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Afmark้r eller fjern det gerne nๆste gang."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Sikkerhedskopifiler er ๘delagte"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " Alle dine valgte data er blevet "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " genskabt uden fejl pๅ %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Genskab konfiguration "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "O.k. at genskabe de andre filer."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr "Brugerliste at genskabe (kun den nyeste dato per bruger er vigtig)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Lav sikkerhedskopi af systemfiler f๘r:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "Vๆlg dato for genskabning"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Brug disk til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Indtast kataloget der skal gemmes:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP forbindelse"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Sikker forbindelse"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Genskab fra disk."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Indtast kataloget hvor sikkerhedskopier gemmes"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Vๆlg et andet medie at genskabe fra"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Andet medie"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Genskab system"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Genskab brugere"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Genskab andet"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "vๆlg sti at genskabe (i stedet for /)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Lav ny sikkerhedskopi f๘r genskabning (kun for inkrementalbackupper)."
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Fjern brugerkataloger f๘r genskabning."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
@@ -11388,7 +11512,7 @@ msgstr ""
"Genskab valgt\n"
"katalogpost"
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
@@ -11396,7 +11520,7 @@ msgstr ""
"Genskab valgte\n"
"filer"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
@@ -11404,12 +11528,12 @@ msgstr ""
"ฦndr\n"
"Genskabelsessti"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr "Sikkerhedskopier fandtes ikke pๅ %s."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
@@ -11418,16 +11542,16 @@ msgstr ""
"Indsๆt cd'en med volumetiket %s\n"
" i cd-enheden monteret pๅ /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
msgstr "Genskab fra cd"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "Ikke korrekt cd-etiket. Cd'en har etiket %s."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -11436,102 +11560,102 @@ msgstr ""
"Indsๆt bๅndet med volumeetiket %s\n"
" i bๅndenheden %s"
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
msgstr "Genskab fra bๅnd"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr "Ikke korrekt bๅndetiket. Bๅndet har etiket %s."
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
msgstr "Genskab via netvๆrk"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "Genskab via netvๆrksprotokol: %s"
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
msgstr "Vๆrtsnavn"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr "Stil til vๆrt eller modul"
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
msgstr "Adgangskode krๆvet"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
msgstr "Brugernavn krๆvet"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
msgstr "Vๆrtsnavn krๆvet"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr "Sti eller modul krๆvet"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr "Filer genskabte..."
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
msgstr "Genskabelse mislykkedes..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Genskab alle sikkerhedskopier"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Tilpasset genskabelse"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr "Cd'en er pๅ plads - fortsๆt."
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr "Bladr til nyt genskabelseslager."
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
msgstr "Genskab fra katalog"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
msgstr "Fremskridt for genskabelse"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Forrige"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Gem"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Opbyg sikkerhedskopien"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Genskab"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -11541,13 +11665,13 @@ msgstr ""
" Din rapport blev ikke sendt.\n"
" Konfigur้r venligst sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "De f๘lgende pakker vil blive installeret @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11555,19 +11679,19 @@ msgstr ""
"Fejl ved sending af fil via FTP.\n"
" Ret venligst din FTP-konfiguration."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Udvๆlg de data du vil genskabe..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Vๆlg medie for sikkerhedskopi..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Vๆlg data for sikkerhedskopi..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11575,59 +11699,59 @@ msgstr ""
"ingen konfigurationsfil fundet \n"
"klik pๅ Vejleder eller Avanceret."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Under udvikling ... vent venligst:-)"
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Lav sikkerhedskopi af systemfiler"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Lav sikkerhedskopi af brugerfiler"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Lav sikkerhedskopi af andre filer"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Total fremdrift"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "Filer sendes via FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Sender filer..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Lav sikkerhedskopi nu ud fra konfigurationsfil"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Se konfiguration af sikkerhedskopiering."
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Konfiguration med vejleder"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Avanceret konfiguration"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Lav sikkerhedskopiering nu"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11687,7 +11811,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11701,7 +11825,7 @@ msgstr ""
" sๆtte myhostname eller mydomain i /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11777,7 +11901,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11826,20 +11950,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft ved DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" opdateringer 2002 MandrakeSoft ved Stew Benedict <sbenedict\\@mandrakesoft."
"com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11871,7 +11995,7 @@ msgstr ""
"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n"
"USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11945,7 +12069,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11963,7 +12087,7 @@ msgstr ""
"f๘r den sendes til ftp-serveren.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11985,7 +12109,7 @@ msgstr ""
"Det er vigtigt at vๆre forsigtig og ikke ๆndre sikkerhedskopieringens\n"
"datafiler i hๅnden.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12108,8 +12232,8 @@ msgid "Synchronization tool"
msgstr "Synkroniseringsvๆrkt๘j"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Fritstๅende vๆrkt๘jer"
@@ -12174,7 +12298,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12183,24 +12307,24 @@ msgstr ""
"\n"
"\n"
"For at indsende en fejlrapport klik da pๅ rapport-knappen.\n"
-"Dette vil ๅbne et vindue i en netlๆser pๅ https://www.bugzilla.com\n"
+"Dette vil ๅbne et vindue i en netlๆser pๅ https://drakbug.mandrakesoft.com\n"
" hvor du vil finde en formular der kan udfyldes. Informationen vist ovenfor "
"vil blive overf๘rt til den server\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Rapport"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Ikke installeret"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "Opkobler til vejleder for Bugzilla"
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "Ingen netlๆser til stede! Install้r venligst ้n"
@@ -12301,10 +12425,6 @@ msgstr "Vejleder..."
msgid "Apply"
msgstr "Anvend"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Vent venligst... Sๆtter konfigurationen i anvendelse"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Tilsluttet"
@@ -12426,7 +12546,7 @@ msgstr "Modulnavn"
msgid "Size"
msgstr "St๘rrelse"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12491,12 +12611,12 @@ msgstr "Uddata"
msgid "Build the disk"
msgstr "Opbyg disken"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Forsikr dig at der er et medie tilstede i enheden %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12505,12 +12625,12 @@ msgstr ""
"Der er ikke noget media, eller det er skrivebeskyttet, i enhed %s.\n"
"Indsๆt venligst noget."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Kan ikke fork(): %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12993,47 +13113,47 @@ msgstr ""
"Klik pๅ Konfigur้r for at starte programmet til at dele din "
"internetforbindelse!"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "group"
msgstr "gruppe"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr "sti"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
msgstr "rettigheder"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "user"
msgstr "bruger"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr "Op"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
msgid "delete"
msgstr "slet"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr "redig้r"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
msgid "Down"
msgstr "Ned"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
msgstr "Tilf๘j en regel"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr "vๆlg perm-fil at se eller redigere"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -13043,59 +13163,59 @@ msgstr ""
"grupper via msec.\n"
"Du kan ogsๅ redigere dine egne regler som vil tilsidesๆtte standard-reglerne."
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
msgstr "Tilf๘j en ny regel i slutningen"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr "Redig้r aktuelle regel"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr "Flyt valgte regel et niveau op"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr "Flyt valgte regel et niveau ned"
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
msgstr "Slet valgte regel"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr "bladr"
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
msgstr "Aktuelle bruger"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
msgstr "Rettigheder"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr "Sti"
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
msgid "Property"
msgstr "Egenskab"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr "sticky-bit"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr "Set-UID"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr "Set-GID"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
@@ -13103,35 +13223,35 @@ msgstr ""
"Brugt til katalog:\n"
" kun ejeren af kataloget eller filen i dette katalog kan slette den"
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr "Brug ejers id ved udf๘relsen"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr "Brug gruppe-id ved udf๘relsen"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr "ved kontrol vil ejer og gruppe ikke blive ๆndret"
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
msgstr "Valg af sti"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
msgid "user :"
msgstr "bruger:"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
msgid "group :"
msgstr "gruppe:"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
msgstr "Intet lydkort genkendt!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13151,123 +13271,142 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr "pakken ImageMagick krๆves for at det skal fungere korrekt"
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
msgstr "opretter f๘rste trin"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
msgstr "endelig opl๘sning"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
msgstr "vๆlg billedfil"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
msgid "Theme name"
msgstr "Tema-navn"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr "lav startskๆrm trin 2"
-
-#: ../../standalone/draksplash_.c:82
-msgid "go to lilosplash configuration"
-msgstr "gๅ til konfiguration af Lilo-startskๆrm"
-
-#: ../../standalone/draksplash_.c:83
-msgid "quit"
-msgstr "afslut"
-
-#: ../../standalone/draksplash_.c:84
-msgid "save theme"
-msgstr "gem temaer"
+#: ../../standalone/draksplash_.c:85
+#, fuzzy
+msgid "Browse"
+msgstr "bladr"
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
msgstr "Konfigur้r startskๆrmsbilled"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
+#: ../../standalone/draksplash_.c:100
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr "antal tegn i tekstrudens x-led"
-#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+#: ../../standalone/draksplash_.c:101
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr "antal tegn i tekstrudens y-led"
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:102
msgid "text width"
msgstr "tekstbredde"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:103
msgid "text box height"
msgstr "h๘jde pๅ tekstrude"
-#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr "x-koordinatet for forl๘bsindikatorens ๘vre venstre hj๘rne"
-
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
-msgstr "y-koordinatet for forl๘bsindikatorens ๘vre venstre hj๘rne"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr ""
+"x-koordinatet for forl๘bsindikatorens\n"
+"๘vre venstre hj๘rne"
#: ../../standalone/draksplash_.c:105
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
+msgstr ""
+"y-koordinatet for forl๘bsindikatorens\n"
+"๘vre venstre hj๘rne"
+
+#: ../../standalone/draksplash_.c:106
msgid "the width of the progress bar"
msgstr "bredden pๅ forl๘bslinjen"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:107
msgid "the heigth of the progress bar"
msgstr "h๘jden pๅ forl๘bslinjen"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr "farven pๅ forl๘bslinjen"
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
-msgstr "gๅ tilbage"
-
-#: ../../standalone/draksplash_.c:120
-msgid "preview"
+#: ../../standalone/draksplash_.c:121
+msgid "Preview"
msgstr "smugkig"
-#: ../../standalone/draksplash_.c:121
-msgid "choose color"
-msgstr "vๆlg farve"
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "gem temaer"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "vๆlg farve"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr "Vis logo pๅ konsol"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr "Skjul kernens beskeder som standard"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr "Dette tema har endnu ikke nogen startskๆrm i %s!"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr "gemmer startskๆrmstema..."
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
msgstr "Valg af farve for forl๘bslinje"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr "Du skal vๆlge en biledfil f๘rst!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
msgstr "Genererer smugkigning ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Kan ikke lave smugkig af opstartsskๆrm"
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13421,6 +13560,14 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"brug: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "brug: keyboarddrake [--expert] [tastatur]\n"
@@ -13449,11 +13596,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Kan ikke starte levende opgradering!!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "ฦndringen er fortaget, men for at vๆre effektiv skal du logge ud"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13724,16 +13871,14 @@ msgstr ""
"Din %s-skanner er blevet konfigureret.\n"
"Du kan nu skanne dokumenter med 'XSane' fra Multimedie/grafik iprogrammenuen."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Nogen enheder i maskinelklassen '%s' blev fjernet:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
"\n"
"Nogen enheder i maskinelklassen '%s' blev tilf๘jet:\n"
@@ -13810,7 +13955,7 @@ msgstr "Install้r opdateringer"
msgid "Exit install"
msgstr "Afslut installation"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14056,8 +14201,46 @@ msgstr "Multimedie - CD-brๆnding"
msgid "Scientific Workstation"
msgstr "Videnskabelig arbejdsstation"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "Kan ikke lave smugkig af opstartsskๆrm"
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "For at indsende en fejlrapport klik da pๅ rapport-knappen.\n"
+#~ "Dette vil ๅbne et vindue i en netlๆser pๅ https://www.bugzilla.com\n"
+#~ " hvor du vil finde en formular der kan udfyldes. Informationen vist "
+#~ "ovenfor vil blive overf๘rt til den server\n"
+#~ "\n"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "lav startskๆrm trin 2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "gๅ til konfiguration af Lilo-startskๆrm"
+
+#~ msgid "Go back"
+#~ msgstr "gๅ tilbage"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr ""
+#~ "Der findes intet kendt alternativ OSS/ALSA-drivprogram for lydkortet (%s)"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy skal vๆre ftp://..."
+
+#~ msgid "quit"
+#~ msgstr "afslut"
#~ msgid ""
#~ "Sorry, perl-Expect is not installed/enabled. To use\n"
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index 57e1acff7..59c7cb5cd 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: MandrakeInstaller\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-08-31 11:53+0200\n"
"Last-Translator: Stefan Siegel <siegel@linux-mandrake.com>\n"
"Language-Team: German Translation Team <cooker-i18n@linux-mandrake.com>\n"
@@ -89,24 +89,24 @@ msgstr "Alle Karten getrennt konfigurieren"
msgid "Use Xinerama extension"
msgstr "Xinerama Erweiterung verwenden"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Nur Karte โ€ž%sโ€œ (%s) konfigurieren"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s mit 3D-Hardwarebeschleunigung"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -116,17 +116,17 @@ msgstr ""
"XFree %s. Ihre Karte wird auch von XFree %s unterstรผtzt, wodurch Sie \n"
"bessere 2D-Unterstรผtzung erhalten kรถnnen."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Ihre Grafikkarte kann mit XFree %s 3D-hardwarebeschleunigt werden."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s mit EXPERIMENTELLER 3D-Hardwarebeschleunigung"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"XFree %s unterstรผtzt, wodurch Sie bessere 2D-Unterstรผtzung erhalten \n"
"kรถnnen."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,12 +149,12 @@ msgstr ""
"XFree %s. BEMERKUNG: DIESE FUNKTION IST NOCH IM EXPERIMENTIERSTADIUM \n"
"UND KANN ZUM STEHENBLEIBEN IHRES RECHNERS FรœHREN."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (Installationsbildschirmtreiber)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Benutzerdefiniert"
@@ -174,32 +174,32 @@ msgstr "Auflรถsung"
msgid "Test"
msgstr "Test"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Optionen"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "OK"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Verlassen"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -294,25 +294,25 @@ msgstr "Wรคhlen Sie bitte Auflรถsung und Farbtiefe"
msgid "Graphics card: %s"
msgstr "Grafikkarte: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr " Abbruch "
@@ -388,11 +388,11 @@ msgstr "XFree86 Server: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 Treiber: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X zur Startzeit"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -402,7 +402,7 @@ msgstr ""
"automatisch die grafische Oberflรคche (= der X Server) aktiviert wird.\n"
"Wollen Sie, dass X nach jedem Neustart direkt zur Verfรผgung steht?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -422,7 +422,7 @@ msgstr ""
"\n"
"Haben Sie einen solchen Ausgang und wollen Sie ihn verwenden?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Um welche Fernsehnorm handelt es sich?"
@@ -494,7 +494,7 @@ msgstr "Kompakt"
msgid "compact"
msgstr "Kompakt"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Video Modus"
@@ -502,17 +502,17 @@ msgstr "Video Modus"
msgid "Delay before booting default image"
msgstr "Wartezeit vorm Starten des Standard Betriebssystems"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Passwort"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Passwort (erneut)"
@@ -548,14 +548,14 @@ msgstr ""
"Die Option โ€žGebrauch der Kommandozeilen-Parameter einschrรคnkenโ€œ ist ohne \n"
"Angabe eines Passworts wirkungslos"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Bitte versuchen Sie es erneut"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Die Passwรถrter stimmen nicht รผberein"
@@ -598,7 +598,7 @@ msgstr ""
"\n"
"Von welchem Verzeichnis wollen Sie starten?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -606,148 +606,148 @@ msgstr ""
"Hier sind die verschiedenen Eintrรคge.\n"
"Sie kรถnnen weitere hinzufรผgen oder existierende รคndern."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Hinzufรผgen"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Fertig"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "ร„ndern"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Welche Art Eintrag wollen Sie hinzufรผgen?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Anderes Betriebssystem (SunOS ...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Anderes Betriebssystem (MacOS ...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Anderes Betriebssystem (Windows ...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Kern"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Verzeichnisbaumwurzel"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "รœbergeben"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Init-RamDisk"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Schreiben/Lesen"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabelle"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Unsicher"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Identifikator"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Standard"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "GrรถรŸe der Init-RamDisk"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Eintrag lรถschen"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Leere Eintrรคge sind nicht erlaubt"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Sie Mรผssen ein Kern-Abbild angeben"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Sie mรผssen die Verzeichnisbaumwurzel festlegen"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Dieser Eintrag existiert bereits"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Schnittstelle(n) %s %s gefunden"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Verfรผgen Sie รผber weitere?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Verfรผgen Sie รผber %s Schnittstellen?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nein"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installation des Treibers fรผr die Karte %s %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(Modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -756,7 +756,7 @@ msgstr ""
"Sie kรถnnen nun die Optionen fรผr Modul %s angeben.\n"
"Denken Sie daran, dass Adressen mit โ€ž0xโ€œ beginnen mรผssen, etwa โ€ž0x300โ€œ"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -767,17 +767,17 @@ msgstr ""
"Optionen haben die Form โ€žname=wert name2=wert2โ€œ.\n"
"Beispielsweise: โ€žio=0x300 irq=7โ€œ"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Modul-Optionen:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Welchen %s-Treiber soll ich versuchen?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -795,15 +795,15 @@ 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:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Automatische Erkennung"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Optionen angeben"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -812,63 +812,63 @@ msgstr ""
"Laden von Modul %s schlug Fehl.\n"
"Wollen Sie es erneut mit anderen Parametern versuchen?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "Zugriff auf X-Programme"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "Zugriff auf RPM-Werkzeuge"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "โ€žsuโ€œ erlauben"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "Zugriff auf Verwaltungsdateien"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "Zugriff auf Netzwerk-Werkzeuge"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr "Zugriff auf Compiler"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s wurde bereits hinzugefรผgt)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Dieses Passwort ist zu einfach"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Bitte geben Sie ein Benutzerkennzeichen an"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Das Benutzerkennzeichen sollte nur aus Kleinbuchstaben, Ziffern, \n"
"โ€ž-โ€œ und โ€ž_โ€œ bestehen"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Dieses Benutzerkennzeichen ist zu lang"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Dieses Benutzerkennzeichen existiert bereits"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Benutzer hinzufรผgen"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -877,32 +877,32 @@ msgstr ""
"Benutzerkennzeichen einrichten\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Benutzer akzeptieren"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Benutzername"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Benutzerkennzeichen"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Symbol"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -911,19 +911,19 @@ msgstr ""
"ein Benutzer angemeldet wird.\n"
"Wollen Sie davon Gebrauch machen?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Wรคhlen Sie den Standard-Nutzer:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Wรคhlen Sie den Window-Manager, den Sie verwenden wollen:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Bitte wรคhlen Sie die zu verwendende Sprache."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -932,37 +932,37 @@ msgstr ""
"Sie kรถnnen andere Sprachen auswรคhlen, die nach der Installation zur "
"Verfรผgung stehen."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Alle"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Allen Benutzern erlauben"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Kein Teilen"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Das Paket %s muss installiert sein. Soll ich es installieren?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"Sie kรถnnen die Dateien mittels Samba oder NFS anbieten. Welche Variante "
"wollen Sie?"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Das zwingend benรถtigte Paket โ€ž%sโ€œ fehlt."
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -977,11 +977,11 @@ msgstr ""
"Mit โ€žBenutzerdefiniertโ€œ kรถnnen Sie eine Einstellung pro Kennzeichen "
"vornehmen.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Userdrake starten"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -990,31 +990,31 @@ msgstr ""
"Sie kรถnnen UserDrake verwenden, um Benutzerkennzeichen in diese Gruppe "
"aufzunehmen."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Cracker-Spielplatz"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Schwach"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Hoch"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Hรถher"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoid"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1025,7 +1025,7 @@ msgstr ""
"der Rechner nicht als Netzwerkrechner (LAN oder Modem) verwendet werden, \n"
"da Angreifer mangels Passwort an Ihre Daten gelangen kรถnnen!"
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1033,7 +1033,7 @@ msgstr ""
"Passwortabfragen sind nun eingeschaltet, aber die Verwendung als \n"
"Netzwerkrechner kann hier nicht empfohlen werden."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1041,7 +1041,7 @@ msgstr ""
"Das ist die Standard-Sicherheitsebene fรผr Rechner, mit Internetzugang \n"
"als Klient."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1049,7 +1049,7 @@ msgstr ""
"Es gibt bereits mehr Restriktionen und jede Nacht werden automatische "
"Sicherheitstests durchgefรผhrt."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1066,7 +1066,7 @@ msgstr ""
"Klient ins Internet gehen, besser eine niedrigere Sicherhetsebene \n"
"verwenden sollte."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1074,32 +1074,32 @@ msgstr ""
"Diese Ebene bietet die selbe Funktionalitรคt, wie die vorherige. Jedoch ist \n"
"das System nun komplett geschlossen. Es ist die hรถchste Sicherheitsebene."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "DrakSec Grundeinstellungen"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Wรคhlen Sie Ihre Sicherheitsebene"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Sicherheitsebene"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "โ€žlibsafeโ€œ bei Servern verwenden"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr "Eine Bibliothek, die gegen sog. โ€žbuffer overflowโ€œ-Angriffe schรผtzt."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Sicherheitsadministrator (Kennzeichen oder E-Mail)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1115,7 +1115,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1139,60 +1139,60 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Willkommen zum Betriebssystem-Starter GRUB!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Verwenden Sie die Tasten %c und %c um ein Betriebssystem zu wย„hlen."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Zum Starten des BS drยcken Sie <Return>. Mit <e> kย”nnen Sie das"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "Kommando vorher editieren, mit <c> erhalten Sie eine Kommandozeile."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "In %d Sekunden wird das gewย„hlte BS automatisch gestartet."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "Sie haben nicht genug Platz in โ€ž/bootโ€œ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Arbeitsoberflรคche"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start-Menรผ"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr ""
"Sie kรถnnen den Betriebssystemstarter\n"
"nicht auf einer %s Partition installieren!\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "Es steht noch keine Hilfe zur Verfรผgung.\n"
@@ -1244,79 +1244,79 @@ msgstr "LILO/GRUB Modus"
msgid "Yaboot mode"
msgstr "Yaboot Modus"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Themen installieren"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Bildschirm-Thema fรผr die Konsole"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "Ein neues Thema erzeugen"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Anlegen einer Sicherheitskopie von โ€ž%sโ€œ unter โ€ž%s.oldโ€œ."
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Fehler"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "Ich kann keine Sicherheitskopie der LILO-Nachricht anlegen."
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Kopiere โ€ž%sโ€œ nach โ€ž%sโ€œ"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "Ich kann die LILO-Nachricht nicht รคern."
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Ich kann die LILO Nachricht nicht finden."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Ich kann โ€ž/etc/sysconfig/bootsplashโ€œ nicht anlegen."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Schreiben von %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr "Ich kann โ€ž/etc/sysconfig/bootsplashโ€œ nicht anlegen."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Ich kann โ€žmkinitrd -f /boot/initrd-%s.img %sโ€œ nicht ausfรผhren."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Erstellen der RamDisk: โ€žmkinitrd -f /boot/initrd-%s.img %sโ€œ."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1325,24 +1325,24 @@ msgstr ""
"Benutzerkennzeichen โ€žliloโ€œ in einer Konsole aus, um die Themen-Installation "
"zu beenden."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "LILO ausfรผhren"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Anmerkung"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Installation des LILO- und Start-Themas erfolgreich."
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Die Installation des Themas schlug fehl!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1351,21 +1351,21 @@ msgstr ""
"Sie verwenden momentan โ€ž%sโ€œ als Betriebssystemstarter.\n"
"Wรคhlen Sie โ€žKonfigurierenโ€œ, wenn Sie den Assistenten starten wollen."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigurieren"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Startschirmauswahl"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Themen"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1382,44 +1382,44 @@ msgstr ""
"unterschiedliche\n"
"Varianten wรคhlen."
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "LILO-Menรผ"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Startschirm"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "System-Modus"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "X-Window nach dem Hochfahren automatisch starten "
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nein ich will kein Autologin"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja ich will Autologin mit diesem Kennzeichen und dieser Oberflรคche"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr " Ok "
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "Ich kann โ€ž/etc/inittabโ€œ nicht zum lesen รถffnen: %s"
@@ -1517,50 +1517,58 @@ msgstr "ร–stereich"
msgid "United States"
msgstr "Vereinigte Staaten von Amerika"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Neu"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Aushรคngen"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Einhรคngen"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Einhรคngpunkt"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Bitte geben Sie die WebDAV-Server URL an"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "Die URL muss mit โ€žhttp://โ€œ oder โ€žhttps://โ€œ beginnen!"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Server: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Einhรคngpunkt: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Optionen: %s"
@@ -1647,7 +1655,7 @@ msgstr "Leer"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Andere"
@@ -1791,7 +1799,7 @@ msgstr ""
"Die gesicherte Partitionstabelle hat nicht dieselbe GrรถรŸe\n"
"Soll trotzdem fortgefahren werden?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Warnung"
@@ -2360,7 +2368,7 @@ msgid ""
msgstr ""
"Bitte geben Sie Benutzerkennzeichen, Passwort und Domรคne des Rechners an."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Benutzerkennzeichen"
@@ -2372,25 +2380,25 @@ msgstr "Domรคne"
msgid "Search servers"
msgstr "Server suchen"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatieren von %s schlug Fehl"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr ""
"Ich bin nicht in der Lage, %s mit einem Dateisystem vom Typ %s zu "
"formatieren."
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "Das Einhรคngen der Partition %s in das Verzeichnis %s schlug fehl."
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "Fehler beim Aushรคngen von %s: %s"
@@ -2484,47 +2492,110 @@ msgstr "Nichts zu tun."
msgid "Error opening %s for writing: %s"
msgstr "Fehler beim ร–ffnen von %s zum Schreiben: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "Kein alternativer Treiber"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
"Es existiert kein alternativer OSS/ALSA Treiber fรผr Ihre Soundkarte (%s)"
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "Sound Konfiguration"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
"Hier kรถnnen Sie einen alternativen Treiber (entweder OSS odr ALSA) fรผr Ihre "
"Soundkarte (%s) auswรคhlen"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "Treiber:"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Hilfe"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Einen Moment ... ich richte die Konfiguration ein"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Bitte warten"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "Kein bekannter Treiber"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Es gibt keinen bekannten Treiber fรผr Ihre Soundkarte (%s)"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "Unbekannter Treiber"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, fuzzy, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2655,7 +2726,8 @@ msgid "/_Quit"
msgstr "/_Beenden"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Hilfe"
@@ -2676,14 +2748,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Fehler Melden"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_รœber ..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "รœber HardDrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2691,56 +2767,53 @@ msgstr ""
"HardDrake - das Mandrake Linux Hardware-Konfigurationswerkzeug.\n"
"Version:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Autor:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "HardDrake2 Version "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Gefundene Hardware"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informationen"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Modul konfigurieren"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "Konfigurationswerkzeug starten"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Erkennung lรคuft"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Bitte warten"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Sie kรถnnen alle Modulparamerter hier einstellen."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "โ€ž%sโ€œ ausfรผhren ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "Primรคr"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "Sekundรคr"
@@ -4779,7 +4852,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Sie mรผssen auch %s formatieren."
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4804,7 +4877,7 @@ msgstr ""
"\n"
"Wollen Sie diese Server wirklich installieren?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4818,22 +4891,22 @@ msgstr ""
"\n"
"Wollen Sie diese Pakete wirklich entfernen?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr ""
"Ich kann kein Broadcast machen,\n"
"da keine NIS Domรคne angegeben wurde"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Legen Sie eine leere, FAT formatierte Diskette in Laufwerk %s ein."
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Diese Diskette ist nich FAT formatiert"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4841,12 +4914,12 @@ msgstr ""
"Um diese gespeicherte Paketauswahl zu verwenden, starten Sie die \n"
"Installation bitte mit: โ€žboot defcfg=floppyโ€œ"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fehler beim Lesen der Datei %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -5097,7 +5170,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Willkommen auf %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Kein Disketten-Laufwerk verfรผgbar"
@@ -5128,11 +5201,11 @@ msgstr "Installationsart"
msgid "Please choose one of the following classes of installation:"
msgstr "Bitte wรคhlen Sie eine der folgenden Installationsklassen:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Auswahl der Paketgruppen"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Individuelle Paketauswahl"
@@ -5214,7 +5287,7 @@ msgstr "Anzeige automatisch markierter Pakete"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Installation"
@@ -5234,7 +5307,7 @@ msgstr "Minimal-Installation"
msgid "Choose the packages you want to install"
msgstr "Zu installierende Pakete auswรคhlen"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Installation wird durchgefรผhrt"
@@ -5261,17 +5334,17 @@ msgid "Installing package %s"
msgstr "Installation des Pakets %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Akzeptieren"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Zurรผckweisen"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5287,16 +5360,16 @@ msgstr ""
"Falls Sie sie nicht vorliegen haben, drรผcken Sie Abbruch."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Wollen Sie trotzdem fortfahren?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Bei der Anforderung folgender Pakete trat ein Fehler auf:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Bei der Installation der Pakete trat ein Fehler auf:"
@@ -5423,7 +5496,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5719,7 +5792,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Sind Sie sicher, dass Sie die Lizenz zurรผckweisen wollen?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastatur"
@@ -5934,11 +6007,11 @@ msgstr ""
msgid "Selected size is larger than available space"
msgstr "Gewรผnschte GrรถรŸe รผbersteigt den verfรผgbaren Platz"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Installationsklasse"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5946,19 +6019,19 @@ msgstr ""
"Sie haben keine Paketgruppe ausgewรคhlt\n"
"Bitte wรคhlen Sie die minimale Installation, die Sie wรผnschen."
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Mit X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Mit minimaler Dokumentation (Empfohlen)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Extrem minimale Installation (ohne โ€žurpmiโ€œ)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5969,16 +6042,16 @@ msgstr ""
"falls nur einige der aufgefรผhrten CDs fehlen, entfernen Sie die \n"
"entsprechende Markierung und wรคhlen Sie dann โ€žOKโ€œ."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM โ€ž%sโ€œ"
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Installation vorbereiten"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5987,23 +6060,23 @@ msgstr ""
"Installiere Paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Einstellungen fรผr nach der Installation"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Bitte legen Sie die Startdiskette in Laufwerk %s ein."
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
"Bitte legen Sie die Diskette der zu aktualisiernden Module in Laufwerk %s "
"ein."
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -6079,7 +6152,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -6098,163 +6171,163 @@ msgstr ""
"\n"
"Mรถchten Sie die Aktualisierungen vornehmen?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Verbindung mit dem Mandrake Linux Web-Server aufbauen, um eine Liste\n"
"verfรผgbarer Pakete zu erhalten."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
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:914
+#: ../../install_steps_interactive.pm_.c:915
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:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Wรคhlen Sie Ihre Zeitzone"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Hardware Uhr liefert GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatische Zeit-Synchronisation (durch NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP Server"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "CUPS-Server im Netzwerkbetrieb"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Kein Drucker"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Verfรผgen Sie รผber eine ISA soundkarte?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Starten Sie โ€žsndconfigโ€œ nach der Installation, um Ihre Soundkarte "
"einzurichten."
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Es wurde keine Soundkarte gefunden. Versuchen Sie โ€žharddrakeโ€œnach der "
"Installation."
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Zusammenfassung"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Maus"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Zeitzone"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Drucker"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN Karte"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Soundkarte"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV-Karte"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Windows Domรคne"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Lokale Dateien"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Root-Passwort setzen"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Kein Passwort"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it 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:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "LDAP Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP Server"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "NIS Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6286,19 +6359,19 @@ msgstr ""
"Mit โ€žwbinfo -tโ€œ kรถnnen Sie anschlieรŸend testetn, ob die Anmeldung "
"erfolgreich war."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Windows Domรคnenauthentifizierung"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Name des Domรคnenadministrators"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Paswort des Administrators"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6329,19 +6402,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:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "erste Disketten-Laufwerk"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "zweite Disketten-Laufwerk"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "รœberspringen"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6370,7 +6443,7 @@ msgstr ""
"Mรถchten Sie jetzt eine Startdiskette fรผr Ihr System erstellen?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6384,30 +6457,30 @@ msgstr ""
"Das Erstellen einer Startdiskette auf einem 1,44 MB Medium \n"
"schlรค sicher fehl, da XFS einen sehr groรŸen Treiber benรถtigt)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Ich kann kein Laufwerk finden"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr ""
"Legen Sie eine Diskette, die keine relevanten Daten mehr enthรคlt in โ€ž%sโ€œ ein."
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Startdiskette wird erstellt..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Betriebssystemstarter vorbereiten"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6421,11 +6494,11 @@ msgstr ""
"โ€žBootXโ€œ verwenden mรผssen um LINUX auf Ihrem Rechner\n"
"zu starten."
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Mรถchten Sie โ€žabootโ€œ verwenden?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6434,16 +6507,16 @@ msgstr ""
"mit Gewalt versuchen, auch wenn dies die Zerstรถrung der ersten \n"
"Partition verursachen kann?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Betriebssystemstarter installieren"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
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:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6461,17 +6534,17 @@ msgstr ""
"Tippen Sie dann: shut-down\n"
"Beim darauffolgenden Neustart sollte Sie die Eingabeaufforderung sehen."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Legen Sie eine leere Diskette in das %s ein."
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Erstellen einer Auto-Installationsdiskette"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6481,7 +6554,7 @@ msgstr ""
"\n"
"Wollen Sie DrakX wirklich beenden?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6511,15 +6584,15 @@ msgstr ""
"Wie Sie Ihr System warten kรถnnen, erfahren Sie im Kapitel โ€žNach der "
"Installationโ€œ im offiziellen Benutzerhandbuch von Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Erstellen einer Auto-Installationsdiskette"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6536,15 +6609,15 @@ msgstr ""
"Vermutlich werden Sie es vorziehen, erneut eine normale\n"
"Installation durchzufรผhren.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatisiert"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Erneut abspielen"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Paketauswahl speichern"
@@ -6580,14 +6653,14 @@ msgstr "Fortgeschritten"
msgid "Basic"
msgstr "Einfach"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Zurรผck"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Weiter"
@@ -7032,7 +7105,7 @@ msgstr "Rechte โ€žWindowsโ€œ-Taste"
msgid "Circular mounts %s\n"
msgstr "Schleife bei den Einhรคngpunkten %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Entfernen Sie erst die Logischen Medien\n"
@@ -7169,15 +7242,15 @@ msgstr "keine"
msgid "No mouse"
msgstr "Keine Maus"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Bitte testen Sie Ihre Maus"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Um Ihre Maus zu aktivieren:"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "BEWEGEN SIE IHR MAUS-RAD!"
@@ -7213,11 +7286,11 @@ msgstr "Baum verkleinern"
msgid "Toggle between flat and group sorted"
msgstr "Umschalten zwischen unsortiert und gruppiert"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Internetverbindung"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -7227,23 +7300,19 @@ msgstr ""
"Einige Verbindungen benutzen jedoch pptp, andere dhcp.\n"
"Wenn Sie nicht wissen was Sie brauchen, wรคhlen Sie โ€žpppoe verwendenโ€œ"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch USB"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "DHCP verwenden"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "PPPOE verwenden"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "PPTP verwenden"
@@ -7347,7 +7416,7 @@ msgstr ""
msgid "no network card found"
msgstr "Keine Netzwerkkarte gefunden"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Netzwerk konfigurieren"
@@ -7363,15 +7432,15 @@ msgstr ""
"Ihr Rechnername sollte auch die Domain beinhalten,\n"
"etwa โ€žmeinrechner.meineabteilung.meinefirma.deโ€œ."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Rechnername"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Netzwerk Konfigurationsassistent"
@@ -7420,8 +7489,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Alte Konfiguration (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN Konfiguration"
@@ -7457,23 +7526,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Welches Protokoll wollen Sie verwenden?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Welchen Kartentyp verwenden Sie?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Keine Ahnung"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA/PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7488,19 +7562,19 @@ msgstr ""
"Falls Sie eine PCMCIA-Karte besitzen, mรผssen Sie IRQ und E/A-Bereich Ihrer "
"Karte kennen.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Abbruch"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Fortfahren"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Bitte wรคhlen Sie Ihre ISDN Karte"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7509,7 +7583,7 @@ msgstr ""
"kenne sie jedoch nicht. Bitte helfen Sie mir,\n"
"indem Sie im nรคchsten Menรผ eine auswรคhlen."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Ich konnte keine PCI ISDN-Karte finden.\n"
@@ -7563,7 +7637,7 @@ msgstr "Erster DNS Server (optional)"
msgid "Second DNS Server (optional)"
msgstr "Zweiter DNS Server (optional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7571,7 +7645,7 @@ msgstr ""
"\n"
"Sie kรถnnen die Verbindung trennen oder sie neu konfigurieren."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7579,11 +7653,11 @@ msgstr ""
"\n"
"Sie kรถnnen Ihre Internetverbindung neu konfigurieren"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Sie sind momentan mit dem Internet verbunden."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7592,32 +7666,32 @@ msgstr ""
"Sie kรถnnen eine Internetverbindung aufbauen oder die Verbindung neu "
"konfigurieren"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Sie sind momentan nicht mit dem Internet verbunden."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Verbinden"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Verbindung trennen"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Die Verbindung konfigurieren"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internetverbindung und -einrichtung"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Wir werden nun die Verbindung โ€ž%sโ€œ konfigurieren."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7636,12 +7710,12 @@ msgstr ""
"\n"
"Wรคhlen Sie โ€žOKโ€œ, um fortzufahren."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Netzwerk konfigurieren"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7653,7 +7727,7 @@ msgstr ""
"โ€žAbbruchโ€œ, um Ihre Internet- und Netzwerk-Konfiguration neu zu\n"
"konfigurieren.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7665,72 +7739,72 @@ msgstr ""
"Ich versuche nun Ihre Internet-/Netzwerk-Verbindung zu konfigurieren.\n"
"Falls Sie keine Autodetektion wรผnschen, entfernen Sie bitte die Markierung.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Wรคhlen Sie das Profil, dass eingestellt werden soll"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Autoerkennung benutzen"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Expertenmodus"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Gerรคteerkennung..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normale Modem Verbindung"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "an Prot %s gefunden"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN Verbindung"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "%s gefunden"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL Verbindung"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "an Schnittstelle %s gefunden"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kabel Verbindung"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Kabel Verbindung gefunden"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN Verbindung"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "Netzwerkkarte(n) gefunden"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Wรคhlen Sie die Verbindung, die Sie konfigurieren wollen"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7741,23 +7815,23 @@ msgstr ""
"ich versuchen soll.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internet-Verbindung"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Mรถchten Sie die Verbindung bei Betriebssystemstart herstellen?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Netzwerk Konfiguration"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Das Netzwerk muss neu gestartet werden"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7768,7 +7842,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7778,7 +7852,7 @@ msgstr ""
"\n"
"Die Konfiguration wird nun in Ihr System integriert.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7787,7 +7861,7 @@ msgstr ""
"neu zu starten, um Probleme, die durch die ร„nderung des\n"
"Rechnernamens hervorgerufen werden, zu vermeiden."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7798,7 +7872,7 @@ msgstr ""
"Kontrollzentrum. Falls die Verbindung nicht funktioniert, sollten Sie erneut "
"die Konfguration starten."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7810,7 +7884,7 @@ msgstr ""
"Drรผcken Sie einfach โ€žOKโ€œ, um die Einstellungen zu behalten.\n"
"Fall Sie Felder verรคndern, wird die Konfiguration รผberschrieben."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7820,42 +7894,42 @@ msgstr ""
"Jeder Eintrag muss als dezimale IP-Adresse in Punktschreibweise \n"
"angegeben werden (etwa โ€ž192.168.1.42โ€œ)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigurieren der Netzwerkkarte %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (Treiber %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP Adresse"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netzmaske"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(BOOTP/DHCP)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatische IP-Adressen Zuweisung"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Beim BS-Start aktivieren"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Die IP Adresse sollte etwa die Form โ€ž192.168.1.42โ€œ haben!"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7867,42 +7941,52 @@ msgstr ""
"etwa โ€žmeinrechner.meineabteilung.meinefirma.deโ€œ.\n"
"Falls Sie ein Gateway verwenden, sollten Sie auch dessen IP-Adresse angeben."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS-Server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (etwa %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway Gerรคt"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Die IP Adresse sollte etwa die Form โ€ž192.168.1.42โ€œ haben!"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Die IP Adresse sollte etwa die Form โ€ž192.168.1.42โ€œ haben!"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Proxies einstellen"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP Proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP Proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Netzwerkkarten-ID รผberwachen (sinnvoll fรผr Laptops)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy muss โ€žhttp://...โ€œ sein"
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy muss โ€žftp://...โ€œ sein"
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Die URL muss mit โ€žhttp://โ€œ oder โ€žftp://โ€œ beginnen"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9464,7 +9548,7 @@ msgstr "Drucken auf Drucker โ€ž%sโ€œ"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -10027,10 +10111,6 @@ msgstr ""
"Falls sie keinen FTP Proxy wolen, lassen Sie einfach\n"
"alle Felder leer."
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Die URL muss mit โ€žhttp://โ€œ oder โ€žftp://โ€œ beginnen"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -10079,6 +10159,43 @@ msgstr "mkraid schlug Fehl (Mรถglicherweise fehlen die RAID-Tools)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nicht genรผgend Partitionen fรผr RAID Level %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Sicherheitsebene"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Sicherheitsebene"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Sicherheitsadministrator (Kennzeichen oder E-Mail)"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Standard)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Wรคhlen Sie Ihre Sicherheitsebene"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Bitte warten, bereite Installation vor"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Startet das ALSA (Advanced Linux Sound Architecture) Sound System"
@@ -10420,7 +10537,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Gemeinsamer Dateizugriff"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "System"
@@ -10516,7 +10633,7 @@ msgstr "Nutzen Sie das Internet nach Ihren Wรผnschen"
#: ../../share/advertising/03-internet.pl_.c:10
#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10575,7 +10692,7 @@ msgstr "Arbeitsumgebungen"
#: ../../share/advertising/07-desktop.pl_.c:10
#, fuzzy
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"Mandrake Linux 9.0 bietet 11 Arbeitsumgebungen, die Sie nach Ihren Wรผnschen "
@@ -10605,7 +10722,7 @@ msgstr "Verwandeln Sie Ihren Rechner in einen zuverlรคssigen Server."
#: ../../share/advertising/09-server.pl_.c:10
#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Verwandeln Sie Ihren Rechner mit ein paar Mausklicks in einen "
@@ -10626,7 +10743,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
"Dieses Firewall-Produkt enthรคlt die Netzwerkkomponenten, um all Ihren "
@@ -10643,7 +10760,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -10691,8 +10808,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -10728,11 +10845,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Pakete Installieren ..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Bitte loggen Sie sich aus, und drรผcken Sie Ctrl-Alt-Rรผcktaste"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
@@ -10778,16 +10895,6 @@ msgstr "Benutzer hinzufรผgen"
msgid "Add/Del Clients"
msgstr "DHCP-Klient"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Hilfe"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Bootdiskette"
@@ -10838,49 +10945,64 @@ msgstr "Benutzer hinzufรผgen -->"
msgid "<-- Del User"
msgstr "<-- Benutzer lรถschen"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Klient hinzufรผgen -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Klient lรถschen"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "DHCP Konfigurieren ..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Expertenkonfiguration"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Konfiguration speichern"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Bitte legen Sie eine Diskette ein:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Kein Diskettenzugriff mรถglich!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Sie kรถnnen die Diskette nun entfernen"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Kein Disketten-Laufwerk verfรผgbar"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Es trat ein Fehler auf! Ist โ€žmkisofsโ€œ installiert?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "โ€ž/etc/dhcpd.confโ€œ muss erst angelegt werden!"
@@ -11024,13 +11146,13 @@ msgstr ""
" DrakBackup Report Details\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Vortschritt"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -11039,41 +11161,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Kein Passwort"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, c-format
msgid "Can't find %s on %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -11084,65 +11206,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Systemdateien sichern ..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Backup-Dateien auf der Festplatte ..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Benutzerdateien sichern ..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Festplattenbackup in Bearbeitung ..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Andere Dateien sichern ..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Auf Bandlaufwerk sichern"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -11150,7 +11272,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, fuzzy, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -11159,7 +11281,7 @@ msgstr ""
"Dateiliste per FTP senden: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
#, fuzzy
msgid ""
"\n"
@@ -11170,41 +11292,41 @@ msgstr ""
"(!) FTP Verbindungsprobleme: Es war nicht mรถglich, Ihre Dateien per FTP zu "
"รผbertragen.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "(!) Fehler beim Verschicken der Mail. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Dateiauswahl"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
"Wรคhlen Sie die Dateien oder Verzeichnisse und betรคtigen Sie die Schaltflรคche "
"โ€žHinzufรผgenโ€œ"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -11212,27 +11334,27 @@ msgstr ""
"\n"
"Bitte wรคhlen Sie alle benรถtigten Parameter.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Diese Optionen kรถn alle Ihre Dateien im Verzeichnis โ€ž/etcโ€œ sichern und "
"wiederherstellen\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Sichern Ihrer Systemdateien (Verzeicnis โ€ž/etcโ€œ)"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Inkrementelles Backup (alte Backups nicht รผberschreiben)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Keine kritischen Dateien (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -11240,66 +11362,68 @@ msgstr ""
"Mit dieser Option sind Sie in der Lage, jede Version Ihres \n"
"โ€ž/etcโ€œ Verzeichnisses wiederherzustellen."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
"Bitte wรคhlen Sie alle Kennzeichen, deren Dateinen mitgesichert werden sollen."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Die Browser-Caches nicht archivieren."
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Inkrementelle Archivierung (alte Archive nicht ersetzen)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Markierte entfernen"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Benutzer"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "FTP-Verbindung zum erstellen der Sicherungskopien verwenden"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "รœbertragen"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Rechnernamen oder IP eingeben."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -11308,69 +11432,69 @@ msgstr ""
"Bitte geben Sie das Verzeichnis an,\n"
" in dem die Archive erstellt werden sollen."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Bitte geben Sie Ihr Benutzerkennzeichen ein"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Bitte geben Sie Ihr Passwort ein"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Passwort behalten"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
#, fuzzy
msgid "Need hostname, username and password!"
msgstr "Ich mich unter โ€ž%sโ€œ micht anmelden! Stimmt das Passwort?"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Sicherungskopie auf CD/DVDROM"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Bitte wรคhlen Sie Ihren CD-Paltz"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Kontrollieren Sie, ob Sie die CDRW vorher lรถschen wollen."
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
#, fuzzy
msgid " Erase Now "
msgstr "รœbertragen"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11378,36 +11502,36 @@ msgstr ""
"Bitte geben Sie den Gerรคtenamen \n"
"Ihres Brenners an, etwa โ€ž0,1,0โ€œ."
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Datei auswรคhlen"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Auf Bandlaufwerk sichern"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Bitte geben Sie den Gerรคtenamen fรผ Archivierung an."
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Kontrollieren Sie, ob Sie die CDRW vorher lรถschen wollen."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Kontrollieren Sie, ob Sie die CDRW vorher lรถschen wollen."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Kontrollieren Sie, ob Sie die CDRW vorher lรถschen wollen."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11415,57 +11539,57 @@ msgstr ""
"Bitte geben Sie die MaximalgrรถรŸe \n"
"fรผr DrakBackup an."
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Bitte geben Sie das Archivverzeichnis an:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Quota fรผr Backup-Datei verwenden."
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Netzwerk"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Festplatte/NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Typ"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "stรผndlich"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "tรคglich"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "wรถchendlich"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "monatlich"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Dรคmon verwenden"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11473,7 +11597,7 @@ msgstr ""
"Bitte wรคhlen Sie das Zeitintervall \n"
"zwischen zwei Sicherungen."
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11481,7 +11605,7 @@ msgstr ""
"Bitte wรคhlen Sie ein\n"
"Sicherungsmedium."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -11489,71 +11613,71 @@ msgid ""
"Note that currently all 'net' medias also use the hard drive."
msgstr "Stellen Sie sicher, dass der Cron-Dรคmon als Dienst aktiviert ist."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "E-Mail Bericht nach jedem Sicherungsvorgang an: "
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Was"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Wo"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Wann"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Mehr Parameter"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "DrakBackup Konfiguration"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Bitte wรคhlen Sie wohin Sie die Sicherungskopien machen wollen."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "auf Festplatte"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "รผber Netzwerk"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Bitte wรคhlen Sie, was Sie sichern wollen"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "System sichern"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Benutzerkennzeichen sichern"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Benutzerkennzeichen auswรคhlen"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11561,7 +11685,7 @@ msgstr ""
"\n"
"Sicherungsquellen: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11569,7 +11693,7 @@ msgstr ""
"\n"
"- Systemdateien:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11577,7 +11701,7 @@ msgstr ""
"\n"
"- Benutzerdateien:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11585,7 +11709,7 @@ msgstr ""
"\n"
"- Sonstige Dateien:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11594,32 +11718,32 @@ msgstr ""
"\n"
"- Auf Festplatte sichern unter: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Mausschnittstelle: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, fuzzy, c-format
msgid ""
"\n"
@@ -11628,12 +11752,12 @@ msgstr ""
"\n"
"- Via FTP sichern auf: %s\n"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy, c-format
msgid ""
"\n"
@@ -11642,7 +11766,7 @@ msgstr ""
"\n"
"- Via FTP sichern auf: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11651,7 +11775,7 @@ msgstr ""
"\t\t Benutzer: %s\n"
"\t\t Pfad: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11659,19 +11783,19 @@ msgstr ""
"\n"
"- Optionen:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tKeine Systemdateien\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tSicherungen verwenden โ€žtarโ€œ und โ€žbzip2โ€œ\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tSicherungen verwenden โ€žtarโ€œ und โ€žgzipโ€œ\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11680,42 +11804,42 @@ msgstr ""
"\n"
"- Dรคmon (%s) enthรคlt:\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t- Festplatte.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t- CD-ROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t- Netzwerk per FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t- Netzwerk per SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t- Netzwerk per FTP.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t- Netzwerk per FTP.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
"Keine Konfiguration. Wรคhlen Sie dein Assistenten oder Fortgeschritten.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11723,7 +11847,7 @@ msgstr ""
"Liste der wiederherzustellenden Daten:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11731,260 +11855,260 @@ msgstr ""
"Liste der beschรคdigten Daten:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr ""
"Bitte entfernen Sie die Markierung oder lรถschen Sie sie das nรคchste Mal."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Die Sicherungen sind beschรคdigt."
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
#, fuzzy
msgid " All of your selected data have been "
msgstr " Alle Ihre gewรคlhten Daten wurden "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " erfolgreich auf %s wiederhergestellt "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Konfiguration wiederherstellen "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "OK, die รผbrigen Dateien zu aktualisieren."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Liste wiederherzustellender Kennzeichen (letztes Datum per Kennzeichen ist "
"wichtig)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Systemdateien sichern vor:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "Bitte wรคhlen Sie, welches Datum wiederhergestellt werden soll."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Auf Festpaltte sichern"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Bitte geben Sie das Archivverzeichnis an:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP Verbindung"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Sichere Verbindung"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Von Festplatte wiederherstellen"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Bitte geben Sie das Verzeichnis an, in dem die Sicherungskopien liegen"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Wรคhlen Sie ein anderes Medium von dem Sie wiederherstellen wollen."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Anderes Medium"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "System wiederherstellen"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Benutzerkennzeichen wiederherstellen"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Sonstiges wiederherstellen"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Auswahl des Pfades der wiederhergestellt werden soll (statt โ€ž/โ€œ"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Erstelle Sicherung vor dem Wiederherstellen (nur fรผr inkrementelle "
"Sicherungen)."
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Benutzerkennzeichen vor dem Wiederherstellen entfernen."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Markierte entfernen"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Sonstiges wiederherstellen"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "Anlegen einer Sicherheitskopie von โ€ž%sโ€œ unter โ€ž%s.oldโ€œ."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Von Festplatte wiederherstellen"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Partitionstabelle wiederherstellen"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Benutzerkennzeichen wiederherstellen"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Rechnername"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Passwort"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Benutzerkennzeichen"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Rechnername: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Sonstiges wiederherstellen"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Alle Sicherungen wiederherstellen"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Benutzergefรผhrte Wiederherstellung"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Partitionstabelle wiederherstellen"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Benutzerkennzeichen wiederherstellen"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "<- Zurรผck"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Speichern"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Sicherung erstellen"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Wiederherstellen"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
#, fuzzy
msgid ""
"Error during sendmail.\n"
@@ -11995,14 +12119,14 @@ msgstr ""
" Ihre Bericht-Mail konnte nicht versandt werden.\n"
" Bitte richten Sie Sendmail korrekt ein."
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Die folgenden Pakete werden installiert werden"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -12011,19 +12135,19 @@ msgstr ""
"Fehler bei der รœertragung via FTP.\n"
"Bitte korrigieren Sie Ihre FTP-Konfiguration."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Bitte wรคhlen Sie die wiederherzustellenden Daten..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Bitte wรคhlen Sie ein Sicherungsmedium..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Bitte wรคhlen Sie die zu sichernden Daten..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -12031,59 +12155,59 @@ msgstr ""
"Keine Konfigurationsdatei gefunde.\n"
"Bitte wรคhlen Sie den โ€žAssistentenโ€œ oder โ€žErweitertโ€œ."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "In Entwicklung, haben Sie noch etwas Geduld ..."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Systemdateien sichern"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Benutzerdateien sichern"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Andere Dateien sichern"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Fortschritt"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "Datenรผagung via FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Dateien รผbertragen ..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Jetzt Sicherung anhand der Konfigurationsdatei erstellen."
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Sicherungskonfiguration anzeiegen"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Assistentengestรผtzte Konfiguration"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Expertenkonfiguration"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Jetzt sichern"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "DrakBackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
#, fuzzy
msgid ""
"options description:\n"
@@ -12146,7 +12270,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -12161,7 +12285,7 @@ msgstr ""
" in โ€ž/etc/postfix/main.cfโ€œ korrigieren.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -12244,7 +12368,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
#, fuzzy
msgid ""
"restore description:\n"
@@ -12315,18 +12439,18 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by Sebastien DUPONT <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -12356,7 +12480,7 @@ msgstr ""
" along with this program; if not, write to the Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12396,7 +12520,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12414,7 +12538,7 @@ msgstr ""
"Rechner erstellt werden.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12437,7 +12561,7 @@ msgstr ""
"Seien Sie daher vorsichtig und รคndern Sie die Sicherungskopien \n"
"nicht manuell.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12519,8 +12643,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsolen-Werkzeuge"
@@ -12597,28 +12721,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Port"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Nach dem Entfernen"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Die Bildschim-Schnappschรผsse liegen nach der Installation unter โ€ž%sโ€œ"
@@ -12718,10 +12842,6 @@ msgstr "Assistent..."
msgid "Apply"
msgstr "Anwenden"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Einen Moment ... ich richte die Konfiguration ein"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Verbunden"
@@ -12845,7 +12965,7 @@ msgstr " Modulname "
msgid "Size"
msgstr " GrรถรŸe "
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "DrakFloppy"
@@ -12910,12 +13030,12 @@ msgstr "Ausgabe"
msgid "Build the disk"
msgstr " Diskette erstellen "
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Stellen Sie sicher, dass ein Medium in Laufwerk %s liegt."
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12924,12 +13044,12 @@ msgstr ""
"In Laufwerk %s liegt kein Medum.\n"
"Bitte legen Sie eins ein."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Ich kann nicht forken: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13421,158 +13541,158 @@ msgstr ""
"\n"
"Wรคhlen Sie โ€žKonfigurierenโ€œ wenn Sie den Assistenten starten wollen."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Arbeitsgruppe"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "Partition %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Benutzer"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Lรถschen"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Fertig"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Modul hinzufรผgen"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Drucker hinzufรผgen"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Markierung lรถschen"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Markierte entfernen"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Benutzer akzeptieren"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Version: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Port"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Autoerkennung benutzen"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Autoerkennung benutzen"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Startschirmauswahl"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Benutzer"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Arbeitsgruppe"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nicht Verbunden"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13584,136 +13704,146 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "Boot-Disketten Erstellung"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Auflรถsung"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Wรคhlen Sie eine Datei"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Freigabename"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Einstellungen fรผr nach der Installation"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Verlassen"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Themen installieren"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Ich kan keine Start-Vorschau erzeugen"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "Gerรคt"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "Gerรคt"
+msgid "Save theme"
+msgstr "Themen installieren"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Wรคhlen Sie Ihren Monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
#, fuzzy
msgid "Display logo on Console"
msgstr "Bildschirm-Thema fรผr die Konsole"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
msgstr "Farbauswahl fรผr den Fortschrittsbalken"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Sie mรผssen einen Drucker wรคhlen/ein Gerรคt eingeben!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
msgstr "Vorschau erzeugen ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Ich kan keine Start-Vorschau erzeugen"
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13848,6 +13978,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "Verwendung: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "Verwendung: keyboarddrake [--expert] [keyboard]\n"
@@ -13877,13 +14014,13 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Ich bin nicht in der Lage, eine Live Aktualisierung durchzufรผhren!!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
"Die Einstellungen wurden vorgenommen, werden jedoch erst nach einer "
"Neuanmeldung wirksam"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "LogDrake"
@@ -14151,16 +14288,14 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Einige Gerรคte in der Klasse %s wurden entfernt:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
"\n"
"Einige Gerรคte in der Klasse %s wurden hinzugefรผgt:\n"
@@ -14237,7 +14372,7 @@ msgstr "Systemaktualisierungen"
msgid "Exit install"
msgstr "Installation beenden"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14488,8 +14623,28 @@ msgstr "Multimedia / CD-Brenner"
msgid "Scientific Workstation"
msgstr "Wissenschaftlicher Arbeitsplatzrechner"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "Ich kan keine Start-Vorschau erzeugen"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Einstellungen fรผr nach der Installation"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr ""
+#~ "Es existiert kein alternativer OSS/ALSA Treiber fรผr Ihre Soundkarte (%s)"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy muss โ€žftp://...โ€œ sein"
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Verlassen"
#~ msgid "%s"
#~ msgstr "%s"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index 37c9a428e..856746718 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-09-04 00:12+0300\n"
"Last-Translator: อ฿๊๏๒ อ๊๔แ๑็๒ (Nick Niktaris) <niktaris@yahoo.com>\n"
"Language-Team: Greek <nls@hellug.gr>\n"
@@ -90,24 +90,24 @@ msgstr "ั่์้๓็ ๋๙ํ ๔๙ํ ๊ๅ๖แ๋ํ แํๅ๎๑๔็๔แ"
msgid "Use Xinerama extension"
msgstr "ื๑๓็ ๅ๐๊๔แ๓็๒ Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "ั่์้๓็ ์ํ๏ ๔็๒ ๊๑๔แ๒ \"%s\" %s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ์ๅ ๅ๐้๔๗๕ํ๓็ ๔๑้๓ไ้๓๔แ๔๙ํ ใ๑แ๖้๊ํ"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -118,19 +118,19 @@ msgstr ""
"ว ๊๑๔แ ๓แ๒ ๕๐๏๓๔็๑฿ๆๅ๔แ้ แ๐ ๔แ XFree %s ๔แ ๏๐๏฿แ ์๐๏๑ๅ฿ ํแ ไ฿ํ๏๕ํ ๊แ๋๔ๅ๑็ "
"๕๐๏๓๔๑้๎็ ใ้แ ไ้๓ไ้๓๔แ๔แ ใ๑แ๖้๊."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"ว ๊๑๔แ ใ๑แ๖้๊ํ ๓แ๒ ๕๐๏๓๔็๑฿ๆๅ้ ๅ๐้๔๗๕ํ๓็ ๔๑้๓ไ้๓๔แ๔๙ํ ใ๑แ๖้๊ํ ๓๔แ XFree "
"%s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ์ๅ ะลษัมฬมิษสว ๅ๐้๔๗๕ํ๓็ ๔๑้๓ไ้๓๔แ๔๙ํ ใ๑แ๖้๊ํ"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -143,7 +143,7 @@ msgstr ""
"ว ๊๑๔แ ๓แ๒ ๕๐๏๓๔็๑฿ๆๅ๔แ้ แ๐ ๔แ XFree %s ๔แ ๏๐๏฿แ ์๐๏๑ๅ฿ ํแ ไ฿ํ๏๕ํ ๊แ๋๔ๅ๑็ "
"๕๐๏๓๔๑้๎็ ใ้แ ไ้๓ไ้๓๔แ๔แ ใ๑แ๖้๊."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -153,12 +153,12 @@ msgstr ""
"%s,\n"
"ะัฯำฯืว: ะลษัมฬมิษสว ีะฯำิวัษฮว - ฬะฯัลษ อม ะมรูำลษ ิฯอ ีะฯหฯรษำิว ำมำ."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (๏ไ็ใ๒ ๐๑๏โ๏๋๒ ๅใ๊แ๔๓๔แ๓็๒)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "ะ๑๏๓แ๑์๏๓์ํ๏"
@@ -178,32 +178,32 @@ msgstr "มํ๋๕๓็"
msgid "Test"
msgstr "ฤ๏๊้์"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "ล๐้๋๏ใ๒"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "ลํ๔๎ๅ้"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ธ๎๏ไ๏๒"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -300,25 +300,25 @@ msgstr "ล๐้๋๎๔ๅ แํ๋๕๓็ ๊แ้ โ่๏๒ ๗๑์แ๔๏๒"
msgid "Graphics card: %s"
msgstr "ส๑๔แ ใ๑แ๖้๊ํ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "ถ๊๕๑๏"
@@ -396,11 +396,11 @@ msgstr "ล๎๕๐็๑ๅ๔็๔๒ XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "ฯไ็ใ๒ XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "ร๑แ๖้๊ ๐ๅ๑้โ๋๋๏ํ ๓๔็ํ ๅ๊๊฿ํ็๓็"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -410,7 +410,7 @@ msgstr ""
"ใ๑แ๖้๊ ๐ๅ๑้โ๋๋๏ํ (XFree).\n"
"ล๐้่๕์ๅ฿๔ๅ ๔็ํ แ๕๔์แ๔็ ๅ๊๊฿ํ็๓็ ใ๑แ๖้๊๏ ๐ๅ๑้โ๋๋๏ํ๔๏๒;"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -422,7 +422,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "ะ๏้๏ ๓๓๔็์แ ๗๑็๓้์๏๐๏้ๅ฿ ็ ๔็๋ๅ๑แ๓็ ๓แ๒;"
@@ -494,7 +494,7 @@ msgstr "ำ๕์๐แใ๒"
msgid "compact"
msgstr "๓๕์๐แใ๒"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "มํ๋๕๓็ ๏่ํ็๒"
@@ -502,17 +502,17 @@ msgstr "มํ๋๕๓็ ๏่ํ็๒"
msgid "Delay before booting default image"
msgstr "สแ่๕๓๔๑็๓็ ๐๑้ํ ๔็ํ ๅ๊๊฿ํ็๓็"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "ส๙ไ้๊๒ ะ๑๓โแ๓็๒"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "ส๙ไ้๊๒ ะ๑๓โแ๓็๒ (๎แํ)"
@@ -548,14 +548,14 @@ msgstr ""
"ว ๅ๐้๋๏ใ ``ม๐แใ๑ๅ๕๓็ ๅ๐้๋๏ใํ ใ๑แ์์๒ ๅํ๔๏๋๒'' ๅ฿ํแ้ ๗๑็๓๔็ ๗๙๑฿๒ ๊๙ไ้๊ "
"๐๑๓โแ๓็๒"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "ะแ๑แ๊แ๋ ๐๑๏๓๐แ่๓๔ๅ ๎แํ"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "ฯ้ ๊๙ไ้๊๏฿ ๐๑๓โแ๓็๒ ๅ฿ํแ้ แํ์๏้๏้"
@@ -597,7 +597,7 @@ msgstr ""
"\n"
"ม๐ ๐๏้ํ ไ฿๓๊๏ ๎ๅ๊้ํ๔ๅ;"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -605,148 +605,148 @@ msgstr ""
"ี๐๑๗๏๕ํ ๏้ แ๊๋๏๕่ๅ๒ ๅ๐้๋๏ใ๒.\n"
"ฬ๐๏๑ๅ฿๔ๅ ํแ ๐๑๏๓่๓ๅ๔ๅ ๊้ ๋๋ๅ๒ ํแ แ๋๋๎ๅ๔ๅ ๔้๒ ๕๐๑๗๏๕๓ๅ๒."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "ะ๑๏๓่๊็"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "ฯ๋๏๊๋็๑่็๊ๅ"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "ิ๑๏๐๏๐๏฿็๓็"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "ิ้ ๔๐๏๕ ๅ๐้๋๏ใ ่๋ๅ๔ๅ ํแ ๐๑๏๓่๓ๅ๔ๅ;"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "ถ๋๋๏ ๋ๅ้๔๏๕๑ใ้๊ (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "ถ๋๋๏ ๋ๅ้๔๏๕๑ใ้๊ (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "ถ๋๋๏ ๋ๅ้๔๏๕๑ใ้๊ (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "ล้๊ํแ"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr ""
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "ะ฿ํแ๊แ๒"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "มํแ๓๖แ๋๒"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "ล๔้๊๔แ"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "ะ๑๏ๅ๐้๋ๅใ์ํ๏"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "์ใๅ่๏๒ Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "ื๙๑฿๒Video"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "ม๖แ฿๑ๅ๓็ ๅ๐้๋๏ใ๒"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "ฤๅํ ๅ๐้๔๑๐ๅ๔แ้ ไๅ้แ ๅ๔้๊๔แ"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "ะ๑๐ๅ้ ํแ ๏๑฿๓ๅ๔ๅ ์้แ ๅ้๊ํแ ๐๕๑ํแ"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "ะ๑๐ๅ้ ํแ ๏๑฿๓ๅ๔ๅ ์้แ ๊แ๔๔์็๓็ root"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "ม๕๔ ็ ๅ๔้๊๔แ ๗๑็๓้์๏๐๏้ๅ฿๔แ้ ไ็"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "ย๑่็๊แํ %s %s ๐๑๏๓แ๑์๏ใๅ฿๒"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "ธ๗ๅ๔ๅ ๋๋๏ํ;"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ธ๗ๅ๔ๅ ๊๐๏้๏ํ ๐๑๏๓แ๑์๏ใแ %s;"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "ผ๗้"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "อแ้"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "ลใ๊แ๔๓๔แ๓็ ๏ไ็ใ๏ ใ้แ %s ๊๑๔แ %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(๑่๑๙์แ %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -756,7 +756,7 @@ msgstr ""
"ำ็์ๅ้๓๔ๅ ๔้ ๊่ๅ ไ้ๅ่๕ํ๓็ ๐๑๐ๅ้ ํแ ๅ้๓ใๅ๔แ้ ์ๅ ๔๏ ๐๑่ๅ์แ 0x ๐๙๒ "
"'0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -767,17 +767,17 @@ msgstr ""
"ฯ้ ๐แ๑์ๅ๔๑๏้ ๗๏๕ํ ๔็ํ ์๏๑๖ ``ํ๏์แ=๔้์ ํ๏์แ2=๔้์2 ...''.\n"
"ร้แ ๐แ๑ไๅ้ใ์แ, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "ล๐้๋๏ใ๒ แ๑่๑์แ๔๏๒:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "ะ๏้ํ ๏ไ็ใ %s ํแ ไ๏๊้์๓๙;"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -794,15 +794,15 @@ msgstr ""
"๔๏ ๕๋้๊ ๓แ๒ ใ้แ ๔้๒ ๐แ๑แ์๔๑๏๕๒ ๐๏๕ ๗๑ๅ้ๆๅ๔แ้; ว ๅ๎๔แ๓็ แ๕๔ ฿๓๙๒\n"
"๐๑๏๊แ๋๓ๅ้ ๐ใ๙์แ ๔๏๕ ๓๕๓๔์แ๔๏๒, แ๋๋ ไๅํ ่แ ๐๑๏๊แ๋๓ๅ้ โ๋โ็."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "ม๕๔์แ๔็ ๅ๎๔แ๓็"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "ะ๑๏๓ไ้๏๑้๓์๒ ๐แ๑แ์๔๑๙ํ"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -811,62 +811,62 @@ msgstr ""
"ว ๖๑๔๙๓็ ๔๏๕ แ๑่๑์แ๔๏๒ %s แ๐๔๕๗ๅ.\n"
"ศ๋ๅ๔ๅ ํแ ไ๏๊้์๓ๅ๔ๅ ๎แํ ์ๅ ไ้แ๖๏๑ๅ๔้๊๒ ๐แ๑แ์๔๑๏๕๒;"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "๐๑๓โแ๓็ ๓ๅ ๐๑๏ใ๑์์แ๔แ ื"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "๐๑๓โแ๓็ ๓ๅ ๅ๑ใแ๋ๅ฿แ rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "ไ๕ํแ๔๔็๔แ \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "๐๑๓โแ๓็ ๓ๅ ไ้แ๗ๅ้๑้๓๔้๊ แ๑๗ๅ฿แ"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "๐๑๓โแ๓็ ๓ๅ ๅ๑ใแ๋ๅ฿แ ไ้๊๔๏๕"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(๔๏ %s ๗ๅ้ ไ็ ๐๑๏๓๔ๅ่ๅ฿)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ฯ ๊๙ไ้๊๒ ๐๑๓โแ๓็๒ ๅ฿ํแ้ ๐๏๋ แ๐๋๒"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ํ๏์แ ๗๑๓๔็"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"ิ๏ ๊๙ไ้๊ ํ๏์แ ์๐๏๑ๅ฿ ํแ ๐ๅ๑้๗ๅ้ ์ํ๏ ๐ๅๆ ใ๑์์แ๔แ, แ๑้่์๏๒, `-' ๊แ้ `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "ม๕๔ ๔๏ ํ๏์แ ๗๑๓๔็ ๅ฿ํแ้ ๐๏๋ ์แ๊๑"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ม๕๔ ๔๏ ํ๏์แ ๗๑๓๔็ ๕๐๑๗ๅ้ ไ็"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ะ๑๏๓่๊็ ๗๑๓๔็"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -875,32 +875,32 @@ msgstr ""
"ล้๓ใๅ๔ๅ ๗๑๓๔็\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ม๐๏ไ๏๗ ๗๑๓๔็"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "ะ๑แใ์แ๔้๊ ํ๏์แ"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ผํ๏์แ ๗๑๓๔็"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "ึ๋๏้๒ (shell)"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "ล้๊๏ํ฿ไ้๏"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "ม๕๔์แ๔็ ๓ํไๅ๓็"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -909,19 +909,19 @@ msgstr ""
"๔็ํ ๅ๊๊฿ํ็๓็ ๓ๅ ํแํ ๗๑๓๔็.\n"
"ศ๋ๅ๔ๅ แ๕๔ ๔็ํ ไ๕ํแ๔๔็๔แ;"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "ล๐้๋๎๔ๅ ๔๏ํ ๐๑๏ๅ๐้๋ๅใ์ํ๏ ๗๑๓๔็:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "ล๐้๋๎๔ๅ ๔๏ํ ไ้แ๗ๅ้๑้๓๔ ๐แ๑แ่๑๙ํ ๐๏๕ ่๋ๅ๔ๅ ํแ ๗๑็๓้์๏๐๏้๓ๅ๔ๅ:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔็ ใ๋๓๓แ."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -931,37 +931,37 @@ msgstr ""
"๔้๒ ๋๋ๅ๒ ใ๋๓๓ๅ๒ ๐๏๕ ่แ ๅ฿ํแ้ ไ้แ่๓้์ๅ๒ ์ๅ๔ ๔๏ ๐๑แ๒ ๔็๒ \n"
"ๅใ๊แ๔๓๔แ๓็๒ ๊แ้ ๔็ํ ๅ๐แํๅ๊๊฿ํ็๓็ ๔๏๕ ๓๕๓๔์แ๔๒ ๓แ๒."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ผ๋แ"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "ล๐้๔๑๐ๅ๔แ้ ใ้แ ๋๏๕๒ ๔๏๕๒ ๗๑๓๔ๅ๒"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "ื๙๑฿๒ ๊๏้ํ ๗๑๓็"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "ิ๏ ๐แ๊๔๏ %s ๐๑๐ๅ้ ํแ แํแโแ่์้๓๔ๅ฿. ศ๋ๅ๔ๅ ํแ ๔๏ ๅใ๊แ๔แ๓๔๓ๅ๔ๅ;"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"ฬ๐๏๑ๅ฿๔ๅ ํแ ใ฿ํๅ้ ๅ๎แใ๙ใ ์ๅ ๔็ํ ๗๑๓็ NFS Samba. ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๐๏฿๏ "
"่๋ๅ๔ๅ."
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "ธํแ แ๐แ๑แ฿๔็๔๏ แ๑๗ๅ฿๏ (๔๏ %s ) ไๅํ ๕๐๑๗ๅ้"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -975,11 +975,11 @@ msgstr ""
"\n"
"ิ๏ \"ะ๑๏๓แ๑์๏๓์ํ๏\" ๅ๐้๔๑๐ๅ้ ๔็ํ แํ ๗๑๓๔็ ๑่์้๓็.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "ล๊๊฿ํ็๓็ userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -988,31 +988,31 @@ msgstr ""
"ฬ๐๏๑ๅ฿๔ๅ ํแ ๔็ํ ๐๑๏๓่๓ๅ๔ๅ ๓๔๏ํ ๊่ๅ ๗๑๓๔็ ๓ๅ แ๕๔ ๔็ํ ๏์ไแ ์ๅ ๔๏ "
"userdrake."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "สแ๋๒ ๏๑฿๓แ๔ๅ ๓๔๏๕๒ Crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "ึ๔๙๗"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "ิ๕๐้๊"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "ี๘็๋"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "ี๘็๋๔ๅ๑๏"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "ะแ๑แํ๏๚๊"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1022,7 +1022,7 @@ msgstr ""
"๐้๏ ๅ๗๑็๓๔๏, แ๋๋ ๐๏๋ ๅ๕แ฿๓่็๔๏. ฤๅํ ๐๑๐ๅ้ ํแ ๗๑็๓้์๏๐๏้็่ๅ฿ ๓ๅ ๓๓๔็์แ\n"
"๓๕ํไๅไๅ์ํ๏ ๓๔๏ ฤ้แไ฿๊๔๕๏ LAN. ฤๅํ ๕๐๑๗๏๕ํ ๊๙ไ้๊๏฿ ๐๑๓โแ๓็๒."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1030,7 +1030,7 @@ msgstr ""
"ิ๑แ ๕๐๑๗๏๕ํ ๊๙ไ้๊๏฿ ๐๑๓โแ๓็๒, แ๋๋ ็ ๗๑๓็ ๔๏๕ ๓๕๓๔์แ๔๏๒ ๓ๅ ไ฿๊๔๕๏ แ๊์แ "
"ไๅํ ๓๕ํ฿๓๔แ๔แ้."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1038,7 +1038,7 @@ msgstr ""
"ม๕๔ ๅ฿ํแ้ ๔๏ ๓๕ํ็่้๓์ํ๏ ๅ๐฿๐ๅไ๏ แ๓๖แ๋ๅ฿แ๒ ใ้แ ํแ ๓๓๔็์แ ๐๏๕ ่แ ๓๕ํไๅ่ๅ฿ "
"๙๒ ๐ๅ๋๔็๒ ๓๔๏ ฤ้แไ฿๊๔๕๏."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1046,7 +1046,7 @@ msgstr ""
"ี๐๑๗๏๕ํ ไ็ ๊๐๏้๏้ ๐ๅ๑้๏๑้๓์๏฿, ๊แ้ ๐ๅ๑้๓๓๔ๅ๑๏้ ๋ๅใ๗๏้ ๅ๊๔ๅ๋๏ํ๔แ้ ๊่ๅ "
"โ๑ไ๕."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1062,7 +1062,7 @@ msgstr ""
"ำ็์: มํ ๔๏ ์็๗ํ็์แ ๅ฿ํแ้ ์ํ๏ ใ้แ ๔็ํ ๗๑๓็ ๙๒ ๐ๅ๋๔็ ๓๔๏ ฤ้แไ฿๊๔๕๏ ๔๔ๅ "
"๊แ๋๔ๅ๑แ ํแ ๅ๐้๋๎ๅ๔ๅ ๗แ์็๋๔ๅ๑๏ ๅ๐฿๐ๅไ๏ แ๓๖๋ๅ้แ๒"
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1070,32 +1070,32 @@ msgstr ""
"ว แ๓๖๋ๅ้แ ๅ฿ํแ้ ฿ไ้แ ๔๏๕ ๐๑๏็ใ๏์ๅํ๏๕ ๅ๐้๐ไ๏๕, ์ๅ ๔๏ ๓๓๔็์แ ๔ๅ๋ๅ฿๙๒ "
"๊๋ๅ้๓๔. ว แ๓๖๋ๅ้แ ๅ฿ํแ้ ๓๔๏ ์ใ้๓๔๏ ไ๕ํแ๔."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "ยแ๓้๊๒ ล๐้๋๏ใ๒ DrakSec"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "ล๐้๋๎๔ๅ ๔๏ ๅ๐้่๕์็๔ ๅ๐฿๐ๅไ๏ แ๓๖แ๋ๅ฿แ๒"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "ล๐฿๐ๅไ๏ แ๓๖แ๋ๅ฿แ๒"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "ื๑๓็ libsafe ใ้แ ไ้แ๊๏์้๓๔๒"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "ฤ้แ๗ๅ้๑้๓๔๒ ม๓๖แ๋ๅ฿แ๒ (๐๑๏๓๐๋แ๓็ ๔แ๗๕ไ๑๏์ๅ฿๏)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1111,7 +1111,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1135,58 +1135,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "ไๅํ ๕๐๑๗ๅ้ แ๑๊ๅ๔๒ ๗๑๏๒ ๓๔๏ /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "ฤๅํ ์๐๏๑ๅ฿๔ๅ ํแ ๅใ๊แ๔แ๓๔๓ๅ๔ๅ ๔๏ ๐๑ใ๑แ์์แ ๅ๊๊฿ํ็๓็๒ ๓ๅ ๊แ๔๔์็๓็ %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "ไๅํ ๕๐๑๗ๅ้ แ๊์แ ไ้แ่๓้์็ โ๏่ๅ้แ.\n"
@@ -1238,63 +1238,63 @@ msgstr "หๅ้๔๏๕๑ใ฿แ Lilo/grub"
msgid "Yaboot mode"
msgstr "หๅ้๔๏๕๑ใ฿แ Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "ลใ๊แ๔๓๔แ๓็ ่ๅ์๔๙ํ"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "ล์๖ํ้๓็ ่์แ๔๏๒ ๓๔็ํ ๊๏ํ๓๋แ"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "ฤ็์้๏๕๑ใ฿แ ํ๏๕ ่์แ๔๏๒"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "มํ๔฿ใ๑แ๖๏ ม๓๖แ๋ๅ฿แ๒ ๔๏๕ %s ๓ๅ %s.old"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "ำ๖๋์แ"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "แไ๕ํแ์฿แ ไ็์้๏๕๑ใ฿แ๒ แํ๔้ใ๑๖๏๕ แ๓๖แ๋ๅ฿แ๒ ๔๏๕ ์็ํ์แ๔๏๒ lilo"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "มํ๔้ใ๑แ๖ %s ๓ๅ %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "แไ๕ํแ์฿แ แ๋๋แใ๒ ์็ํ์แ๔๏๒ lilo"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "ฤๅํ โ๑่็๊ๅ ๔๏ ์ํ๕์แ lilo"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "มไ๕ํแ์฿แ ๅใใ๑แ๖๒ ๔๏๕ /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "ลใใ๑แ๖ %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1302,17 +1302,17 @@ msgstr ""
"มไ๕ํแ์฿แ ๅใใ๑แ๖๒ /etc/sysconfig/bootsplash\n"
"ิ๏ แ๑๗ๅ฿๏ ไๅํ โ๑่็๊ๅ."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "มไ๕ํแ์฿แ ๅ๊๊฿ํ็๓็๒ mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "ฤ็์้๏๕๑ใ฿แ initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1321,24 +1321,24 @@ msgstr ""
"ล๊๔ๅ๋๓๔ๅ \"lilo\" ๙๒ root ๓๔็ํ ใ๑แ์์ ๅํ๔๏๋ํ ใ้แ ํแ ๏๋๏๊๋็๑๙่ๅ฿ ็ "
"ๅใ๊แ๔๓๔แ๓็ ๔๏๕ ่์แ๔๏๒ LiLo"
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "ล๐แํๅ๊๊฿ํ็๓็ 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "ำ็์ๅ฿๙๓็"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "ล๐้๔๕๗๒ ๅใ๊แ๔๓๔แ๓็ ่ๅ์๔๙ํ LiLo ๊แ้ Bootsplash"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "ว ๅใ๊แ๔๓๔แ๓็ ่์แ๔๏๒ แ๐๔๕๗ๅ!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1347,21 +1347,21 @@ msgstr ""
"ื๑็๓้์๏๐๏้ๅ฿๔ๅ ๔๏ํ %s ๙๒ ๐๑ใ๑แ์์แ ๅ๊๊฿ํ็๓็๒.\n"
"สํ๔ๅ ๊๋้๊ ๓๔๏ ั่์้๓็ ใ้แ ํแ ๎ๅ๊้ํ๓ๅ๔ๅ ๔๏ํ ๏ไ็ใ ๅใ๊แ๔๓๔แ๓็๒."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "ั่์้๓็"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "ิ์์แ Splash"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "ศ์แ๔แ"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1376,44 +1376,44 @@ msgstr ""
"ํแ ๔แ ๅ๐้๋๎ๅ๔ๅ ๊แ้\n"
"๎ๅ๗๙๑้๓๔"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "ฯ่ํ็ Lilo"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "สแ๔๓๔แ๓็ ๓๕๓๔์แ๔๏๒"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "หๅ้๔๏๕๑ใ฿แ ใ๑แ๖้๊๏ ๐ๅ๑้โ๋๋๏ํ๔๏๒ ๊แ๔ ๔็ํ ๅ๊๊฿ํ็๓็ ๔๏๕ ๓๕๓๔์แ๔๏๒"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "ผ๗้, ไๅํ ๅ๐้่๕์ แ๕๔์แ๔็ ๐๑๏๓๐๋แ๓็"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "อแ้, ๅ๐้่๕์ แ๕๔์แ๔็ ๐๑๏๓๐๋แ๓็ ์ๅ (๗๑๓๔็๒, ๐ๅ๑้โ๋๋๏ํ)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "ลํ๔๎ๅ้"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "แไ๕ํแ์฿แ แํ๏฿ใ์แ๔๏๒ ๔๏๕ /etc/inittab ใ้แ แํใํ๙๓็: %s"
@@ -1510,50 +1510,58 @@ msgstr "ม๕๓๔๑฿แ"
msgid "United States"
msgstr "ว.ะ.ม."
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "อ๏"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "ม๐๏๓ํไๅ๓็"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "ำํไๅ๓็"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "ล๎๕๐็๑ๅ๔็๔๒"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "ำ็์ๅ฿๏ ๓ํไๅ๓็๒"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ๔็ํ ไ้ๅ่๕ํ๓็ ๔๏๕ ๅ๎๕๐็๑ๅ๔็๔ WebDAV"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "ว ไ้ๅ่๕ํ๓็ ๐๑๐ๅ้ ํแ ๎ๅ๊้ํ ์ๅ http:// https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "ล๎๕๐็๑ๅ๔็๔๒:"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "ำ็์ๅ฿๏ ๓ํไๅ๓็๒: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "ล๐้๋๏ใ๒: %s"
@@ -1641,7 +1649,7 @@ msgstr "ถไๅ้๏"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "ถ๋๋๏"
@@ -1785,7 +1793,7 @@ msgstr ""
"ฯ ๅ๖ๅไ๑้๊๒ ๐฿ํแ๊แ๒ ๊แ๔แ๔์๓ๅ๙ํ ๗ๅ้ ไ้แ๖๏๑ๅ๔้๊ ์ใๅ่๏๒\n"
"อแ ๓๕ํๅ๗฿๓๙;"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "ะ๑๏๓๏๗"
@@ -2347,7 +2355,7 @@ msgstr ""
"ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ๔๏ ํ๏์แ ๗๑๓๔็ ๔๏ํ ๊๙ไ้๊ ๐๑๓โแ๓็๒ ๊แ้ ๔๏ ํ๏์แ ๔๏์แ "
"ใ้แ ๔็ ๓ํไๅ๓็ ๓๔๏ํ host."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "ผํ๏์แ ๗๑๓๔็"
@@ -2359,23 +2367,23 @@ msgstr "ิ๏์แ๒"
msgid "Search servers"
msgstr "มํแๆ๔็๓็ ไ้แ๊๏์้๓๔ํ"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ์๏๑๖๏๐๏฿็๓็ ๔๏๕ %s แ๐๔๕๗ๅ"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ไๅํ ๎๑๙ ๐๒ ํแ ์๏๑๖๏๐๏้๓๙ ๔๏ %s ๓ๅ ๔๐๏ %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "็ ๓ํไๅ๓็ ๔็๒ ๊แ๔๔์็๓็๒ %s ๓๔๏ํ ๊แ๔๋๏ใ๏ %s แ๐๔๕๗ๅ"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "๓๖๋์แ ๊แ๔ ๔็ํ แ๐๏๓ํไๅ๓็ ๔๏๕ %s: %s"
@@ -2470,47 +2478,110 @@ msgstr "สแ์฿แ ๅํ๑ใๅ้แ ๐๑๏๒ ๅ๊๔๋ๅ๓็"
msgid "Error opening %s for writing: %s"
msgstr "ำ๖๋์แ ๊แ๔ ๔๏ ํ๏้ใ์แ ๔๏๕ %s ใ้แ ๅใใ๑แ๖: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "สแํํแ๒ ๅํแ๋๋แ๊๔้๊๒ ๏ไ็ใ๒"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
"ฤๅํ ๕๐๑๗ๅ้ ใํ๙๓๔๒ ๅํแ๋๋แ๊๔้๊๒ ๏ไ็ใ๒ OSS/ALSA ใ้แ ๔็ํ ๊๑๔แ ๗๏๕ ๓แ๒ (%s)"
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "ั่์้๓็ ๗๏๕"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
"ลไ ์๐๏๑ๅ฿๔ๅ ํแ ๅ๐้๋๎ๅ๔ๅ ํแํ ๅํแ๋๋แ๊๔้๊ ๏ไ็ใ (OSS ALSA) ใ้แ ๔็ํ ๊๑๔แ "
"๗๏๕ ๓แ๒ (%s)"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "ฯไ็ใ๒:"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "ย๏่ๅ้แ"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "ะแ๑แ๊แ๋ ๐ๅ๑้์ํๅ๔ๅ... ล๖แ๑์๏ใ ๑๕่์฿๓ๅ๙ํ"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "ะแ๑แ๊แ๋ ๐ๅ๑้์ํๅ๔ๅ"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "สแํํแ๒ ใํ๙๓๔๒ ๏ไ็ใ๒"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "ฤๅํ ๕๐๑๗ๅ้ ๊๐๏้๏๒ ใํ๙๓๔๒ ๏ไ็ใ๒ ใ้แ ๔็ํ ๊๑๔แ ๗๏๕ ๓แ๒ (%s)"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "ถใํ๙๓๔๏๒ ๏ไ็ใ๒"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2628,7 +2699,8 @@ msgid "/_Quit"
msgstr "/_ธ๎๏ไ๏๒"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_ย๏่ๅ้แ"
@@ -2649,14 +2721,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_มํแ๖๏๑ Bug"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_ำ๗ๅ๔้๊ ์ๅ..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "ำ๗ๅ๔้๊ ์ๅ ๔๏ Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2664,56 +2740,53 @@ msgstr ""
"ม๕๔ ๅ฿ํแ้ ๔๏ HardDrake, ํแ ๅ๑ใแ๋ๅ฿๏ ๑่์้๓็๒ ๔็๒ Mandrake\n"
"ธ๊ไ๏๓็:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "ธ๊ไ๏๓็ Harddrake2 "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "ี๋้๊ ๐๏๕ แํ้๗ํๅ่็๊ๅ"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "ะ๋็๑๏๖๏๑฿ๅ๒"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "ั่์้๓็ แ๑่๑์แ๔๏๒"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "ล๊๔๋ๅ๓็ ๅ๑ใแ๋ๅ฿๏ ๑่์้๓็๒"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "แํ฿๗ํๅ๕๓็ ๓ๅ ๅ๎๋้๎็ %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "ะแ๑แ๊แ๋ ๐ๅ๑้์ํๅ๔ๅ"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "ลไ ์๐๏๑ๅ฿๔ๅ ํแ ๑๕่์฿๓ๅ๔ๅ ๔้๒ ๐แ๑แ์๔๑๏๕๒ ๔๏๕ แ๑่๑์แ๔๏๒."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "ล๊๔๋ๅ๓็ ๔๏๕ \"%s\"..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "๐๑๙๔ๅ๏๕๓แ"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "ไๅ๕๔ๅ๑ๅ๏๕๓แ"
@@ -4105,7 +4178,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "ะ๑๐ๅ้ ๅ๐฿๓็๒ ํแ ์๏๑๖๏๐๏้๓ๅ๔ๅ ๔๏ %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4130,7 +4203,7 @@ msgstr ""
"\n"
"ศ๋ๅ๔ๅ ๐๑แใ์แ๔้๊ ํแ ๅใ๊แ๔แ๓๔๓ๅ๔ๅ แ๕๔๏๒ ๔๏๕๒ ๅ๎๕๐็๑ๅ๔็๔๒;\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4143,20 +4216,20 @@ msgstr ""
"\n"
"ศ๋ๅ๔ๅ ๐๑แใ์แ๔้๊ ํแ แ๖แ้๑๓๔ๅ แ๕๔ ๔แ ๐แ๊๔แ;\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "ฤๅํ ์๐๏๑ ํแ ๗๑็๓้์๏๐๏้๓๙ broadcast ๗๙๑฿๒ ๔๏์แ NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "ล้๓ใๅ๔ๅ ์้แ ์๏๑๖๏๐๏้็์ํ็ ไ้๓๊๔แ FAT ๓๔๏ํ ๏ไ็ใ %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "ม๕๔ ็ ไ้๓๊๔แ ไๅํ ๗ๅ้ ์๏๑๖๏๐๏฿็๓็ FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4164,12 +4237,12 @@ msgstr ""
"ร้แ ํแ ๗๑็๓้์๏๐๏้๓ๅ๔ๅ แ๕๔ํ ๔็ํ แ๐๏่็๊ๅ๕์ํ็ ๅ๐้๋๏ใ ๐แ๊๔๙ํ, ๎ๅ๊้ํ๓๔ๅ ๔็ํ "
"ๅใ๊แ๔๓๔แ๓็ ์ๅ ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "ำ๖๋์แ ๊แ๔ ๔็ํ แํใํ๙๓็ ๔๏๕ แ๑๗ๅ฿๏๕ %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4418,7 +4491,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "สแ๋๒ ๏๑฿๓แ๔ๅ ๓๔๏ %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "ฤๅํ ๕๐๑๗ๅ้ ไ้แ่๓้์๏๒ ๏ไ็ใ๒ ไ้๓๊๔แ๒"
@@ -4449,11 +4522,11 @@ msgstr "ิ๐๏๒ ๅใ๊แ๔๓๔แ๓็๒"
msgid "Please choose one of the following classes of installation:"
msgstr "ะแ๑แ๊แ๋ ๅ๐้๋๎แ๔ๅ ์้แ แ๐ ๔๏๕๒ ๐แ๑แ๊๔๙ ๔๐๏๒ ๅใ๊แ๔๓๔แ๓็๒:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "ล๐้๋๏ใ ฯ์ไ๙ํ ะแ๊๔๙ํ"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "ล๐้๋๏ใ ๎ๅ๗๙๑้๓๔ํ ๐แ๊๔๙ํ"
@@ -4530,7 +4603,7 @@ msgstr "ม๕๔์แ๔็ ๐๑๏โ๏๋ ๅ๐้๋ๅใ์ํ๙ํ ๐แ๊๔๙ํ"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "ลใ๊แ๔๓๔แ๓็"
@@ -4550,7 +4623,7 @@ msgstr "ล๋๗้๓๔็ ลใ๊แ๔๓๔แ๓็"
msgid "Choose the packages you want to install"
msgstr "ล๐้๋๎๔ๅ ๔แ ๐แ๊๔แ ๐๏๕ ่๋ๅ๔ๅ ํแ ๅใ๊แ๔แ๓๔๓ๅ๔ๅ"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "ลใ๊แ๔๓๔แ๓็"
@@ -4577,17 +4650,17 @@ msgid "Installing package %s"
msgstr "ลใ๊แ๔๓๔แ๓็ ๐แ๊๔๏๕ %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "ม๐๏ไ๏๗"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "ถ๑ํ็๓็"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4602,16 +4675,16 @@ msgstr ""
"ลํ ไๅํ ๔๏ ๗ๅ๔ๅ, ๐แ๔๓๔ๅ ม๊๑๙๓็ ใ้แ แ๐๏๖๕ใ ๅใ๊แ๔๓๔แ๓็๒ แ๐ แ๕๔ ๔๏ CdRom."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "อแ ๓๕ํๅ๗฿๓๙;"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "ะ๑๏๊๋่็๊ๅ ๓๖๋์แ ๊แ๔ ๔็ํ ๔แ๎้ํ์็๓็ ๔๙ํ ๐แ๊๔๙ํ:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "ะ๑๏๊๋่็๊ๅ ๓๖๋์แ ๊แ๔ ๔็ํ ๅใ๊แ๔๓๔แ๓็ ๔๙ํ ๐แ๊๔๙ํ:"
@@ -4707,7 +4780,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4785,7 +4858,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "ล฿๓๔ๅ โโแ้๏้ ใ้แ ๔็ํ ๑ํ็๓็ ๔็๒ ไๅ้แ๒ ๗๑๓็๒;"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "ะ๋็๊๔๑๏๋ใ้๏"
@@ -4998,11 +5071,11 @@ msgstr "ล้๓ใๅ๔ๅ ไ้๓๊๔แ ๐๏๕ ๐ๅ๑้๗ๅ้ ๔็ํ ๅ๐้๋๏ใ ๐แ๊๔๙ํ"
msgid "Selected size is larger than available space"
msgstr "ิ๏ ๅ๐้๋ๅใ์ํ๏ ์ใๅ่๏๒ ๅ฿ํแ้ ์ๅใแ๋๔ๅ๑๏ แ๐ ๔๏ ไ้แ่๓้์๏ ๗๑๏"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "ิ๐๏๒ ๅใ๊แ๔๓๔แ๓็๒"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5010,19 +5083,19 @@ msgstr ""
"ฤๅํ ๗ๅ๔ๅ ๅ๐้๋๎ๅ้ ๏์ไแ ๐แ๊๔๙ํ.\n"
"ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔็ํ ๅ๋๗้๓๔็ ๅใ๊แ๔๓๔แ๓็ ๐๏๕ ่๋ๅ๔ๅ:"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "ฬๅ ื"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "ฬๅ ๔็ํ โแ๓้๊ ๔ๅ๊์็๑฿๙๓็ (๓๕ํ้๓๔๔แ้!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "ะ๑แใ์แ๔้๊ ๅ๋๗้๓๔็ ๅใ๊แ๔๓๔แ๓็ (ๅ้ไ้๊ ๗๙๑฿๒ urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5032,16 +5105,16 @@ msgstr ""
"ลํ ไๅํ ๗ๅ๔ๅ ๊แํํแ แ๐ ๔แ ๐แ๑แ๊๔๙ CDs, ๐แ๔๓๔ๅ ม๊๑๙๓็.\n"
"ลํ ไๅํ ๗ๅ๔ๅ ๊๐๏้แ แ๐ แ๕๔, แ๐๏ๅ๐้๋๎๔ๅ ๔แ ๊แ้ ๐แ๔๓๔ๅ Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom ๏ํ์แ๔้ \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "ะ๑๏ๅ๔๏้์แ๓฿แ ๅใ๊แ๔๓๔แ๓็๒"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5050,21 +5123,21 @@ msgstr ""
"ลใ๊แ๔๓๔แ๓็ ๐แ๊๔๏๕ %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "ั๕่์฿๓ๅ้๒ ์ๅ๔ ๔็ํ ๅใ๊แ๔๓๔แ๓็"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ๔็ ไ้๓๊๔แ ล๊๊฿ํ็๓็๒ ๓๔๏ํ ๏ไ็ใ %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ๔็ ไ้๓๊๔แ มํแโ่์้๓็๒ ม๑่๑๙์๔๙ํ ๓๔๏ํ ๏ไ็ใ %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5130,7 +5203,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5151,160 +5224,160 @@ msgstr ""
"ศ๋ๅ๔ๅ ํแ ๅใ๊แ๔แ๓๔๓ๅ๔ๅ ๔้๒ แํแโแ่์฿๓ๅ้๒ ;"
# fuzzy
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"ำํไๅ๓็ ์ๅ ๔็ํ ๔๏๐๏่ๅ๓฿แ ๔็๒ Mandrake Linux ใ้แ ๋๘็ ๔๙ํ ไ้แ่๓้์๙ํ ๔๐๙ํ "
"๋๘็๒..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "ล๐้๋๎๔ๅ ๔๐๏ แ๐ ๔๏ํ ๏๐๏฿๏ ่แ ใ฿ํๅ้ ็ ๋๘็ ๐แ๊๔๙ํ"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "ำํไๅ๓็ ์ๅ ๔๏ํ ๔๐๏ ใ้แ ๔็ํ ๋๘็ ๔๙ํ ไ้แ่๓้์๙ํ ๐แ๊๔๙ํ..."
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "ะ๏้แ ๅ฿ํแ้ ็ ๆํ็ ๑แ๒;"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "ิ๏ ๑๏๋้ ๔๏๕ ๕๐๏๋๏ใ้๓๔ ๓แ๒ ๅ฿ํแ้ ๑๕่์้๓์ํ๏ ๓ๅ GMT (๑แ ร๊๑฿ํ๏๕้๔๒)"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "ม๕๔์แ๔๏๒ ๓๕ใ๗๑๏ํ้๓์๒ ๑แ๒ (๗๑๓็ NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "ล๎๕๐็๑ๅ๔็๔๒ NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "ม๐๏์แ๊๑๕๓์ํ๏๒ ๅ๎๕๐็๑ๅ๔็๔๒ CUPS"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "สแํํแ๒ ๅ๊๔๕๐๙๔๒"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "ธ๗ๅ๔ๅ ๊๑๔แ ๗๏๕ ISA;"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"ล๊๔ๅ๋๓๔ๅ \"sndconfig\" ์ๅ๔ ๔็ํ ๅใ๊แ๔๓๔แ๓็ ใ้แ ๔็ํ ๑่์้๓็ ๔็๒ ๊๑๔แ๒"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"ฤๅํ โ๑่็๊ๅ ๊๑๔แ ๗๏๕. ฤ๏๊้์๓๔ๅ ๔๏ \"harddrake\" ์ๅ๔ ๔็ํ ๅใ๊แ๔๓๔แ๓็"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "ะๅ๑฿๋็๘็"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "ะ๏ํ๔฿๊้"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "ู๑๏๋๏ใ้แ๊ ฦํ็"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ล๊๔๕๐๙๔๒"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ส๑๔แ ISDN"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "ส๑๔แ ๗๏๕"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "ส๑๔แ TV"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "ิ๏์แ๒ Windows "
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "ิ๏๐้๊ แ๑๗ๅ฿แ"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "ส๙ไ้๊๒ ๐๑๓โแ๓็๒ root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "ื๙๑฿๒ ๊๙ไ้๊ ๐๑๓โแ๓็๒"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"ม๕๔๒ ๏ ๊๙ไ้๊๒ ๐๑๓โแ๓็๒ ๅ฿ํแ้ ๐๏๋ แ๐๋๒ (๐๑๐ๅ้ ํแ ๗ๅ้ ๔๏๕๋๗้๓๔๏ํ %d "
"๗แ๑แ๊๔๑ๅ๒)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "ะ้๓๔๏๐๏฿็๓็"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "ะ้๓๔๏๐๏฿็๓็ LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "ล๎๕๐็๑ๅ๔็๔๒ LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "ะ้๓๔๏๐๏฿็๓็ NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "ิ๏์แ๒ NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "ล๎๕๐็๑ๅ๔็๔๒ NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5320,19 +5393,19 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "ะ้๓๔๏๐๏฿็๓็ ิ๏์แ Windows"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "ผํ๏์แ ื๑๓๔็ ฤ้แ๗ๅ้๑้๓๔ ิ๏์แ"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "ส๙ไ้๊๒ ะ๑๓โแ๓็๒ ฤ้แ๗ๅ้๑้๓๔ ิ๏์แ"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5363,19 +5436,19 @@ msgstr ""
"๏ไ็ใ\n"
"ไ้๓๊๔แ๒ ๊แ้ ๐แ๔๓๔ๅ \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "ะ๑๔๏๒ ๏ไ็ใ๒ ไ้๓๊๔แ๒"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "ฤๅ๔ๅ๑๏๒ ๏ไ็ใ๒ ไ้๓๊๔แ๒"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "ะแ๑๋ๅ้๘็"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5401,7 +5474,7 @@ msgstr ""
"ศ๋ๅ๔ๅ ํแ ไ็์้๏๕๑ใ๓ๅ๔ๅ ไ้๓๊๔แ ๅ๊๊฿ํ็๓็๒;\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5415,28 +5488,28 @@ msgstr ""
"็ ไ็์้๏๕๑ใ฿แ ไ้๓๊๔แ ๅ๊๊฿ํ็๓็๒ ์ๅใ่๏๕๒ 1.44 Mb ์๋๋๏ํ ่แ แ๐๏๔๗ๅ้,\n"
"ๅ๐ๅ้ไ ๔๏ XFS ๗๑ๅ้ๆๅ๔แ้ ๐๏๋ ์ๅใ๋๏๕๒ ๏ไ็ใ๏๒.)"
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ห๕๐์แ้, ไๅํ ๕๐๑๗ๅ้ ไ้แ่๓้์๏๒ ๏ไ็ใ๒ ไ้๓๊๔แ๒"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "ล๐้๋๎๔ๅ ๏ไ็ใ ไ้๓๊๔แ๒ ใ้แ ไ็์้๏๕๑ใ฿แ ไ้๓๊๔แ๒ ๅ๊๊฿ํ็๓็๒"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "ล้๓ใๅ๔ๅ ไ้๓๊๔แ ๓๔๏ํ ๏ไ็ใ %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "ฤ็์้๏๕๑ใ฿แ ไ฿๓๊๏๕ ๅ๊๊฿ํ็๓็๒..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "ะ๑๏ๅ๔๏้์แ๓฿แ ๐๑๏ใ๑์์แ๔๏๒ ๅ๊๊฿ํ็๓็๒..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5448,11 +5521,11 @@ msgstr ""
"ว ๅใ๊แ๔๓๔แ๓็ ่แ ๓๕ํๅ๗้๓๔ๅ฿, แ๋๋\n"
"่แ ๗๑ๅ้แ๓๔ๅ฿ ํแ ๗๑็๓้์๏๐๏้๓ๅ๔ๅ ๔๏ BootX ใ้แ ํแ ๎ๅ๊้ํ๓ๅ๔ๅ ๔๏ ์็๗ํ็์ ๓แ๒"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "ศ๋ๅ๔ๅ ํแ ๗๑็๓้์๏๐๏้๓ๅ๔ๅ ๔๏ aboot;"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5461,17 +5534,17 @@ msgstr ""
"๐๑๏๓๐่ๅ้แ โๅโ้แ๓์ํ็๒ ๅใ๊แ๔๓๔แ๓็๒, แ๊์แ ๊แ้ แํ แ๕๔ ๗ๅ้ ๓แํ แ๐๏๔๋ๅ๓์แ "
"๔็ํ ๊แ๔แ๓๔๑๏๖ ๔็๒ ๐๑๔็๒ ๊แ๔๔์็๓็๒;"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "ะ๑ใ๑แ์์แ ๅ๊๊฿ํ็๓็๒"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"ว ๅใ๊แ๔๓๔แ๓็ ๔๏๕ ๐๑๏ใ๑์์แ๔๏๒ ๅ๊๊฿ํ็๓็๒ แ๐๔๕๗ๅ. ะ๑๏๊๋่็๊ๅ ๔๏ แ๊๋๏๕่๏ "
"๓๖๋์แ:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5490,17 +5563,17 @@ msgstr ""
"ำ๔็ํ ๅ๐์ๅํ็ ๅ๊๊฿ํ็๓็ ่แ ๐๑๐ๅ้ ํแ ไๅ฿๔ๅ ๔็ํ ๐๑๏๔๑๏๐ ๔๏๕ ๐๑๏ใ๑์์แ๔๏๒ "
"ๅ๊๊฿ํ็๓็๒ ."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "ล้๓ใๅ๔ๅ ไๅ้แ ไ้๓๊๔แ ๓๔๏ํ ๏ไ็ใ %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "ฤ็์้๏๕๑ใ฿แ ไ้๓๊๔แ๒ แ๕๔์แ๔็๒ ๅใ๊แ๔๓๔แ๓็๒..."
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5510,7 +5583,7 @@ msgstr ""
"\n"
"ศ๋ๅ๔ๅ ๓฿ใ๏๕๑แ ํแ ๅใ๊แ๔แ๋ๅ฿๘ๅ๔ๅ ๔๑แ;"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5544,15 +5617,15 @@ msgstr ""
"๓๗ๅ๔้๊\n"
"๊ๅ๖๋แ้๏ ๔๏๕ ๅ๐฿๓็์๏๕ ๏ไ็ใ๏ ๗๑๓็๒ ๔๏๕ Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "ฤ็์้๏๕๑ใ฿แ ไ้๓๊๔แ๒ แ๕๔์แ๔็๒ ๅใ๊แ๔๓๔แ๓็๒"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5566,15 +5639,15 @@ msgstr ""
"\n"
"ฬ๐๏๑ๅ฿ ํแ ๐๑๏๔้์๔ๅ ํแ ๅ๐แํแ๋โๅ๔ๅ ๔็ํ ๅใ๊แ๔๓๔แ๓็.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "ม๕๔์แ๔๏"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "ล๐แํแ๖๑๔๙๓็"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "ม๐๏่๊ๅ๕๓็ ๅ๐้๋๏ใ๒ ๐แ๊๔๙ํ"
@@ -5610,14 +5683,14 @@ msgstr "ร้แ ะ๑๏๗๙๑็์ํ๏๕๒"
msgid "Basic"
msgstr "ยแ๓้๊"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- ะ๑๏็ใ๏์ๅํ๏"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "ล๐์ๅํ๏"
@@ -6060,7 +6133,7 @@ msgstr "ฤๅ๎้ ๐๋๊๔๑๏ \"Windows\""
msgid "Circular mounts %s\n"
msgstr "ส๕๊๋้๊๒ ๓๕ํไ๓ๅ้๒ %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "ม๖แ้๑๓๔ๅ ๐๑๔แ ๔้๒ ๋๏ใ้๊๒ ์๏ํไๅ๒\n"
@@ -6197,15 +6270,15 @@ msgstr "๊แํํแ"
msgid "No mouse"
msgstr "ื๙๑฿๒ ๐๏ํ๔฿๊้"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "ะแ๑แ๊แ๋ ไ๏๊้์๓๔ๅ ๔๏ ๐๏ํ๔฿๊้"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "ร้แ ๅํๅ๑ใ๏๐๏฿็๓็ ๐๏ํ๔้๊้๏"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "สษอวำิล ิฯ ัฯฤมสษ!"
@@ -6241,11 +6314,11 @@ msgstr "ำ์๐๔๕๎็ ไํ๔๑๏๕"
msgid "Toggle between flat and group sorted"
msgstr "ลํแ๋๋แใ ์ๅ๔แ๎ ๅ๐฿๐ๅไ็๒ ๊แ้ ๏์แไ้๊๒ ๔แ๎้ํ์็๓็๒"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "ำํไๅ๓็ ๓๔๏ ฤ้แไ฿๊๔๕๏"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6255,23 +6328,19 @@ msgstr ""
"ฯ๑้๓์ํๅ๒ ๓๕ํไ๓ๅ้๒ ๗๑็๓้์๏๐๏้๏ํ pptp, ๊๐๏้ๅ๒ ๋฿ใๅ๒ dhcp.\n"
"ลํ ไๅํ ๎๑ๅ๔ๅ, ๅ๐้๋๎๔ๅ '๗๑๓็ pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "๗๑๓็ dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "๗๑๓็ pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "๗๑๓็ pptp"
@@ -6374,7 +6443,7 @@ msgstr ""
msgid "no network card found"
msgstr "ไๅํ โ๑่็๊ๅ ๐๑๏๓แ๑์๏ใแ๒ ไ้๊๔๏๕"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "ั่์้๓็ ไ้๊๔๏๕"
@@ -6390,15 +6459,15 @@ msgstr ""
"ิ๏ ํ๏์แ แ๕๔ ๐๑๐ๅ้ ํแ ๅ฿ํแ้ ํแ ๐๋๑ๅ๒ ํ๏์แ ๓๕๓๔์แ๔๏๒,\n"
"๐๙๒ ๐.๗. ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "ผํ๏์แ ๓๕๓๔์แ๔๏๒"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ฯไ็ใ๒ ั่์้๓็๒ ฤ้๊๔๏๕"
@@ -6446,8 +6515,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ะแ๋้ ๑่์้๓็ (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ั๕่์฿๓ๅ้๒ ISDN"
@@ -6483,23 +6552,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "ะ๏้๏ ๐๑๙๔๊๏๋๋๏ ่๋ๅ๔ๅ ํแ ๗๑็๓้์๏๐๏้๓ๅ๔ๅ;"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "ิ้ ๅ฿ไ๏๕๒ ๊๑๔แ๒ ๗ๅ๔ๅ;"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "ฤๅํ ๎๑๙"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6512,19 +6586,19 @@ msgstr ""
"\n"
"ลํ ๗ๅ๔ๅ PCMCIA ๊๑๔แ, ๐๑๐ๅ้ ํแ ๎๑ๅ๔ๅ ๔๏ irq ๊แ้ ๔๏ io ๔็๒ ๊๑๔แ๒ ๓แ๒.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "ม๊๑๙๓็"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "ำ๕ํ๗ๅ้แ"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "ะ๏้แ ๅ฿ํแ้ ็ ISDN ๊๑๔แ ๓แ๒;"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6532,7 +6606,7 @@ msgstr ""
"ลํ๔๐้๓แ ์้แ ISDN ๊๑๔แ, แ๋๋ ไๅํ ๎๑๙ ๔๏ํ ๔๐๏ ๔็๒. ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ์้แ "
"๊๑๔แ PCI แ๐ ๔็ํ ๐แ๑แ๊๔๙ ๏่ํ็."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "ฤๅํ โ๑่็๊ๅ ๊๑๔แ ISDN. ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ์้แ แ๐ ๔็ํ ๐แ๑แ๊๔๙ ๏่ํ็."
@@ -6584,7 +6658,7 @@ msgstr "ะ๑๔๏๒ ๅ๎๕๐็๑ๅ๔็๔๒ DNS (๐๑๏แ้๑ๅ๔้๊)"
msgid "Second DNS Server (optional)"
msgstr "ฤๅ๔ๅ๑๏๒ ๅ๎๕๐็๑ๅ๔็๔๒ DNS (๐๑๏แ้๑ๅ๔้๊)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6592,7 +6666,7 @@ msgstr ""
"\n"
"ฬ๐๏๑ๅ฿๔ๅ ํแ แ๐๏๓๕ํไๅ่ๅ฿๔ๅ ํแ ๅ๐แํแ๑๕่์฿๓ๅ๔ๅ ๔็ ๓ํไๅ๓ ๓แ๒."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6600,11 +6674,11 @@ msgstr ""
"\n"
"ฬ๐๏๑ๅ฿๔ๅ ํแ ๅ๐แํแ๑๕่์฿๓ๅ๔ๅ ๔็ ๓ํไๅ๓ ๓แ๒."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "ม๕๔ ๔็ ๓๔้ใ์ ๅ฿๓๔ๅ ๓๕ํไๅไๅ์ํ๏้ ๓๔๏ ฤ้แไ฿๊๔๕๏."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6612,32 +6686,32 @@ msgstr ""
"\n"
"ฬ๐๏๑ๅ฿๔ๅ ํแ ๓๕ํไๅ่ๅ฿๔ๅ ๓๔๏ ฤ้แไ฿๊๔๕๏ ํแ ๅ๐แํแ๑๕่์฿๓ๅ๔ๅ ๔็ ๓ํไๅ๓ ๓แ๒."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "ม๕๔ ๔็ ๓๔้ใ์ ไๅํ ๅ฿๓๔ๅ ๓๕ํไๅไๅ์ํ๏้ ๓๔๏ ฤ้แไ฿๊๔๕๏."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "ำํไๅ๓็"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "ม๐๏๓ํไๅ๓็"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "ั่์้๓็ ๔็๒ ๓ํไๅ๓็๒"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "ำํไๅ๓็ ๊แ้ ๑่์้๓็ ฤ้แไ้๊๔๏๕"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "ิ๑แ ่แ ๑๕่์฿๓๏๕์ๅ ๔็ํ %s ๓ํไๅ๓็."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6656,12 +6730,12 @@ msgstr ""
"\n"
"ะแ๔๓๔ๅ ๔๏ OK ใ้แ ํแ ๎ๅ๊้ํ๓ๅ๔ๅ"
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "ั๕่์฿๓ๅ้๒ ไ้๊๔๏๕"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6672,7 +6746,7 @@ msgstr ""
"สํ๔ๅ ๊๋้๊ ๓๔๏ Ok ใ้แ ํแ ไ้แ๔็๑๓ๅ๔ๅ ๔้๒ ๑๕่์฿๓ๅ้๒ ๓แ๒, ๊๕๑๏ ใ้แ "
"ํแ๎แํแ๑๕่์฿๓ๅ๔ๅ ๔็ ๓ํไๅ๓็ ๓๔๏ ฤ้แไ฿๊๔๕๏.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6685,72 +6759,72 @@ msgstr ""
"มํ ไๅํ ่๋ๅ๔ๅ ํแ ๗๑็๓้์๏๐๏้๓ๅ๔ๅ ๔็ํ แ๕๔์แ๔็ แํ฿๗ํๅ๕๓็, แ๐๏ๅ๐้๋๎๔ๅ ๔๏ "
"๊๏๕๔๊้.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "ล๐้๋๎๔ๅ ๔๏ ๐๑๏๖฿๋ ใ้แ ๑่์้๓็"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "ื๑๓็ แ๕๔์แ๔็๒ แํ฿๗ํๅ๕๓็๒"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "ร้แ ะ๑๏๗๙๑็์ํ๏๕๒"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "ลํ๔๏๐้๓์๒ ๓๕๓๊ๅ๕ํ..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "ม๐๋ ๓ํไๅ๓็ ์ๅ ์ํ๔ๅ์"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "แํ้๗ํๅ่็๊ๅ ๓๔็ํ ๐๑๔แ %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ำํไๅ๓็ ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "แํ้๗ํๅ่็๊ๅ ๔๏ %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ำํไๅ๓็ ADSL"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "แํ้๗ํๅ่็๊ๅ ๓๔็ํ ไ้ๅ๐แ๖ %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "สแ๋๙ไ้แ๊ ๓ํไๅ๓็"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "แํ้๗ํๅ่็๊ๅ ๊แ๋๙ไ้แ๊ ๓ํไๅ๓็"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "ำํไๅ๓็ LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "แํ้๗ํๅ่็๊แํ ๊๑๔แ(ๅ๒) ethernet"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "ล๐้๋๎๔ๅ ๔็ ๓ํไๅ๓็ ๐๏๕ ่๋ๅ๔ๅ ํแ ๑๕่์฿๓ๅ๔ๅ"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -6760,23 +6834,23 @@ msgstr ""
"ล๐้๋๎๔ๅ แ๕๔ํ ๐๏๕ ่๋ๅ๔ๅ ํแ ๗๑็๓้์๏๐๏้๓ๅ๔ๅ.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "ำํไๅ๓็ ฤ้แไ้๊๔๏๕"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "ศ๋ๅ๔ๅ ํแ ๓๕ํไๅ๓๔ๅ ๊แ๔ ๔็ํ ๅ๊๊฿ํ็๓็;"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "ั๕่์฿๓ๅ้๒ ไ้๊๔๏๕"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "ิ๏ ไ฿๊๔๕๏ ๐๑๐ๅ้ ํแ ๅ๐แํๅ๊๊้ํ็่ๅ฿"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6787,7 +6861,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6797,7 +6871,7 @@ msgstr ""
"ฯ้ ๑๕่์฿๓ๅ้๒ ่แ ๅ๖แ๑์๏๓๔๏ํ ๔๑แ ๓๔๏ ๓๓๔็์ ๓แ๒.\n"
"\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6805,7 +6879,7 @@ msgstr ""
"ม๖๏ ใ฿ํๅ้ แ๕๔, ๐๑๏๔ๅ฿ํ๏๕์ๅ ํแ ๅ๐แํๅ๊๊้ํ๓ๅ๔ๅ ๔๏ ื๐ๅ๑้โ๋๋๏ํ ใ้แ ํแ "
"แ๐๏๖ใๅ๔ๅ ๔แ ๐๑๏โ๋์แ๔แ แ๋๋แใ๒ hostname."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -6815,7 +6889,7 @@ msgstr ""
"ฤ๏๊้์๓๔ๅ ๔็ ๓ํไๅ๓็ ์ๅ ๔๏ net_monitor ๔๏ mcc. มํ ไๅํ ๋ๅ้๔๏๕๑ใ๓ๅ้ ็ "
"๓ํไๅ๓็, ๔๔ๅ ่แ ๐๑๐ๅ้ ํแ ๅ๊๊้ํ๓ๅ๔ๅ ๎แํ ๔็ ๑่์้๓็."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6827,7 +6901,7 @@ msgstr ""
"ม๐๋ ๐แ๔๓๔ๅ OK ใ้แ ํแ ๊๑แ๔๓ๅ๔ๅ ๔้๒ ๕๐๑๗๏๕๓ๅ๒ ๑๕่์฿๓ๅ้๒.\n"
"ม๋๋ๆ๏ํ๔แ๒ ๔แ ๐แ๑แ๊๔๙ ๐ๅไ฿แ ่แ แ๋๋๎ๅ๔ๅ ๔็ํ ๕๐๑๗๏๕๓แ ๑่์้๓็."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6837,42 +6911,42 @@ msgstr ""
"ส่ๅ ๓๔๏้๗ๅ฿๏ ๐๑๐ๅ้ ํแ ๅ้๓แ๗่ๅ฿ ๙๒ IP ไ้ๅ่๕ํ๓็ ์ๅ แ๑้่์๏๒\n"
"๗๙๑้๓์ํ๏๕๒ ์ๅ ๔ๅ๋ๅ฿ๅ๒ (๐แ๑ไๅ้ใ์แ: 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "ั่์้๓็ ๓๕๓๊ๅ๕๒ ไ้๊๔๏๕ %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (๏ไ็ใ๒ %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "ฤ้ๅ่๕ํ๓็ IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "ฬ๓๊แ ไ้๊๔๏๕"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "ม๕๔์แ๔๏ IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "ำ๔็ํ ๅ๊๊฿ํ็๓็ ๓๕๓๔์แ๔๏๒"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "ว IP ไ้ๅ่๕ํ๓็ ๐๑๐ๅ้ ํแ ๅ฿ํแ้ ๓ๅ ์๏๑๖ 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6884,43 +6958,53 @@ msgstr ""
"๐๙๒ ๐.๗. ``mybox.mylab.myco.com''.\n"
"ฬ๐๏๑ๅ฿๔ๅ ๅ๐฿๓็๒ ํแ ๅ้๓ใๅ๔ๅ ๊แ้ ๔็ํ ไ้ๅ่๕ํ๓็ IP ๔็๒ ๐๋็๒ ไ้๊๔๏๕"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "ล๎๕๐็๑ๅ๔็๔๒ DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "ะ๋็ (๐.๗. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "ำ๕๓๊ๅ๕ ๐๋็๒"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "ว IP ไ้ๅ่๕ํ๓็ ๐๑๐ๅ้ ํแ ๅ฿ํแ้ ๓ๅ ์๏๑๖ 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "ว IP ไ้ๅ่๕ํ๓็ ๐๑๐ๅ้ ํแ ๅ฿ํแ้ ๓ๅ ์๏๑๖ 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "ั๕่์฿๓ๅ้๒ proxies"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
"มํแๆ๔็๓็ ๔แ๕๔๔็๔แ๒ ๔็๒ ๊๑๔แ๒ ไ้๊๔๏๕ (๗๑๓้์๏ ใ้แ ๖๏๑็๔๏๒ ๕๐๏๋๏ใ้๓๔๒)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "ฯ proxy ๐๑๐ๅ้ ํแ ๅ฿ํแ้ http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "ฯ proxy ๐๑๐ๅ้ ํแ ๅ฿ํแ้ ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "ิ๏ URL ๐๑๐ๅ้ ํแ ๎ๅ๊้ํ ์ๅ 'http:' 'ftp:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8410,7 +8494,7 @@ msgstr "ล๊๔๐๙๓็ ๓๔๏ํ ๅ๊๔๕๐๙๔ \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8957,10 +9041,6 @@ msgstr ""
"ะแ๑แ๊แ๋ ๓๕์๐๋็๑๓๔ๅ ๔้๒ ๐๋็๑๏๖๏๑฿ๅ๒ ใ้แ ๔๏ ftp proxy\n"
"ม๖๓๔ๅ ๔แ ๊ๅํ แํ ไๅํ ๅ๐้่๕์ๅ฿๔ๅ ftp proxy"
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "ิ๏ URL ๐๑๐ๅ้ ํแ ๎ๅ๊้ํ ์ๅ 'http:' 'ftp:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9010,6 +9090,43 @@ msgstr "แ๐๏๔๕๗฿แ mkraid (์๐๙๒ แ๐๏๕๓้ๆ๏๕ํ ๔แ raidtools;)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "ฤๅํ ๕๐๑๗๏๕ํ แ๑๊ๅ๔๒ ๊แ๔แ๔์๓ๅ้๒ ใ้แ RAID ๅ๐้๐ไ๏๕ %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "ล๐฿๐ๅไ๏ แ๓๖แ๋ๅ฿แ๒"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "ล๐฿๐ๅไ๏ แ๓๖แ๋ๅ฿แ๒"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "ฤ้แ๗ๅ้๑้๓๔๒ ม๓๖แ๋ๅ฿แ๒ (๐๑๏๓๐๋แ๓็ ๔แ๗๕ไ๑๏์ๅ฿๏)"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (ะ๑๏ๅ๐้๋ๅใ์ํ๏๒)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "ั่์้๓็ ๅ๐้๐ไ๏๕ แ๓๖แ๋ๅ฿แ๒"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "ะแ๑แ๊แ๋ ๐ๅ๑้์ํๅ๔ๅ, ๐๑๏ๅ๔๏้์แ๓฿แ ๅใ๊แ๔๓๔แ๓็๒..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ล๊๊฿ํ็๓็ ๔๏๕ ALSA (Advanced Linux Sound Architecture) ๓๕๓๔์แ๔๏๒ ๗๏๕"
@@ -9327,7 +9444,7 @@ msgstr "ฤ้แไ฿๊๔๕๏"
msgid "File sharing"
msgstr "ส๏้ํ๗๑็๓๔แ แ๑๗ๅ฿แ"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "ำ๓๔็์แ"
@@ -9417,7 +9534,7 @@ msgstr "ำํไๅ๓็ ๓๔๏ ฤ้แไ฿๊๔๕๏"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9462,7 +9579,7 @@ msgstr "ฤ้ๅ๐แ๖๒ ื๑็๓๔ํ"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9487,7 +9604,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9503,7 +9620,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9518,7 +9635,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9567,8 +9684,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9604,11 +9721,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "ลใ๊แ๔๓๔แ๓็ ๐แ๊๔๙ํ..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "ะแ๑แ๊แ๋ แ๐๏๓๕ํไๅ่ๅ฿๔ๅ ๊แ้ ์ๅ๔ ๐แ๔๓๔ๅ Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "ะแ๑แ๊แ๋ ๅ๐แํแ๓๕ํไๅ่ๅ฿๔ๅ ๙๒ %s ใ้แ ๅํๅ๑ใ๏๐๏฿็๓็ ๔๙ํ แ๋๋แใํ"
@@ -9649,16 +9766,6 @@ msgstr "ะ๑๏๓่๊็/ม๖แ฿๑ๅ๓็ ื๑็๓๔ํ"
msgid "Add/Del Clients"
msgstr "ะ๑๏๓่๊็/ม๖แ฿๑ๅ๓็ ะๅ๋แ๔ํ"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "ย๏่ๅ้แ"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "ฤ้๓๊๔แ ล๊๊฿ํ็๓็๒"
@@ -9707,48 +9814,64 @@ msgstr "ะ๑๏๓่๊็ ๗๑๓๔็ -->"
msgid "<-- Del User"
msgstr "<-- ฤ้แใ๑แ๖ ื๑๓๔็"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+#, fuzzy
+msgid "No net boot images created!"
+msgstr "ล้๊ํๅ๒ Net Boot"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "ะ๑๏๓่๊็ ะๅ๋๔็ -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- ฤ้แใ๑แ๖ ะๅ๋๔็"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "ั่์้๓็ dhcpd..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "ะ๑๏๗๙๑็์ํๅ๒ ั๕่์฿๓ๅ้๒"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "ลใใ๑แ๖ ั่์้๓็๒"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ไ้๓๊๔แ ล๊๊฿ํ็๓็๒:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "ฤๅํ ๅ฿ํแ้ ไ๕ํแ๔ ็ ๐๑๓โแ๓็ ๓๔็ ไ้๓๊๔แ!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "ิ๑แ ์๐๏๑ๅ฿๔ๅ ํแ แ๖แ้๑๓๔ๅ ๔็ ไ้๓๊๔แ"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "ฤๅํ ๕๐๑๗ๅ้ ไ้แ่๓้์๏๒ ๏ไ็ใ๒ ไ้๓๊๔แ๒!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "ว ๅ้๊ํแ Etherboot ISO ๅ฿ํแ้ ็ %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "ส๔้ ไๅํ ๐ใๅ ๊แ๋! ล฿ํแ้ ๔๏ mkisofs ๅใ๊แ๔ๅ๓๔็์ํ๏;"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "ะ๑๐ๅ้ ํแ ไ็์้๏๕๑ใ๓๙ ๐๑๔แ ๔๏ /etc/dhcpd.conf!"
@@ -9879,12 +10002,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "ำ๕ํ๏๋้๊ ๐๑๏ไ๏๒"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9893,41 +10016,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "ฬ๐๏๑ๅ฿ ํแ ๗๑ๅ้แ๓๔๏ํ ์ๅ๑้๊ ๋ๅ๐๔ ใ้แ ๔็ ไ็์้๏๕๑ใ฿แ ๔๙ํ ๊๋ๅ้ไ้ํ:"
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "ื๙๑฿๒ ๓๕ํ่็์แ๔้๊"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "มไ๕ํแ์฿แ แํ๏฿ใ์แ๔๏๒ %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9945,64 +10068,64 @@ msgstr ""
"\n"
"๗๙๑฿๒ ํแ ๆ็๔็่ๅ฿ ๊๙ไ้๊๒ ๐๑๓โแ๓็๒."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr "ิ๏ แ๐๏์แ๊๑๕๓์ํ๏ WebDAV ๅ฿ํแ้ ไ็ ๓ๅ ๓๕ใ๗๑๏ํ้๓์!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr "ว ์ๅ๔แ๖๏๑ WebDAV แ๐๔๕๗ๅ!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr "ฤๅํ ๕๐๑๗ๅ้ CDR/DVDR ๓๔๏ํ ๏ไ็ใ!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "บ๓๙๒ ๗๑ๅ้แ๓๔๏ํ ์ๅ๑้๊ ๋ๅ๐๔ ใ้แ ํแ ๓โ็๓๔ๅ฿ ๔๏ ์๓๏."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr "ะ๑โ๋็์แ ไ้๊แ้๙์๔๙ํ ๓๔็ํ ๐๑๓โแ๓็ ๔๏๕ CD."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "มํ๔฿ใ๑แ๖๏ ม๓๖แ๋ๅ฿แ๒ ๓๕๓๔์แ๔๏๒ แ๑๗ๅ฿๙ํ..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "มํ๔฿ใ๑แ๖แ ม๓๖แ๋ๅ฿แ๒ ำ๊๋็๑๏ ฤ฿๓๊๏๕"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "มํ๔฿ใ๑แ๖๏ ม๓๖แ๋ๅ฿แ๒ ๔๙ํ แ๑๗ๅ฿๙ํ ื๑็๓๔ํ..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "ฤ้แไ้๊แ๓฿แ มํ๔้ใ๑๖๙ํ แ๓๖แ๋ๅ฿แ๒ ๓๔๏ํ ำ๊๋็๑ ฤ฿๓๊๏..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "มํ๔฿ใ๑แ๖๏ ม๓๖แ๋ๅ฿แ๒ ถ๋๋๙ํ แ๑๗ๅ฿๙ํ..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr "ฤๅํ ๕๐๑๗๏๕ํ แ๋๋แใ๒ ใ้แ ํแ ใ฿ํ๏๕ํ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10010,14 +10133,14 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10027,39 +10150,39 @@ msgstr ""
" ำ๖๋์แ ๓๔็ ๓ํไๅ๓็ FTP . ฤๅํ ๔แํ ไ๕ํแ๔ ็ แ๐๏๓๔๏๋ ๔๙ํ แํ๔้ใ๑๖๙ํ "
"แ๓๖แ๋ๅ฿แ๒ ์๓๙ FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr "ำ๖๋์แ ๊แ๔ ๔็ํ แ๐๏๓๔๏๋ ์็ํ์แ๔๏๒. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr "มไํแ๔็ ็ ไ็์้๏๕๑ใ฿แ ๊แ๔แ๋ใ๏๕!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "ล๐้๋๏ใ ม๑๗ๅ฿๏๕"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
"ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔แ แ๑๗ๅ฿แ ๔๏๕๒ ๊แ๔แ๋ใ๏๕๒ ๊แ้ ๊ํ๔ๅ ๊๋้๊ ๓๔๏ '๐๑๏๓่๊็'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10067,26 +10190,26 @@ msgstr ""
"\n"
"ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๋ๅ๒ ๔้๒ ๅ๐้๋๏ใ๒ ๐๏๕ ๗๑ๅ้ๆๅ๓๔ๅ.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"ม๕๔๒ ๏้ ๅ๐้๋๏ใ๒ ์๐๏๑๏ํ ํแ ๐๑๏๕ํ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒ ๊แ้ ํแ ๅ๐แํแ๖๑๏๕ํ "
"๔๏ /etc\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "มํ๔฿ใ๑แ๖๏ แ๓๖แ๋ๅ฿แ๒ ๔๙ํ แ๑๗ๅ฿๙ํ ำ๕๓๔์แ๔๏๒ (๊แ๔๋๏ใ๏๒ /etc )"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10094,50 +10217,50 @@ msgstr ""
"ฬๅ แ๕๔ ๔็ํ ๅ๐้๋๏ใ ่แ ์๐๏๑ๅ฿๔ๅ ํแ ๅ๐แํแ๖๑ๅ๔ๅ ๏๐๏้แไ๐๏๔ๅ\n"
"๊ไ๏๓็ ๔๏๕ ๊แ๔แ๋ใ๏๕ /etc."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
"ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๓๏๕๒ ๗๑๓๔ๅ๒ ่๋ๅ๔ๅ ํแ ๕๐๑๗๏๕ํ ๓๔แ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "ม๖แ฿๑ๅ๓็ ล๐้๋ๅใ์ํ๙ํ"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "ื๑๓๔ๅ๒"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "ื๑๓็ ๓ํไๅ๓็ ไ้๊๔๏๕ ใ้แ ๔แ แ๑๗ๅ฿แ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
@@ -10145,76 +10268,78 @@ msgstr ""
" ฬๅ๔แ๖๏๑ \n"
"ิ๑แ"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "ะแ๑แ๊แ๋ ๏๑฿๓๔ๅ ๔๏ํ ไ้๊๔๕แ๊ ํ๏์แ ๔็ํ IP"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ๔๏ ํ๏์แ ๗๑๓๔็"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ๔๏ํ ๊๙ไ้๊ ๐๑๓โแ๓็๒"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "ม๐๏์ํ็์ํๅ๕๓็ ๔๏๕ ๊๙ไ้๊๏ ๐๑๓โแ๓็๒"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "ื๑๓็ CD/DVDROM ใ้แ ๔แ แ๑๗ๅ฿แ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "ะแ๑แ๊แ๋ ๏๑฿๓๔ๅ ๔๏ํ ๗๑๏ ๔๏๕ CD/DVD "
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "ะแ๑แ๊แ๋ ๏๑฿๓๔ๅ แํ ๊ํๅ๔ๅ ๗๑๓็ ๓๕๓๊ๅ๕๒ CDRW"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr "ำโ๓้์๏ ิ๑แ "
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr "ะแ๑แ๊แ๋ ๏๑฿๓๔ๅ แํ ๊ํๅ๔ๅ ๗๑๓็ ๓๕๓๊ๅ๕๒ DVDR"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr "ะแ๑แ๊แ๋ ๏๑฿๓๔ๅ แํ ๊ํๅ๔ๅ ๗๑๓็ ๓๕๓๊ๅ๕๒ DVDRAM"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10222,33 +10347,33 @@ msgstr ""
"ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ๔๏ ํ๏์แ ๔็๒ ๓๕๓๊ๅ๕๒ ๅใใ๑แ๖๒ CD\n"
"๐.๗. : 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr "ฤๅํ ๊แ่๏๑฿๓๔็๊ๅ ๓๕๓๊ๅ๕ CD"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "ื๑๓็ ๔แ้ํ฿แ๒ ใ้แ ๔แ แ๑๗ๅ฿แ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
"ะแ๑แ๊แ๋ ๅ้๓ใๅ๔แ้ ๔๏ ํ๏์แ ๓๕๓๊ๅ๕๒ ใ้แ ๔็ ๗๑๓็ ๔๙ํ แํ๔้ใ๑๖๙ํ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr ""
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10256,55 +10381,55 @@ msgstr ""
"ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔๏ ์ใ้๓๔๏ ์ใๅ่๏๒\n"
"๐๏๕ ๅ๐้๔๑๐ๅ๔แ้ ๓๔๏ Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "ะแ๑แ๊แ๋ ๏๑฿๓๔ๅ ๔๏ํ ๊แ๔๋๏ใ๏ แ๐๏่๊ๅ๕๓็๒: "
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "ฤ฿๊๔๕๏"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "ำ๊๋็๑๒ ฤ฿๓๊๏๒ / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr ""
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "๙๑้แ฿แ"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "๊แ่็์ๅ๑้ํ"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "ๅโไ๏์แไ้แ฿แ"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "์็ํ้แ฿แ"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "ื๑๓็ ไแ฿์๏ํแ"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10313,7 +10438,7 @@ msgstr ""
"ไ้๓๔็์แ ์ๅ๔แ๎ ๔๏๕ ๊่ๅ\n"
"แํ๔฿ใ๑แ๖๏๕ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -10322,79 +10447,79 @@ msgstr ""
"์๓๏ ใ้แ ๔แ แํ๔฿ใ๑แ๖แ \n"
"แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
"ม๐๏๓๔๏๋ ็๋ๅ๊๔๑๏ํ้๊๏ ์็ํ์แ๔๏๒ ์ๅ๔ แ๐ ๊่ๅ ๋๘็ แํ๔้ใ๑๖๙ํ แ๓๖แ๋ๅ฿แ๒ ๓๔๏:"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ิ้"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "ะ๏๕"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "ะ๔ๅ"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "ะๅ๑้๓๓๔ๅ๑ๅ๒ ล๐้๋๏ใ๒"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "ั๕่์฿๓ๅ้๒ Drakbackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔็ํ ่๓็ ๔๙ํ แํ๔้ใ๑๖๙ํ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "๓๔๏ํ ำ๊๋็๑ ฤ฿๓๊๏"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "๓๔๏ ฤ฿๊๔๕๏"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "๓๔๏ CDROM"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔้ ่๋ๅ๔ๅ ํแ ๐๑ๅ๔ๅ ๓ๅ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "มํ๔฿ใ๑แ๖๏ ม๓๖แ๋ๅ฿แ๒ ำ๕๓๔์แ๔๏๒"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "มํ๔฿ใ๑แ๖๏ ม๓๖แ๋ๅ฿แ๒ ื๑็๓๔ํ"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "ล๐้๋๏ใ ๗๑๓๔็ ๗ๅ้๑๏๊฿ํ็๔แ"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -10402,7 +10527,7 @@ msgstr ""
"\n"
"- ะ็ใ๒ มํ๔้ใ๑๖๙ํ ม๓๖แ๋ๅ฿แ๒:\n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -10410,7 +10535,7 @@ msgstr ""
"\n"
"- ม๑๗ๅ฿แ ำ๕๓๔์แ๔๏๒:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -10418,7 +10543,7 @@ msgstr ""
"\n"
"- ม๑๗ๅ฿แ ื๑็๓๔ํ:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -10426,7 +10551,7 @@ msgstr ""
"\n"
"- ถ๋๋แ ม๑๗ๅ฿แ:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -10435,13 +10560,13 @@ msgstr ""
"\n"
"- ม๐๏่๊ๅ๕๓็ ๓๔๏ํ ๓๊๋็๑ ไ฿๓๊๏ ๓๔็ํ ่๓็: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -10449,39 +10574,39 @@ msgstr ""
"\n"
"- ลใใ๑แ๖ ๓ๅ CD"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr "ำ๔็ ำ๕๓๊ๅ๕ : %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10490,7 +10615,7 @@ msgstr ""
"\t\t ํ๏์แ ๗๑๓๔็: %s\n"
"\t\t ๓๔็ ่๓็: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -10498,19 +10623,19 @@ msgstr ""
"\n"
"- ล๐้๋๏ใ๒:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tื๙๑฿๒ ๔๏ ม๑๗ๅ฿๏ ำ๕๓๔์แ๔๏๒\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tมํ๔฿ใ๑แ๖แ ม๓๖แ๋ๅ฿แ๒ ๙๒ tar ๊แ้ bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tมํ๔฿ใ๑แ๖แ ม๓๖แ๋ๅ฿แ๒ ๙๒ tar ๊แ้ gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -10519,39 +10644,39 @@ msgstr ""
"\n"
"- ฤแ฿์๏ํแ๒ (%s) ์แๆ฿ ์ๅ :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-ำ๊๋็๑๒ ฤ฿๓๊๏๒.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-ฤ฿๊๔๕๏ ์๓๙ FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-ฤ฿๊๔๕๏ ์๓๙ SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -10559,7 +10684,7 @@ msgstr ""
"ห฿๓๔แ ๔๙ํ ไๅไ๏์ํ๙ํ ๐๑๏๒ ๅ๐แํแ๖๏๑:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10567,106 +10692,106 @@ msgstr ""
"ห฿๓๔แ ๔๙ํ ๊แ๔ๅ๓๔๑แ์์ํ๙ํ ไๅไ๏์ํ๙ํ:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "ะแ๑แ๊แ๋ แ๖แ้๑๓๔ๅ ๔๏ ๔็ํ ๅ๐์ๅํ็ ๖๏๑."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "ิแ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒ ๅ฿ํแ้ ๊แ๔ๅ๓๔๑แ์์ํแ"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " ผ๋แ ๔แ ๅ๐้๋ๅใ์ํแ ไๅไ๏์ํแ ๗๏๕ํ "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " มํแ๊๔็่ๅ฿ ์ๅ ๅ๐้๔๕๗฿แ ๓๔๏ %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " ั๕่์฿๓ๅ้๒ ล๐แํแ๖๏๑๒ "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "ลํ๔๎ๅ้ ใ้แ ๔็ํ ๅ๐แํแ๖๏๑ ๔๙ํ ๋๋๙ํ แ๑๗ๅ฿๙ํ."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "มํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒ แ๑๗ๅ฿๙ํ ๓๕๓๔์แ๔๏๒ ๐๑้ํ แ๐:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔็ํ ็์ๅ๑๏์็ํ฿แ ๅ๐แํแ๖๏๑๒"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "ื๑๓็ ๓๊๋็๑๏ ไ฿๓๊๏๕ ใ้แ ๔แ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "ะแ๑แ๊แ๋ ๏๑฿๓๔ๅ ๔๏ํ ๊แ๔๋๏ใ๏ แ๐๏่๊ๅ๕๓็๒: "
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "ำํไๅ๓็ FTP"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "ม๓๖แ๋ๅ฿๒ ๓ํไๅ๓็"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "ล๐แํแ๖๏๑ แ๐ ๔๏ํ ๓๊๋็๑ ไ฿๓๊๏."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ๔๏ํ ๊แ๔๋๏ใ๏ ๐๏๕ โ๑฿๓๊๏ํ๔แ้ ๔แ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "ล๐้๋๎๔ๅ ๋๋๏ ์๓๏ ใ้แ ๔็ํ แํ๊๔็๓็"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "ถ๋๋แ ฬ๓แ"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "ล๐แํแ๖๏๑ ๓๕๓๔์แ๔๏๒"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "ล๐แํแ๖๏๑ ื๑็๓๔ํ"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "ล๐แํแ๖๏๑ ถ๋๋๙ํ"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "ๅ๐้๋๎๔ๅ ๔็ ่๓็ ๅ๐แํแ๖๏๑๒ (แํ๔฿ ๔๏๕ /)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "ม๖แ฿๑ๅ๓็ ๊แ๔แ๋ใ๙ํ ๗๑็๓๔ํ ๐๑้ํ แ๐ ๔็ํ ๅ๐แํแ๖๏๑."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
@@ -10674,7 +10799,7 @@ msgstr ""
"ล๐แํแ๖๏๑ ล๐้๋ๅใ์ํ๙ํ\n"
"ม๑๗ๅ฿๙ํ"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
@@ -10682,131 +10807,131 @@ msgstr ""
"ม๋๋แใ\n"
"ศ๓็ ล๐แํแ๖๏๑๒"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr "ิแ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒ ไๅํ โ๑่็๊แํ ๓๔๏ %s."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
msgstr "ล๐แํแ๖๏๑ แ๐ CD"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
msgstr ""
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
msgstr "ล๐แํแ๖๏๑ ์๓๙ ไ้๊๔๏๕"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
msgstr "ผํ๏์แ ำ๕๓๔์แ๔๏๒"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
msgstr "ม๐แ้๔ๅ฿๔แ้ ๊๙ไ้๊๒ ๐๑๓โแ๓็๒"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
msgstr "ม๐แ้๔ๅ฿๔แ้ ํ๏์แ ๗๑๓๔็"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr "ว ศ๓็ ๔๏ ถ๑่๑๙์แ แ๐แ้๔ๅ฿๔แ้"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
msgstr "ว ล๐แํแ๖๏๑ ม๐๔๕๗ๅ..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "ล๐แํแ๖๏๑ ๋๙ํ ๔๙ํ แํ๔้ใ๑๖๙ํ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "ะ๑๏๓แ๑์๏๓์ํ็ ล๐แํแ๖๏๑"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr "ิ๏ CD ๅ฿ํแ้ ๓๔็ ่๓็ ๔๏๕ - ๓๕ํ๗ๅ้แ"
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
msgstr "ล๐แํแ๖๏๑ แ๐ สแ๔๋๏ใ๏"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "ล๐แํแ๖๏๑ แ๐ แ๑๗ๅ฿๏"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "ะ๑๏็ใ๏์ๅํ๏"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "ม๐๏่๊ๅ๕๓็"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "ฤ็์้๏๕๑ใ฿แ แํ๔้ใ๑๖๙ํ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "ล๐แํแ๖๏๑"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -10816,7 +10941,7 @@ msgstr ""
" ว แํแ๖๏๑ ไๅํ ๓๔๋่็๊ๅ\n"
" ๐แ๑แ๊แ๋ ๑๕่์฿๓๔ๅ ๔๏ sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -10824,7 +10949,7 @@ msgstr ""
"ิแ ๐แ๑แ๊๔๙ ๐แ๊๔แ ๐๑๐ๅ้ ํแ ๅใ๊แ๔แ๓๔แ่๏ํ:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -10832,19 +10957,19 @@ msgstr ""
"ำ๖๋์แ ๊แ๔ ๔็ํ แ๐๏๓๔๏๋ แ๑๗ๅ฿๏๕ ์๓๙ FTP.\n"
"ะแ๑แ๊แ๋ ไ้๏๑่๓๔ๅ ๔็ ๑่์้๓็ ๔๏๕ FTP."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔แ ไๅไ๏์ํแ ๐๑๏๒ ๅ๐แํแ๖๏๑..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔๏ ์๓๏ ใ้แ ๔แ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ ๔แ แ๑๗ๅ฿แ ๐๏๕ ่แ ใ฿ํ๏๕ํ แํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -10852,59 +10977,59 @@ msgstr ""
"ฤๅํ โ๑่็๊ๅ ๑่์้๓็\n"
"๐แ๑แ๊แ๋ ๊ํ๔ๅ ๊๋้๊ ๓๔๏ ฯไ็ใ ๓๔๏ ะ๑๏๗๙๑็์ํ๏."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "ี๐ มํ๐๔๕๎็ ... ๐แ๑แ๊แ๋ ๐ๅ๑้์ํๅ๔ๅ."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "มํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒ ๔๏๕ ๓๕๓๔์แ๔๏๒ แ๑๗ๅ฿๙ํ"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "มํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒ แ๑๗ๅ฿๙ํ ๗๑็๓๔ํ"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "มํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒ ๋๋๙ํ แ๑๗ๅ฿๙ํ"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "ำ๕ํ๏๋้๊ ะ๑๏ไ๏๒"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "แ๐๏๓๔๏๋ แ๑๗ๅ฿๙ํ ์๓๙ FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "ม๐๏๓๔๏๋ แ๑๗ๅ฿๙ํ..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "ฤ็์้๏๕๑ใ฿แ มํ๔้ใ๑๖๙ํ ม๓๖แ๋ๅ฿แ๒ แ๐ ๔๏ แ๑๗ๅ฿๏ ๑๕่์฿๓ๅ๙ํ"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "ะ๑๏โ๏๋ ั๕่์฿๓ๅ๙ํ มํ๔้ใ๑๖๙ํ ม๓๖แ๋ๅ฿แ๒"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "ั๕่์฿๓ๅ้๒ ฯไ็ใ๏"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "ะ๑๏๗๙๑็์ํๅ๒ ั๕่์฿๓ๅ้๒"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "มํ๔฿ใ๑แ๖แ แ๓๖แ๋ๅ฿แ๒ ิ๑แ"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10936,7 +11061,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10945,7 +11070,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10986,7 +11111,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11014,20 +11139,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
"แํแโแ่์฿๓ๅ้๒ 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
"com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11044,7 +11169,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11084,7 +11209,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11095,7 +11220,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11108,7 +11233,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11222,8 +11347,8 @@ msgid "Synchronization tool"
msgstr "ล๑ใแ๋ๅ฿๏ ำ๕ใ๗๑๏ํ้๓์๏"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr ""
@@ -11288,26 +11413,26 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "มํแ๖๏๑"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr ""
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "๓ํไๅ๓็ ๓๔๏ํ ๏ไ็ใ Bugzilla ..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "ฤๅํ โ๑่็๊ๅ ๐ๅ๑้็ใ็๔๒! ะแ๑แ๊แ๋ ๅใ๊แ๔แ๓๔๓๔ๅ ๔๏ํ"
@@ -11408,10 +11533,6 @@ msgstr "ฯไ็ใ๒..."
msgid "Apply"
msgstr "ล๖แ๑์๏ใ"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "ะแ๑แ๊แ๋ ๐ๅ๑้์ํๅ๔ๅ... ล๖แ๑์๏ใ ๑๕่์฿๓ๅ๙ํ"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "ำ๕ํไ่็๊ๅ"
@@ -11533,7 +11654,7 @@ msgstr "ผํ๏์แ แ๑่๑์แ๔๏๒"
msgid "Size"
msgstr "ฬใๅ่๏๒"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11598,12 +11719,12 @@ msgstr "ธ๎๏ไ๏๒"
msgid "Build the disk"
msgstr "ฤ็์้๏๕๑ใ฿แ ไ้๓๊๔แ๒"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "ำ้ใ๏๕๑ๅ๕๔ๅ฿๔ๅ ๐๙๒ ํแ ์๓๏ ๅ฿ํแ้ ๐แ๑ํ ใ้แ ๔็ ๓๕๓๊ๅ๕ %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11612,12 +11733,12 @@ msgstr ""
"ฤๅํ ๕๐๑๗ๅ้ ์๓๏ ๕๐๑๗ๅ้ ๐๑๏๓๔แ๓฿แ ๅใใ๑แ๖๒ ใ้แ ๔็ ๓๕๓๊ๅ๕ %s.\n"
"ะแ๑แ๊แ๋ ๅ้๓ใๅ๔ๅ ํแ."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "มไ๕ํแ์฿แ fork: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12104,159 +12225,159 @@ msgstr ""
"\n"
"สํ๔ๅ ๊๋้๊ ๓๔๏ ั่์้๓็ ใ้แ ํแ ๎ๅ๊้ํ๓ๅ๔ๅ ๔๏ํ ๏ไ็ใ ๅใ๊แ๔๓๔แ๓็๒."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "ฯ์ไแ ๅ๑ใแ๓฿แ๒:"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "๊แ๔๔์็๓็ %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "ื๑๓๔็๒"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "ฤ้แใ๑แ๖"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "ฯ๋๏๊๋็๑่็๊ๅ"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "ะ๑๏๓่๊็ แ๑่๑์แ๔๏๒"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "ะ๑๏๓่๊็ ํ๏๕ ๅ๊๔๕๐๙๔"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "ม๐๏ๅ๐้๋๏ใ ผ๋๙ํ"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr ""
"ล๐แํแ๖๏๑ ล๐้๋ๅใ์ํ๙ํ\n"
"ม๑๗ๅ฿๙ํ"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr "แํแๆ๔็๓็"
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "ม๐๏ไ๏๗ ๗๑๓๔็"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "ธ๊ไ๏๓็: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "ศ๑แ"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "ื๑๓็ แ๕๔์แ๔็๒ แํ฿๗ํๅ๕๓็๒"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "ื๑๓็ แ๕๔์แ๔็๒ แํ฿๗ํๅ๕๓็๒"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "ิ์์แ Splash"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "ื๑๓๔็๒"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "ฯ์ไแ ๅ๑ใแ๓฿แ๒:"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
msgstr "ฤๅํ โ๑่็๊ๅ ส๑๔แ น๗๏๕!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12268,123 +12389,138 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr "๔๏ ๐แ๊๔๏ ImageMagick แ๐แ้๔ๅ฿๔แ้ ใ้แ ๔็ ๓๙๓๔ ๋ๅ้๔๏๕๑ใ฿แ"
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
msgstr "๐๑๔๏ โ์แ ไ็์้๏๕๑ใ฿แ๒"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
msgstr "๔ๅ๋้๊ แํ๋๕๓็"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
msgstr "ล๐้๋๎๔ๅ ์้แ ๅ้๊ํแ"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
msgid "Theme name"
msgstr "ผํ๏์แ ่์แ๔๏๒"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr "ไ็์้๏๕๑ใ฿แ bootsplash โ์แ 2"
-
-#: ../../standalone/draksplash_.c:82
-msgid "go to lilosplash configuration"
-msgstr "๐ใแ้ํๅ ๓๔็ ๑่์้๓็ ๔๏๕ lilosplash"
-
-#: ../../standalone/draksplash_.c:83
-msgid "quit"
-msgstr "ธ๎๏ไ๏๒"
-
-#: ../../standalone/draksplash_.c:84
-msgid "save theme"
-msgstr "แ๐๏่๊ๅ๕๓็ ่์แ๔๏๒"
+#: ../../standalone/draksplash_.c:85
+#, fuzzy
+msgid "Browse"
+msgstr "แํแๆ๔็๓็"
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
msgstr "ั่์้๓็ ๅ้๊ํแ๒ bootsplash"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
msgid "text width"
msgstr "๐๋๔๏๒ ๊ๅ้์ํ๏๕"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:103
msgid "text box height"
msgstr "๘๏๒ ๐๋แ้๓฿๏๕ ๊ๅ้์ํ๏๕"
-#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr ""
-
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
msgid "the width of the progress bar"
msgstr "๔๏ ๐๋๔๏๒ ๔็๒ ใ๑แ์์๒ ๐๑๏ไ๏๕"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:107
msgid "the heigth of the progress bar"
msgstr "๔๏ ๘๏๒ ๔็๒ ใ๑แ์์๒ ๐๑๏ไ๏๕"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr "ิ๏ ๗๑์แ ๔็๒ ใ๑แ์์๒ ๐๑๏ไ๏๕"
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:120
-msgid "preview"
+#: ../../standalone/draksplash_.c:121
+msgid "Preview"
msgstr "๐๑๏ๅ๐้๓๊๐็๓็"
-#: ../../standalone/draksplash_.c:121
-msgid "choose color"
-msgstr "ล๐้๋๎๔ๅ ๗๑์แ"
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "แ๐๏่๊ๅ๕๓็ ่์แ๔๏๒"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "ล๐้๋๎๔ๅ ๗๑์แ"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr "ล์๖ํ้๓็ ๋๏ใ๔๕๐๏๕ ๓๔็ํ ส๏ํ๓๋แ"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr "ม๕๔ ๔๏ ่์แ ไๅํ ๗ๅ้ แ๊์แ ๊๐๏้๏ bootsplash ๓๔๏ %s !"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr "แ๐๏่๊ๅ๕๓็ ่์แ๔๏๒ Bootsplash ..."
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
msgstr "ล๐้๋๏ใ ๗๑์แ๔๏๒ ใ๑แ์์๒ ๐๑๏ไ๏๕"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr "ะ๑๐ๅ้ ํแ ๅ๐้๋๎๔ๅ ๐๑๔แ ์้แ ๅ้๊ํแ!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
msgstr "ฤ็์้๏๕๑ใ฿แ ๐๑๏ๅ๐้๓๊๐็๓็๒ ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "มไ๕ํแ์฿แ ไ็์้๏๕๑ใ฿แ๒ ๐๑๏ๅ๐้๓๊๐็๓็๒ Bootsplash"
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12538,6 +12674,13 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "๗๑๓็: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "๗๑๓็: keyboarddrake [--expert] [keyboard]\n"
@@ -12566,11 +12709,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "ฤๅํ ์๐๏๑ ํแ ๎ๅ๊้ํ๓๙ ๔๏ live upgrade!!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "ว แ๋๋แใ ใ้ํๅ, แ๋๋ ใ้แ ํแ ้๓๗๓ๅ้ ่แ ๐๑๐ๅ้ ํแ ใ฿ํๅ้ แ๐๏๓ํไๅ๓็"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -12844,16 +12987,13 @@ msgstr ""
"ฬ๐๏๑ๅ฿๔ๅ ๔๑แ ํแ ๓แ๑๓ๅ๔ๅ ใใ๑แ๖แ ์ๅ ๔๏ ``XSane'' แ๐ ๔๏ ์ๅํ๏ ะ๏๋๕์๓แ/"
"ร๑แ๖้๊ แ๐ ์ๅํ๏ ๅ๖แ๑์๏ใํ."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12928,7 +13068,7 @@ msgstr "ลใ๊แ๔๓๔แ๓็ แํแโแ่์฿๓ๅ๙ํ"
msgid "Exit install"
msgstr "ธ๎๏ไ๏๒"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13175,8 +13315,26 @@ msgstr "ะ๏๋๕์๓แ - ลใใ๑แ๖ CD"
msgid "Scientific Workstation"
msgstr "ำ๔แ่์๒ ล๑ใแ๓฿แ๒ ล๐้๓๔็์๏ํ้๊ํ ๅ๖แ๑์๏ใํ"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "มไ๕ํแ์฿แ ไ็์้๏๕๑ใ฿แ๒ ๐๑๏ๅ๐้๓๊๐็๓็๒ Bootsplash"
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "ไ็์้๏๕๑ใ฿แ bootsplash โ์แ 2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "๐ใแ้ํๅ ๓๔็ ๑่์้๓็ ๔๏๕ lilosplash"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr ""
+#~ "ฤๅํ ๕๐๑๗ๅ้ ใํ๙๓๔๒ ๅํแ๋๋แ๊๔้๊๒ ๏ไ็ใ๒ OSS/ALSA ใ้แ ๔็ํ ๊๑๔แ ๗๏๕ ๓แ๒ "
+#~ "(%s)"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "ฯ proxy ๐๑๐ๅ้ ํแ ๅ฿ํแ้ ftp://..."
+
+#~ msgid "quit"
+#~ msgstr "ธ๎๏ไ๏๒"
#~ msgid ""
#~ "The \"%s\" driver for your sound card is unlisted\n"
@@ -13646,9 +13804,6 @@ msgstr "ำ๔แ่์๒ ล๑ใแ๓฿แ๒ ล๐้๓๔็์๏ํ้๊ํ ๅ๖แ๑์๏ใํ"
#~ "ะแ๑แ๊แ๋ ๅ๐้๋๎๔ๅ แํ ่๋ๅ๔ๅ ํแ ๎ๅํ้๊ ๔๏ CD แ๕๔์แ๔แ ๊แ๔ ๔็ํ ๅ๊๊฿ํ็๓็ "
#~ "๔๏๕ ๕๐๏๋๏ใ้๓๔. "
-#~ msgid "Setting security level"
-#~ msgstr "ั่์้๓็ ๅ๐้๐ไ๏๕ แ๓๖แ๋ๅ฿แ๒"
-
#~ msgid "Setting security user"
#~ msgstr "ั่์้๓็ แ๓๖แ๋ๅ฿แ๒ ๗๑๓๔็"
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index 2a66ed081..9093f3c98 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-08-22 19:15-0500\n"
"Last-Translator: D. Dale Gulledge <dsplat@rochester.rr.com>\n"
"Language-Team: Esperanto <eo@li.org>\n"
@@ -87,24 +87,24 @@ msgstr ""
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "ISDN-a Konfiguraผon"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s kun 3D aparata akcelado"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -113,17 +113,17 @@ msgstr ""
"Via karto povas havi 3D aparatan akceladon, sed nur kun XFree %s.\n"
"XFree %s subtenas vian karton kiu eble havas pli bonan subtenon en 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vi povas havi 3D aparatan akceladan subtenon kun XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s kun EKSPERIMENTA 3D aparata akcelado"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -135,7 +135,7 @@ msgstr ""
"KOMPUTILON.\n"
"XFree %s subtenas vian karton kiu eble havas pli bonan subtenon en 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -144,12 +144,12 @@ msgstr ""
"Via karto povas havi 3D aparatan akceladon, sed nur kun XFree %s.\n"
"NOTU KE ฦI TIO ESTAS EKSPERIMENTA SUBTENO KAJ EBLE SVENIGOS VIAN KOMPUTILON."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Akomodata"
@@ -170,32 +170,32 @@ msgstr "Distingivo"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcioj"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Jeso"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ฦesu"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -292,25 +292,25 @@ msgstr "Elektu distingivon kaj kolorprofundon"
msgid "Graphics card: %s"
msgstr "Grafika karto: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Nuligu"
@@ -387,11 +387,11 @@ msgstr "XFree86 servilo: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 pelilo: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X Fenestro ๆe komenco"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -400,7 +400,7 @@ msgstr ""
"Mi povas konfiguri vian komputilon tiel ke ๘i atomate lanๆos X kiam ๘i\n"
"ekfunkcias. ฦu vi deziras ke X atomate lanๆos?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -412,7 +412,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Kia estas via ISDN-a konektaผo?"
@@ -485,7 +485,7 @@ msgstr "Kompakta"
msgid "compact"
msgstr "kompakta"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Grafika re๘imo"
@@ -493,17 +493,17 @@ msgstr "Grafika re๘imo"
msgid "Delay before booting default image"
msgstr "Prokrastoperiodo anta starti defaltan sistemon"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Pasvorto"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Pasvorto (denove)"
@@ -537,14 +537,14 @@ 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:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Bonvole provu denove"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "La pasvortoj ne egalas"
@@ -581,7 +581,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -589,156 +589,156 @@ msgstr ""
"Jen la diversaj enskriboj.\n"
"Vi povas aldoni pli a an๘i la ekzistantajn."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Aldonu"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Finata"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "an๘u"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Kiun specon de enskribo vi deziras aldoni"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linukso"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Alia Mastruma Sistemo (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Alia Mastruma Sistemo (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Alia Mastruma Sistemo (Vindozo...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Kerna bildo"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Radiko"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Alfiksu"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Lega-skriba"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabelo"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Dan๘era"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etikedo"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Defalta"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-grandeco"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Forigu enskribon"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Malplena etikedo ne estas permesata"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "Vi devas havi interan๘an subdiskon"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "ฦi tiu etikedo estas jam uzata"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Trovis %s %s interfacojn"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "ฦu vi havas alian?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ฦu vi havas iun %s interfacon?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Jes"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalas pelilon por %s karto %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modulo %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -749,17 +749,17 @@ msgstr ""
"Opcioj estas en la formo ``nomo=valoro nomo2=valoro2 ...''.\n"
"Ekzemple, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Modulaj opcioj:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kiun %s pelilon devus mi provi?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -776,15 +776,15 @@ msgstr ""
"por la informo ๘i bezonas? Kelkfoje, esplori svenas komputilon, sed\n"
"๘i ne devus kazi difekton."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Atomate esploru"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Specifu opciojn"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -793,62 +793,62 @@ msgstr ""
"argado de modulo %s malsukcesis.\n"
"ฦu vi deziras trovi denove kun aliaj parametroj?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(jam aldonis %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ฦi tiu pasvorto estas tro simpla"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Bonvole donu salutnomon"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Salutnomo devas enhavi nur minusklojn, ciferojn, `-' kaj `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "ฦi tiu salutnomo estas jam aldonita"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ฦi tiu salutnomo estas jam aldonita"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Aldonu uzanto"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -857,32 +857,32 @@ msgstr ""
"Enigu uzanton\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Akceptu uzanto"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Vera nomo"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Salutnomo"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "elo"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Piktogramo"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Atomata-enregistrado"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -891,20 +891,20 @@ msgstr ""
"Mi povas konfiguri vian komputilon por atomate enregistri unu uzulon kiam\n"
"๘i startas. Se vi ne deziras uzi ๆi tion, alklaku la `Nuligu' butonon."
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Elektu la defaltan uzulon:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Elektu la fenestro-administrilon por lanๆi:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -912,39 +912,39 @@ msgid ""
msgstr ""
"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malanta la instalado"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ฦiuj"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Aldonu uzulon"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "CUPS startas"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"ฦi tiu pakaผo devus esti promociata.\n"
"ฦu vi certas ke vi deziras malelekti ๘in?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -953,42 +953,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Bonvenon Al Rompistoj"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Malbona"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Lanorma"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Alta"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Alta"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoja"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -998,7 +998,7 @@ msgstr ""
"por uzi, sed delikatega: vi devus neniam uzi ๘i surrete.\n"
"ุi ne havas pasvortojn."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1006,7 +1006,7 @@ msgstr ""
"Pasvortoj nun estas ebligataj, sed uzado kiel reta komputilo estas ankora\n"
"ne rekomendita."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1015,13 +1015,13 @@ msgstr ""
"ฦi tiu estas la normala sekureco rekomendata por komputilo kiu estos uzata\n"
"por konekti al la Interreto kiel kliento. Nun estas sekurecaj kontroloj."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1035,7 +1035,7 @@ msgstr ""
"La sekureco nun estas sufiๆe alta por uzi la sistemon kiel servilo kiu\n"
"akceptas konektojn de multaj klientoj."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1044,36 +1044,36 @@ msgstr ""
"Ni uzas aspektojn de la kvara nivelo, sed nun la komputilo estas tute\n"
"malfermita. Sekurecaj aspektoj estas ๆe iliaj maksimumoj."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcioj"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Elektu sekurnivelon?"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Elektas sekurnivelon"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Elektu opciojn por servilo"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1081,7 +1081,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1098,20 +1098,20 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Bonvenon al GRUB la elektilo por mastrumaj sistemoj!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Uzu la %c kaj %c klavoj por elekti kiun enskribon estas emfazata."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
"Premu la enenklavon por starti la elektatan mastruman sistemon, 'e' por\n"
@@ -1119,39 +1119,39 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "ordonoj antaux startado, aux 'c' por uzi komandan linion."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "La emfazata enskribo startos auxtomate post %d sekundoj."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "mankas sufiๆe da spaco en /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kie vi deziras instali la startargilon?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr ""
@@ -1204,128 +1204,128 @@ msgstr "Lilo/grub modalo"
msgid "Yaboot mode"
msgstr "Yaboot modalo"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Instalu sistemon"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Kreu novan subdiskon"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Eraro"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "agrabla(j)"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Elektu instalklason"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Disdividado de Interreta Konekto"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfiguru"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Elektado de individuaj pakaผoj"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1334,44 +1334,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sistema modalo"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Jes"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr ""
@@ -1478,54 +1478,62 @@ msgstr "seria"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "nova"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Malmuntu"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Muntu"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Servilo"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Surmetingo"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Bonvole, provu la muson"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "Prokura servilo devus esti http://..."
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Servilo"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Surmetingo: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcioj: %s"
@@ -1615,7 +1623,7 @@ msgstr "Malplena"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Alia"
@@ -1769,7 +1777,7 @@ msgstr ""
"La rezerva subdisktabelo ne estas la sama grandeco\n"
"ฦu daras tamen?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Averto"
@@ -2331,7 +2339,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Salutnomo"
@@ -2346,23 +2354,23 @@ msgstr "NIS Domajno"
msgid "Search servers"
msgstr "DNA servilo"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatado de %s malsukcesis"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ne scias kiel formati %s kiel speco %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "eraro dum malmunti %s: %s"
@@ -2448,46 +2456,111 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Eraro dum malfermado de %s por skribi: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "LAN Konfiguraผo"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Pelilo"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/_Helpo"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#, fuzzy
+msgid "Please Wait... Applying the configuration"
+msgstr "Provu konfiguraผon"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Bonvole atendu"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2614,7 +2687,8 @@ msgid "/_Quit"
msgstr "ฦesu"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Helpo"
@@ -2634,76 +2708,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Raportu Cimo"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Helpo/_Pri..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Atomate esploru"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Detektado de fiksdisko(j)"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Vidu hardvaran informon"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Montru informon"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Konfiguru muson"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "Duobla surmetingo %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Bonvole atendu"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekundoj"
@@ -3797,7 +3872,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3812,7 +3887,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3821,31 +3896,31 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Enovu disketon en drajvo %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Eraro legante dosiero %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4096,7 +4171,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Bonvenon al %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Neniu disketilo havebla"
@@ -4127,11 +4202,11 @@ msgstr "Instalklaso"
msgid "Please choose one of the following classes of installation:"
msgstr "Bonvole, elektu unu el la sekvantaj specoj de instalado:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Elektado de Pakaผaj Grupoj"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Elektado de individuaj pakaผoj"
@@ -4209,7 +4284,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instalu"
@@ -4231,7 +4306,7 @@ msgstr "Eliru instalprogramon"
msgid "Choose the packages you want to install"
msgstr "Elektu la pakaผojn kiuj vi deziras instali"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instalanta"
@@ -4259,17 +4334,17 @@ msgid "Installing package %s"
msgstr "Instalanta pakaผo %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Akceptu"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Malakceptu"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4286,16 +4361,16 @@ msgstr ""
"Se vi ne havas ๘in, klaku \"Nuligu\" por eviti la instaladon de ๆi tiu KDROM."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "ฦu vi deziras dari tamen?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Estis eraro ordigi pakaผojn:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Estis eraro dum instalado de pakaผoj:"
@@ -4392,7 +4467,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4470,7 +4545,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Klavaro"
@@ -4678,29 +4753,29 @@ msgstr "Enovu disketon en drajvo %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4711,16 +4786,16 @@ msgstr ""
"Se vi mankas nur iujn de la KDROM-oj, malelektu ilin, kaj poste klaku \"Jes"
"\"."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "KDROM etikedata \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Preparas instaladon"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4729,21 +4804,21 @@ msgstr ""
"Instalas pakaผo %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Post-instala konfigurado"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Enovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Enovu malplenan disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4810,7 +4885,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4822,159 +4897,159 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaผoj"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Elektu spegulon de kiu havigi la pakaผojn"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
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:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "kio estas vian horzonon?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "ฦu via hardvara horlo๘o estas ๘ustigata en GMT?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP Servilo"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Malproksima CUPS-a servilo"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Neniu printilo"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "ฦu vi havas alian?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Muso"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printilo"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN-karto"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Sonkarto"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "NIS Domajno"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Lokaj dosieroj"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Difinu pasvorton de root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Neniu pasvorto"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it 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:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Atentikigado"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Atentikiga LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP Servilo"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Atentikiga NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS Domajno"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS Servilo"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -4990,21 +5065,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Atentikiga LDAP"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domajna nomo"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5032,19 +5107,19 @@ msgstr ""
"Se vi deziras krei startdisketon por via sistemo, enovu disketon en la\n"
"unua drajvo kaj klaku \"JES\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Unua disketa drajvo"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Dua disketa drajvo"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Ellasu"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5068,7 +5143,7 @@ msgstr ""
"sistemaj paneoj. ฦu vi deziras krei startdisketo por via sistemo?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5077,28 +5152,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Bedarinde, neniu disketdrajvo havebla"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Enovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Kreas startdisketon"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Preparas startargilon"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5106,11 +5181,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "ฦu vi deziras uzi aboot-on?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5118,16 +5193,16 @@ msgstr ""
"Eraro dare mi instalis \"aboot\",\n"
"ฦu mi devus provi perforte instali eๆ se tio detruas la unuan subdiskon?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Instalu restart-argilon"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalado de startargilo malsukcesis. La sekvanta eraro okazis:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5138,24 +5213,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Enovu malplenan disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Kreas atoinstalan disketon"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5174,15 +5249,15 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Kreu atoinstalan disketon"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5191,15 +5266,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Atomata"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Reludu"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
#, fuzzy
msgid "Save packages selection"
msgstr "Elektado de individuaj pakaผoj"
@@ -5236,14 +5311,14 @@ msgstr ""
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Antaa"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Sekvanta ->"
@@ -5695,7 +5770,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Cirklaj surmetingoj %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr ""
@@ -5834,16 +5909,16 @@ msgstr "neniu"
msgid "No mouse"
msgstr "Neniu Muso"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Bonvole, provu la muson"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
#, fuzzy
msgid "To activate the mouse,"
msgstr "Bonvole, provu la muson"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "MOVU VIAN RADON!"
@@ -5879,11 +5954,11 @@ msgstr "Maletendu Arbon"
msgid "Toggle between flat and group sorted"
msgstr "an๘u inter ebena kaj ordigita je grupoj"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Konektu al la Interreto"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
#, fuzzy
msgid ""
"The most common way to connect with adsl is pppoe.\n"
@@ -5894,23 +5969,19 @@ msgstr ""
"Tamen, ekzistas konektojn kiuj nur uzas dhcp.\n"
"Se vi ne scias, elektu 'uzu pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "uzu dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "uzu pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "uzu pptp"
@@ -6007,7 +6078,7 @@ msgstr ""
msgid "no network card found"
msgstr "neniu retkarto trovita"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Konfiguras reto"
@@ -6023,15 +6094,15 @@ msgstr ""
"Via potejo devus esti plene specifita potejo,\n"
"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Potejo"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
#, fuzzy
msgid "Network Configuration Wizard"
msgstr "ISDN-a Konfiguraผon"
@@ -6073,8 +6144,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Konfiguraผo de barilo detektata!"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN-a Konfiguraผon"
@@ -6114,23 +6185,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Kiun protokolon vi deziras uzi?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Kiun specon de karto vi havas?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Mi ne scias"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6145,19 +6221,19 @@ msgstr ""
"Se vi havas PCMCIA-an karton, vi bezonas scii la IRQ-o kaj I/O (Eneligo)\n"
"por via karto.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "ฦesigu"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "ฦu mi devus dari?"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Kiu estas via ISDN-a karto?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6166,7 +6242,7 @@ msgstr ""
"elektu\n"
"unu el la PCI-aj kartojn sur la sekvanta ekrano."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
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 "
@@ -6221,59 +6297,59 @@ msgstr "Unu DNS-a Servilo (nedeviga)"
msgid "Second DNS Server (optional)"
msgstr "Du DNS-a Servilo (nedeviga)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Konfiguru interretan konektaผon"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Kiel vi deziras konekti al la Interreto?"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Konektu"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Malkonektu"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Konfiguru retumon"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Interreta konektaผo kaj konfiguro"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr "Konfiguru interretan konektaผon"
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6285,12 +6361,12 @@ msgid ""
"Press OK to continue."
msgstr "Konfiguru interretan konektaผon"
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Reta Konfiguraผo"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6298,7 +6374,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6306,103 +6382,103 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Elektu la defaltan uzulon:"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Spertulore๘imo"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detektas aparatojn..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy
msgid "Normal modem connection"
msgstr "Konfiguru interretan konektaผon"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "Duobla surmetingo %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "ISDN connection"
msgstr "Konfiguru interretan konektaผon"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "LAN Konfiguraผo"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy, c-format
msgid "detected on interface %s"
msgstr "Reta interfaco"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "Cable connection"
msgstr "Konfiguru interretan konektaผon"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Konfiguru interretan konektaผon"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN Konfiguraผo"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Elektu la ilon kiun vi deziras instali"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Disdividado de Interreta Konekto"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "ฦu vi deziras starti vian konektaผon je startado de la sistemo?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Reta Konfiguraผo"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6410,27 +6486,27 @@ msgid ""
"%s"
msgstr "ฦu vi deziras provi la konfiguraผon?"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
#, fuzzy
msgid ""
"WARNING: this device has been previously configured to connect to the "
@@ -6443,7 +6519,7 @@ msgstr ""
"Simple klaki JES por teni la konfiguron de ๆi tiu aparato.\n"
"Se vi modifos la subajn kampojn, vi an๘os ๆi tiun konfiguron."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6453,43 +6529,43 @@ msgstr ""
"ฦiu ero devus esti enigata kiel IP-adreson en punktita-decimala notacio\n"
"(ekzemple, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfiguras retan aparaton %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, fuzzy, c-format
msgid " (driver %s)"
msgstr "XFree86 pelilo: %s\n"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP-adreso"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Retmasko"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Atomata IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Kreu praargdisketon"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6501,42 +6577,53 @@ msgstr ""
"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''.\n"
"Vi anka povas enigi la IP-adreson de la prokura kluzo se via havas unu."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNA servilo"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Prokura kluzaparato"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Konfigurado de prokuraj serviloj"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP prokura servilo"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP prokura servilo"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Prokura servilo devus esti http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Prokura servilo devus esti ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Prokura servilo devus esti http://..."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -7934,7 +8021,7 @@ msgstr "Haltas de la reto"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8443,11 +8530,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Prokura servilo devus esti http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8495,6 +8577,43 @@ msgstr "mkraid malsukcesis (eble raidtools mankas)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ne estas sufiๆaj subdiskoj por RAID nivelo %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Elektas sekurnivelon"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Elektas sekurnivelon"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Malproksimaj lpd Printilaj Opcioj"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Defalta)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Elektas sekurnivelon"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Preparas instaladon"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -8790,7 +8909,7 @@ msgstr "Interreto"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Sistema modalo"
@@ -8887,7 +9006,7 @@ msgstr "Konektu al la Interreto"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -8934,7 +9053,7 @@ msgstr "Reta interfaco"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -8959,7 +9078,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -8975,7 +9094,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -8990,7 +9109,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9039,8 +9158,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9077,12 +9196,12 @@ msgstr ""
msgid "Installing packages..."
msgstr "Instalanta pakaผo %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Bonvole adiau kaj sekve uzu Kontrol-Alt-Retropao (Ctrl-Alt-Backspace)."
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Bonvolu resaluti en %s-n por aktivigi la an๘ojn."
@@ -9129,17 +9248,6 @@ msgstr "Aldonu uzanto"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/_Helpo"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9192,52 +9300,67 @@ msgstr "Aldonu uzanto"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr ""
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Mi konfiguras..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "LAN Konfiguraผo"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "rekonfiguru"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Enovu disketon en drajvo %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Neniu disketilo havebla"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9361,13 +9484,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Provu pordojn"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9376,41 +9499,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Neniu pasvorto"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Ne povis malfermi %s por skribi: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9421,68 +9544,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9490,923 +9613,925 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Eraro legante dosiero %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Elektado de Pakaผoj"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Bonvole, elektu la pakaผojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Malinstalu printvicon"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Forigu Vindozon"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "Salutnomo"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Bonvole provu denove"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Bonvole provu denove"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Neniu pasvorto"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Bonvole, elektu vian klavaran aran๘on."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Elektu dosieron"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Bonvole, elektu la pakaผojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Bonvole, elektu la pakaผojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Bonvole, elektu la pakaผojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Reta interfaco"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tipo"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Salutnomo"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Bonvole, elektu la pakaผojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Rado"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Rado"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Modulaj opcioj:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Reta Konfiguraผo"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Bonvole, elektu la pakaผojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Bonvole, elektu la pakaผojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Dosiersistemo konfiguro"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Musaparato: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Opcioj"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "Reta Konfiguraผo"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "LAN Konfiguraผo"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Elektu Printilan Konekton"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Restaru de disketo"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Alia"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Instalu sistemon"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Malinstalu printvicon"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Restaru de disketo"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Sava subdiskotabelo"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Potejo"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Pasvorto"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Salutnomo"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Potejo: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Akomodata"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Sava subdiskotabelo"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- Antaa"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Stato:"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "La sekvaj pakaผoj estos instalataj"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Konservu en dosiero"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Reta Konfiguraผo"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "Reta Konfiguraผo"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "LAN Konfiguraผo"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "LAN Konfiguraผo"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Dosiersistemo konfiguro"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10438,7 +10563,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10447,7 +10572,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10488,7 +10613,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10516,17 +10641,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10543,7 +10668,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10583,7 +10708,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10594,7 +10719,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10607,7 +10732,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10689,8 +10814,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr ""
@@ -10765,28 +10890,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "porto"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Eliru instalprogramon"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr ""
@@ -10893,11 +11018,6 @@ msgstr "Sorๆisto..."
msgid "Apply"
msgstr "Apliku"
-#: ../../standalone/drakconnect_.c:301
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Provu konfiguraผon"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Konektita"
@@ -11015,7 +11135,7 @@ msgstr "Modulonomo"
msgid "Size"
msgstr "Grandeco"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11080,12 +11200,12 @@ msgstr "Skribu"
msgid "Build the disk"
msgstr "Konstruu la diskon"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Kontrolu ke medio estas en la aparato %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11094,12 +11214,12 @@ msgstr ""
"Ne estas medio en aparato %s.\n"
"Bonvole enovu ๘in."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Ne povis forki: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11580,155 +11700,155 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Disdividado de Interreta Konekto"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Laborgrupo"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "subdisko: %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Salutnomo"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Forigu"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Finata"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Aldonu modulon"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Neniu printilo"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Malinstalu printvicon"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Akceptu uzanto"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versio: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Pordo"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Elektado de individuaj pakaผoj"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Salutnomo"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Laborgrupo"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Ne konektita"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11740,137 +11860,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "Startdiskokreado"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Distingivo"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Elektu agon"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Opuza nomo"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Post-instala konfigurado"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "ฦesu"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instalu sistemon"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Konfiguru servojn"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Retrokonektado"
+msgid "Preview"
+msgstr "aparato"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "aparato"
+msgid "Save theme"
+msgstr "Instalu sistemon"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Elektu ekranon"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Printilan Konekton"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Printila Aparato URI"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Detektas aparatojn..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12011,6 +12141,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "uzado: keyboarddrake [--expert] [klavaro]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "uzado: keyboarddrake [--expert] [klavaro]\n"
@@ -12044,11 +12181,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -12329,16 +12466,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12414,7 +12548,7 @@ msgstr "Instalu sistemon"
msgid "Exit install"
msgstr "Eliru instalprogramon"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12666,6 +12800,21 @@ msgstr "Plurmedia - KD-ROM Kreado"
msgid "Scientific Workstation"
msgstr "Laborstacio"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Post-instala konfigurado"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Retrokonektado"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Prokura servilo devus esti ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "ฦesu"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (ne funkcias kun malnovaj BIOSoj)"
@@ -12759,9 +12908,6 @@ msgstr "Laborstacio"
#~ msgid "Test again"
#~ msgstr "Provu denove"
-#~ msgid "Setting security level"
-#~ msgstr "Elektas sekurnivelon"
-
#~ msgid "Select a graphics card"
#~ msgstr "Elektu grafikan karton"
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index c63c16b3f..fdd814e16 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: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\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"
@@ -90,24 +90,24 @@ msgstr "Seadista k๕ik monitorid s๕ltumatult"
msgid "Use Xinerama extension"
msgstr "Kasuta Xinerama laiendusi"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Seadista ainult kaart \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree86 %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s koos 3D graafikakiirendi toega"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -116,17 +116,17 @@ msgstr ""
"Teie videokaardi 3D graafikakiirendit saab kasutada vaid koos XFree %s-ga.\n"
"XFree %s toetab Teie videokaarti ja v๕ib omada paremat 2D tuge."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Teie kaardi 3D graafikakiirendit toetab XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s koos EKSPERIMENTAALSE 3D kiirendi toega"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -137,7 +137,7 @@ msgstr ""
"SEE ON AGA EKSPERIMENTAALNE JA VีIB OLLA EBASTABIILNE.\n"
"Teie kaarti toetab ka XFree %s, millel on ehk parem 2D tugi."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -146,12 +146,12 @@ msgstr ""
"Teie videokaardi 3D graafikakiirendit saab kasutada koos XFree %s-ga.\n"
"SEE ON AGA EKSPERIMENTAALNE JA VีIB OLLA EBASTABIILNE."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Isetehtud"
@@ -172,32 +172,32 @@ msgstr "Kuvatihedus"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Eelistused"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "OK"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Vไlju"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -292,25 +292,25 @@ msgstr "Valige kuvatihedus ja vไrvisgavus"
msgid "Graphics card: %s"
msgstr "Graafikakaart: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Katkesta"
@@ -387,11 +387,11 @@ msgstr "XFree86 server: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 juhtprogramm: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X stardib nd"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -400,7 +400,7 @@ msgstr ""
"Teie arvutis on v๕imalik kไivitada X juba alglaadimisel.\n"
"Kas soovite nii teha?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -412,7 +412,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Millist ISDN hendust kasutate?"
@@ -485,7 +485,7 @@ msgstr "Kompaktne"
msgid "compact"
msgstr "kompaktne"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Graafikamood"
@@ -493,17 +493,17 @@ msgstr "Graafikamood"
msgid "Delay before booting default image"
msgstr "Ooteaeg alglaadimisel"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Salas๕na"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Salas๕na (uuesti)"
@@ -537,14 +537,14 @@ 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:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Palun proovige veel"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Salas๕nad ei klapi"
@@ -581,7 +581,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -589,157 +589,157 @@ msgstr ""
"Praegu on kasutusel sellised kirjed.\n"
"Te v๕ite neid lisada ning olemasolevaid muuta."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Lisa"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Tehtud"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
#, fuzzy
msgid "Modify"
msgstr "Modifitseeri RAIDi"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Millisele sektorile soovite seda t๕sta?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Muu OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Muu OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Muu OS (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Laadefail"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Juur"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Lisada"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Ebaturvaline"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Tไhis"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Vaikimisi"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd suurus"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Eemalda kirje"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Thi kirjetไhis ei ole lubatud"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "Teil peab olema saaleala"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Selline tไhis on juba kasutusel"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Leiti %s %s liidest"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "On Teil veel kaarte?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Kas Teil on ikka m๕ni %s liides?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Jah"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installime juhtprogrammil %s kaardile %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(moodul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -750,17 +750,17 @@ msgstr ""
"Parameetrid on vormingus \"nimi=vไไrtus nimi2=vไไrtus2 ...\".\n"
"Nไiteks: \"io=0x300 irq=7\""
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Mooduli parameetrid:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Millist %s juhtprogrammi peaksime proovima?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -776,15 +776,15 @@ 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:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Proovida niisama"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Mไไrake parameetrid"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -793,62 +793,62 @@ msgstr ""
"Moodule %s laadimine ei ๕nnestunud.\n"
"Kas soovite proovida parameetreid muuta?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(juba lisatud %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Salas๕na on liiga lihtne"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Palun andke kasutajatunnus"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Kasutajatunnus tohib sisaldada ainult vไikesi tไhti, numbreid, - ja _"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "See kasutajatunnus on juba lisatud"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "See kasutajatunnus on juba lisatud"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Lisa kasutaja"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -857,32 +857,32 @@ msgstr ""
"Sisesta kasutaja\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Kasutaja ๕ige"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Pไrisnimi"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Kasutajatunnus"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Kไsurida"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikoon"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Vaikimisi sisenemine"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -891,57 +891,57 @@ msgstr ""
"Teie arvutit saab seada vaikimisi kasutaja sisenemisele.\n"
"Kui Te seda ei soovi, valige <Katkesta>"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Valige uus vaikimisi kasutaja :"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Valige palun kไivitatav aknahaldur:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "Palun valige kasutatav keel"
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Teisi keeli saab valida pไrast installimist"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "K๕ik"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Tavakasutaja"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "CUPS kไivitatakse"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Valige paketid mida soovite installida"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -950,42 +950,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Tere tulemast, krไkkerid"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Vไhene"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Tavahiir"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "K๕rge"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "K๕rge"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoiline"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -995,14 +995,14 @@ msgstr ""
"haavatavaks: ligipไไsupiirangute puudumise t๕ttu ei peaks arvutit hendama\n"
"ei teiste arvutitega ega ka mitte Internetti."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
"Salas๕nad on nd kasutusel, kuid v๕rku hendamine ei ole siiski soovitav."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1010,13 +1010,13 @@ msgid ""
msgstr ""
"See on sobilik turvatase arvutile, mis hendatakse Internetti kui klient."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1027,7 +1027,7 @@ msgid ""
"Internet, you should choose a lower level."
msgstr "Sellel turvatasemel v๕ib ssteemi kasutada Internetis ka serverina."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1036,36 +1036,36 @@ msgstr ""
"Ssteem on tไielikult suletud. V๕rgust kasutamine on v๕imalik ainult\n"
"spetsiaalselt loodud juurdepไไsuteid kasutades."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Eelistused"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Valige turvatase"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Turvataseme seadmine"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Valige X server"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1078,7 +1078,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1103,58 +1103,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Tere tulemast! Laadimisel aitab Teid GRUB!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Kasutage valiku tegemiseks %c ja %c klahve"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Enter laeb Teie valiku, 'e' laseb muuta"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "suvandeid enne laadimist ja 'c' veel enam."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Valik laetakse automaatselt %d sekundi jooksul"
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "/boot on liiga tไis"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "T๖๖laud"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Startmen"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kuhu soovite alglaaduri installida"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "selle kohta (veel) abi ei saa.\n"
@@ -1208,106 +1208,106 @@ msgstr "Valimisviis"
msgid "Yaboot mode"
msgstr "Alglaadimismood"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Ssteemi installimine"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Looge uus partitsioon"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Viga"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree86 %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "pintsaklips"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Valige paigaldusmeetod"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1319,23 +1319,23 @@ msgstr ""
"\n"
"Valige Abimehe kไivitamiseks ``OK''"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Seadista"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Salvest paketivalik"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
#, fuzzy
msgid "Themes"
msgstr "Puu"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1344,45 +1344,45 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "T๖๖mood"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Kไivita X-Windows alglaadimisel"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Ei taha automaatselt siseneda"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
"Jah, soovin automaatset sisselogimist sellele (kasutajale, keskkonnale)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ei saa lugeda faili /etc/inittab: %s"
@@ -1486,53 +1486,61 @@ msgstr "seerial"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Uus"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "henda lahti"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "henda"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "henduspunkt"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Palun testige hiirt"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "Vahendaja peab olema kujul http://..."
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "henduspunkt:"
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Eelistused: %s"
@@ -1621,7 +1629,7 @@ msgstr "Thi"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Muu"
@@ -1772,7 +1780,7 @@ msgstr ""
"Tabeli tagavarakoopia ei ole sama suurusega\n"
"Soovite jไtkata?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Hoiatus"
@@ -2333,7 +2341,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Kasutajatunnus"
@@ -2348,23 +2356,23 @@ msgstr "NIS domeen"
msgid "Search servers"
msgstr "Nimeserver"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s vormindamine seadmel %s eba๕nnestus"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ei oska seadet %s vormindada tpi %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "viga %s lahti hendamisel: %s"
@@ -2450,46 +2458,110 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Seadme %s avamine kirjutamiseks eba๕nnestus: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "LAN sไtted"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Juhtprogramm"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/_Abi"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Palun oodake... Rakendan seadistusi"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Palun oodake"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2616,7 +2688,8 @@ msgid "/_Quit"
msgstr "Vไlju"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Abi"
@@ -2636,76 +2709,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Vearaport"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Abi/_Misvไrk"
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Proovida niisama"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "K๕vaketta leidmine"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Info riistvara kohta"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Nไita lisainfot"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Hiire seadmine"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "leiti port %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Palun oodake"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekundit"
@@ -4140,7 +4214,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4155,7 +4229,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4164,20 +4238,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "ldlevi kasutamine on ilma NIS domeenita v๕imatu"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Pane FAT formaadis flopi seadmesse %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "See flopi ei ole FAT formaadis"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4185,12 +4259,12 @@ msgstr ""
"Et kasutada seda paketivalikut, alustage installimist kไsureaga \"linux "
"defcfg=floppy\""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Viga faili %s lugemisel"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4428,7 +4502,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "See ongi %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Flopiseade ei ole kไttesaadav"
@@ -4458,11 +4532,11 @@ msgstr "Installi klass"
msgid "Please choose one of the following classes of installation:"
msgstr "Palun valige ks jไrgnevatest paigaldusklassidest"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Paketigruppide valik"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Valik paketthaaval"
@@ -4538,7 +4612,7 @@ msgstr "Nไita automaatselt valitud pakette"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Installimine"
@@ -4561,7 +4635,7 @@ msgstr "Eemaldamine"
msgid "Choose the packages you want to install"
msgstr "Valige paketid installimiseks"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Installin"
@@ -4588,17 +4662,17 @@ msgid "Installing package %s"
msgstr "Paketi %s installimine"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "N๕us"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Keeldun"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4613,16 +4687,16 @@ msgstr ""
"Kui teil sไherdust ei ole, vajutage <Katkesta>"
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Ikkagi edasi?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Pakettide tellimisel tekkis viga:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Pakettide installimisel tekkis viga:"
@@ -4747,7 +4821,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4867,7 +4941,7 @@ msgstr ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4944,7 +5018,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Klaviatuur"
@@ -5154,31 +5228,31 @@ msgstr "Pane flopi seadmesse %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
#, fuzzy
msgid "Type of install"
msgstr "Valige pakett installimiseks"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
#, fuzzy
msgid "With X"
msgstr "Oodake"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5188,16 +5262,16 @@ msgstr ""
"Kui Teil ei ole htki neist, klikkige <Katkesta>.\n"
"Kui puuduvad m๕ned CD-d, mไrkige vaid olemasolevad ja siis <OK>."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD pealdisega \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Valmistun installimiseks"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5206,21 +5280,21 @@ msgstr ""
"Paketi %s installimine\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Paigaldusjไrgsed sไtted"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Pange palun thi flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5288,7 +5362,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5300,164 +5374,164 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Valige peegel, millelt lugeda pakettide nimekiri"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Millises ajav๖๖tmes asute?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Kas Teie arvuti sisekell on seatud GMT ajale?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "CUPS printserver"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Printerit ei ole"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "On Teil veel kaarte?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Kokkuv๕te"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Hiir"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Ajav๖๖de"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printer"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN kaart"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Helikaart"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV kaart"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "Kasuta NIS-i"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Gnome t๖๖jaam"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "Kohalik printer"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Juurkasutaja salas๕na"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Salas๕na puudub"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it 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:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentimisviis"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autentimisviis"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "NIS autentimine"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS domeen"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5473,22 +5547,22 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autentimisviis"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domeeninimi"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Domain Admin Password"
msgstr "Salas๕na uuesti"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5516,19 +5590,19 @@ msgstr ""
"Alglaadimisketta loomiseks asetage flopi esimesse seadmesse ning vajutage\n"
"\"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Esimene flopiseade"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Teine flopiseade"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Jไta vahele"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5552,7 +5626,7 @@ msgstr ""
"ka Jumal!\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5561,28 +5635,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Flopiseade ei ole kไttesaadav"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Loome alglaadimisketta"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Alglaaduri sไtted"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5590,11 +5664,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Soovite aboot-i kasutada?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5602,16 +5676,16 @@ msgstr ""
"Viga aboot-i installimisel, \n"
"kas forseerida, riskides esimese partitsiooni hไvinguga?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Alglaaduri sไtted"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Alglaaduri installimine eba๕nnestus. Tekkis jไrgnev viga:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5628,17 +5702,17 @@ msgstr ""
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Pange palun thi flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Loon kiirpaigaldusflopi"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5648,7 +5722,7 @@ msgstr ""
"\n"
"Olete kindel, et vไljute programmist?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5680,15 +5754,15 @@ msgstr ""
"Abi ssteemi edasiseks konfigureerimiseks saab eelk๕ige dokumendist\n"
"\"Official Mandrake Linux User's Guide\""
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Loo kiirpaigaldusflopi"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5701,15 +5775,15 @@ msgstr ""
"\n"
"V๕ite valida ka lihtsalt installi kordamise.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automaatne"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Korda"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Salvest paketivalik"
@@ -5745,14 +5819,14 @@ msgstr "Edasij๕udnud"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Eelmine"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Tekst"
@@ -6208,7 +6282,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Ringhendus %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Eemalda enne kettarhmad (logical volumes)\n"
@@ -6346,15 +6420,15 @@ msgstr "ei soovi"
msgid "No mouse"
msgstr "Hiirt ei ole"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Palun testige hiirt"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Hiire aktiveerimiseks"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "KEERUTAGE RATTAKEST!"
@@ -6390,11 +6464,11 @@ msgstr "Sule puu"
msgid "Toggle between flat and group sorted"
msgstr "Sorteeritud v๕i sorteerimata"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Loo internetihendus"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6404,23 +6478,19 @@ msgstr ""
"M๕nel juhul aga kasutatakse pptp-d, harva dhcp-d.\n"
"Kui Te ei tea, kasutage pppoe-d"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "pptp"
@@ -6524,7 +6594,7 @@ msgstr ""
msgid "no network card found"
msgstr "v๕rgukaarti ei leitud"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "V๕rguseadistused"
@@ -6540,15 +6610,15 @@ msgstr ""
"Masina nimi peab olema esitatud tไiskujul,\n"
"nagu ``minumasin.minufirma.ee''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Masinanimi"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "V๕rgu sไtete abimees"
@@ -6590,8 +6660,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Leitud tulemri sไtted!"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN sไtted"
@@ -6631,23 +6701,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Mis protokolli soovite kasutada?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Mis tpi kaart Teil on?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Ei tea"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6661,19 +6736,19 @@ msgstr ""
"Kui Teil on PCMCIA kaart, peaksite Te ise teadma selle IRQ ning IO "
"vไไrtusi.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Katkesta"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Jไtka"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Milline on Teie ISDN kaart?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6681,7 +6756,7 @@ msgstr ""
"Leidsin kll PCI ISDN kaardi, kui selle tp on tundmatu. Palun valige ks "
"PCI kaart jไrgmisel sammul."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
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."
@@ -6733,7 +6808,7 @@ msgstr "Esimene nimeserver (soovituslik)"
msgid "Second DNS Server (optional)"
msgstr "Teine nimeserver (soovituslik)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6741,7 +6816,7 @@ msgstr ""
"\n"
"Saate henduse katkestada v๕i uuesti seadistada."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6749,11 +6824,11 @@ msgstr ""
"\n"
"Saate seadistada henduse uuesti."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Hetkel olete Internetiga hendatud."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6761,37 +6836,37 @@ msgstr ""
"\n"
"Saate henduda Internetti v๕i seadistada hendus uuesti."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Hetkel ei ole Te Internetti hendatud."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
#, fuzzy
msgid "Connect"
msgstr "hendatud"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "Lahuta..."
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Seadista TV-kaabli hendus"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internetihenduse seadistamine"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Saate henduse katkestada v๕i uuesti seadistada."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6805,12 +6880,12 @@ msgstr ""
"\n"
"Saate henduse katkestada v๕i uuesti seadistada."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "V๕rgu sไtted"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6821,7 +6896,7 @@ msgstr ""
"Kui soovite neid seadistusi sไilitada, valige OK, muidu katkestage ja saate "
"seadistada uuesti.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6833,99 +6908,99 @@ msgstr ""
"Nd hakkame internetihendust seadistama.\n"
"Kui Te ei soovi automaatset tuvastamist siis jไtke see mไrkimata.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Valige profiil, mida seadistada"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Kasuta automaattuvastust"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Ekspertresiim"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Otsin printerit..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Tavaline modemihendus"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "leiti port %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN hendus"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "tuvastati %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "LAN hendus"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "leiti liidesel %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kaablihendus"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Kaablihendus"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN hendus"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "v๕rgukaart(i) leiti les"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Valige kasutatav vahend"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Internetihenduse jagamine"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Kas soovite luua henduse juba alglaadimisel?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "V๕rgusไtted"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6933,7 +7008,7 @@ msgid ""
"%s"
msgstr "Kas soovite v๕rguhendust taaskไivitada?"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6943,7 +7018,7 @@ msgstr ""
"\n"
"Sไtted salvestatakse nd.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6951,14 +7026,14 @@ msgstr ""
"Soovitame taaskไivitada ka X keskkonna, et vไltida v๕imalikke\n"
"masinanime muutmisest tingitud probleeme."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6968,7 +7043,7 @@ msgstr ""
"HOIATUS: See seade on juba seadistatud Interneti jaoks.\n"
"Valige lihtsalt OK, et sไtteid mitte muuta."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6978,43 +7053,43 @@ msgstr ""
"K๕ik read tuleb sisestada IP-aadressi kujul\n"
"(Nไiteks 12.34.56.78)"
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Seadistame v๕rgukaardi %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (juhtprogramm %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP-aadress"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "V๕rgu mask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automaatne IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Kไivitub laadimisel"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-aadress peab olema formaadis 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7026,42 +7101,53 @@ msgstr ""
"nagu ``minumasin.minufirma.ee''.\n"
"Kui Teil on vaikimisi ls, siis sisestage ka selle IP-aadress"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Nimeserver"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Lsipoolne seade"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP-aadress peab olema formaadis 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP-aadress peab olema formaadis 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Vahendajate sไtted"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP vahendaja"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP vahendaja"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Vahendaja peab olema kujul http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Vahendaja peab olema kujul ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Vahendaja peab olema kujul http://..."
#
#: ../../network/shorewall.pm_.c:24
@@ -8461,7 +8547,7 @@ msgstr "Seiskame v๕rguliidesed"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
@@ -8974,11 +9060,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Vahendaja peab olema kujul http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9028,6 +9109,43 @@ msgstr "mkraid eba๕nnestus (puudub 'raidtools'?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ei ole piisavalt partitsiooni RAID-%d jaoks\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Turvataseme seadmine"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Turvataseme seadmine"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "V๕rguprinteri sไtted"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " ? (vaikimisi %s) "
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Turvataseme seadmine"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Palun oodake, valmistun installimiseks"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -9306,7 +9424,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "T๖๖mood"
@@ -9402,7 +9520,7 @@ msgstr "Loo internetihendus"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9449,7 +9567,7 @@ msgstr "V๕rguliides"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9474,7 +9592,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9490,7 +9608,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9505,7 +9623,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9554,8 +9672,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9592,12 +9710,12 @@ msgstr ""
msgid "Installing packages..."
msgstr "Paketi %s installimine"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Palun vไljuge ja vajutage siis Ctrl-Alt-BackSpace"
# c-format
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Muudatuste aktiveerimiseks kไivitage %s uuesti"
@@ -9646,17 +9764,6 @@ msgstr "Lisa kasutaja"
msgid "Add/Del Clients"
msgstr "DHCP klient"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/_Abi"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9709,53 +9816,68 @@ msgstr "Lisa kasutaja"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP klient"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Seadista..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "ISDN sไtted"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "seadista uuesti"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Pane flopi seadmesse %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Flopiseade ei ole kไttesaadav"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9879,13 +10001,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Proovin porte"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9894,41 +10016,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Salas๕na puudub"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "V๕rgukaart %s: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9939,68 +10061,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10008,926 +10130,928 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Viga faili %s lugemisel"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Paketigruppide valik"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Eemalda prindijไrjekord"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Eemalda Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "Kasutajatunnus"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Palun testige hiirt"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Palun proovige veel"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Palun proovige veel"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Salas๕na puudub"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Palun valige klaviatuuriasetus"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Valige fail"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Palun testige hiirt"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "V๕rgu mask:"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tp"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Kasutajatunnus"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Palun valige kasutatav keel"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "Oodake"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Ratas"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Ratas"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Mooduli parameetrid:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "V๕rgu sไtted"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
#, fuzzy
msgid "across Network"
msgstr "V๕rgu mask:"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
#, fuzzy
msgid "on Tape Device"
msgstr "Printeri seade"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Failissteemid"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Hiire port: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Eelistused"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Millisesse seerialporti on Teie modem hendatud?"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "V๕rgu sไtted"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "Palun valige hiire tp"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Palun testige hiirt"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "LAN hendus"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Vali printeri hendusviis"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Taasta flopilt"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "Palun valige hiire tp"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Muu"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Ssteemi installimine"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Palun valige hiire tp"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Eemalda prindijไrjekord"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Taasta flopilt"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Pไไsta partitsioonitabel"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Seadista kohtv๕rk uuesti"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Masinanimi"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Salas๕na"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Kasutajatunnus"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Masinanimi: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Isetehtud"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Pไไsta partitsioonitabel"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- Eelmine"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Olek:"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Installimiseks on valitud jไrgmised paketid"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "Palun valige kasutatav keel"
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "Palun valige kasutatav keel"
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "Palun valige kasutatav keel"
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "K๕lbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Salvesta faili"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "V๕rgu sไtted"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "V๕rgu sไtted"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "LAN sไtted"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "ISDN sไtted"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Failissteemid"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10959,7 +11083,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10968,7 +11092,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11009,7 +11133,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11037,17 +11161,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11064,7 +11188,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11104,7 +11228,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11115,7 +11239,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11128,7 +11252,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11210,8 +11334,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsooliprogrammid"
@@ -11288,29 +11412,29 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Port"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Vไlju programmist"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
#, fuzzy
msgid "connecting to Bugzilla wizard ..."
msgstr "Seadistan uuesti abimehega..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Teisi keeli saab valida pไrast installimist"
@@ -11411,10 +11535,6 @@ msgstr "Abimees..."
msgid "Apply"
msgstr "Rakenda"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Palun oodake... Rakendan seadistusi"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "hendatud"
@@ -11532,7 +11652,7 @@ msgstr "Mooduli parameetrid:"
msgid "Size"
msgstr "Suurus: %s"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
#, fuzzy
msgid "drakfloppy"
msgstr "Taasta flopilt"
@@ -11606,24 +11726,24 @@ msgstr ""
msgid "Build the disk"
msgstr ""
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, fuzzy, c-format
msgid "Unable to fork: %s"
msgstr "Keela v๕rguhendus"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12106,158 +12226,158 @@ msgstr ""
"\n"
"Valige Abimehe kไivitamiseks ``OK''"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "T๖๖grupp"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "Partitsioon %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Kasutajatunnus"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Kustuta"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
#, fuzzy
msgid "edit"
msgstr "Keskmine"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Tehtud"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Tavakasutaja"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Printerit ei ole"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Eemalda prindijไrjekord"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Kasutaja ๕ige"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versioon: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Port"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Kasuta automaattuvastust"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Kasuta automaattuvastust"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Salvest paketivalik"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Kasutajatunnus:"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "T๖๖grupp"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Ei ole hendatud"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12269,137 +12389,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "Alglaadimise stiil"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Kuvatihedus"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Valige tegevus"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Jagatav printer"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Paigaldusjไrgsed sไtted"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Vไlju"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Ssteemi installimine"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Teenuste sไtted"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "loopback"
+msgid "Preview"
+msgstr "seade"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "seade"
+msgid "Save theme"
+msgstr "Ssteemi installimine"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Valige monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Printeri hendusviis"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Printeri seadme URI"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Otsin printerit..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12540,6 +12670,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "kasutamiseks: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "kasutamiseks: keyboarddrake [--expert] [keyboard]\n"
@@ -12568,11 +12705,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Ei saa kiiruuendust alustada !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
#, fuzzy
msgid "logdrake"
msgstr "DrakNet"
@@ -12854,16 +12991,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12939,7 +13073,7 @@ msgstr "Ssteemi installimine"
msgid "Exit install"
msgstr "Vไlju programmist"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -13185,6 +13319,21 @@ msgstr "Multimeedia - CD kirjutamine"
msgid "Scientific Workstation"
msgstr "Teadust๖๖jaam"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Paigaldusjไrgsed sไtted"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Vahendaja peab olema kujul ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Vไlju"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (ei t๖๖ta vanema BIOSi korral)"
@@ -13425,9 +13574,6 @@ msgstr "Teadust๖๖jaam"
#~ msgid "Test again"
#~ msgstr "Proovi veel"
-#~ msgid "Setting security level"
-#~ msgstr "Turvataseme seadmine"
-
#~ msgid "Select a graphics card"
#~ msgstr "Valige graafikakaart"
@@ -13594,9 +13740,6 @@ msgstr "Teadust๖๖jaam"
#~ msgid "Ambiguity (%s), be more precise\n"
#~ msgstr "Mitmeselt m๕istetav (%s), palun tไpsustage\n"
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (vaikimisi %s) "
-
#~ msgid "Your choice? (default %s enter `none' for none) "
#~ msgstr "Teie valik? (vaikimisi %s, `none' - ei midagi)"
@@ -16014,3 +16157,6 @@ msgstr "Teadust๖๖jaam"
#~ msgid "What usage do you want?"
#~ msgstr "Mis kasutusala soovite?"
+
+#~ msgid "/Help/_Report Bug"
+#~ msgstr "/Abi/_Vearaport"
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po
index 51635cf69..4382e1101 100644
--- a/perl-install/share/po/eu.po
+++ b/perl-install/share/po/eu.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
-"PO-Revision-Date: 2002-08-28 00:51+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
+"PO-Revision-Date: 2002-09-09 23:32+0200\n"
"Last-Translator: I๑igo Salvador Azurmendi <xalba@euskalnet.net>\n"
"Language-Team: Euskara <linux-eu@chanae.alphanet.ch>\n"
"MIME-Version: 1.0\n"
@@ -91,24 +91,24 @@ msgstr "Buru guztiak independenteki konfiguratu"
msgid "Use Xinerama extension"
msgstr "Erabili Xinerama hedapena"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfiguratu \"%s\"%s txartela soilik"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 3D hardware-azelerazioarekin"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -119,19 +119,19 @@ msgstr ""
"Zure txartelak XFree %s euskarria du, eta horrek euskarri hobea izan dezake "
"2Dan."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Zure txartelak 3D hardware-azelerazioaren euskarria izan dezake XFree %s(r)"
"ekin."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 3D hardware-azelerazio ESPERIMENTALAREKIN"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -144,7 +144,7 @@ msgstr ""
"Zure txartelak XFree %s euskarria du, eta horrek euskarri hobea izan dezake "
"2Dan."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -154,12 +154,12 @@ msgstr ""
"ekin,\n"
"KONTUAN IZAN EUSKARRI ESPERIMENTALA DELA ETA ORDENAGAILUA BLOKEA DEZAKEELA."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalazioaren bistaratze-kontrolatzailea)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Pertsonalizatua"
@@ -179,32 +179,32 @@ msgstr "Bereizmena"
msgid "Test"
msgstr "Froga"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Aukerak"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ados"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Irten"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -301,25 +301,25 @@ msgstr "Aukeratu bereizmena eta kolorearen sakonera"
msgid "Graphics card: %s"
msgstr "Txartel grafikoa: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Utzi"
@@ -332,9 +332,8 @@ msgid "Do you want to test the configuration?"
msgstr "Konfigurazioa probatu nahi duzu?"
#: ../../Xconfig/test.pm_.c:31
-#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Kontuz: txartel grafiko hau probatzean ordenagailua blokea daiteke"
+msgstr "Adi: txartel grafiko hau frobatzeak zure konputagailua blokeatu dezake"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -396,11 +395,11 @@ msgstr "XFree86 zerbitzaria: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 kontrolatzailea: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X abioan"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -409,7 +408,7 @@ msgstr ""
"Ordenagailua abiatzean X automatikoki abiarazteko konfigura dezaket.\n"
"Berrabiaraztean X hastea nahi duzu?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -429,7 +428,7 @@ msgstr ""
"\n"
"Ezaugarri hau badaukazu?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Zein arau erabiltzen du zure TB?"
@@ -501,7 +500,7 @@ msgstr "Trinkoa"
msgid "compact"
msgstr "trinkotu"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Bideo modua"
@@ -509,17 +508,17 @@ msgstr "Bideo modua"
msgid "Delay before booting default image"
msgstr "Imajina lehenetsia abiarazi arteko atzerapena"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Pasahitza"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Pasahitza (berriro)"
@@ -554,14 +553,14 @@ msgid ""
msgstr ""
"``Murriztu komando-lerroko aukerak'' aukera ezin da erabili pasahitzik gabe"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Saiatu berriro"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Pasahitzak ez datoz bat"
@@ -603,7 +602,7 @@ msgstr ""
"\n"
"Zein da zure abioko unitatea?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -611,132 +610,132 @@ msgstr ""
"Hauek dira sarrerak.\n"
"Beste batzuk gehi ditzakezu edo lehendik daudenak aldatu."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Gehitu"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Eginda"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Aldatu"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Zer sarrera-mota gehitu nahi duzu?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Beste SE bat (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Beste SE bat (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Beste SE bat (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Imajina"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Erantsi"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Irakurri/idatzi"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Taula"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Ez-segurua"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etiketa"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Lehenetsia"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-tamaina"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "BideorikEz"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Kendu sarrera"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Ez da etiketa hutsik onartzen"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Nukleo-imajina bat zehaztu behar duzu"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Erroko partizio bat zehaztu behar duzu"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Etiketa hau jadanik erabili da"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s interfaze aurkitu dira"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Baduzu besterik?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Ba duzu %s interfazerik?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ez"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Bai"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Ikus hardwarearen informazioa"
@@ -745,17 +744,17 @@ msgstr "Ikus hardwarearen informazioa"
# #msgstr "%2$s %1$s txartelaren kontrolatzailea instalatzen"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%s %s txartelaren kontrolatzailea instalatzen"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(%s modulua)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -765,7 +764,7 @@ msgstr ""
"Ohartu sartzen den edozein helbide 0x aurrizkiarekin jarri behar dela, adib. "
"'0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -776,17 +775,17 @@ msgstr ""
"Aukerak ``izena=balioa izena2=balioa2 ...'' formatuan daude.\n"
"Adibidez, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Modulu-aukerak:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Zein %s kontrolatzaile probatu behar dut?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -805,15 +804,15 @@ msgstr ""
"blokeatuko du, baina\n"
"horrek ez luke kalterik egin beharko."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Autoproba"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Zehaztu aukerak"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -822,65 +821,63 @@ msgstr ""
"Huts egin du %s modulua kargatzean.\n"
"Beste parametro batzuekin saiatu nahi duzu berriro?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "X programen atzipena"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "rpm tresnen atzipena"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "onartu \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "administrazio-fitxategien atzipena"
-#: ../../any.pm_.c:754
-#, fuzzy
+#: ../../any.pm_.c:755
msgid "access to network tools"
-msgstr "rpm tresnen atzipena"
+msgstr "sareko tresnen atzipena"
-#: ../../any.pm_.c:755
-#, fuzzy
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
-msgstr "rpm tresnen atzipena"
+msgstr "Konpilaketa tresnen atzipena"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s jadanik gehituta)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Pasahitz hau sinpleegia da"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Eman erabiltzaile-izen bat"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Erabiltzaile-izenak minuskulaz idatzitako letrak, zenbakiak, `-' eta `_' "
"soilik izan ditzake"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Erabiltzaile-izena luzeegia da"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Erabiltzaile-izen hau gehituta dago jadanik"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Gehitu erabiltzailea"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -889,32 +886,32 @@ msgstr ""
"Sartu erabiltzaile bat\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Onartu erabiltzailea"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Benetako izena"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Erabiltzaile-izena"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikonoa"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Automatikoki hasi saioa"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -922,19 +919,19 @@ msgstr ""
"Ordenagailua konfigura dezaket automatikoki erabiltzaile bat sartzeko.\n"
"Eginbide hau erabili nahi duzu?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Aukeratu erabiltzaile lehenetsia:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Aukeratu exekutatu beharreko leiho-kudeatzailea:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Aukeratu erabiltzeko hizkuntza bat."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -943,35 +940,35 @@ msgstr ""
"Instalatu ondoren erabilgarri egongo diren beste hizkuntza batzuk aukera "
"ditzakezu"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Denak"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Eman baimena erabiltzaile guztiei"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Ez konpartitu"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "%s paketea instalatu egin behar da. Instalatu nahi duzu?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "NFS edo Samba erabiliz esporta dezakezu. Zein nahi duzu"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Derrigorrezko %s paketea falta da"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -987,11 +984,11 @@ msgstr ""
"\"Pertsonalizatua\" erabiliz erabiltzaile bakoitzarentzako ezarpena zehaztu "
"daiteke.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Abiarazi userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -1000,31 +997,31 @@ msgstr ""
"taldea erabiltzen du. Userdrake erabil dezakezu talde \n"
"honetan erabiltzeak gehitzeko."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Ongi etorri Crackers-era"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Txikia"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Estandarra"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Handia"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Handiagoa"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoidea"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1034,7 +1031,7 @@ msgstr ""
"oso erraz erasotzekoa: ez da erabili behar beste ordenagailu batzuekin edo \n"
"Internetekin konektatuta dauden makinetan. Ez dago pasahitzik."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1042,7 +1039,7 @@ msgstr ""
"Pasahitzak gaituta daude orain, baina sareko ordenagailu gisa erabiltzea ez "
"da komeni oraindik."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1050,7 +1047,7 @@ msgstr ""
"Hau da Internetera bezero gisa konektatzeko erabiliko diren "
"ordenagailuentzat gomendatzen den segurtasun estandarra. "
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1058,7 +1055,7 @@ msgstr ""
"Murriztapen batzuk daude, eta egiaztapen automatiko gehiago gauero egiten "
"dira."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1072,7 +1069,7 @@ msgstr ""
"zerbitzari gisa erabili ahal izateko. Oharra: zure makina Interneteko bezero "
"soila bada, hobe duzu maila apalagoa."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1080,42 +1077,45 @@ msgstr ""
"Aurreko mailan oinarritua, baina sistema erabat itxita dago.\n"
"Segurtasun-eginbideak maximoan jarrita daude."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "DrakSec Oinarrizko Aukerak"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Mesedez aukeratu nahi duzun segurtasun-maila"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Segurtasun-maila"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Erabili libsafe zerbitzarietarako"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Buffer-gainezkatzeen eta formatu-kateen erasoen aurka defendatzen duen "
"liburutegi bat."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Segurtasun Kudeatzailea (sarrera edo posta-e)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
"(eg: latin and non latin)"
msgstr ""
+"Hemen aukeratu dezakezu zein tekla edo tekla konbinaziok\n"
+"egingo duen teklatu mota ezberdinen arteko konmutazioa\n"
+"(adib: latindarra eta ez latindarra)"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1132,58 +1132,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Ongi etorri GRUB sistema eragilearen aukeratzailera!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Erabili %c eta %c teklak zein sarrera nabarmenduko den hautatzeko."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Sakatu sartu hautatutako SE abiarazteko, 'e' abiarazi aurreko"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandoak editatzeko, edo 'c' komando-lerroa nahi baduzu."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Nabarmendutako sarrera automatikoki abiaraziko da %d segundotan."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "ez dago nahiko leku /boot-en"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Mahaigaina"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Hasi menua"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Abioko kargatzailea ezin da %s partizio batean instalatu\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "oraindik ez da laguntzarik inplementatu.\n"
@@ -1235,64 +1235,63 @@ msgstr "Lilo/grub modua"
msgid "Yaboot mode"
msgstr "Yaboot modua"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Instalatu gaiak"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Erakutsi gaia kontsolapean"
-#: ../../bootlook.pm_.c:150
-#, fuzzy
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
-msgstr "Sortu partizio berria"
+msgstr "Gai berria sortu"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Babestu %s %s.old bezala"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Errorea"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "ezin da lilo mezuaren babes kopia egin"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Kopiatu %s %s-ra"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "ezin da lilo mezua aldatu"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Ez da lilo mezua aurkitzen"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Ezin da /etc/sysconfig/bootsplash idatzi."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Idatzi %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1300,17 +1299,18 @@ msgstr ""
"Ezin da /etc/sysconfig/bootsplash idatzi\n"
"Ez da fitxategia aurkitu."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Ezin da mkinitrd -f /boot/initrd-%s.img %s jaurti."
-#: ../../bootlook.pm_.c:246
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:245
+#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr "Ezin da mkinitrd -f /boot/initrd-%s.img %s jaurti."
+msgstr ""
+"Eraiki RAMdiskoa (initrd) honekin 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1318,25 +1318,24 @@ msgstr ""
"Ezin da LiLo berriro jaurti!\n"
"Jaurti \"lilo\" root bezala komando lerroan LiLo gai instalazioa osatzeko."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "Berriro jaurti 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
-#, fuzzy
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
-msgstr "BideorikEz"
+msgstr "Oharra"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "LiLo eta Bootsplash gai instalazio arrakastatsua"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Gai instalazioak hutsegin du!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1345,21 +1344,21 @@ msgstr ""
"Orain %s erabiltzen ari zara Abioko Kudeatzaile gisa.\n"
"Egin klik 'Konfiguratu'n instalazio-morroia abiarazteko."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfiguratu"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Splash hautaketa"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Gaiak"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1373,44 +1372,44 @@ msgstr ""
"bakoitzarena banaka\n"
"hautatu dezakezu"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Lilo pantaila"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sistema modua"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Abiarazi X-Window sistema hasieran"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Ez, ez dut saioa automatikoki hasi nahi"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Bai, automatikoki honekin hasi nahi dut (erabiltzailea, mahaigaina)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Ados"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ezin da ireki /etc/inittab irakurtzeko: %s"
@@ -1508,50 +1507,58 @@ msgstr "Austria"
msgid "United States"
msgstr "Estatu Batuak"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Berria"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Desmuntatu"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Muntatu"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Zerbitzaria"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Muntatze-puntua"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Mesedez sartu WebDAV zerbitzariaren URL"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "URLak http:// edo https:// hasiera izan behar du"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Zerbitzaria: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Muntatze-puntua: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Aukerak: %s"
@@ -1605,9 +1612,8 @@ msgid "Details"
msgstr "Xehetasunak"
#: ../../diskdrake/hd_gtk.pm_.c:252
-#, fuzzy
msgid "No hard drives found"
-msgstr "Ez da inprimagairik aurkitu!"
+msgstr "Ez da disko zurrunik aurkitu"
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
@@ -1639,7 +1645,7 @@ msgstr "Hutsik"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Bestelakoa"
@@ -1783,7 +1789,7 @@ msgstr ""
"Babeskopiako partizio-taulak ez du tamaina bera\n"
"Jarraitu hala ere?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Kontuz"
@@ -2255,7 +2261,7 @@ msgstr ""
#: ../../diskdrake/interactive.pm_.c:1150
msgid "Read-only"
-msgstr ""
+msgstr "Irakurketa-soilik"
#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
@@ -2344,7 +2350,7 @@ msgstr ""
"Mesedez sartu zure erabiltzaile-izena, pasahitza eta domeinu izena ostalari "
"honetara sartzeko."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Erabiltzaile-izena"
@@ -2359,23 +2365,23 @@ msgstr "Bilatu zerbitzarietan"
# #this syntax doesn't work yet in perl :-(
# #msgid "%s formatting of %s failed"
# #msgstr "%2$s(r)i %1$s formatua emateak huts egin du"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %s(r)i formatua emateak huts egin du"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ez dakit nola formateatu %s %s motan"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "%s partizioa %s direktorioan muntatzeak huts egin du"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "errorea %s desmuntatzean: %s"
@@ -2393,7 +2399,7 @@ msgid "server"
msgstr "zerbitzaria"
#: ../../fsedit.pm_.c:240
-#, fuzzy, c-format
+#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
@@ -2402,11 +2408,11 @@ msgid ""
"\n"
"Do you agree to loose all the partitions?\n"
msgstr ""
-"Ezin dut zure partizio-taula irakurri, hondatuegia dago :(\n"
+"Ezin dut %s gailuaren partizio-taula irakurri, hondatuegia dago :(\n"
"Jarraitzen saia naiteke, partizio txarrak garbituz (DATU GUZTIAK galduko "
"dira!).\n"
"Beste irtenbidea DrakXri partizio-taula aldatzeko baimenik ez ematea da.\n"
-"(errorea %s da)\n"
+"(okerra %s da)\n"
"\n"
"Ados zaude partizio guztiak galtzearekin?\n"
@@ -2462,48 +2468,110 @@ msgstr "Ez dago zer eginik"
msgid "Error opening %s for writing: %s"
msgstr "Errorea %s idazteko irekitzean: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
-msgstr ""
+msgstr "Ez dago gidari alternatiborik"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
+"Ez dago OSS/ALSA gidari alternatibo ezagunik zure soinu txartelarentzako (%s)"
-#: ../../harddrake/sound.pm_.c:158
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
-msgstr "CUPSen konfigurazioa"
+msgstr "Soinu konfigurazioa"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
+"Hemen gidari alternatibo bat hautatu dezakezu (OSS edo ALSA) zure soinu "
+"txartelarentzat (%s)"
-#: ../../harddrake/sound.pm_.c:162
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
-msgstr "Kontrolatzailea"
+msgstr "Gidaria:"
+
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Laguntza"
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Itxaron... Konfigurazioa aplikatzen"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Itxaron mesedez"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
-msgstr "X kontrolatzailea"
+msgstr "Ez dago gidari ezagunik"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
-msgstr ""
+msgstr "Ez dago zure soinu txartelarentzako gidari ezagunik (%s)"
-#: ../../harddrake/sound.pm_.c:177
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
-msgstr "Modelo ezezaguna"
+msgstr "Gidari ezezaguna"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2512,6 +2580,11 @@ msgid ""
"<install at mandrakesoft dot com>\n"
"with subject: unlisted sound driver \"%s\""
msgstr ""
+"Zure soinu txartelarentzako \"%s\" gidaria zerrendatu gabe dago\n"
+"\n"
+"Mesedez bidali \"lspcidrake -v\" komandoaren emaitza hona\n"
+"<install at mandrakesoft dot com>\n"
+"unlisted sound driver \"%s\" gaiarekin."
#: ../../harddrake/ui.pm_.c:16
msgid "Model"
@@ -2571,13 +2644,14 @@ msgid ""
"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
"PCI/USB ids"
msgstr ""
+"- PCI eta USB gailuak: honek saltzaile, gailu, azpi-saltzaile eta azpi-gailu "
+"PCI/USB id-ak zerrendatzen ditu"
#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr "Busean kokapena"
#: ../../harddrake/ui.pm_.c:29
-#, fuzzy
msgid ""
"- pci devices: this gives the PCI slot, device and function of this card\n"
"- eide devices: the device is either a slave or a master device\n"
@@ -2588,13 +2662,12 @@ msgstr ""
"- scsi gailuak: scsi busa eta scsi gailu id-ak"
#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
msgid "Old device file"
-msgstr "Gailu fitxategi zarra"
+msgstr "Gailu fitxategi zaharra"
#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
-msgstr ""
+msgstr "dev paketean erabiltzen den gailu estatikoaren izen zaharra"
#: ../../harddrake/ui.pm_.c:34
msgid "New devfs device"
@@ -2602,7 +2675,7 @@ msgstr "devfs gailu berria"
#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
+msgstr "kenelaren devfs-k sortutako gailu dinamikoaren izen berria"
#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
@@ -2610,23 +2683,23 @@ msgstr "Botoi kopurua"
#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
-msgstr ""
+msgstr "gailuaren saltzaile izena"
#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
msgid "Alternative drivers"
-msgstr "Proba-orri alternatiboa (A4)"
+msgstr "Gidari alternatiboak"
#: ../../harddrake/ui.pm_.c:39
msgid "the list of alternative drivers for this sound card"
-msgstr ""
+msgstr "Soinu txartel honentzako gidari alternatiboen zerrenda"
#: ../../harddrake/ui.pm_.c:63
msgid "/_Quit"
msgstr "/_Irten"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Laguntza"
@@ -2647,14 +2720,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Akatsa Txostendu"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_Honi buruz..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "Harddrakeri buruz"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2662,56 +2739,53 @@ msgstr ""
"HardDrake da hau, Mandrakeren hardware ezarpen tresna bat.\n"
"Bertsioa:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Egilea:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 bertsioa "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Detektatu hardwarea"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informazioa"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Konfiguratu modulua"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "Exekutatu ezarpen tresna"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Detekzio martxan"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Itxaron mesedez"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Moduluaren parametro bakoitza konfiguratu dezakezu hemen."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "\"%s\" exekutatzen ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr ""
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "%s klasea frogatzen\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "lehenengo mailakoa"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "bigarren mailakoa"
@@ -3267,7 +3341,6 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
#: ../../help.pm_.c:246
-#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3292,29 +3365,32 @@ msgid ""
"need. You will not have to format it since DrakX will rewrite the whole\n"
"disk."
msgstr ""
-"Mandrake Linux-en CD-ROMak inkorporatutako berreskuratze-modua dauka.\n"
-"Honela egin behar duzu: abiarazi CD-ROMetik, sakatu >>F1<< tekla abioan\n"
-"eta, gonbitean, idatzi >>rescue<< (berreskuratu). Baina zure ordenagailua\n"
-"CD-ROMetik ezin bada abiarazi, urrats honetara itzuli beharko duzu\n"
-"gutxienez bi egoeratan laguntzeko:\n"
-"\n"
-" * abioko kargatzailea instalatzean, DrakXk disko nagusiko abioko sektorea\n"
-"(MBR) berridatziko du (baldin eta ez baduzu beste abioko kudeatzaile bat\n"
-"erabiltzen), Windows-ekin nahiz GNU/Linux-ekin hasi ahal izan zaitezen\n"
-"(zure sisteman Windows baduzu). Windows berrinstalatzen baduzu,\n"
+"Mandrake Linux-en CD-ROMak berreskuratze-modua dauka barnean. Hura erabili\n"
+"dezakezu CD-ROMetik abiatu, >>F1<< tekla abioan sakatu eta gonbitan "
+">>rescue<<\n"
+"idatziz. Baina zure ordenagailua CD-ROMetik abiatu ezin daitekeen kasuan, "
+"urrats\n"
+"honetara itzuli beharko zenuke laguntza bila gutxienez bi egoeratan:\n"
+"\n"
+" * abio-zamatzailea instalatzeko, DrakXek zure disko nagusiko abio-sektorea\n"
+"(MBR) berridatziko du (baldin eta ez baduzu beste abio-kudeatzaile bat\n"
+"erabiltzen), Windows nahiz GNU/Linux-ekin hasi ahal zaitezen (zure sisteman\n"
+"Windows daukazula suposatuz). Windows berrinstalatzen baduzu,\n"
"Microsoft-en instalazio-prozesuak abioko sektorea berridatziko du, eta gero\n"
"ezin izango duzu GNU/Linux abiarazi!\n"
"\n"
-" * arazoren bat sortzen bada eta GNU/Linux ezin baduzu abiarazi disko\n"
-"gogorretik, diskete hau izango da GNU/Linux abiarazteko bide bakarra.\n"
-"Sistema leheneratzeko makina bat sistema-tresna ditu, eta oso erabilgarria\n"
-"da sistemak huts egiten duenean, argindarra joan delako, idazketa-akats bat\n"
-"egin delako, pasahitzean akats tipografiko bat egin delako edo beste\n"
-"zerbait gertatu delako.\n"
+" * arazoren bat sortzen bada eta GNU/Linux disko zurrunetik abiarazi ezin "
+"baduzu,\n"
+"diskete hau izango da GNU/Linux abiarazteko bide bakarra. Sistema-tresna "
+"ugari ditu, argindarra eten, idazketa-akats tamalgarri bat, pasahitz batean "
+"akatsa, edo\n"
+"beste edozein arrazoigatik hondatu den sistema berreskuratzeko.\n"
"\n"
-"Urrats honetan klik egitean, unitatean disko bat sartzeko eskatuko zaizu.\n"
-"Diskete huts bat sartu behar duzu, edo garrantzirik gabeko datuak dituen\n"
-"bat. Ez duzu formateatu beharrik DrakXk disko osoa berridatziko baitu."
+"\"Bai\" esaten baduzu, unitatean diskete bat sartzea eskatuko zaizu. "
+"Sartuko\n"
+"duzun disketea hutsik egon behar da edo dituen datuak ez dira beharrezko "
+"izan\n"
+"behar. Ez duzu eratu beharko, DrakX-ek disko osoa gainidatziko baitu."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
@@ -4658,7 +4734,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "%s ere formateatu behar duzu"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4683,7 +4759,7 @@ msgstr ""
"\n"
"Zerbitzari horiek benetan instalatu nahi dituzu?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4691,21 +4767,25 @@ msgid ""
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
+"Ondorengo paketeak zure sistema eguneratu ahal izateko ezabatuko dira: %s\n"
+"\n"
+"\n"
+"Pakete hauek ezabatu nahi dituzu?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Ezin da difusioa erabili NIS domeinurik gabe"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Sartu FAT formatuko diskete bat %s unitatean"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Diskete honek ez du FAT formaturik"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4713,12 +4793,12 @@ msgstr ""
"Gordetako pakete-hautapen hau erabiltzeko, abiarazi instalazioa ``linux "
"defcfg=floppy''rekin"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Errorea %s fitxategia irakurtzean"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4959,7 +5039,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Ongi etorri %s(e)ra"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Ez dago diskete-unitate erabilgarririk"
@@ -4989,11 +5069,11 @@ msgstr "Instalazio-klasea"
msgid "Please choose one of the following classes of installation:"
msgstr "Aukeratu instalazio-klase hauetako bat:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Pakete-taldearen hautapena"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Pakete indibidualen hautapena"
@@ -5069,7 +5149,7 @@ msgstr "Erakutsi automatikoki hautatutako paketeak"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instalatu"
@@ -5089,7 +5169,7 @@ msgstr "Gutxieneko instalazioa"
msgid "Choose the packages you want to install"
msgstr "Aukeratu instalatu nahi dituzun paketeak"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instalatzen"
@@ -5116,17 +5196,17 @@ msgid "Installing package %s"
msgstr "%s paketea instalatzen"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Onartu"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Ezetsi"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5141,16 +5221,16 @@ msgstr ""
"Ez baduzu, sakatu Utzi instalazioa CDROM horretatik egin ez dezan."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Jarraitu hala ere?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Errore bat izan da paketeak ordenatzean:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Errore bat izan da paketeak instalatzean:"
@@ -5276,7 +5356,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5462,7 +5542,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Ziur zaude lizentzia errefusatzen duzula?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teklatua"
@@ -5671,11 +5751,11 @@ msgstr "Sartu pakete-hautapena daukan diskete bat"
msgid "Selected size is larger than available space"
msgstr "Hautatutako tamaina handiagoa da leku erabilgarria baino"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Instalazio-mota"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5683,19 +5763,19 @@ msgstr ""
"Ez duzu talde edo paketerik hautatuta\n"
"Nahi duzun gutxieneko instalazioa hautatu behar duzu"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Xrekin"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Oinarrizko dokumentazioarekin (gomendatua)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Instalazio minimo-minimoa (batez ere, urpmi gabe)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5705,16 +5785,16 @@ msgstr ""
"CD horietako bat ere ez baduzu, sakatu Utzi.\n"
"CDetako batzuk soilik falta badituzu, desauta itzazu, eta sakatu Ados."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "\"%s\" etiketadun CDROMa"
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Instalazioa prestatzen"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5723,21 +5803,21 @@ msgstr ""
"%s paketea instalatzen\n"
"%% %d"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Instalazio-ondorengo konfigurazioa"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Sartu abioko disketea %s unitatean"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Sartu moduluak eguneratzeko disketea %s unitatean"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5811,7 +5891,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5831,159 +5911,159 @@ msgstr ""
"\n"
"Eguneratzeak instalatu nahi dituzu?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Mandrake Linux-en web gunearekin kontaktatzen ispiluen zerrenda lortzeko"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Aukeratu ispilu bat paketeak bertatik hartzeko"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Ispiluarekin kontaktatzen pakete erabilgarrien zerrenda lortzeko"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Zein da zure ordu-zona?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Hardwarearen ordua GMTn ezarria"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Ordu-sinkronizazio automatikoa (NTP erabiliz)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP Zerbitzaria"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Urruneko CUPS zerbitzaria"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Inprimagailurik ez"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "ISA soinu-txartela duzu?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Instalazioa egindakoan, exekutatu \"sndconfig\" soinu-txartela "
"konfiguratzeko "
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Ez da soinu-txartelik detektatu. Instalazioa egin ondoren, saiatu \"harddrake"
"\"rekin "
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Laburpena"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Sagua"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Ordu-zona"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Inprimagailua"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN txartela"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Soinu-txartela"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Telebista-txartela"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Windows Domeinua"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Fitxategi lokalak"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Ezarri root-aren pasahitza"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Pasahitzik ez"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Pasahitz hau sinpleegia da (gutxienez %d karaktere izan behar ditu)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentifikazioa"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "LDAP autentifikazioa"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP basea dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP Zerbitzaria"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "NIS Autentifikazioa"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS domeinua"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS zerbitzaria"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5998,20 +6078,34 @@ msgid ""
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
msgstr ""
+"Honek W2K Domeinuko Kontrolatzaile Nagusi (PDC) batekin lanegin dezan, "
+"seguraski zure administratzaileak C:\\>net localgroup \"Pre-Windows 2000 "
+"Compatible Access\" everyone /add exekutatu beharko du eta ondoren "
+"zerbitzaria berrabiatu.\n"
+"Era berean Domeinuko Admin baten erabiltzaile-izen/pasahitza beharko dituzu "
+"makina Windows(TM) domeinura batzeko.\n"
+"Sarea oraindik gaitu gabe badago, Drakx saiatuko da domeinura batzen sareko "
+"ezarpen urratsaren ondoren.\n"
+"Ezarpen honek, edozein arrazoi medio, hutsegingo balu eta domeinu "
+"autentifikazioa ez badabil, exekutatu 'smbpasswd -j DOMEINUA -U ERABILTZAILEA"
+"%PASAHITZA' zure Windows(tm) Domeinua, eta Admin Erabiltzaile-izen/Pasahitza "
+"erabiliz, sistema abiatu ondoren.\n"
+"'wbinfo -t' komandoak autentifikazioaren sekretuak zuzenak diren frogatuko "
+"du."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "windowsen Autentifikazio Domeinua"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Domeinuaren Admin Erabiltzaile Izena"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Domeinuko Admin Pasahitza"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6042,19 +6136,19 @@ msgstr ""
"lehen\n"
"unitatean eta sakatu \"Ados\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Lehen diskete-unitatea"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Bigarren diskete-unitatea"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Saltatu"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6082,7 +6176,7 @@ msgstr ""
"Zure sistemarako abioko disko bat sortu nahi duzu?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6096,28 +6190,28 @@ msgstr ""
"abioko diskoa 1,44 Mb-ko disketean sortzeak huts egingo du\n"
"seguru asko, XFSk oso kontrolatzaile handia behar duelako)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Ez dago diskete-unitate erabilgarririk"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Aukeratu abioko diskoa egiteko erabili nahi duzun diskete-unitatea"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Sartu diskete bat %s unitatean"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Abioko disketea sortzen"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Abioko kargatzailea prestatzen"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6129,11 +6223,11 @@ msgstr ""
"Instalazioak jarraitu egingo du, baina\n"
"BootX erabili beharko duzu makina abiarazteko"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "aboot erabili nahi duzu?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6141,15 +6235,15 @@ msgstr ""
"Errorea aboot instalatzean, \n"
"instalazioa ezartzen saiatu lehen partizioa suntsitzen badu ere?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Abioko kargatzailea instalatzen"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Abioko kargatzailea instalatzeak huts egin du. Errore hau gertatu da:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6167,17 +6261,17 @@ msgstr ""
" Gero, idatzi: shut-down\n"
"Hurrengo abiaraztean abioko kargatzailearen gonbita ikusi behar duzu."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sartu diskete huts bat %s unitatean"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Auto-instalazioko disketea sortzen..."
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6187,7 +6281,7 @@ msgstr ""
"\n"
"Ziur zaude orain irten nahi duzula?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6220,15 +6314,15 @@ msgstr ""
"Zure sistema konfiguratzeko informazioa Mandrake-ren Erabiltzailearen \n"
"Gida Ofizialeko instalatu ondorengo azalpenei buruzko kapituluan duzu."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Sortu auto-instalazioko disketea"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6242,15 +6336,15 @@ msgstr ""
"\n"
"Beharbada nahiago izango duzu instalazioa errepikatzea.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatizatua"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Errepikatu"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Gorde pakete-hautapena"
@@ -6286,14 +6380,14 @@ msgstr "Aurreratua"
msgid "Basic"
msgstr "Oinarrizkoa"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Aurrekoa"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Hurrengoa"
@@ -6439,21 +6533,20 @@ msgid "Belgian"
msgstr "belgikarra"
#: ../../keyboard.pm_.c:177
-#, fuzzy
msgid "Bengali"
-msgstr "gaitu"
+msgstr "Bengaliarra"
#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
-msgstr "bulgariarra (fonetikoa)"
+msgstr "Bulgariarra (fonetikoa)"
#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
-msgstr "bulgariarra (BDS)"
+msgstr "Bulgariarra (BDS)"
#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
-msgstr "brasildarra (ABNT-2)"
+msgstr "Brasildarra (ABNT-2)"
#: ../../keyboard.pm_.c:183
msgid "Bosnian"
@@ -6461,35 +6554,35 @@ msgstr "Bosniarra"
#: ../../keyboard.pm_.c:184
msgid "Belarusian"
-msgstr "bielorrusiarra"
+msgstr "Bielorrusiarra"
#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
-msgstr "suitzarra (diseinu alemana)"
+msgstr "Suitzarra (diseinu alemana)"
#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
-msgstr "suitzarra (diseinu frantsesa)"
+msgstr "Suitzarra (diseinu frantsesa)"
#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
-msgstr "txekiarra (QWERTY)"
+msgstr "Txekiarra (QWERTY)"
#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
-msgstr "alemana (letra zaharkiturik ez)"
+msgstr "Alemana (letra zaharkiturik ez)"
#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr ""
+msgstr "Devanagari"
#: ../../keyboard.pm_.c:192
msgid "Danish"
-msgstr "daniarra"
+msgstr "Daniarra"
#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
-msgstr "Dvorak (Estatu Batuak)"
+msgstr "Dvorak (AEB)"
#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
@@ -6501,63 +6594,63 @@ msgstr "Dvorak (suediarra)"
#: ../../keyboard.pm_.c:196
msgid "Estonian"
-msgstr "estoniarra"
+msgstr "Estoniarra"
#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
-msgstr "georgiarra (diseinu \"errusiarra\")"
+msgstr "Georgiarra (diseinu \"errusiarra\")"
#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
-msgstr "georgiarra (diseinu \"latinoa\")"
+msgstr "Georgiarra (diseinu \"latinoa\")"
#: ../../keyboard.pm_.c:202
msgid "Greek"
-msgstr "grekoa"
+msgstr "Grekoa"
#: ../../keyboard.pm_.c:203
msgid "Gujarati"
-msgstr ""
+msgstr "Gujaratera"
#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
-msgstr ""
+msgstr "Gurmukhi"
#: ../../keyboard.pm_.c:205
msgid "Hungarian"
-msgstr "hungariarra"
+msgstr "Hungariarra"
#: ../../keyboard.pm_.c:206
msgid "Croatian"
-msgstr "kroaziarra"
+msgstr "Kroaziarra"
#: ../../keyboard.pm_.c:207
msgid "Israeli"
-msgstr "israeldarra"
+msgstr "Israeldarra"
#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
-msgstr "israeldarra (fonetikoa)"
+msgstr "Israeldarra (fonetikoa)"
#: ../../keyboard.pm_.c:209
msgid "Iranian"
-msgstr "iraniarra"
+msgstr "Iraniarra"
#: ../../keyboard.pm_.c:210
msgid "Icelandic"
-msgstr "islandiarra"
+msgstr "Islandiarra"
#: ../../keyboard.pm_.c:211
msgid "Italian"
-msgstr "italiarra"
+msgstr "Italiarra"
#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
-msgstr ""
+msgstr "Inuktitut"
#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
-msgstr "japoniarra 106 tekla"
+msgstr "Japoniarra 106 tekla"
#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
@@ -6565,11 +6658,11 @@ msgstr "Koreako teklatua"
#: ../../keyboard.pm_.c:217
msgid "Latin American"
-msgstr "latinamerikarra"
+msgstr "Latinamerikarra"
#: ../../keyboard.pm_.c:218
msgid "Laotian"
-msgstr "letoniarra"
+msgstr "Laostarra"
#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
@@ -6589,15 +6682,15 @@ msgstr "Lituaniako QWERTY \"fonetikoa\""
#: ../../keyboard.pm_.c:224
msgid "Latvian"
-msgstr "letoniarra"
+msgstr "Letoniarra"
#: ../../keyboard.pm_.c:225
msgid "Macedonian"
-msgstr "mazedoniarra"
+msgstr "Mazedoniarra"
#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "Myanma (Birmaniarra)"
#: ../../keyboard.pm_.c:227
msgid "Mongolian (cyrillic)"
@@ -6605,67 +6698,67 @@ msgstr "Mongoliarra (zirilikoa)"
#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
-msgstr ""
+msgstr "Maltatarra (Erresuma Batua)"
#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
-msgstr ""
+msgstr "Maltatarra (AEB)"
#: ../../keyboard.pm_.c:230
msgid "Dutch"
-msgstr "holandarra"
+msgstr "Holandarra"
#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
-msgstr "poloniarra (qwerty diseinua)"
+msgstr "Poloniarra (qwerty diseinua)"
#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
-msgstr "poloniarra (qwertz diseinua)"
+msgstr "Poloniarra (qwertz diseinua)"
#: ../../keyboard.pm_.c:234
msgid "Portuguese"
-msgstr "portugesa"
+msgstr "Portugesa"
#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
-msgstr "kanadarra (Quebec)"
+msgstr "Kanadarra (Quebec)"
#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
-msgstr "errumaniarra (qwertz)"
+msgstr "Errumaniarra (qwertz)"
#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
-msgstr "errumaniarra (qwerty)"
+msgstr "Errumaniarra (qwerty)"
#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
-msgstr "errusiarra (Yawerty)"
+msgstr "Errusiarra (Yawerty)"
#: ../../keyboard.pm_.c:242
msgid "Slovenian"
-msgstr "esloveniarra"
+msgstr "Esloveniarra"
#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
-msgstr "eslovakiarra (QWERTZ)"
+msgstr "Eslovakiarra (QWERTZ)"
#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
-msgstr "eslovakiarra (QWERTY)"
+msgstr "Eslovakiarra (QWERTY)"
#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
-msgstr "serbiarra (zirilikoa)"
+msgstr "Serbiarra (zirilikoa)"
#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
-msgstr "tamila (Unicode)"
+msgstr "Tamila (Unicode)"
#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
-msgstr "tamila (TSCII)"
+msgstr "Tamila (TSCII)"
#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
@@ -6677,27 +6770,27 @@ msgstr "Tajikistango teklatua"
#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
-msgstr "turkiarra (tradizionala \"F\" modeloa)"
+msgstr "Turkiarra (tradizionala \"F\" eredua)"
#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
-msgstr "turkiarra (modernoa \"Q\" modeloa)"
+msgstr "Turkiarra (modernoa \"Q\" eredua)"
#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
-msgstr "ukrainarra"
+msgstr "Ukrainarra"
#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
-msgstr "Estatu Batuetako teklatua (nazioartekoa)"
+msgstr "AEBetako teklatua (nazioartekoa)"
#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "vietnamdarra QWERTY \"ilara numerikoa\""
+msgstr "Vietnamdarra QWERTY \"ilara numerikoa\""
#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
-msgstr "jugoslaviarra (latinoa)"
+msgstr "Jugoslaviarra (latindarra)"
#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
@@ -6740,7 +6833,7 @@ msgstr "Eskuineko \"Windows\" tekla"
msgid "Circular mounts %s\n"
msgstr "%s muntaketa zirkularrak\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Kendu bolumen logikoak lehendabizi\n"
@@ -6800,13 +6893,12 @@ msgid "Genius NetScroll"
msgstr "Genius NetScroll"
#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
msgid "Microsoft Explorer"
-msgstr "Microsoft IntelliMouse"
+msgstr "Microsoft Explorer"
#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
-msgstr "1 botoi"
+msgstr "Botoi 1"
#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
@@ -6876,22 +6968,21 @@ msgstr "bat ere ez"
msgid "No mouse"
msgstr "Sagurik gabe"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Probatu sagua"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Sagua aktibatzeko,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "MUGITU GURPILA!"
#: ../../my_gtk.pm_.c:64
-#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
#: ../../my_gtk.pm_.c:159
msgid "Finish"
@@ -6921,11 +7012,11 @@ msgstr "Tolestu zuhaitza"
msgid "Toggle between flat and group sorted"
msgstr "Txandakatu alfabetikoaren eta taldeka ordenatuaren artean"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Konektatu Internetekin"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6935,53 +7026,43 @@ msgstr ""
"Konexio batzuek pptp erabiltzen dute, bakan batzuek dhcp.\n"
"Ez badakizu, aukeratu 'erabili pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "erabili dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "erabili pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "erabili pptp"
#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
msgid "Web Server"
-msgstr "Zerbitzaria"
+msgstr "Web Zerbitzaria"
#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
msgid "Domain Name Server"
-msgstr "Domeinu-izena:"
+msgstr "Domeinuko Izen Zerbitzaria"
#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
msgid "Mail Server"
-msgstr "Gaitu Zerbitzaria"
+msgstr "Posta Zerbitzaria"
#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
msgid "POP and IMAP Server"
-msgstr "LDAP Zerbitzaria"
+msgstr "POP eta IMAP Zerbitzaria"
#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
msgid "No network card"
-msgstr "ez da sare-txartelik aurkitu"
+msgstr "Ez dago sare-txartelik"
#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
msgid ""
"drakfirewall configurator\n"
"\n"
@@ -6989,15 +7070,15 @@ msgid ""
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-"tinyfirewall konfiguratzailea\n"
+"drakfirewall konfiguratzailea\n"
"\n"
-"Mandrake Linux makina honetarako suebaki pertsonala konfiguratzen du.\n"
-"Suebaki ahaltsuagoa nahi baduzu, begiratu MandrakeSecurity Firewall \n"
-"banaketa espezializatua."
+"Honek Mandrake Linux makina honentzako suhesi pertsonala konfiguratzen du.\n"
+"Suhesi izatera zuzendutako soluzio ahaltsua nahi baduzu, mesedez begiratu\n"
+"MandrakeSecurity Firewall banaketa espezializatua."
#: ../../network/drakfirewall.pm_.c:147
msgid "Which services would you like to allow the Internet to connect to?"
-msgstr ""
+msgstr "Zein zerbitzuetara konektatzen utzi nahi duzu Internetetik?"
#: ../../network/drakfirewall.pm_.c:148
msgid ""
@@ -7005,6 +7086,9 @@ msgid ""
"Valid examples are: 139/tcp 139/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
+"Beste portu batzu sartu ditzakezu.\n"
+"Adibide onargarriak dira: 139/tcp 139/udp.\n"
+"Begiratu /etc/services informazioa jasotzeko."
#: ../../network/drakfirewall.pm_.c:154
#, c-format
@@ -7013,15 +7097,17 @@ msgid ""
"The proper format is \"port/tcp\" or \"port/udp\", \n"
"where port is between 1 and 65535."
msgstr ""
+"Portu onartezina: %s.\n"
+"Formatu egokiak \"portua/tcp\" edo \"portu/udp\" dira,\n"
+"non portua 1 eta 65535 artean dagoen."
#: ../../network/drakfirewall.pm_.c:162
msgid "Everything (no firewall)"
-msgstr ""
+msgstr "Guztia (suhesirik gabe)"
#: ../../network/drakfirewall.pm_.c:164
-#, fuzzy
msgid "Other ports"
-msgstr "Probatu atakak"
+msgstr "Beste portu batzu"
#: ../../network/ethernet.pm_.c:37
msgid ""
@@ -7053,7 +7139,7 @@ msgstr ""
msgid "no network card found"
msgstr "ez da sare-txartelik aurkitu"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Sarea konfiguratzen"
@@ -7069,15 +7155,15 @@ msgstr ""
"Ostalari-izenak osoa izan behar du, erabat kualifikatua,\n"
"esate baterako, ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Ostalari-izena"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Sarea konfiguratzeko morroia"
@@ -7124,8 +7210,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Konfigurazio zaharra (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN konfigurazioa"
@@ -7161,23 +7247,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Zein protokolo erabili nahi duzu?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Nolako txartela duzu?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Ez dakit"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7190,19 +7281,19 @@ msgstr ""
"\n"
"PCMCIA txartela baduzu, txartelaren irq eta io jakin behar dituzu.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Abortatu"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Jarraitu"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Zein da zure ISDN txartela?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7210,7 +7301,7 @@ msgstr ""
"ISDN PCI txartel bat detektatu dut, baina ez dakit zein motatakoa den. "
"Hautatu PCI txartel bat hurrengo pantailan."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Ez da ISDN PCI txartelik aurkitu. Hautatu bat hurrengo pantailan."
@@ -7262,7 +7353,7 @@ msgstr "Lehen DNS zerbitzaria (aukerakoa)"
msgid "Second DNS Server (optional)"
msgstr "Bigarren DNS zerbitzaria (aukerakoa)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7270,7 +7361,7 @@ msgstr ""
"\n"
"Deskonektatu egin zaitezke edo konexioa birkonfiguratu."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7278,11 +7369,11 @@ msgstr ""
"\n"
"Konexioa birkonfigura dezakezu."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Orain Internetekin konektatuta zaude."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7290,32 +7381,32 @@ msgstr ""
"\n"
"Internetekin konekta zaitezke, edo konexioa birkonfiguratu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Orain ez zaude Internetekin konektatuta."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Konektatu"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Deskonektatu"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Konfiguratu konexioa"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Interneteko konexioa eta konfigurazioa"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "%s konexioa konfiguratuko dugu orain."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7334,12 +7425,12 @@ msgstr ""
"\n"
"Jarraitzeko, sakatu Ados."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Sare-konfigurazioa"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7350,7 +7441,7 @@ msgstr ""
"Hautatu Ados zure konfigurazioa mantentzeko, edo hautatu Utzi Internet eta "
"Sare-konexioa birkonfiguratzeko.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7362,72 +7453,72 @@ msgstr ""
"Zure Internet/sare-konexioa konfiguratzera goaz.\n"
"Ez baduzu auto-detekzioa erabili nahi, desautatu kontrol-laukia.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Aukeratu konfiguratzeko profila"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Erabili auto-detekzioa"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Aditu modua"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Gailuak detektatzen..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Modem-konexio normala"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "%s atakan detektatua"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN konexioa"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "%s detektatua"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL konexioa"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "%s interfazean detektatua"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kable-konexioa"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "kable bidezko konexioa detektatu da"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Sare lokaleko konexioa (LAN)"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernet txartela(k) detektatuta"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Aukeratu konfiguratu nahi duzun konexioa"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7437,23 +7528,23 @@ msgstr ""
"Aukeratu erabili nahi duzuna.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Interneteko konexioa"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Abioan hasi nahi duzu konexioa?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Sare-konfigurazioa"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Sarea berrabiarazi egin behar da"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7464,7 +7555,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7474,7 +7565,7 @@ msgstr ""
"\n"
"Konfigurazioa zure sistemari aplikatuko zaio orain.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7482,7 +7573,7 @@ msgstr ""
"Ondoren, zure X ingurunea berrabiaraztea gomendatzen dugu,\n"
"ostalari-izena aldatzearen arazoa saihesteko."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7492,7 +7583,7 @@ msgstr ""
"Probatu konexioa net_monitor edo mcc bidez. Konexioak funtzionatzen ez badu, "
"konfigurazioa berrabiarazi beharko duzu"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7503,7 +7594,7 @@ msgstr ""
"Gailu hau konfiguratuta mantentzeko, onartu, besterik gabe.\n"
"Ondoko eremuak aldatzen badituzu konfigurazio hau gainidatziko da."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7513,42 +7604,42 @@ msgstr ""
"Elementu bakoitza IP helbide gisa sartu behar da puntuz\n"
"bereizitako zenbakizko notazioan (adibidez, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Sareko %s gailua konfiguratzen"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (%s kontrolatzailea)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP helbidea"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Sare-maskara"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP automatikoa"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Abioan abiaraztekoa"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP helbideak 1.2.3.4 formatua izan behar du"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7560,42 +7651,52 @@ msgstr ""
"esate baterako, ``mybox.mylab.myco.com''.\n"
"Atebidearen IP helbidea ere sar dezakezu, baldin baduzu"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS zerbitzaria"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Atebidea (adib. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Atebide-gailua"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP helbideak 1.2.3.4 formatua izan behar du"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP helbideak 1.2.3.4 formatua izan behar du"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Proxy-en konfigurazioa"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy-a"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy-a"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Sare-txartelaren identifikazioa (eramangarrientzat baliagarria)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy-ak http://... izan behar du"
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy-ak ftp://... izan behar du"
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "URLaren hasieran 'ftp:' edo 'http:' egon behar da"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -7964,6 +8065,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:36
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
+"Inprimagailu auto-detekzioa (Bertakoa, TCP/Socket, eta SMB inprimagailuak)"
#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
@@ -8047,34 +8149,37 @@ msgid "Printerdrake"
msgstr "Printerdrake"
#: ../../printerdrake.pm_.c:178
-#, fuzzy
msgid "Checking your system..."
-msgstr "Inprimatze-sistema berrabiarazten ..."
+msgstr "Zure sistema egiaztatzen..."
#: ../../printerdrake.pm_.c:186
msgid ""
"There are no printers found which are directly connected to your machine"
-msgstr ""
+msgstr "Ez dira inprimagailurik aurkitu zure makinara zuzenean lotuta"
#: ../../printerdrake.pm_.c:198
-#, fuzzy
msgid ""
"The following printers\n"
"\n"
-msgstr "Ondorengo pakete hauek kenduko dira"
+msgstr ""
+"Ondorengo inprimagailuak\n"
+"\n"
#: ../../printerdrake.pm_.c:199
-#, fuzzy
msgid ""
"The following printer\n"
"\n"
-msgstr "Ondorengo pakete hauek kenduko dira"
+msgstr ""
+"Ondorengo inprimagailua\n"
+"\n"
#: ../../printerdrake.pm_.c:201
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
+"\n"
+"eta inprimagailu ezezagun bat dago "
#: ../../printerdrake.pm_.c:203
#, c-format
@@ -8082,29 +8187,36 @@ msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
+"\n"
+"eta %d inprimagailu ezezagun daude "
#: ../../printerdrake.pm_.c:207
msgid ""
"\n"
"are "
msgstr ""
+"\n"
+"daude "
#: ../../printerdrake.pm_.c:208
msgid ""
"\n"
"is "
msgstr ""
+"\n"
+"dago "
#: ../../printerdrake.pm_.c:210
-#, fuzzy
msgid "directly connected to your system"
-msgstr "Kopiatu zure sistemako letra-tipoak"
+msgstr "zure sistemara zuzenean lotuta"
#: ../../printerdrake.pm_.c:213
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
+"\n"
+"Inprimagailu ezezagun bat dago zure sistemara zuzenean lotuta"
#: ../../printerdrake.pm_.c:215
#, c-format
@@ -8112,33 +8224,32 @@ msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
+"\n"
+"%d inprimagailu ezezagun daude zure sistemara zuzenean lotuta"
#: ../../printerdrake.pm_.c:221
-#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Aukeratu inprimagailua konektatuta dagoen ataka."
+msgstr " (Ziurtatu zure inprimagailu guztiak lotuta eta piztuta daudela).\n"
#: ../../printerdrake.pm_.c:235
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
+"Inprimaketa gaitu nahi duzu goian aipatutako inprimagailuetan edo bertako "
+"sarean dauden inprimagailuetan?\n"
#: ../../printerdrake.pm_.c:236
-#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr ""
-"Inprimagailu hau (\"%s\")\n"
-"lehenetsi nahi duzu?"
+msgstr "Inprimaketa gaitu nahi duzu bertako sarean dauden inprimagailuetan?\n"
#: ../../printerdrake.pm_.c:238
-#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Abioan hasi nahi duzu konexioa?"
+msgstr "Inprimaketa gaitu nahi duzu goian aipatutako inprimagailuetan?\n"
#: ../../printerdrake.pm_.c:239
msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr ""
+msgstr "Ziur zaude makina honetan inprimaketa ezarri nahi duzula?\n"
#: ../../printerdrake.pm_.c:240
#, c-format
@@ -8146,6 +8257,8 @@ msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
+"OHARRA: Inprimagailu eredua eta inprimaketa sistemaren arabera %d MB-etik "
+"gora software gehigarri instalatuko da."
#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
@@ -8196,6 +8309,24 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"Ongi etorri Inprimagailu Ezarpen Morroira\n"
+"\n"
+"Morroi honek zure konputagailu honetara lotutako inprimagailua(k), sarera "
+"zuzenean lotutakoa(k) edo Windows makina batera loturikoa(k) instalatzen "
+"lagunduko dizu.\n"
+"\n"
+"Makina honetara lotutako inprimagailuak badituzu, mesedez entxufatu eta "
+"piztu itzazu auto-detektatuak izan daitezen. Berdina sareko inprimagailu eta "
+"Windows makinetara lotutako inprimagailuekin ere.\n"
+"\n"
+"Ohartu sarera lotutako inprimagailuen auto-detekzioak denbora gehiago behar "
+"duela makina honetara lotuta dauden inprimagailuak bakarrik auto-"
+"detektatzeko baino. Beraz ezabatu sareko eta/edo windows-ostalari "
+"inprimagailuen auto-detekzioa behar ez dituzunean.\n"
+"\n"
+" Klikatu \"Hurrengoa\" prest zaudenean, eta \"Etsi\" zure inprimagailua "
+"orain ezarri nahi ez duzunean."
#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
msgid ""
@@ -8211,6 +8342,17 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"Ongi etorri Inprimagailu Ezarpen Morroira\n"
+"\n"
+"Morroi honek zure konputagailu honetara lotutako inprimagailua(k) "
+"instalatzen lagunduko dizu.\n"
+"\n"
+"Makina honetara lotutako inprimagailuak badituzu, mesedez entxufatu eta "
+"piztu itzazu auto-detektatuak izan daitezen.\n"
+"\n"
+" Klikatu \"Hurrengoa\" prest zaudenean, eta \"Etsi\" zure inprimagailua "
+"orain ezarri nahi ez duzunean."
#: ../../printerdrake.pm_.c:297
msgid ""
@@ -8231,19 +8373,37 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"Ongi etorri Inprimagailu Ezarpen Morroira\n"
+"\n"
+"Morroi honek zure konputagailu honetara lotutako inprimagailua(k) edo sarera "
+"zuzenean lotutakoa(k) instalatzen lagunduko dizu.\n"
+"\n"
+"Makina honetara lotutako inprimagailuak badituzu, mesedez entxufatu eta "
+"piztu itzazu auto-detektatuak izan daitezen. Berdina sareko inprimagailuekin "
+"ere.\n"
+"\n"
+"Ohartu sarera lotutako inprimagailuen auto-detekzioak denbora gehiago behar "
+"duela makina honetara lotuta dauden inprimagailuak bakarrik auto-"
+"detektatzeko baino. Beraz ezabatu sareko inprimagailuen auto-detekzioa behar "
+"ez duzunean.\n"
+"\n"
+" Klikatu \"Hurrengoa\" prest zaudenean, eta \"Etsi\" zure inprimagailua "
+"orain ezarri nahi ez duzunean."
#: ../../printerdrake.pm_.c:315
-#, fuzzy
msgid "Auto-detect printers connected to this machine"
-msgstr "Automatikoki detektatu inprimagailuak"
+msgstr "Auto-detektatu makina honetara lotutako inprimagailuak"
#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
-msgstr ""
+msgstr "Auto-detektatu bertako sarera zuzenean lotutako inprimagailuak"
#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
+"Auto-detektatu Microsoft Windows darabilten makinetara lotutako "
+"inprimagailuak"
#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
#: ../../printerdrake.pm_.c:587
@@ -8275,9 +8435,8 @@ msgstr ""
#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
-#, fuzzy
msgid "Printer auto-detection"
-msgstr "Egin auto-detekzioa"
+msgstr "Inprimagailuen auto-detekzioa"
#: ../../printerdrake.pm_.c:408
#, c-format
@@ -8444,9 +8603,8 @@ msgid "Detected model: %s %s"
msgstr "Detektatutako eredua: %s %s"
#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
-#, fuzzy
msgid "Scanning network..."
-msgstr "Sarea abiarazten ..."
+msgstr "Sarean bilatzen..."
#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
@@ -8480,6 +8638,8 @@ msgid ""
" If the desired printer was auto-detected, simply choose it from the list "
"and then add user name, password, and/or workgroup if needed."
msgstr ""
+" Nahi zenuen inprimagailua auto-detektatu bada, hautatu ezazu zerrendatik "
+"eta gehitu erabiltzaile-izena, pasahitza, eta/edo lantaldea beharrezko bada."
#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
@@ -8498,9 +8658,8 @@ msgid "Workgroup"
msgstr "Lantaldea"
#: ../../printerdrake.pm_.c:853
-#, fuzzy
msgid "Auto-detected"
-msgstr "Auto-detektatu"
+msgstr "Auto-detektatuta"
#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
@@ -8634,19 +8793,22 @@ msgid ""
"Choose one of the auto-detected printers from the list or enter the hostname "
"or IP and the optional port number (default is 9100) into the input fields."
msgstr ""
+"Aukeratu auto-detektatutako inprimagailuetako bat zerrendatik edo sartu "
+"ostalari-izena edo IP eta, nahi baduzu, portu zenbakia (jatorrian 9100 da) "
+"eremuetan."
#: ../../printerdrake.pm_.c:1085
-#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
"of the printer and optionally the port number (default is 9100). On HP "
"JetDirect servers the port number is usually 9100, on other servers it can "
"vary. See the manual of your hardware."
msgstr ""
-"Socket inprimagailuan inprimatzeko, inprimagailuaren ostalari-izena\n"
-"eman behar duzu eta, nahi baduzu, ataka-zenbakia. HP JetDirect "
-"zerbitzarietan ataka-zenbakia normalki 9100 izaten da, beste zerbitzari "
-"batzuetan aldatu egin daiteke. Begiratu zure hardwarearen eskuliburuan."
+"TCP edo Socket inprimagailu batera inprimatzeko, inprimagailuaren ostalari-"
+"izena edo IP eta, nahi baduzu, portu zenbakia (jatorrian 9100 da) eman behar "
+"dituzu. HP HP JetDirect zerbitzarietan portu-zenbakia normalki 9100 izaten "
+"da, beste zerbitzari batzuetan aldatu egin daiteke. Begiratu zure "
+"hardwarearen eskuliburuan."
#: ../../printerdrake.pm_.c:1090
msgid "Printer host name or IP missing!"
@@ -8806,7 +8968,6 @@ msgstr ""
"ezazu konektatuta dagoen makinan."
#: ../../printerdrake.pm_.c:1813
-#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
@@ -8817,20 +8978,19 @@ msgid ""
"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
"adjust the head alignment settings with this program."
msgstr ""
-"Lexmark inkjet-ekin eta konfigurazio honekin inprimatu ahal , izateko, "
-"Lexmark-ek emandako inkjet inprimagailu-kontrolatzaileak behar dituzu "
-"(http://www.lexmark.com/). Joan Estatu Batuetako gunera eta egin klik "
-"\"Drivers\" botoian. Gero aukeratu modeloa eta ondoren \"Linux\" sistema "
-"eragile gisa. Kontrolatzaileak RPM pakete gisa edo instalazio grafiko "
+"Lexmark inkjet eta konfigurazio honekin inprimatu ahal izateko, Lexmark-ek "
+"emandako inkjet inprimagailu-gidariak behar dituzu (http://www.lexmark."
+"com/). Klikatu \"Drivers\" estekan. Gero aukeratu eredua eta ondoren \"Linux"
+"\" sistema eragile gisa. Gidariak RPM pakete gisa edo instalazio grafiko "
"interaktiboa duten shell script gisa egoten dira. Ez da beharrezkoa "
-"konfigurazio hau interfaze grafikoen bidez egitea. Ezeztatu zuzenean "
+"konfigurazio hau bitarteko grafikoen bidez egitea. Ezeztatu zuzenean "
"lizentzia-kontratuaren ondoren. Gero inprimatu inprimatze-burua lerrokatzeko "
"orriak \"lexmarkmaintain\"ekin eta doitu burua lerrokatzeko ezarpenak "
"programa honekin."
#: ../../printerdrake.pm_.c:1816
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr ""
+msgstr "GDI Laser Inprimagailua Zenographics ZJ-Stream Formatua erabiliz"
#: ../../printerdrake.pm_.c:1817
msgid ""
@@ -8854,6 +9014,24 @@ msgid ""
"The first command can be given by any normal user, the second must be given "
"as root. After having done so you can print normally.\n"
msgstr ""
+"Zure inprimagailua ekoizle desberdinek saltzen dituzten GDI laser "
+"inprimagailuen (winprinters) taldekoa da, Zenographics ZJ-stream raster "
+"formatua erabiltzen dute datuak inprimagailura bidaltzeko. Inprimagailu "
+"hauentzako gidaria hasierako garapen egoeran dago eta horregatik baliteke "
+"beti behar bezala ez ibiltzea. Bereziki posible da inprimagailuak A4 paper "
+"neurria aukeratzen duzunean bakarrik lanegitea.\n"
+"\n"
+"Inprimagailu hauetako batzuei, HP LaserJet 1000 esaterako, jatorrian gidaria "
+"beretzako sortu zen, pizterakoan beraien firmwarerra zamatu behar zaie. HP "
+"LaserJet 1000-ren kasuan inprimagailuaren Windows gidari CDa edo zure "
+"Windows partizioa behatu behar duzu \"sihp1000.img\" fitxategiaren bila eta "
+"inprimagailuari zamatu behar diozu ondorengo komandoetako batekin:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"Lehenengo komandoa edozein erabiltzaile arruntak eman dezake, bigarrena root "
+"bezala eman behar da. Hori egin ondoren normaltasunez inprimatu dezakezu.\n"
#: ../../printerdrake.pm_.c:2040
msgid ""
@@ -9014,14 +9192,14 @@ msgstr ""
"<fitxategia>\". "
#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
-#, fuzzy, c-format
+#, c-format
msgid ""
"To know about the options available for the current printer read either the "
"list shown below or click on the \"Print option list\" button.%s%s\n"
"\n"
msgstr ""
"Uneko inprimagailuak dituen aukerak ezagutzeko, irakurri ondoko zerrenda edo "
-"egin klik \"Inprimatzeko aukeren zerrenda\" botoian.%s\n"
+"egin klik \"Inprimatu aukeren zerrenda\" botoian.%s%s\n"
"\n"
#: ../../printerdrake.pm_.c:2300
@@ -9109,9 +9287,9 @@ msgid "Printing/Scanning on \"%s\""
msgstr "\"%s\": inprimatzen/eskaneatzen"
#: ../../printerdrake.pm_.c:2346
-#, fuzzy, c-format
+#, c-format
msgid "Printing/Photo Card Access on \"%s\""
-msgstr "\"%s\": inprimatzen/eskaneatzen"
+msgstr "Inprimaketa/Argazki Txartelen Sarrera \"%s\"-n"
#: ../../printerdrake.pm_.c:2347
#, c-format
@@ -9121,7 +9299,7 @@ msgstr "\"%s\" inprimagailuan inprimatzen"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9132,7 +9310,7 @@ msgid "Print option list"
msgstr "Inprimatzeko aukeren zerrenda"
#: ../../printerdrake.pm_.c:2373
-#, fuzzy, c-format
+#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
"Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify the "
@@ -9144,13 +9322,12 @@ msgid ""
"\n"
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-"Funtzio anitzeko HP gailua automatikoki konfiguratuta dago eskaneatzeko. "
-"Orain \"scanimage\"rekin eskanea dezakezu (\"scanimage -d hp:%s\" eskanerra "
-"zehazteko, bat baino gehiago badituzu) komando-lerrotik edo \"xscanimage\" "
-"edo \"xsane\" interfaze grafikoekin. GIMP erabiltzen baduzu, \"File\"/"
-"\"Acquire\" menuko puntu egokiaren bidez ere eskanea dezakezu. Informazio "
-"gehiago nahi baduzu, idatzi \"man scanimage\" eta \"man sane-hp\" komando-"
-"lerroan.\n"
+"Zure funtzio-anitzeko gailua automatikoki konfiguratu zen eskaneatu ahal "
+"izateko. Orain \"scanimage\"rekin eskanea dezakezu (\"scanimage -d hp:%s\" "
+"eskanerra zehazteko, bat baino gehiago badituzu) komando-lerrotik edo "
+"\"xscanimage\" edo \"xsane\" interfaze grafikoekin. GIMP erabiltzen baduzu, "
+"\"File\"/\"Acquire\" menuko puntu egokiaren bidez ere eskanea dezakezu. "
+"Informazio gehiago nahi baduzu, deitu \"man scanimage\" komando-lerroan.\n"
"\n"
"Ez erabili \"scannerdrake\" gailu honekin!"
@@ -9166,6 +9343,16 @@ msgid ""
"can switch between drive letters with the field at the upper-right corners "
"of the file lists."
msgstr ""
+"Zure inprimagailua automatikoki konfiguratu zen zure PC-tik argazki txartel "
+"unitateetara sarrera emateko. Orain \"MtoolsFM\" programa grafikoa erabiliz "
+"(Menua: \"Aplikazioak\" -> \"Fitxategi tresnak\" -> \"MTools Fitxategi "
+"Kudeatzailea\") edo \"mtools\" komando lerroko utilitatea erabiliz (sartu "
+"\"man mtools\" komando lerroan informazio gehiago jasotzeko) zure argazki "
+"txartelak atzitu ditzakezu. Txartelaren fitxategi-sistema \"p:\" unitate "
+"hizkipean aurkituko duzu, edo ondorengo hizkietan argazki txartela duten HP "
+"inprimagailu bat baino gehiago baduzu. \"MtoolsFM\" tresnan unitate hizki "
+"artean mugitu zaitezke fitxategi-zerrenden goi-eskuin ertzetan dagoen eremua "
+"erabiliz."
#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
#: ../../printerdrake.pm_.c:3170
@@ -9459,9 +9646,8 @@ msgid "Printer options"
msgstr "Inprimagailuaren aukerak"
#: ../../printerdrake.pm_.c:2989
-#, fuzzy
msgid "Preparing Printerdrake..."
-msgstr "PrinterDrake prestatzen..."
+msgstr "Printerdrake prestatzen..."
#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
@@ -9684,10 +9870,6 @@ msgstr ""
"Bete ftp proxy-aren datuak\n"
"Utzi hutsik ez baduzu ftp proxy-rik nahi"
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "URLaren hasieran 'ftp:' edo 'http:' egon behar da"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9735,6 +9917,41 @@ msgstr "mkraid-ek huts egin du (beharbada raid-tresnak faltako dira?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ez dago nahikoa partizio %d RAID mailarako\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "Segurtasun-maila:"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Segurtasun-maila"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "Segurtasun Kudeatzailea:"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (lehenetsia)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Segurtasun-maila ezartzen"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Segurtasun aukerak ezartzen"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Abiarazi ALSA (Advanced Linux Sound Architecture) soinu-sistema"
@@ -10046,7 +10263,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Fitxategi-konpartitzea"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sistema"
@@ -10123,79 +10340,71 @@ msgstr "Sar zaitez software librearen munduan"
#: ../../share/advertising/02-community.pl_.c:10
msgid "Want to know more about the Open Source community?"
-msgstr ""
+msgstr "Iturburu Irekiaren Komunitateari buruz gehiago jakin nahi?"
#: ../../share/advertising/02-community.pl_.c:11
-#, fuzzy
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-"Ezagutu iturburu irekiaren komunitatea eta egin zaitez partaide. Sartu "
-"eztabaida-taldeetan \"Komunitatearen\" web orrien bidez eta ikasi, irakatsi "
-"eta lagundu beste batzuei."
+"Zure jakinduria elkarbanatzeko eta Linux tresnak eraikitzen laguntzeko, egin "
+"zaitez gure \"Komunitate\" web-orrian aurkituko dituzun eztabaida-taldeen "
+"partaide"
#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
msgid "Get the most from the Internet"
-msgstr "Konektatu Internetekin"
+msgstr "Eskuratu Internetek eman dezakeen guztia"
#: ../../share/advertising/03-internet.pl_.c:10
-#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 9.0k software-aukera onenak eskaintzen dizkizu Internetek "
-"eman lezakeen guztia eskura dezazun. Murgildu amaraunean eta ikusi "
-"animazioak Mozilla eta Konqueror-ekin, trukatu mezuak eta antolatu zure "
-"informazio pertsonala Evolution eta Kmail-ekin, eta askoz ere gehiago"
+"Mandrake Linux 9.0k zuretzako software honenak aukeratu ditu. Surfeatu "
+"Webean eta ikusi animazioak Mozilla eta Konquerorrekin, edo irakurri zure "
+"posta eta kudeatu zure informazio pertsonalak Evolution eta Kmail erabiliz"
#: ../../share/advertising/04-multimedia.pl_.c:9
msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr ""
+msgstr "Ezagutu itzazu tresna grafiko eta multimedia eguneratuenak!"
#: ../../share/advertising/04-multimedia.pl_.c:10
msgid "Push multimedia to its limits!"
-msgstr ""
+msgstr "Sakatu multimedia bere limitera!"
#: ../../share/advertising/04-multimedia.pl_.c:11
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mandrake Linux 8.2ekin zure multimedia ordenagailua mugaraino eramango duzu! "
-"Erabili audio-fitxategiak erreproduzitzeko, irudiak eta argazkiak editatu "
-"eta manipulatzeko eta TB eta bideoak ikusteko eta beste gauza askotarako "
-"azken softwarea "
+"Mandrake Linux 9.0k audio fitxategiak jotzeko, zure argazkiak editatu eta "
+"manipulatzeko, eta bideoak ikusteko software berriena erabiltzeko aukera "
+"ematen dizu"
#: ../../share/advertising/05-games.pl_.c:9
msgid "Games"
msgstr "Jokoak"
#: ../../share/advertising/05-games.pl_.c:10
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 8.2k iturburu irekiko jokorik onenak eskaintzen ditu - makina-"
-"jokoak, kiroletakoak, estrategiakoak, ..."
+"Mandrake Linux 9.0k Iturburu Irekiko jokorik onenak eskaintzen ditu - makina-"
+"jokoak, ekintza, estrategia, ..."
#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Mandrake-ren Kontrol Zentroa"
#: ../../share/advertising/06-mcc.pl_.c:10
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
-"Mandrake Linux 8.2ren Kontrol Zentroak leku bakarretik zure Mandrake sistema "
-"erabat konfiguratu eta pertsonalizatzeko aukera ematen dizu"
+"Mandrake Linux 9.0k zure makina erabat pertsonalizatu eta konfiguratzeko "
+"tresna ahaltsua dauka"
#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
@@ -10203,78 +10412,80 @@ msgstr "Erabiltzaile-interfazeak"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
+"Mandrake Linux 9.0k erabat aldatu daitezkeen 11 erabiltzaile interfaze "
+"eskaintzen dizkizu: KDE 3, Gnome 2, WindowMaker, ..."
#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
msgid "Development simplified"
-msgstr "Garapena"
+msgstr "Garapena erraztuta"
#: ../../share/advertising/08-development.pl_.c:10
msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
+msgstr "Mandrake Linux 9.0 garapen plataforma berriena da"
#: ../../share/advertising/08-development.pl_.c:11
-#, fuzzy
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-"Mandrake Linux 8.2 garapen-plataforma ezin hobea da. Ezagutu GNU gcc "
-"konpilatzailearen ahalmen osoa eta iturburu irekiko garapen-ingurune onenak"
+"GNU gcc 3 konpilatzailearen indar osoa erabili, baita Iturburu Irekiko "
+"garapen ingurune onenak ere"
#: ../../share/advertising/09-server.pl_.c:9
msgid "Turn your machine into a reliable server"
-msgstr ""
+msgstr "Bihurtu zure makina zerbitzari fidagarria"
#: ../../share/advertising/09-server.pl_.c:10
-#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Bihur ezazu zure makina zerbitzari ahaltsu, saguaren klik gutxi batzuk "
-"eginez: Web zerbitzaria, posta, suebakia, bidatzailea, fitxategi- eta "
-"inprimaketa-zerbitzaria,..."
+"eginez: Web zerbitzaria, posta, suhesia, routerra, fitxategi eta inprimaketa "
+"zerbitzaria, ..."
#: ../../share/advertising/10-mnf.pl_.c:9
msgid "Optimize your security"
-msgstr ""
+msgstr "Optimizatu zure segurtasuna"
#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
"F.)"
msgstr ""
+"MandrakeSecurity aukeren artean Multi Network Firewall (M.N.F.) produktua "
+"dauka"
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
+"Suhesi produktu honek zure segurtasun beharrak hasetzeko aukera emango dizun "
+"sareko ezaugarriak ditu"
#: ../../share/advertising/10-mnf.pl_.c:12
msgid "This product is available on MandrakeStore website"
-msgstr ""
+msgstr "Produktu hau MandrakeStore webgunean eskuragarri dago"
#: ../../share/advertising/11-mdkstore.pl_.c:9
msgid "The official MandrakeSoft store"
-msgstr ""
+msgstr "MandrakeSoft denda ofiziala"
#: ../../share/advertising/11-mdkstore.pl_.c:10
-#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
-"Gure denda elektronikoan eskuragai dituzu gure Linux soluzioen aukera "
-"zabala, produktuei buruzko eskaintza bereziak eta bestelako 'gutiziak'"
+"Gure Linux soluzioen aukera osoa, eta baita produktu eta beste \"gutizia\" "
+"batzutan eskaintza bereziak eskuragarri daude lerroan gure e-dendan:"
#: ../../share/advertising/12-mdkstore.pl_.c:9
msgid "Strategic partners"
-msgstr ""
+msgstr "Kide estrategikoak"
#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
@@ -10282,20 +10493,25 @@ msgid ""
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
+"MandrakeSoftek, Mandrake Linuxentzako soluzio bateragarri profesionalak "
+"eskaintzen dituzten konpainien artean aukeratutako batzuekin lanegiten du. "
+"MandrakeStoren aipatutako kide horien zerrenda eskuratu daiteke."
#: ../../share/advertising/13-mdkcampus.pl_.c:9
msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr ""
+msgstr "Ezagutu MandrakeSoften Linux-Campus entrenamendu katalogoa"
#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
"The training program has been created to respond to the needs of both end "
"users and experts (Network and System administrators)"
msgstr ""
+"Entrenamendu programa bien, erabiltzaileen eta espertuen (Sare eta Sistema "
+"administratzaileak), beharrei erantzuteko sortu da"
#: ../../share/advertising/13-mdkcampus.pl_.c:11
msgid "Certify yourself on Linux"
-msgstr ""
+msgstr "Zertifikatu zure burua Linux-ekiko"
#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
@@ -10303,43 +10519,52 @@ msgid ""
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
"certification program (worldwide professional technical certification)"
msgstr ""
+"Zeure buruari lerroan edo gure entrenamendu kide sarearen bitartez irakastea "
+"erabakitzen baduzu, Linux-Campus katalogoak LPI zertifikazio ezagunaren "
+"programarako prestatuko zaitu (mundu zabaleko zertifikazio tekniko "
+"profesionala)"
#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
msgid "Become a MandrakeExpert"
-msgstr "MandrakeExpert"
+msgstr "Bilakatu zaitez MandrakeExpert"
#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
"Find the solutions of your problems via MandrakeSoft's online support "
"platform"
msgstr ""
+"Aurkitu zure arazoei erantzuna MandrakeSoft-en lerroko euskarri "
+"plataformaren bitartez"
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
+"Batu MandrakeSoft Euskarri taldeetara eta Linuxen Lerroko Komunitateetara "
+"zure jakinduria elkarbanatu eta besteei lagundu lerroko euskarri teknikoko "
+"webguneetan Aditu ezaguna bilakatuz:"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert"
+msgstr "MandrakeExpert Korporatiboa"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
msgid "An online platform to respond to company's specific support needs"
-msgstr ""
+msgstr "Konpainien euskarri behar espezifikoei erantzuteko lerroko plataforma"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
+"Gertaera guztiek MandrakeSoften Aditu tekniko kualifikatu bakarraren "
+"jarraipena izango dute."
#: ../../share/advertising/17-mdkclub.pl_.c:9
msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr ""
+msgstr "Ezagutu \"MandrakeClub\" eta \"Mandrake Corporate Club\""
#: ../../share/advertising/17-mdkclub.pl_.c:10
msgid ""
@@ -10350,16 +10575,22 @@ msgid ""
"competititve edge, if you want to support Mandrake Linux development, join "
"MandrakeClub!"
msgstr ""
+"MandrakeClub eta Mandrake Corporate Club beraien Linux banaketa gogokoenari "
+"laguntzearekin batera pribilegio bereziak jasotzen dituzten Mandrake Linuxen "
+"enpresa erabiltzaile eta erabiltzaile pribatuentzako sortu zen. Gure "
+"produktuak gustoko badituzu, zure konpainiak gure produktuengandik etekina "
+"badu lehiakortasuna lortzeko, Mandrake Linux garapenari euskarri eman nahi "
+"badiozu, sartu MandrakeClubera!"
#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Paketeak instalatzen..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Amaitu saioa eta, ondoren, sakatu Ktrl-Alt-Atzera"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Hasi berriro saioa %s(e)n aldaketak aktibatzeko"
@@ -10400,16 +10631,6 @@ msgstr "Gehitu/Ezabatu erabiltzaileak"
msgid "Add/Del Clients"
msgstr "Gehitu/Ezabatu Bezeroak"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Laguntza"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Abiapen Disketea"
@@ -10458,48 +10679,64 @@ msgstr "Gehitu erabiltzailea -->"
msgid "<-- Del User"
msgstr "<-- Ezabatu Erabiltzailea"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+#, fuzzy
+msgid "No net boot images created!"
+msgstr "Sare Abiapen Irudiak"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Gehitu Bezeroa -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Ezabatu Bezeroa"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "dhcpd Ezarpena..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Konfigurazio aurreratua"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Idatzi Ezarpena"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Mesedez sartu disketea:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Ezin izan da disketea atzitu!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Disketea kendu dezakezu orain"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Ez dago diskete-unitate erabilgarririk!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO irudia %s da"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Zerbaitek hutsegin du! - mkisofs instalatuta dago?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "\"/etc/dhcpd.conf\" sortu behar da lehenbizi!"
@@ -10605,13 +10842,12 @@ msgid "WARNING"
msgstr "ADI"
#: ../../standalone/drakbackup_.c:724
-#, fuzzy
msgid "FATAL"
-msgstr "FAT"
+msgstr "LARRIA"
#: ../../standalone/drakbackup_.c:725
msgid "INFO"
-msgstr ""
+msgstr "INFO"
#: ../../standalone/drakbackup_.c:737
msgid ""
@@ -10647,12 +10883,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Aurrerapen guztia"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10660,42 +10896,46 @@ msgid ""
"Warning: If you've already done this process you'll probably\n"
" need to purge the entry from authorized_keys on the server."
msgstr ""
+"%s badago, ezabatu?\n"
+"\n"
+"Adi: Dagoeneko prozesu hau burutu baduzu seguraski\n"
+"authorized_keys sarrera purgatu beharko duzu zerbitzarian."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "Honek giltzak sortzeko denbora tarte bat behar du."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
-msgstr ""
+msgstr "OKERRA: Ezin da %s jaurti."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
-msgstr ""
+msgstr "Pasahitz eskaririk ez %s-n %s portuan"
-#: ../../standalone/drakbackup_.c:849
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:852
+#, c-format
msgid "Bad password on %s"
-msgstr "Pasahitzik ez"
+msgstr "%s-n pasahitz okerra"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgstr "%s %s-ra transferitzeko baimena ukatu da"
-#: ../../standalone/drakbackup_.c:851
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:854
+#, c-format
msgid "Can't find %s on %s"
-msgstr "Ezin da %s ireki: %s\n"
+msgstr "Ezin da %s %s-n bilatu"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
-msgstr ""
+msgstr "%s-k ez du erantzuten"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10705,84 +10945,91 @@ msgid ""
"\n"
"without being prompted for a password."
msgstr ""
+"Transferentzia arrakastatsua\n"
+"Zerbitzarian saioa hasi dezakezula frogatu dezakezu honela:\n"
+"\n"
+"ssh -i %s %s\\@%s\n"
+"\n"
+"eta ez zaizu pasahitzik eskatuko."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr "Urruneko WebDAV gunea dagoeneko sinkronizatuta!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr "WebDAV transferentziak hutsegin du!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr "Unitatean ez dago CDR/DVDR!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr "Ez dirudi euskarri idazgarria denik!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr "Ez da euskarri ezabagarria!"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "Euskarria ezabatzeak denbora tarte bat har dezake."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
-msgstr ""
+msgstr "Baimen arazoa CD atzipenean."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
-msgstr ""
+msgstr "Zintarik ez %s-n!"
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Sistema-fitxategien babeskopia"
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Disko gogorraren babeskopia fitxategiak... "
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Erabiltzaile-fitxategien babeskopia... "
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Disko gogorraren babeskopia egiten..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Beste fitxategi batzuen babeskopia... "
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
-msgstr "Erabili zinta babeskopia egiteko"
+msgstr "Ez dago babestu beharreko aldaketarik!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
"Drakbackup activities via %s:\n"
"\n"
msgstr ""
+"\n"
+"Drakbackup ekintzak %s bitartez:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:1342
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:1346
+#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-"FTPk bidalitako fitxategi-zerrenda: %s\n"
+"FTP bitartez bidalitako fitxategi-zerrenda: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10792,38 +11039,44 @@ msgstr ""
" FTP konexio-arazoa: zure babeskopien fitxategiak ezin izan dira bidali FTP "
"bidez.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
+"\n"
+"Drakbackup ekintzak CD bitartez:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
+"\n"
+"Drakbackup ekintzak zinta bitartez:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " Errorea posta bidaltzean. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
-msgstr ""
+msgstr "Ezin da katalogoa sortu!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Fitxategi-hautapena"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Hautatu fitxategiak edo direktorioak eta egin klik 'Gehitu'n"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10831,27 +11084,26 @@ msgstr ""
"\n"
"Hautatu behar dituzun aukera guztiak.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Aukera horiek /etc direktorioko fitxategi guztiak kopiatu eta leheneratu "
"ditzakete.\n"
-#: ../../standalone/drakbackup_.c:1600
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
-msgstr "Sistema-fitxategien babeskopia. ( /etc direktorioa )"
+msgstr "Sistema-fitxategien babeskopia egin. (/etc direktorioa )"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Erabili babeskopia inkrementala (ez ordeztu kopia zaharrak)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Ez sartu fitxategi kritikoak (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10859,136 +11111,136 @@ msgstr ""
"Aukera honekin /etc direktorioaren edozein bertsio leheneratu\n"
"ahal izango duzu."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Hautatu babeskopian sartu nahi dituzun erabiltzaile guztiak."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Ez sartu arakatzailearen cache-a"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Erabili babeskopia inkrementalak (ez ordeztu kopia zaharrak)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Kendu hautatutakoak"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows(FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Erabiltzaileak"
-#: ../../standalone/drakbackup_.c:1773
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
-msgstr "Erabili FTP konexioa babeskopia egiteko"
+msgstr "Erabili sareko konexioa babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
-msgstr ""
+msgstr "Sareko Metodoa:"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
-msgstr ""
+msgstr "Erabili Expect SSH-rentzako"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
+"Sortu/Transferitu\n"
+"babeserako giltzak SSH-rentzako"
-#: ../../standalone/drakbackup_.c:1781
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
-msgstr "Transferitu"
-
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
msgstr ""
+" Transferitu \n"
+"Orain"
#: ../../standalone/drakbackup_.c:1786
+#, fuzzy
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
+msgstr "Giltzak dagoeneko bere tokian"
+
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Idatzi ostalariaren izena edo IPa."
-#: ../../standalone/drakbackup_.c:1791
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-"Adierazi ostalariko direktorioa\n"
-"babeskopia jartzeko."
+"Mesedez sartu direktorioa (edo modulua) babes-kopia\n"
+" ostalari honetan jartzeko."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Sartu saioa hasteko izena"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Sartu pasahitza"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Gogoratu pasahitza"
-#: ../../standalone/drakbackup_.c:1818
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
-msgstr "Ezin sartu %s erabiltzaile-izena erabilita (pasahitz okerra?)"
+msgstr "Ostalari-izena, erabiltzaile-izena eta pasahitza behar dira!"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Erabili CD/DVDROMa babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
+"Mesedez hautatu zure CD/DVD gailua\n"
+"(Sartu sakatu ezarpenak beste eremu batzutara hedatzeko.\n"
+"Eremu hau ez da beharrezkoa, formularioa betetzeko tresna bakarrik.)"
-#: ../../standalone/drakbackup_.c:1921
-#, fuzzy
-msgid "Please choose your CD/DVD media size"
-msgstr "Aukeratu CDko lekua"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Mesedez hautatu zure CD/DVD euskarri neurria"
-#: ../../standalone/drakbackup_.c:1927
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
-msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
+msgstr "Mesedez markatu saio-anitzeko CDa egiteko"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
-#: ../../standalone/drakbackup_.c:1939
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
+msgstr "Mesedez markatu zure RW eukarria ezabatu nahi baduzu (1. saioa)"
-#: ../../standalone/drakbackup_.c:1940
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
-msgstr "Transferitu"
+msgstr " Ezabatu Orain "
-#: ../../standalone/drakbackup_.c:1946
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
-msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
+msgstr "Mesedez markatu DVDR gailua erabiltzen ari bazara"
-#: ../../standalone/drakbackup_.c:1952
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
-msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
+msgstr "Mesedez markatu DVDRAM gailua erabiltzen ari bazara"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10996,36 +11248,33 @@ msgstr ""
"Adierazi CD idazgailuaren gailu-izena \n"
" adib.: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
-msgstr "Hautatu fitxategia"
+msgstr "Ez da CD gailurik definitu!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Erabili zinta babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Adierazi babeskopiarako erabiliko den gailuaren izena"
-#: ../../standalone/drakbackup_.c:2055
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
-msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
+msgstr "Mesedez markatu rebobinatzen ez den gailua erabiltzeko."
-#: ../../standalone/drakbackup_.c:2061
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
-msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
+msgstr "Mesedez markatu babes-kopia aurretik zinta ezabatu nahi baduzu."
-#: ../../standalone/drakbackup_.c:2067
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
-msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
+msgstr ""
+"Mesedez markatu babes-kopia ondoren zure zinta kanporatzea nahi baduzu."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11033,57 +11282,55 @@ msgstr ""
"Adierazi Drakbackup-en gehieneko\n"
" tamaina "
-#: ../../standalone/drakbackup_.c:2138
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
-msgstr "Adierazi gorde beharreko direktorioa:"
+msgstr "Mesedez adierazi zein direktoriotan gorde behar den:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Erabili kuota babeskopia-fitxategientzat"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Sarea"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
-msgstr ""
+msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2234
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
-msgstr "Mota"
+msgstr "Zinta"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "orduero"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "egunero"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "astero"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "hilero"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Erabili daemon-a"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11091,7 +11338,7 @@ msgstr ""
"Aukeratu babeskopiak egiteko \n"
"maiztasuna"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11099,79 +11346,83 @@ msgstr ""
"Aukeratu babeskopia \n"
"egiteko euskarria."
-#: ../../standalone/drakbackup_.c:2287
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
-msgstr "Ziurtatu cron daemon-a zerbitzuetan sartuta daukazula."
+msgstr ""
+"Mesedez ziurtatu cron deabrua zure zerbitzuen artean dagoen.\n"
+"\n"
+"Ohartu oraingoz 'sareko' euskarri guztiek disko zurruna erabiltzen dutela."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Babeskopia egindakoan, bidali berri-emateko mezua hona :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
+"Ezabatu disko zurrunetik tar fitxategiak beste euskarri batera babestu "
+"ondoren."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Zer"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Non"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Noiz"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Aukera gehiago"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr " Drakbackup-en konfigurazioa"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Aukeratu non egin nahi duzun babeskopia"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "disko gogorrean"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "sarean zehar"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
-msgstr ""
+msgstr "CDROMean"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
-msgstr ""
+msgstr "Zinta Gailuan"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Aukeratu zeren kopia egin nahi duzun"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Sistemaren babeskopia "
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Erabiltzaileen babeskopia"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Hautatu erabiltzailea eskuz"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11179,7 +11430,7 @@ msgstr ""
"\n"
"Babeskopien iturburua: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11187,7 +11438,7 @@ msgstr ""
"\n"
"- Sistema-fitxategiak:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11195,7 +11446,7 @@ msgstr ""
"\n"
"- Erabiltzaile-fitxategiak:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11203,7 +11454,7 @@ msgstr ""
"\n"
"- Bestelako fitxategiak:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11212,55 +11463,59 @@ msgstr ""
"\n"
"- Gorde disko gogorrean, bide-izen honetan: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
+"\n"
+"- Ezabatu disko zurrunetik tar fitxategiak babestu ondoren.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
+"\n"
+"- CD-ra erre"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
-msgstr ""
+msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2604
+#, c-format
msgid " on device: %s"
-msgstr "Sagu-gailua: %s\n"
+msgstr " gailuan: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
-msgstr ""
+msgstr " (saio-anitza)"
-#: ../../standalone/drakbackup_.c:2602
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2606
+#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Gorde FTPan, ostalari honetan: %s\n"
+"- Gorde Zintara gailu honetan: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
-msgstr ""
+msgstr "\t\tErase=%s"
-#: ../../standalone/drakbackup_.c:2606
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2610
+#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Gorde FTPan, ostalari honetan: %s\n"
+"- Gorde %s bitartez ostalari honetan: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11269,7 +11524,7 @@ msgstr ""
"\t\t erabiltzaile-izena: %s\n"
"\t\t bide-izena: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11277,19 +11532,19 @@ msgstr ""
"\n"
"- Aukerak:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tEz sartu sistema-fitxategiak\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBabeskopietan erabili tar eta bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tBabeskopietan erabili tar eta gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11298,41 +11553,39 @@ msgstr ""
"\n"
"- Daemon-ean (%s) sartzen da :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t Disko gogorra.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROMa.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
-msgstr ""
+msgstr "\t-Tape \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\tFTP bidezko sarea.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\tSSH bidezko sarea.\n"
-#: ../../standalone/drakbackup_.c:2623
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
-msgstr "\tFTP bidezko sarea.\n"
+msgstr "\t-Sarea rsync bitartez.\n"
-#: ../../standalone/drakbackup_.c:2624
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
-msgstr "\tFTP bidezko sarea.\n"
+msgstr "\t-Sarea webdav bitartez.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Ez dago konfiguraziorik, egin klik Morroian edo Aurreratuan.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11340,7 +11593,7 @@ msgstr ""
"Leheneratu beharreko datuen zerrenda:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11348,296 +11601,291 @@ msgstr ""
"Hondatutako datuen zerrenda:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Desautatu edo kendu hurrengo aldian."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Babeskopien fitxategiak hondatuta daude"
-#: ../../standalone/drakbackup_.c:2832
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
-msgstr " Hautatu dituzun datu guztiak "
+msgstr " Hautatu dituzun datu guztiak izan dira "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " behar bezala leheneratu dira hona: %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " leheneratzeko konfigurazioa "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "Ados, leheneratu beste fitxategiak"
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Leheneratzeko erabiltzaile-zerrenda (erabiltzaile bakoitzaren datu berrienak "
"bakarrik dira garrantzitsuak)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Kopiatu sistema-fitxategiak lehenago:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "aukeratu leheneratzeko data"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Erabili disko gogorra babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Adierazi gorde beharreko direktorioa:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP konexioa"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Konexio segurua"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Leheneratu disko gogorretik"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Adierazi zein direktoriotan dauden babeskopiak"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Hautatu beste euskarri bat leheneratzeko"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Beste euskarri bat"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Leheneratu sistema"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Leheneratu erabiltzaileak"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Leheneratu bestelakoak"
-#: ../../standalone/drakbackup_.c:3263
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
-msgstr "hautatu leheneratzeko bidea ( / ordez)"
+msgstr "hautatu leheneratzeko bidea (/ ordez)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Egin babeskopia berria leheneratu aurretik (inkrementaletan soilik.)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Kendu erabiltzaile-direktorioak leheneratu aurretik."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
+"Leheneratu Hautatutako\n"
+"Katalogo Sarrera"
-#: ../../standalone/drakbackup_.c:3392
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
-msgstr "Kendu hautatutakoak"
+msgstr ""
+"Leheneratu Hautatutako\n"
+"Fitxategiak"
-#: ../../standalone/drakbackup_.c:3409
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
-msgstr "Leheneratu bestelakoak"
+msgstr ""
+"Aldatu\n"
+"Leheneratze Bidea"
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:3479
+#, c-format
msgid "Backup files not found at %s."
-msgstr "Babestu %s %s.old bezala"
+msgstr "Babestu %s-n aurkitu ez diren fitxategiak."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
+"Sartu %s bolumen etiketa duen CDa\n"
+" muntaketa puntua /mnt/cdrom duen CD unitatean"
-#: ../../standalone/drakbackup_.c:3488
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
-msgstr "Leheneratu disko gogorretik"
+msgstr "Leheneratu CDtik"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
-msgstr ""
+msgstr "Ez da CD etiketa zuzena. Diskoak %s etiketa dauka."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
+"Sartu bolumen etiketa %s duen zinta\n"
+" %s zinta unitate gailuan"
-#: ../../standalone/drakbackup_.c:3500
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
-msgstr "Leheneratu partizio-taula"
+msgstr "Leheneratu Zintatik"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
-msgstr ""
+msgstr "Ez da zinta etiketa zuzena. Zinta %s etiketa dauka."
-#: ../../standalone/drakbackup_.c:3522
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
-msgstr "Leheneratu erabiltzaileak"
+msgstr "Leheneratu Sarearen Bitartez"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
-msgstr ""
+msgstr "Leheneratu Sareko Protokolo honen bitartez: %s"
-#: ../../standalone/drakbackup_.c:3523
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
-msgstr "Ostalari-izena"
+msgstr "Ostalari Izena"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
-msgstr ""
+msgstr "Ostalari Bide edo Modulua"
-#: ../../standalone/drakbackup_.c:3531
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
-msgstr "Pasahitza"
+msgstr "Pasahitza behar da"
-#: ../../standalone/drakbackup_.c:3537
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
-msgstr "Erabiltzaile-izena"
+msgstr "Erabiltzaile-izena behar da"
-#: ../../standalone/drakbackup_.c:3540
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
-msgstr "Ostalari-izena: "
+msgstr "Ostalari-izena behar da"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
-msgstr ""
+msgstr "Bidea edo Modulua behar da"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
-msgstr ""
+msgstr "Fitxategiak Leheneratuta..."
-#: ../../standalone/drakbackup_.c:3561
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
-msgstr "Leheneratu bestelakoak"
+msgstr "Leheneraketak Hutsegin du..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Leheneratu babeskopia guztiak."
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Leheneratze pertsonalizatua"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
-msgstr ""
+msgstr "CDa bere lekuan - jarraitu."
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
-msgstr ""
+msgstr "Nabigatu leheneratze repositorio berrira."
-#: ../../standalone/drakbackup_.c:3863
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
-msgstr "Leheneratu partizio-taula"
+msgstr "Leheneratu Katalogotik"
-#: ../../standalone/drakbackup_.c:3891
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
-msgstr "Leheneratu erabiltzaileak"
+msgstr "Leheneratze Aurrerapena"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Aurrekoa"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Gorde"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Egin babeskopia"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Leheneratu"
-#: ../../standalone/drakbackup_.c:4229
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-"Errorea posta bidaltzean\n"
-" berri emateko mezua ez da bidali\n"
-" Konfiguratu posta-bidalketa"
+"Errorea sendmail bitartez posta bidaltzean\n"
+" Berri emateko mezua ez da bidali\n"
+" Mesedez konfiguratu posta-bidalketa sendmail bitartez"
-#: ../../standalone/drakbackup_.c:4253
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
-msgstr "Ondorengo pakete hauek instalatuko dira"
+msgstr ""
+"Ondorengo paketeak instalatuta egon behar dira:\n"
+" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-"Errorea FTP bidez fitxategia bidaltzean.\n"
-" Zuzendu FTP konfigurazioa."
+"Okerra FTP bidez fitxategia bidaltzean.\n"
+" Mesedez zuzendu zure FTP konfigurazioa."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Hautatu leheneratzeko datuak..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Hautatu babeskopiaren euskarria..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Hautatu babeskopia egiteko datuak..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11645,60 +11893,59 @@ msgstr ""
"Ez da konfigurazio-fitxategirik aurkitu \n"
"egin klik Morroia-n edo Aurreratua-n."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Garatzen... itxaron."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Sistema-fitxategien babeskopia"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Erabiltzaile-fitxategien babeskopia"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Bestelako fitxategien babeskopia"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Guztizko progresioa"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "fitxategiak FTP bidez bidaltzen"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Fitxategiak bidaltzen..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Egin babeskopia konfigurazio-fitxategitik"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Ikusi babeskopiaren konfigurazioa"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Morroiaren konfigurazioa"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Konfigurazio aurreratua"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Egin babeskopia orain"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11731,16 +11978,16 @@ msgid ""
msgstr ""
"aukeren azalpena:\n"
"\n"
-" Urrats honetan, Drakbackup-en bidez aldatuko dituzu:\n"
+" Urrats honetan Drakbackup-ek hauek aldatzen utziko dizu:\n"
"\n"
" - Konprimitze-modua:\n"
" \n"
-" bzip2 konpresioa hautatuz, gzip-ekin baino hobeto\n"
+" bzip2 konpresioa hautatuz, gzip-ekin baino gehiago\n"
" konprimituko dituzu datuak (% 2-10 inguru).\n"
" Aukera hau ez da lehenespen gisa hautatzen konpresio-modu\n"
" honek denbora gehiago (% 1000 gehiago) hartzen duelako.\n"
" \n"
-" - Eguneratze-modua:\n"
+" - Eguneratze modua:\n"
"\n"
" Aukera honek babeskopia eguneratuko du, baina ez da\n"
" oso erabilgarria, eguneratu aurretik babeskopia\n"
@@ -11748,9 +11995,9 @@ msgstr ""
" \n"
" - .backupignore modua:\n"
"\n"
-" cvs-rekin bezala, Drakbackup-ek ezikusi egingo die\n"
-" .backupignore fitxategietako erreferentzia guztiei.\n"
-" ex: \n"
+" cvs-rekin bezala, Drakbackup-ek ezikusi egingo die direktorio\n"
+" bakoitzeko .backupignore fitxategietako erreferentzia guztiei.\n"
+" adib: \n"
" /*> cat .backupignore*/\n"
" *.o\n"
" *~\n"
@@ -11758,7 +12005,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11772,7 +12019,7 @@ msgstr ""
" myhostname edo mydomain ezarri behar duzu hemen: /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11847,8 +12094,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11875,41 +12121,46 @@ msgid ""
"\n"
"\n"
msgstr ""
-"leheneratze-azalpena:\n"
+"leheneratze azalpena:\n"
" \n"
-"Data berrienak soilik erabiliko dira, babeskopia inkrementalean\n"
-"beharrezkoa delako babeskopia zaharrak banan-banan ezabatzea.\n"
+"Gertueneko data soilik erabiliko da, babeskopia inkrementalarekin\n"
+"beharrezkoa delako babeskopia zaharrak banan-banan leheneratzea.\n"
"\n"
-"Erabiltzaile bat leheneratu nahi ez baduzu, desautatu haren \n"
-"kontrol-laukia.\n"
+"Beraz erabiltzaile bat leheneratu nahi ez baduzu, haren egiaztapen-"
+"laukietatik\n"
+"markak kendu.\n"
"\n"
"Bestela, hauetako bakarra hautatu ahal izango duzu\n"
"\n"
" - Babeskopia inkrementalak:\n"
"\n"
"\tBabeskopia-aukera ahaltsuena da. Aukera honen\n"
-"\tbidez, lehen aldian datu guztien babeskopia egin\n"
-"\tdaiteke, eta gero aldatuenak bakarrik.\n"
-"\tGero, leheneratze-urratsean, data jakin bateko\n"
-"\tdatuak leheneratu ahal izango dituzu.\n"
+"\tbidez, lehen aldian datu guztien babeskopia\n"
+"\tegiteko aukera ematen du, eta gero aldatutako\n"
+"\tdatuak bakarrik.\n"
+"\tBeraz, leheneratze-urratsean, data\n"
+"\tjakin bateko datuak leheneratu ahal izango\n"
+"\tdituzu.\n"
"\tAukera hau hautatuta ez baduzu, babeskopia zahar guztiak\n"
"\tezabatzen dira babeskopia bakoitzaren aurretik. \n"
"\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft, DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
+" eguneraketak 2002 MandrakeSoft Stew Benedict-ek <sbenedict\\@mandrakesoft."
+"com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11939,7 +12190,7 @@ msgstr ""
" jasoko zenuen; hala ez bada, idatzi hona: Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12015,7 +12266,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12033,7 +12284,7 @@ msgstr ""
"zerbitzarira bidali aurretik.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12055,7 +12306,7 @@ msgstr ""
"Garrantzizkoa da kontuz ibiltzea eta babeskopia-fitxategiak\n"
"eskuz ez aldatzea.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12147,18 +12398,30 @@ msgid ""
"\n"
"OPTIONS:\n"
msgstr ""
+"drakbug %s bertsioa\n"
+"Copyright (C) 2002 MandrakeSoft.\n"
+"Hau software askea da eta GNUren GPLk ezarritako baldintzapean banatu "
+"daiteke.\n"
+"\n"
+"erabilera: drakbug [AUKERAK] [PROGRAMA_IZENA]\n"
+"\n"
+"AUKERAK:\n"
#: ../../standalone/drakbug_.c:47
msgid " --help - print this help message.\n"
-msgstr ""
+msgstr " --help - laguntza mezu hau erakutsi.\n"
#: ../../standalone/drakbug_.c:48
msgid " --report - program should be one of mandrake tools\n"
msgstr ""
+" --report - programa mandrakeren tresnetako bat izan beharko "
+"litzateke\n"
#: ../../standalone/drakbug_.c:49
msgid " --incident - program should be one of mandrake tools\n"
msgstr ""
+" --incident - programa mandrakeren tresnetako bat izan beharko "
+"litzateke\n"
#: ../../standalone/drakbug_.c:64
msgid "Mandrake Bug Report Tool"
@@ -12173,8 +12436,8 @@ msgid "Synchronization tool"
msgstr "Sinkronizazio tresna"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Tresna Autonomoak"
@@ -12235,12 +12498,11 @@ msgid "Release: "
msgstr "Bertsioa: "
#: ../../standalone/drakbug_.c:115
-#, fuzzy
msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12249,25 +12511,24 @@ msgstr ""
"\n"
"\n"
"Akats txosten bat bidaltzeko, klikatu txosten botoia.\n"
-"Honek web nabigatzailearen leiho batean https://www.bugzilla.com\n"
+"Honek web nabigatzailearen leiho batean https://drakbug.mandrakesoft.com\n"
" zabalduko du, bertan bete beharreko inprimakia aurkituko duzu. Gainean \n"
"erakusten den informazioa zerbitzari hartara bidaliko da\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Txostena"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Instalatu gabe"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "Bugzilla morroira konektatzen ..."
-#: ../../standalone/drakbug_.c:190
-#, fuzzy
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "Ez dago nabigatzailerik! Instalatu bat mesedez"
@@ -12368,10 +12629,6 @@ msgstr "Morroia..."
msgid "Apply"
msgstr "Aplikatu"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Itxaron... Konfigurazioa aplikatzen"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Konektatuta"
@@ -12493,7 +12750,7 @@ msgstr "Modulu-izena"
msgid "Size"
msgstr "Tamaina"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12558,12 +12815,12 @@ msgstr "Irteera"
msgid "Build the disk"
msgstr "Sortu disketea"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Egiaztatu %s gailuak euskarria baduela"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12572,12 +12829,12 @@ msgstr ""
"Ez dago euskarririk edo idazketarako babestuta dago %s gailuan.\n"
"Sartu bat mesedez."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Ezin da bikoiztu: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13062,159 +13319,146 @@ msgstr ""
"\n"
"Egin klik 'Konfiguratu'n instalazio-morroia abiarazteko."
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "group"
-msgstr "Lantaldea"
+msgstr "taldea"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
-msgstr ""
+msgstr "bidea"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
-msgstr "%s partizioan"
+msgstr "baimenak"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "user"
msgstr "Erabiltzailea"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
-msgstr ""
+msgstr "Gora"
-#: ../../standalone/drakperm_.c:49
-#, fuzzy
+#: ../../standalone/drakperm_.c:50
msgid "delete"
-msgstr "Ezabatu"
+msgstr "ezabatu"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
-msgstr ""
+msgstr "editatu"
-#: ../../standalone/drakperm_.c:51
-#, fuzzy
+#: ../../standalone/drakperm_.c:52
msgid "Down"
-msgstr "Eginda"
+msgstr "Bera"
-#: ../../standalone/drakperm_.c:52
-#, fuzzy
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
-msgstr "Gehitu modulua"
+msgstr "Arau bat gehitu"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
-msgstr ""
+msgstr "hautatu ikusi/editatzeko fitxategia"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
+"Drakperm fitxategien ezaugarriak aldatzeko erabiltzen da, baimenak, jabeak, "
+"eta taldeak, hori msec bitartez egiten du.\n"
+"Jatorrizko arauak gainidatziko dituzte zure arau propioak editatu ditzakezu."
-#: ../../standalone/drakperm_.c:61
-#, fuzzy
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
-msgstr "Gehitu inprimagailu berria"
+msgstr "Gehitu arau berri bat amaieran"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
-msgstr ""
+msgstr "Editatu uneko araua"
-#: ../../standalone/drakperm_.c:63
-#, fuzzy
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
-msgstr "Desautatutako guztiak"
+msgstr "Igo hautatutako araua maila bat"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
-msgstr ""
+msgstr "Jaitsi hautatutako araua maila bat"
-#: ../../standalone/drakperm_.c:65
-#, fuzzy
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
-msgstr "Kendu hautatutakoak"
+msgstr "Ezabatu hautatutako araua"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
-msgstr ""
+msgstr "arakatu"
-#: ../../standalone/drakperm_.c:248
-#, fuzzy
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
-msgstr "Onartu erabiltzailea"
+msgstr "Uneko erabiltzailea"
-#: ../../standalone/drakperm_.c:253
-#, fuzzy
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
-msgstr "Bertsioa: %s\n"
+msgstr "Baimenak"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
-msgstr ""
+msgstr "Bidea"
-#: ../../standalone/drakperm_.c:255
-#, fuzzy
+#: ../../standalone/drakperm_.c:251
msgid "Property"
-msgstr "Ataka"
+msgstr "Propietatea"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
-msgstr ""
+msgstr "bit-likatsua"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
-msgstr ""
+msgstr "Set-UID"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
-msgstr ""
+msgstr "Set-GID"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
+"Direktorioentzako erabilia:\n"
+" direktorio edo fitxategiaren jabeak bakarrik direktorio honetan ezabatu "
+"dezake"
-#: ../../standalone/drakperm_.c:315
-#, fuzzy
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
-msgstr "Erabili auto-detekzioa"
+msgstr "Erabili jabearen id exekuziorako"
-#: ../../standalone/drakperm_.c:316
-#, fuzzy
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
-msgstr "Erabili auto-detekzioa"
+msgstr "Erabili taldearen id exekuziorako"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
-msgstr ""
+msgstr "Markatuta dagoenean, jabea eta taldea ez dira aldatuko"
-#: ../../standalone/drakperm_.c:322
-#, fuzzy
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
-msgstr "Splash hautaketa"
+msgstr "Bide hautaketa"
-#: ../../standalone/drakperm_.c:368
-#, fuzzy
+#: ../../standalone/drakperm_.c:364
msgid "user :"
-msgstr "Erabiltzailea"
+msgstr "Erabiltzailea :"
-#: ../../standalone/drakperm_.c:370
-#, fuzzy
+#: ../../standalone/drakperm_.c:366
msgid "group :"
-msgstr "Lantaldea"
+msgstr "taldea :"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
-msgstr "Ez da TB txartelik aurkitu!"
+msgstr "Ez da Soinu Txartelik aurkitu!"
-#: ../../standalone/draksound_.c:47
-#, fuzzy
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13225,149 +13469,155 @@ msgid ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-"Zure makinan ez da TB txartelik aurkitu. Ziurtatu Linux-ek onartzen duen "
-"Bideo/TB txartela ondo konektatuta dagoela.\n"
+"Zure makinan ez da Soinu Txartelik aurkitu. Ziurtatu Linux-ek onartzen duen "
+"Soinu Txartela ondo konektatuta dagoela.\n"
"\n"
"\n"
-"Gure hardware datubasea bisitatu dezakezu:\n"
+"Gure hardware datubasea bisitatu dezakezu hemen:\n"
"\n"
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:34
#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr "ondo ibili dadin ImageMagick paketea behar da"
+
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
-msgstr "abioko disketea sortu"
+msgstr "Lehenengo urratsaren sorrera"
-#: ../../standalone/draksplash_.c:77
-#, fuzzy
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
-msgstr "Bereizmena"
+msgstr "azken erresoluzioa"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
-#, fuzzy
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
-msgstr "Aukeratu fitxategi bat"
-
-#: ../../standalone/draksplash_.c:79
-#, fuzzy
-msgid "Theme name"
-msgstr "Konpartitze-izena"
+msgstr "aukeratu irudi fitxategia"
#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Instalazio-ondorengo konfigurazioa"
+msgid "Theme name"
+msgstr "Gaiaren izena"
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Irten"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "Arakatu"
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instalatu gaiak"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
-#, fuzzy
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
-msgstr "Ezin da Bootsplash aurreikuspena sortu"
-
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
+msgstr "Abiapen-irudia konfiguratu"
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
+"testu-laukiaren x koordenatua\n"
+"karaktere kopurutan"
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
+"testu-laukiaren y koordenatua\n"
+"karaktere kopurutan"
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
-msgstr ""
+msgid "text width"
+msgstr "testu zabalera"
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr ""
+msgid "text box height"
+msgstr "testu-lauki garaiera"
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
+"aurrerapen-barraren goi eta\n"
+"ezker ertzaren x koordenatua"
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
+"aurrerapen-barraren goi eta\n"
+"ezker ertzaren y koordenatua"
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
-msgstr ""
+msgid "the width of the progress bar"
+msgstr "aurrerapen-barraren zabalera"
#: ../../standalone/draksplash_.c:107
-msgid "the color of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:119
-#, fuzzy
-msgid "go back"
-msgstr "Atzera-begizta"
+msgid "the heigth of the progress bar"
+msgstr "aurrerapen-barraren garaiera"
-#: ../../standalone/draksplash_.c:120
-#, fuzzy
-msgid "preview"
-msgstr "gailua"
+#: ../../standalone/draksplash_.c:108
+msgid "the color of the progress bar"
+msgstr "aurrerapen-barraren kolorea"
#: ../../standalone/draksplash_.c:121
-#, fuzzy
-msgid "choose color"
-msgstr "Aukeratu monitorea"
+msgid "Preview"
+msgstr "aurreikusi"
+
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "gaia gorde"
#: ../../standalone/draksplash_.c:124
-#, fuzzy
+msgid "Choose color"
+msgstr "Aukeratu kolorea"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
-msgstr "Erakutsi gaia kontsolapean"
+msgstr "Erakutsi logoa Kontsolan"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
-msgstr ""
+msgstr "Egin kernel mezua isila jatorrian"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
-msgstr ""
+msgstr "Gai honek ez dauka oraindik abiapen-irudirik %s-n!"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
-msgstr ""
+msgstr "Abiapen-irudi gaia gordetzen..."
-#: ../../standalone/draksplash_.c:436
-#, fuzzy
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
-msgstr "Inprimagailu-modeloaren hautapena"
+msgstr "AurrearpenBarraren kolore aukeraketa"
-#: ../../standalone/draksplash_.c:454
-#, fuzzy
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
-msgstr "Inprimagailua/gailua aukeratu/adierazi behar duzu!"
+msgstr "Irudi fitxategi bat hautatu behar duzu lehenik!"
-#: ../../standalone/draksplash_.c:463
-#, fuzzy
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
-msgstr "Gailuak detektatzen..."
+msgstr "Aurreikuspena sortzen ..."
+
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Ezin da Bootsplash aurreikuspena sortu"
#: ../../standalone/drakxtv_.c:49
-#, fuzzy
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -13384,8 +13634,9 @@ msgstr ""
"XawTV ez dago instalatuta!\n"
"\n"
"\n"
-"TB txartela badaukazu baino DrakX-ek ez du detektatu (bttv modulurik ez\n"
-"\"/etc/modules\" kokapenean) edo xawtv ez du instalatu, mesedez bidali\n"
+"TB txartela badaukazu baino DrakX-ek ez badudu detektatu (bttv edo saa7134 "
+"modulurik ez\n"
+"\"/etc/modules\" kokapenean) ez eta xawtv instalatu ere, mesedez bidali\n"
"\"lspcidrake -v -f\"-ek sortzen duen irteera \"install\\@mandrakesoft.com\"\n"
"helbidera gai bezala \"undetected TV card\" jarrita.\n"
"\n"
@@ -13454,7 +13705,7 @@ msgstr "Argentina"
#: ../../standalone/drakxtv_.c:72
msgid "Australian Optus cable TV"
-msgstr ""
+msgstr "Australiako Optus kable TB"
#: ../../standalone/drakxtv_.c:107
msgid ""
@@ -13520,6 +13771,14 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"erabilera: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "erabilera: keyboarddrake [--expert] [keyboard]\n"
@@ -13548,11 +13807,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Ezin da bertsio-berritzea abiarazi!!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "Aldaketa egin da, baina, eragina izan dezan, saioa amaitu behar duzu"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13661,9 +13920,8 @@ msgid "Content of the file"
msgstr "Fitxategiaren edukia"
#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:391
-#, fuzzy
msgid "Mail alert"
-msgstr "Posta/SMSren abisua"
+msgstr "Posta alerta"
#: ../../standalone/logdrake_.c:267
#, c-format
@@ -13671,69 +13929,59 @@ msgid "please wait, parsing file: %s"
msgstr "itxaron, fitxategia analizatzen: %s"
#: ../../standalone/logdrake_.c:408
-#, fuzzy
msgid "Mail alert configuration"
-msgstr "Posta/SMSren abisuaren konfigurazioa"
+msgstr "Posta alerta konfigurazioa"
#: ../../standalone/logdrake_.c:409
-#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-"Ongi etorri Posta/SMS konfiguratzeko utilitatera.\n"
+"Ongi etorri posta konfiguratzeko utilitatera.\n"
"\n"
-"Hemen zure abisu-sistema konfiguratu ahal izango duzu.\n"
+"Hemen zure alerta sistema ezarri ahal izango duzu.\n"
#: ../../standalone/logdrake_.c:416
msgid "Apache World Wide Web Server"
-msgstr ""
+msgstr "Apache World Wide Web Zerbitzaria"
#: ../../standalone/logdrake_.c:417
-#, fuzzy
msgid "Domain Name Resolver"
-msgstr "Domeinu-izena:"
+msgstr "Domeinuko Izen Ebazlea"
#: ../../standalone/logdrake_.c:418
-#, fuzzy
msgid "Ftp Server"
-msgstr "Gelditu Zerbitzaria"
+msgstr "Ftp Zerbitzaria"
#: ../../standalone/logdrake_.c:419
-#, fuzzy
msgid "Postfix Mail Server"
-msgstr "Postfix posta-zerbitzaria, Inn berri-zerbitzaria"
+msgstr "Postfix Posta Zerbitzaria"
#: ../../standalone/logdrake_.c:420
-#, fuzzy
msgid "Samba Server"
-msgstr "Abiatu Zerbitzaria"
+msgstr "Samba Zerbitzaria"
#: ../../standalone/logdrake_.c:421
-#, fuzzy
msgid "SSH Server"
-msgstr "NIS zerbitzaria"
+msgstr "SSH Zerbitzaria"
#: ../../standalone/logdrake_.c:422
-#, fuzzy
msgid "Webmin Service"
-msgstr "Zerbitzuak"
+msgstr "Webmin Zerbitzua"
#: ../../standalone/logdrake_.c:423
-#, fuzzy
msgid "Xinetd Service"
-msgstr "Inprimagailu-zerbitzaria"
+msgstr "Xinetd Zerbitzua"
#: ../../standalone/logdrake_.c:430
msgid "service setting"
msgstr "zerbitzuaren ezarpena"
#: ../../standalone/logdrake_.c:431
-#, fuzzy
msgid ""
"You will receive an alert if one of the selected services is no more running"
-msgstr "Hautatutako zerbitzuetakoren bat martxan ez badago, abisua jasoko duzu"
+msgstr "Alerta jasoko duzu hautatutako zerbitzuetakoren bat gelditzen bada"
#: ../../standalone/logdrake_.c:443
msgid "load setting"
@@ -13748,9 +13996,8 @@ msgid "alert configuration"
msgstr "abisu-konfigurazioa"
#: ../../standalone/logdrake_.c:458
-#, fuzzy
msgid "Please enter your email address below "
-msgstr "Sartu pasahitza"
+msgstr "Mesedez sartu zure posta-e helbidea azpian "
#: ../../standalone/logdrake_.c:497
msgid "Save as.."
@@ -13780,17 +14027,17 @@ msgstr "Probatu atakak"
#: ../../standalone/scannerdrake_.c:81
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr ""
+msgstr "Mandrake Linux bertsio honek ez du %s onartzen."
#: ../../standalone/scannerdrake_.c:56
-#, fuzzy, c-format
+#, c-format
msgid "%s found on %s, configure it?"
-msgstr "%s aurkitu da hemen: %s. Konfiguratu nahi duzu ?"
+msgstr "%s aurkitu da %s-n, konfiguratu?"
#: ../../standalone/scannerdrake_.c:59
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
-msgstr ""
+msgstr "%s ez dago eskaner datubasean, eskuz konfiguratu?"
#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
@@ -13836,16 +14083,14 @@ msgstr ""
"Dokumentuak eskaneatu ditzakezu orain aplikazio menuan Multimedia/Grafikoak "
"barruan \"XSane\" erabiliz."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Zenbait gailu \"%s\" hardware motan ezabatu egin dira:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
"\n"
"%s motako zenbait gailu gehitu dira:\n"
@@ -13922,7 +14167,7 @@ msgstr "Instalatu sistema-eguneratzeak"
msgid "Exit install"
msgstr "Irten instalaziotik"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13976,7 +14221,7 @@ msgstr "Audio tresnak: mp3 edo midi erreproduzigailuak, nahastaileak, etab."
#: ../../share/compssUsers:999
msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgstr "Linux Standard Base. Beste batzuren aplikazioen euskarria"
#: ../../share/compssUsers:999
msgid "Books and Howto's on Linux and Free Software"
@@ -14138,7 +14383,7 @@ msgstr "Hainbat protokolotako bezeroak, ssh-renak barne"
#: ../../share/compssUsers:999
msgid "LSB"
-msgstr ""
+msgstr "LSB"
#: ../../share/compssUsers:999
msgid "Internet gateway"
@@ -14172,8 +14417,57 @@ msgstr "Multimedia - CD grabatzea"
msgid "Scientific Workstation"
msgstr "Lan-estazio zientifikoa"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "Ezin da Bootsplash aurreikuspena sortu"
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "Akats txosten bat bidaltzeko, klikatu txosten botoia.\n"
+#~ "Honek web nabigatzailearen leiho batean https://www.bugzilla.com\n"
+#~ " zabalduko du, bertan bete beharreko inprimakia aurkituko duzu. Gainean \n"
+#~ "erakusten den informazioa zerbitzari hartara bidaliko da\n"
+#~ "\n"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "2. urratsa, abiapen-irudia sortu"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "joan lilo-irudi konfiguraziora"
+
+#~ msgid "Go back"
+#~ msgstr "itzuli"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr ""
+#~ "Ez dago OSS/ALSA gidari alternatibo ezagunik zure soinu txartelarentzako "
+#~ "(%s)"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy-ak ftp://... izan behar du"
+
+#~ msgid "Keys in place already"
+#~ msgstr "Giltzak dagoeneko bere tokian"
+
+#~ msgid "quit"
+#~ msgstr "Irten"
+
+#~ msgid ""
+#~ "\n"
+#~ "Some devices in the %s class were added:\n"
+#~ msgstr ""
+#~ "\n"
+#~ "%s motako zenbait gailu gehitu dira:\n"
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
@@ -14447,17 +14741,6 @@ msgstr "Lan-estazio zientifikoa"
#~ "honelako konturik entzun ez baduzu, ziur aski ez zara\n"
#~ "inorekin sinkronizatuta egongo."
-#~ msgid ""
-#~ "Configuration complete. May we write these changes to disk?\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ msgstr ""
-#~ "Konfigurazioa osatu da. Diskoan idatziko ditugu aldaketak?\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-
#~ msgid "Can't open %s for writing: %s\n"
#~ msgstr "Ezin da %s idazteko ireki: %s\n"
@@ -14774,21 +15057,6 @@ msgstr "Lan-estazio zientifikoa"
#~ msgid "Package List to Install"
#~ msgstr "Instalatu beharreko pakete-zerrenda"
-#~ msgid "proftpd"
-#~ msgstr "proftpd"
-
-#~ msgid "sshd"
-#~ msgstr "sshd"
-
-#~ msgid "webmin"
-#~ msgstr "webmin"
-
-#~ msgid "xinetd"
-#~ msgstr "xinetd"
-
-#~ msgid "Setting security level"
-#~ msgstr "Segurtasun-maila ezartzen"
-
#~ msgid "Select a graphics card"
#~ msgstr "Hautatu txartel grafiko bat"
@@ -14897,6 +15165,3 @@ msgstr "Lan-estazio zientifikoa"
#~ msgid "Setting security user"
#~ msgstr "Segurtasun erabiltzailea ezartzen"
-
-#~ msgid "Setting security options"
-#~ msgstr "Segurtasun aukerak ezartzen"
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
index 860c7f2c1..7d2edd56b 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\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-12-17 23:18EET\n"
"Last-Translator: Matias Griese <mahagr@utu.fi>\n"
"Language-Team: Finnish\n"
@@ -90,24 +90,24 @@ msgstr "Aseta kaikki nไyt๖t erikseen"
msgid "Use Xinerama extension"
msgstr "Kไytไ Xinerama-laajennusta"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Mไไrittele vain kortin \"%s\" (%s) asetukset"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s laitteistokiihdytetyllไ 3D-tuella"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,18 +117,18 @@ msgstr ""
"ssa.\n"
"Korttisi on tuettu my๖s XFree %s:ssa, jossa on mahdollisesti parempi 2D-tuki."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Nไyt๖nohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit XFree %s:ssa."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s KOKEELLISELLA laitteistokiihdytetyllไ 3D-tuella"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -140,7 +140,7 @@ msgstr ""
"HUOMAA, ETTฤ TUKI ON KOKEELLINEN JA VOI JUMITTAA TIETOKONEESI.Korttisi on "
"tuettu my๖s XFree %s:ssa, jossa on mahdollisesti parempi 2D-tuki."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,12 +149,12 @@ msgstr ""
"Nไyt๖nohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit XFree %s:ssa.\n"
"HUOMAA, ETTฤ TUKI ON KOKEELLINEN JA VOI JUMITTAA TIETOKONEESI."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (nไyt๖nohjaimen ajurin asennus)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Mukautettu"
@@ -175,32 +175,32 @@ msgstr "Resoluutio"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Optiot"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ok"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Lopeta"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -298,25 +298,25 @@ msgstr "Valitse resoluutio ja vไrisyvyys"
msgid "Graphics card: %s"
msgstr "Nไyt๖nohjain: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Peruuta"
@@ -393,11 +393,11 @@ msgstr "XFree86 palvelin: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 ajurit: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "Kไynnistettไessไ X:ไไ"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -406,7 +406,7 @@ msgstr ""
"X voidaan laittaa kไynnistymไไn automaattisesti kไynnistyksen yhteydessไ.\n"
"Haluatko kไynnistไไ X:n automaattisesti?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -418,7 +418,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Minkไlainen ISND-yhteytesi on?"
@@ -491,7 +491,7 @@ msgstr "Tiivis"
msgid "compact"
msgstr "tiivis"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Nไytt๖tila"
@@ -499,17 +499,17 @@ msgstr "Nไytt๖tila"
msgid "Delay before booting default image"
msgstr "Tauko ennen oletusjไrjestelmไn kไynnistystไ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Salasana"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Salasana (uudelleen)"
@@ -544,14 +544,14 @@ msgid ""
msgstr ""
"Asetus ``Rajoita komentorivioptioita'' ei ole hy๖dyllinen ilman salasanaa"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Yritไ uudelleen"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Salasanat poikkeavat toisistaan"
@@ -588,7 +588,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -596,155 +596,155 @@ msgstr ""
"Tไssไ ovat asetustietueet.\n"
"Voit lisไtไ uusia tai muuttaa olemassaolevia."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Lisไไ"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Valmis"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Muokkaa"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Minkไ tyyppisen tietueen haluat lisไtไ"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Muu kไytt๖jไrjestelmไ (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Muu kไytt๖jไrjestelmไ (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Muu kไytt๖jไrjestelmไ (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Kuva"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Juuri"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Liitไ"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Luku-kirjoitus"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Taulukko"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Turvaton"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Otsikko"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Oletus"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd:n koko"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "Ei Nไytt๖ไ"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Poista tietue"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Tyhjไไ otsikkoa ei sallita"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Sinun tไytyy mไไritellไ ydin"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Sinulla tไytyy mไไritellไ juuriosio"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Otsikko on jo kไyt๖ssไ"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "L๖ysin %s %s liitไnnไt"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Onko sinulla muita?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Onko koneessa %s liityntไไ?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Kyllไ"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Asetan ajuria %s ohjaimelle %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(moduli %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -755,17 +755,17 @@ msgstr ""
"Asetukset ovat muotoa ``nimi=arvo nimi2=arvo2 ...''.\n"
"Esimerkiksi, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Moduulin optiot:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Mitไ %s-ajuria kokeillaan?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -781,15 +781,15 @@ 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:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Automaattihaku"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Lisไasetukset"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -798,65 +798,65 @@ msgstr ""
"Modulin %s lataaminen epไonnistui.\n"
"Haluatko yrittไไ muilla asetuksilla?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "oikeudet X-ohjelmille"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "oikeudet rpm-ty๖kaluihin"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "salli \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "oikeudet yllไpidollisiin tiedostoihin"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "oikeudet rpm-ty๖kaluihin"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "oikeudet rpm-ty๖kaluihin"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(lisไtty jo %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Salasana on liian yksinkertainen"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Anna kไyttไjไtunnus"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
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 `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Kไyttไjไtunnus on jo lisไtty"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Kไyttไjไtunnus on jo lisไtty"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Lisไไ kไyttไjไ"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -865,32 +865,32 @@ msgstr ""
"Lisไไ kไyttไjไ\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Hyvไksy kไyttไjไ"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Oikea nimi"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Kไyttไjไtunnus"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Komentotulkki"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Kuvake"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Automaattinen kirjautuminen"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -899,55 +899,55 @@ msgstr ""
"tietokoneellesi.\n"
"Haluatko kไyttไไ tไtไ ominaisuutta?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Valitse oletuskไyttไjไ:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Valitse kไytettไvไ ikkunointijไrjestelmไ:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Valitse kไytettไvไ kieli."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Voit valita kielet jotka ovat kไytettไvissไ asennuksen jไlkeen"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Kaikki"
# Asennuksen sivuvalikko
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Salli kaikille kไyttไjille"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Ei jaettu"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paketti %s pitไไ asentaa. Haluatko asentaa sen?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Voit jakaa sekไ NFS:llไ ettไ Samballa. Kumpaa haluat kไyttไไ"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Pakollinen paketti %s puuttuu"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -956,42 +956,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Tervetuloa murtautujat"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Huono"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standardi"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Korkea"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Korkea"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoidi"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1003,14 +1003,14 @@ msgstr ""
"koneisiin\n"
"tai Internettiin. Koneessa ei ole salasanoja."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
"Salasanat ovat nyt kไyt๖ssไ mutta koneen kไytt๖ verkossa ei ole suositeltua."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1020,13 +1020,13 @@ msgstr ""
"kไytetไไn Internettiin liitettynไ. Jไrjestelmไssไ on "
"turvallisuustarkastuksia."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1040,7 +1040,7 @@ msgstr ""
"Jไrjestelmไไ voidaan kไyttไไ palvelimena joka hyvไksyy yhteyksiไ monilta\n"
"asiakkailta. "
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1048,36 +1048,36 @@ msgstr ""
"Pohjautuu edelliseen tasoon, mutta jไrjestelmไ on kokonaan suljettu.\n"
"Turvallisuusasetukset ovat tiukimmillaan."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Optiot"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Valitse turvataso"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Turvataso"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Kไytไ libsafea palvelimille"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Kirjasto joka suojelee puskurin ylivuoto ja merkkijonon muotovirhehykkไyksiไ "
"vastaan."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1090,7 +1090,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1115,7 +1115,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Tervetuloa GRUB k~^Dytt~^Tj~^Drjestelm~^Dnvalitsijaan!"
@@ -1129,7 +1129,7 @@ msgstr "Tervetuloa GRUB k~^Dytt~^Tj~^Drjestelm~^Dnvalitsijaan!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Kayt~^D %c- ja %c-napp~^Dimi~^D valitaksesi korostetun tietueen"
@@ -1144,7 +1144,7 @@ msgstr "Kayt~^D %c- ja %c-napp~^Dimi~^D valitaksesi korostetun tietueen"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
"Paina enter kaynnist~^D~^Dksesi valitun kaytt”j„rjestelm„n, 'e' muokataksesi"
@@ -1159,7 +1159,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "komennot ennen k„ynnistyst„, tai 'c' komentoriville"
@@ -1173,33 +1173,33 @@ msgstr "komennot ennen k„ynnistyst„, tai 'c' komentoriville"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Korostettu tietue k„ynnistet„„n automaattisesti %d sekunnissa."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "ei tarpeeksi tilaa /boot-hakemistossa"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Ty๖p๖ytไ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Kไynnistysvalikko"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Et voi asentaa kไytt๖jไrjestelmไn lataajaa partitiolle %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "ohjeita ei ole vielไ olemassa.\n"
@@ -1252,106 +1252,106 @@ msgid "Yaboot mode"
msgstr "Yaboot-tila"
# Asennuksen sivuvalikko
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Asenna jไrjestelmไ"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Luo uusi osio"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Virhe"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Kopioidaan %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "Ei Nไytt๖ไ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Asennuksen luokka"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1360,22 +1360,22 @@ msgstr ""
"Tไllไ hetkellไ kไyt๖ssไ oleva jไrjestelmไlataaja on %s.\n"
"Valitse Aseta kไynnistไไksesi asennusohjelman."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Mไไrittele"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Yksittไisten pakettien valinta"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1384,44 +1384,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Jไrjestelmไn tila"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Kไytไ X-Window-jไrjestelmไไ"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Ei, en halua autologinia"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Kyllไ, haluan autologinin (kไyttไjไ, ympไrist๖)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Ok"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ei voi lukea tiedostoa /etc/inittab: %s"
@@ -1518,54 +1518,62 @@ msgstr "Itไvalta"
msgid "United States"
msgstr "Yhdysvallat"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "uusi"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Irroita"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Liitไ"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Palvelin"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Liitospaikka"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Valitse kirjoittavan CD-aseman nopeus"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "Web-osoitteen tulee alkaa etuliitteellไ 'http:'"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Palvelin"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Liitospaikka: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Optiot: %s"
@@ -1655,7 +1663,7 @@ msgstr "Tyhjไ"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Muut"
@@ -1798,7 +1806,7 @@ msgstr ""
"Osiotaulun varmuuskopio ei ole saman kokoinen\n"
"Jatka silti?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Varoitus"
@@ -2358,7 +2366,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Kไyttไjไtunnus"
@@ -2372,23 +2380,23 @@ msgstr "NIS-alue"
msgid "Search servers"
msgstr "Hae palvelimet"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s:n alustus %s:ta epไonnistui"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "en osaa alustaa %s:ไไ tyyppiไ %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "virhe irroitettaessa %s: %s"
@@ -2475,47 +2483,110 @@ msgstr "Ei mitไไn tekemistไ"
msgid "Error opening %s for writing: %s"
msgstr "Virhe kirjoitettaessa tiedostoon %s: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Asetusty๖kalut"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Ajurit"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Apua"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Odota hetki... Otetaan asetukset kไytt๖๖n"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Odota hetki"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "Tuntematon malli"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2642,7 +2713,8 @@ msgid "/_Quit"
msgstr "Lopeta"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Ohje"
@@ -2662,77 +2734,78 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Ohje/_Tietoja..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Automaattihaku"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Kiintolevyjen tunnistus"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Katso laitteistotietoja"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Nไytไ tiedot"
# Asennuksen sivuvalikko
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Hiiren mไไrittely"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "l๖ydetty portista %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Odota hetki"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Poistetaan tulostin \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekuntia"
@@ -4222,7 +4295,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Sinun tไytyy my๖s alustaa %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4247,7 +4320,7 @@ msgstr ""
"\n"
"Haluatko todella asentaa nไmไ palvelimet?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4256,20 +4329,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Aseta tyhjไ FAT-alustettu levyke levyasemaan %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Tไmไ levyke ei ole FAT-alustettu"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4277,12 +4350,12 @@ msgstr ""
"Kไyttไไksesi tไtไ \"tallennetut paketit\" valintaa, kไynnistไ asennus "
"optiolla \"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Virhe lukiessa tiedostoa %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4527,7 +4600,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Tervetuloa %s:n"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Ei levykeasemaa kไytettไvissไ"
@@ -4558,11 +4631,11 @@ msgstr "Asennusluokka"
msgid "Please choose one of the following classes of installation:"
msgstr "Valitse yksi seuraavista asennusluokista:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Pakettiryhmien valinta"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Yksittไisten pakettien valinta"
@@ -4641,7 +4714,7 @@ msgstr "Nไytไ automaattisesti valitut paketit"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Asenna"
@@ -4662,7 +4735,7 @@ msgstr "Minimaalinen asennus"
msgid "Choose the packages you want to install"
msgstr "Valitse asennettavat paketit"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Asennan"
@@ -4689,17 +4762,17 @@ msgid "Installing package %s"
msgstr "Asennan pakettia %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Hyvไksy"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Hylkไไ"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4715,16 +4788,16 @@ msgstr ""
"levyltไ."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Jatka kuitenkin?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Tapahtu virhe jไrjestettไessไ paketteja:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Tapahtu virhe asennettaessa paketteja:"
@@ -4851,7 +4924,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4929,7 +5002,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Nไppไimist๖"
@@ -5138,11 +5211,11 @@ msgstr "Aseta levyke, jossa on pakettien valinta"
msgid "Selected size is larger than available space"
msgstr "Valittu koko on suurempi kuin olemassa oleva levytila"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Asennuksen tyyppi"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5150,19 +5223,19 @@ msgstr ""
"Et ole valinnut yhtไkไไn pakettiryhmไไ\n"
"Valitse haluamasti minimaalinen asennus"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "X:llไ"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Perusdokumentaation kanssa (suositeltu!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Pienin mahdollinen asennus (erityisesti ei urpmia)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5172,16 +5245,16 @@ msgstr ""
"Jos sinulla ei ole mitไไn levyistไ, paina Peruuta.\n"
"Jos jotkut levyistไ puuttuvat, poista niiden valinnat, ja paina OK."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom nimeltไไn \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Valmistelen asennusta"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5190,22 +5263,22 @@ msgstr ""
"Asennan pakettia %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Asennuksen jไlkeiset toiminnot"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Aseta kไyttไmไsi kไynnistyslevyke asemaan %s"
# mat
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Aseta moduulien pไivityslevyke asemaan %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5281,7 +5354,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
#, fuzzy
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -5301,161 +5374,161 @@ msgstr ""
"\n"
"Haluatko asentaa pไivitykset ?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Otan yhteyttไ Mandrake Linuxin sivustolle saadakseni listan olemassaolevista "
"peileistไ"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Valitse peilijไrjestelmไ josta paketit haetaan"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
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:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Mikไ on jไrjestelmไsi aikavy๖hyke?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Laitteistokello asetettu GMT-aikaan"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automaattinen kellon synkronisointi (kไyttไen NTP:tไ)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP-palvelin"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Ulkoinen CUPS-palvelin"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Ei kirjoitinta"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Onko sinulla muita?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Johtopไไt๖s"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Hiiri"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Aikavy๖hyke"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Kirjoitin"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN-kortti"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "ฤไnikortti"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV-kortti"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Hae Windowsin kirjasimet"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Paikalliset tiedostot"
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Yllไpitไjไn salasana"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Ei salasanaa"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Salasana on liian yksinkertainen (sen tulee olla ainakin %d merkkiไ pitkไ)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Tunnistustapa"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Tunnistus LDAPilla"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP perus-dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP-palvelin"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Tunnistus NIS:llไ"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS-alue"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS-palvelin"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5471,21 +5544,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Tunnistus LDAPilla"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Verkkoalueen nimi"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5512,19 +5585,19 @@ msgstr ""
"Jos haluat luoda kไynnistyslevykkeen jไrjestelmไไsi, aseta levyke\n"
"ensimmไiseen asemaan ja paina \"Ok\","
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Ensimmไinen levyasema"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Toinen levyasema"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Ohita"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5549,7 +5622,7 @@ msgstr ""
"Haluatko luoda kไynnistyslevykkeen jไrjestelmไไsi?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5558,28 +5631,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Levyajuria ei ole saatavilla"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Aseta levyke asemaan %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Luon kไynnistyslevykettไ"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Valmistelen kไytt๖jไrjestelmไn lataajaa"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5591,11 +5664,11 @@ msgstr ""
"Asennus jatkuu, mutta sinun tไytyy kไyttไไ BootX:ไไ\n"
"koneesi kไynnistไmiseen"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Haluatko kไyttไไ aboot:ia?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5604,15 +5677,15 @@ msgstr ""
"yritไ pakkoasennusta vaikka se tuhoaa ensimmไisen osion?"
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Asennan kไytt๖jไrjestelmไn lataajaa"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Jไrjestelmไlataajan asennus epไonnistu. Seuraava virhe tapahtui:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5632,17 +5705,17 @@ msgstr ""
"komentokehoite."
# mat
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Aseta tyhjไ levyke levyasemaan %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Valmistelen automaattiasennuslevykettไ"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5652,7 +5725,7 @@ msgstr ""
"\n"
"Haluatko todella lopettaa?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5685,15 +5758,15 @@ msgstr ""
"Jไrjestelmไn asettamisesta saat tietoja virallisen Linux Mandraken\n"
"kไyttไjไoppaan jไlkiasennuskappaleesta."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Valmistelen automaattista asennuslevykettไ"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5707,15 +5780,15 @@ msgstr ""
"\n"
"Ehkไ haluat mieluummin toistaa asennuksen.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automaattinen"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Toista"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Yksittไisten pakettien valinta"
@@ -5751,14 +5824,14 @@ msgstr "Lisไasetukset"
msgid "Basic"
msgstr "Perusasetukset"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Edellinen"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Seuraava"
@@ -6209,7 +6282,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Rengasmaisia liitoksia %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Poista loogiset osiot ensin\n"
@@ -6348,15 +6421,15 @@ msgstr "ei mikไไn"
msgid "No mouse"
msgstr "Ei hiirtไ"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Testaa hiiri"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Aktivoidaksesi hiiren,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "PYึRITฤ HIIREN RULLAA!"
@@ -6393,11 +6466,11 @@ msgstr "Sulje puu"
msgid "Toggle between flat and group sorted"
msgstr "Vaihda tasaisen ja ryhmไjไrjestyksen vไlillไ"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Ota yhteys internettiin"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6407,23 +6480,19 @@ msgstr ""
"Jotkin yhteydet kไyttไvไt pptp:tไ, muutamat dhcp:tไ.\n"
"Jos et tiedไ, mitไ valita, valitse 'kไytไ pppoe:a'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "kไytไ dhpc:tไ"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "kไytไ pppoe:a"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "kไytไ pptp:tไ"
@@ -6524,7 +6593,7 @@ msgstr "Valitse mitไ verkkokorteista haluat kไyttไไ internetiin liittymiseen"
msgid "no network card found"
msgstr "verkkokorttia ei l๖ytynyt"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Asetan verkkoa"
@@ -6540,15 +6609,15 @@ msgstr ""
"Koneesi nimen pitไisi olla tไysin laillinen nimi, kuten\n"
"\" minunkone.omapaikka.net\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Koneen nimi"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Verkkoasetusten velho"
@@ -6595,8 +6664,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Vanha kokoonpano (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN:n asetus"
@@ -6632,23 +6701,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Mitไ protokollaa haluat kไyttไไ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Millainen kortti sinulla on?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "En tiedไ"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6661,19 +6735,19 @@ msgstr ""
"\n"
"Jos sinulla on PCMIA-kortti sinun tไytyy tietไไ korttisi IRQ ja IO.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Hylkไไ"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Jatka"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Mikไ ISDN-kortti sinulla on?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6681,7 +6755,7 @@ msgstr ""
"Olen havainnut ISDN PCI-kortin, mutta en tunnista tyyppiไ. Valitseyksi "
"seuraavassa ruudussa olevista korteista."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "ISDN PCI-korttia ei l๖ydetty. Valitse yksi seuraavasta ruudusta."
@@ -6733,7 +6807,7 @@ msgstr "Ensimmไinen nimipalvelin (ei pakollinen)"
msgid "Second DNS Server (optional)"
msgstr "Toinen nimipalvelin (ei pakollinen)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6741,7 +6815,7 @@ msgstr ""
"\n"
"Voit joko katkaista yhteyden tai asettaa sen uudelleen."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6749,11 +6823,11 @@ msgstr ""
"\n"
"Voit asettaa yhteytesi uudelleen."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Olet parasta aikaa yhteydessไ internettiin."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6761,33 +6835,33 @@ msgstr ""
"\n"
"Voit joko ottaa yhteyden internettiin tai asettaa yhteyden uudelleen."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Et ole juuri nyt yhteydessไ internettiin."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Ota yhteys"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Katkaise yhteys"
# Asennuksen sivuvalikko
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Aseta verkkoyhteys"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internetyhteyden muodostus ja asetukset"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Asetamme seuraavaksi %s-yhteyden."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6806,12 +6880,12 @@ msgstr ""
"\n"
"Paina Ok jatkaaksesi."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Verkon asetukset"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6823,7 +6897,7 @@ msgstr ""
"Paina Ok sไilyttไไksesi nykyiset asetukset tai peruuta asettaaksesi "
"internet- ja verkkoasetukset uudelleen.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6835,72 +6909,72 @@ msgstr ""
"Seuraavassa vaiheessa mไไritellไไn sinun internet- / verkkoasetukset.\n"
"Jos et halua kไyttไไ automaattista tunnistusta, poista kyseinen valinta.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Valitse uusi asetusprofiili"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Kไytไ automaattista tunnistusta"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Asiantuntijatila"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Etsin laitteita...."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Tavallinen modeemiyhteys"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "l๖ydetty portista %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN-yhteys"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "l๖ydetty %s:sta"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL-yhteys"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "l๖ydetty seuraavasta liitไnnไstไ: %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kaapeliyhteys"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Kaapeliyhteys havaittu"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Lไhiverkko"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "seuraavat ethernet-verkkokortit l๖ydetty"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Valitse yhteys, jonka haluat asettaa"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -6910,23 +6984,23 @@ msgstr ""
"Valitse se, jota haluat kไyttไไ.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internetyhteys"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Haluatko ottaa yhteyden koneen kไynnistyksen yhteydessไ?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Verkon asetukset"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Verkko pitไไ kไynnistไไ uudelleen"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6937,7 +7011,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6947,7 +7021,7 @@ msgstr ""
"\n"
"Asetukset tulevat kไytt๖๖n my๖s itse jไrjestelmไssไ.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6955,7 +7029,7 @@ msgstr ""
"Kun tไmไ on tehty, suosittelemme kไynnistไmไไn X-ympไrist๖n\n"
"uudelleen vไlttไไksesi jไrjestelmไn nimen vaihdoksesta tulevat ongelmat."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -6965,7 +7039,7 @@ msgstr ""
"Testaa yhteytesi net_monitor- tai mcc-ty๖kalulla. Jos yhteytesi ei toimi, "
"voit kไynnistไไ asetusty๖kalun uudelleen"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6976,7 +7050,7 @@ msgstr ""
"Hyvไksy, jos haluat pitไไ laitteen asetukset sellaisina, kun ne olivat.\n"
"Alla olevien kohtien muokkaaminen korvaa voimassa olevat asetukset."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6985,43 +7059,43 @@ msgstr ""
"Anna koneen IP-asetukset. Kukin kohta tulee sy๖ttไไ IP-osoitteena,\n"
"pisteillไ eroteltuna nelinumeroisena lukuna (esim. 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Asetan verkkolaitetta %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (ajuri %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP-osoite"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Verkkopeite"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automaattinen IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Kไynnistetty koneen kไynnistไmisen yhteydessไ"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-osoitteen tullee olla muotoa 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7032,42 +7106,53 @@ msgstr ""
"Koneesi nimen pitไisi olla tไydellinen, kuten ``minunkone.yritys.fi''.\n"
"Voit antaa my๖s yhdyskไytไvไn IP-osoitteen jos sinulla on sellainen."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Nimipalvelin"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Yhdyskไytไvไ (esim. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Yhdyskไytไvไn laite"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP-osoitteen tullee olla muotoa 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP-osoitteen tullee olla muotoa 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Proxyjen asettaminen"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP-vไlityspalvelin:"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP-vไlityspalvelin:"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Selvitไ verkkokortti-id (hy๖dyllistไ sylimikroille)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Vไlityspalvelimen tulee olla muotoa http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Vไlityspalvelimen tulee olla muotoa ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Web-osoitteen tulee alkaa etuliitteellไ 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8457,7 +8542,7 @@ msgstr "Tulostus kไynnissไ tulostimella \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8948,11 +9033,6 @@ msgstr ""
"Tไytไ ftp-proxyn tiedot\n"
"Jไtไ kohta tyhjไksi, jos et haluat ftp-proxyไ"
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Web-osoitteen tulee alkaa etuliitteellไ 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9000,6 +9080,43 @@ msgstr "mkraid epไonnistui (ehkไ raid-ty๖kalut puuttuvat?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ei riittไvไsti osioita RAID tasolle %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Turvataso"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Turvataso"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Etไhallinta"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Oletus)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Asetan turvatasoa"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Valmistelen asennusta"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Kไynnistไ ALSA (Advanced Linux Sound Architecture) ไไnijไrjestelmไ"
@@ -9304,7 +9421,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Tiedostojen jako"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Jไrjestelmไ"
@@ -9394,7 +9511,7 @@ msgstr "Ota yhteys internettiin"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9439,7 +9556,7 @@ msgstr "Kไytt๖liittymไt"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9464,7 +9581,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9480,7 +9597,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9495,7 +9612,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9544,8 +9661,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9581,11 +9698,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Asennan paketteja..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Kirjaudu ulos ja kirjoita sitten Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Kirjaudu uudelleen %s:een aktivoidaksesi muutokset"
@@ -9633,16 +9750,6 @@ msgstr "Lisไไ kไyttไjไ"
msgid "Add/Del Clients"
msgstr "DHCP-asiakas"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Apua"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9695,53 +9802,68 @@ msgstr "Lisไไ kไyttไjไ"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP-asiakas"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Mไไrittelen..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Siirrไ tulostimen asetukset"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "aseta uudelleen"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Aseta kไyttไmไsi kไynnistyslevyke asemaan %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Ei levykeasemaa kไytettไvissไ"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9880,13 +10002,13 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "kokonaisedistyminen"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9895,41 +10017,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Ei salasanaa"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "En voi avata %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9940,65 +10062,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Varmuuskopioi jไrjestelmไtiedostot..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Kiintolevyn varmuuskopiotiedostot..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Varmuuskopioi kไyttไjไtiedostot..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Kiintolevyn varmuuskopion edistyminen..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Varmuuskopioi muut tiedostot..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Kไytไ nauhaa varmuuskopioinnissa"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10006,7 +10128,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, fuzzy, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10015,7 +10137,7 @@ msgstr ""
"tiedostolistan lไhetti FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
#, fuzzy
msgid ""
"\n"
@@ -10025,39 +10147,39 @@ msgstr ""
"\n"
"(!) FTP-yhteysongelma: varmuuskopion lไhettไminen FTPn kautta epไonnistui.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "(!) Virhe lไhetettไessไ sไhk๖postia. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Tiedostojen valinta"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Valitse tiedostot tai hakemistot ja klikkaa 'Lisไไ'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10065,27 +10187,27 @@ msgstr ""
"\n"
"Valitse kaikki asetukset, jotka tarvitset.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Naillไ asetuksilla voit varmuuskopioida ja palauttaa kaikki tiedostot /etc-"
"hakemistosta.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Varmuuskopioi systeemitiedostot ( /etc-hakemisto )"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Kไytไ kasvavaa varmuuskopiointia (ไlไ korvaa vanhoja varmuuskopioita)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "ฤlไ sisไllytไ kriittisiไ tiedostoja (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10093,65 +10215,67 @@ msgstr ""
"Tไllไ valitsimella voit palauttaa minkไ tahansa version\n"
"/etc-hakemistostasi."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Valitse kaikki ne kไyttไjไt, jotka haluat sisไllyttไไ varmuuskopioosi."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "ฤlไ sisไllytไ selaimen vไlimuistia"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Kไytไ kasvavia varmuuskopitoita (ไlไ korvaa vanhoja varmuuskopioita)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Poista valitut"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Kไyttไjไt"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Kไytไ FTP-yhteyttไ varmuuskopiointiin"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Siirrไ"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Sy๖tไ verkkoaseman nimi tai IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -10160,68 +10284,68 @@ msgstr ""
"Sy๖tไ hakemisto, johon tไmไn\n"
"koneen varmuuskopio laitetaan."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Sy๖tไ kไyttไjไtunnuksesi"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Sy๖tไ salasanasi"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Muista tไmไ salasana"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Kไytไ CD/DVD-ROM -levyไ varmuuskopioille"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Valitse kไytettไvไ CD:n koko"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Valitse, jos kไytไt CD-RW-mediaa"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Valitse, jos kไytไt CD-RW-mediaa"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Valitse, jos haluat tyhjentไไ CD-RW:n ennen kopiointia"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
#, fuzzy
msgid " Erase Now "
msgstr "Siirrไ"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Valitse, jos kไytไt CD-RW-mediaa"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Valitse, jos kไytไt CD-RW-mediaa"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10229,36 +10353,36 @@ msgstr ""
"Sy๖tไ kirjoittavan CD-asemasi laitenimi\n"
"esim: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Valitse tiedosto"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Kไytไ nauhaa varmuuskopioinnissa"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Sy๖tไ varmuuskopioinnissa kไytettไvไn laitteen nimi"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Valitse, jos haluat tyhjentไไ CD-RW:n ennen kopiointia"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Valitse, jos haluat tyhjentไไ CD-RW:n ennen kopiointia"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Valitse, jos haluat tyhjentไไ CD-RW:n ennen kopiointia"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10266,57 +10390,57 @@ msgstr ""
"Sy๖tไ suurin sallittu koko\n"
"Drakbackup-varmuuskopiolle"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Sy๖tไ hakemisto, johon tallennetaan:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Kไytไ quotaa varmuuskopiotiedostoille."
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Verkko"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Kiintolevy / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tyyppi"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "tunneittain"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "pไivittไin"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "viikoittain"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "kuukausittain"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Kไytไ daemonia"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10324,7 +10448,7 @@ msgstr ""
"Valitse perไkkไisten\n"
"varmuuskopioiden aikavไli"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -10332,7 +10456,7 @@ msgstr ""
"Valitse varmuuskopiointiin\n"
"kไytettไvไ media."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -10340,72 +10464,72 @@ msgid ""
"Note that currently all 'net' medias also use the hard drive."
msgstr "Varmista ettไ cron-daemon on mukana kไyt๖ssไ olevissa palveluissa."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Lไhetไ raportti jokaisesta varmuuskopiosta sไhk๖postitse :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Mitไ"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Missไ"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Koska"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Lisไvalinnat"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Drakbackup-asetukset"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Valitse, mihin haluat tehdไ varmuuskopiot"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "kiintolevylle"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "verkon yli"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Valitse mitไ haluat varmuuskopioida"
# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Varmuuskopioi jไrjestelmไ"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Varmuuskopioi kไyttไjไt"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Valitse kไyttไjไt yksitellen"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -10413,7 +10537,7 @@ msgstr ""
"\n"
"Varmuuskopion lไhteet: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -10421,7 +10545,7 @@ msgstr ""
"\n"
"- Jไrjestelmไtiedostot:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -10429,7 +10553,7 @@ msgstr ""
"\n"
"- Kไyttไjไtiedostot:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -10437,7 +10561,7 @@ msgstr ""
"\n"
"- Muut tiedostot:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -10446,32 +10570,32 @@ msgstr ""
"\n"
"- Tallenna kiintolevylle polulle: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Hiiren laite: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, fuzzy, c-format
msgid ""
"\n"
@@ -10480,12 +10604,12 @@ msgstr ""
"\n"
"- Tallenna FTP:llไ verkkoasemalle: %s\n"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy, c-format
msgid ""
"\n"
@@ -10494,7 +10618,7 @@ msgstr ""
"\n"
"- Tallenna FTP:llไ verkkoasemalle: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10503,7 +10627,7 @@ msgstr ""
"\t\t kไyttไjไtunnus: %s\n"
"\t\t polulla: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -10511,19 +10635,19 @@ msgstr ""
"\n"
"- Valitsimet:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tฤlไ sisไllytไ jไrjestelmไtiedostoja\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tVarmuuskopiot kไyttไvไt: tar ja bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tVarmuuskopiot kไyttไvไt: tar ja gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -10532,41 +10656,41 @@ msgstr ""
"\n"
"- Daemon (%s) sisไltไไ :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Kiintolevy.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CD-ROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Verkkoon kไyttไen FTP:tไ.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Verkkoon kไyttไen SSH:ta.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Verkkoon kไyttไen FTP:tไ.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Verkkoon kไyttไen FTP:tไ.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Ei asetettu, valitse Velho tai Edistynyt.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -10574,7 +10698,7 @@ msgstr ""
"Lista palautettavista tiedoista:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10582,259 +10706,259 @@ msgstr ""
"Lista vahingoittuneista tiedoista:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Poista valinta tai poista se seuraavalla kerralla."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Varmuuskopiot ovat vahingoittuneet"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
#, fuzzy
msgid " All of your selected data have been "
msgstr " Kaikki valitsemasi tieto on "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " onnistuneesti palautettu paikkaan %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Palauta asetukset "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "Ok palauttaakseen muut tiedostot."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Palautettava kไyttไjไlista (vain uusin pไivไ kutakin kไyttไjไไ kohti on "
"tไrkeไ)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Tee jไrjestelmไtiedostoista varmuuskopio ennen:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "Valitse pไivไmไไrไ, johon tiedon palauttaminen tehdไไn"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Kไytไ kiintolevyไ varmuuskopiointiin"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Sy๖tไ hakemisto, johon tallennetaan:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP-yhteys"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Salattu yhteys"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Palauta kiintolevyltไ."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Anna hakemisto, johon varmuuskopiot on tallennettu"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Valitse toinen media, josta palauttaa"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Muu media"
# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Palauta jไrjestelmไ"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Palauta kไyttไjไt"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Palauta muut"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "valitse polku, josta palautat (juurihakemiston sijaan)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Tee uusi varmuuskopio ennen palauttamista (vain kasvavilla varmuuskopioilla)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Poista kไyttไjien hakemistot ennen palauttamista."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Poista valitut"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Palauta muut"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "Varmuuskopiot ovat vahingoittuneet"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Palauta kiintolevyltไ."
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Palauta osiotaulu"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Palauta kไyttไjไt"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Koneen nimi"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Salasana"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Kไyttไjไtunnus"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Koneen nimi:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Palauta muut"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Palauta kaikki varmuuskopiot"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Mukautettu palautus"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Palauta osiotaulu"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Palauta kไyttไjไt"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Edellinen"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Tallenna"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Tee varmuuskopio"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Palauta"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
#, fuzzy
msgid ""
"Error during sendmail.\n"
@@ -10845,14 +10969,14 @@ msgstr ""
" raporttipostiasi ei lไhetetty\n"
" Konfiguroi sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Seuraavat paketit asennetaan"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -10861,19 +10985,19 @@ msgstr ""
"Virhe FTP-siirron aikana.\n"
" Korjaa FTP-asetuksesi."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Valitse palautettava tieto..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Valitse varmuuskopioinnissa kไytettไvไ media..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Valitse varmuuskopioitava tieto..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -10881,60 +11005,60 @@ msgstr ""
"Asetustiedostoa ei l๖ytynyt\n"
"valitse joko Velho tai Kehittynyt."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Kehityksen alla ... odota."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Varmuuskopioi jไrjestelmไtiedostot"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Varmuuskopioi kไyttไjไtiedostot"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Varmuuskopioi muut tiedostot"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Kokonaisedistyminen"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "tiedostoja lไhetetไไn FTP:n yli"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Lไhetไn tiedostoja..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Tee heti asetustiedoston varmuuskopio"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Nไytไ varmuuskopioinnin asetukset."
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr ""
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr ""
# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Varmuuskopioi heti"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10966,7 +11090,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10975,7 +11099,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11016,7 +11140,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11044,19 +11168,19 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft. Tekijไ: DUPONT Sebastien <dupont_s\\@epita."
"fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11073,7 +11197,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11113,7 +11237,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11124,7 +11248,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11137,7 +11261,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11219,8 +11343,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Komentorivity๖kalut"
@@ -11297,29 +11421,29 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "portti"
# Asennuksen sivuvalikko
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Poistamisen jไlkeiset toiminnot"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Kuvankaappaukset l๖ytyvไt asennuksen jไlkeen hakemistosta %s"
@@ -11420,10 +11544,6 @@ msgstr "Velho..."
msgid "Apply"
msgstr "Toteuta"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Odota hetki... Otetaan asetukset kไytt๖๖n"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Yhteys muodostettu"
@@ -11545,7 +11665,7 @@ msgstr "Moduulin nimi"
msgid "Size"
msgstr "Koko"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11610,12 +11730,12 @@ msgstr "Tuloste"
msgid "Build the disk"
msgstr "Muodosta levy"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Varmista, ettไ media on laitteessa %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11624,12 +11744,12 @@ msgstr ""
"Laitteessa %s ei ole mediaa.\n"
"Aseta media."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Prosessia %s ei voitu haarauttaa"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12118,158 +12238,158 @@ msgstr ""
"\n"
"Paina Aseta kไynnistไไksesi asennusohjelman."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Ty๖ryhmไ"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "osio %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Kไyttไjไ"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Poista"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Valmis"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Lisไไ moduuli"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Lisไไ uusi tulostin"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Poista valinta kaikista"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Poista valitut"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Hyvไksy kไyttไjไ"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versio: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Portti"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Kไytไ automaattista tunnistusta"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Kไytไ automaattista tunnistusta"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Yksittไisten pakettien valinta"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Kไyttไjไ"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Ty๖ryhmไ"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Ei yhteyttไ"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12281,138 +12401,148 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "kไynnistyslevykkeen luonti"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Resoluutio"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Valitse tiedosto"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Jakonimi"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Asennuksen jไlkeiset toiminnot"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Lopeta"
-
-# Asennuksen sivuvalikko
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Asenna jไrjestelmไ"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Palvelujen asettaminen"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "laite"
-#: ../../standalone/draksplash_.c:120
+# Asennuksen sivuvalikko
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "laite"
+msgid "Save theme"
+msgstr "Asenna jไrjestelmไ"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Valitse monitori"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Tulostimen mallin valinta"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Sinun tไytyy valita tai sy๖ttไไ tulostinlaite!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Etsin laitteita ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12553,6 +12683,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "kไytt๖: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "kไytt๖: keyboarddrake [--expert] [keyboard]\n"
@@ -12581,11 +12718,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Jไrjestelmไn pไivitystไ ei voida aloittaa!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -12863,16 +13000,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
# Asennuksen sivuvalikko
@@ -12960,7 +13094,7 @@ msgstr "Asenna pไivitykset"
msgid "Exit install"
msgstr "Lopeta asennus"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13208,6 +13342,21 @@ msgstr "Multimedia - CD:n poltto"
msgid "Scientific Workstation"
msgstr "Tieteelliinen ty๖asema"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Asennuksen jไlkeiset toiminnot"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Vไlityspalvelimen tulee olla muotoa ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Lopeta"
+
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
#~ "satisfied\n"
@@ -13588,9 +13737,6 @@ msgstr "Tieteelliinen ty๖asema"
#~ msgid "xinetd"
#~ msgstr "xinetd"
-#~ msgid "Setting security level"
-#~ msgstr "Asetan turvatasoa"
-
#~ msgid "Select a graphics card"
#~ msgstr "Valitse nไyt๖nohjain"
diff --git a/perl-install/share/po/ga.po b/perl-install/share/po/ga.po
index 7317fbef3..7dae638c7 100644
--- a/perl-install/share/po/ga.po
+++ b/perl-install/share/po/ga.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2000-08-24 12:00-0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <ga@li.org>\n"
@@ -86,41 +86,41 @@ msgstr "Cumraigh gach cinn ar leith"
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Cumraigh carta \"%s\" (%s) amhain"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "Freastalaํ XFree86: %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s le luadghear๚ crua-earraํ 3D"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "Freastalaํ XFree %s le luasghear๚ crua-earraํ 3D TRIALACH"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -128,19 +128,19 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Socraithe"
@@ -161,32 +161,32 @@ msgstr "R้iteach"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Roghnachais"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ceart go Leor"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ษalaigh"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -271,25 +271,25 @@ msgstr "Roghnaigh R้iteach agus an m้id dath"
msgid "Graphics card: %s"
msgstr "Carta Grafach: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Cealaigh"
@@ -365,11 +365,11 @@ msgstr "Freastalaํ XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Tiomแnaํ XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X ag t๚s"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -378,7 +378,7 @@ 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?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -390,7 +390,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr ""
@@ -462,7 +462,7 @@ msgstr "Compact"
msgid "compact"
msgstr "compact"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "M๓d fํs"
@@ -470,17 +470,17 @@ msgstr "M๓d fํs"
msgid "Delay before booting default image"
msgstr ""
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Pasfhocal"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Pasfhocal (arํs)"
@@ -514,14 +514,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Aththrialaigh"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Nํ mar a ch้ile na pasfhocail"
@@ -558,162 +558,162 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
msgstr ""
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Suim"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Crํochnithe"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Athraigh"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "C้n sort iontrแil a suimigh do"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "CO Eile (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "CO Eile (MunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "CO Eile (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Iomha"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "L้amh-Scrํobh"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Table"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Baolach"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Lip้ad"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Gnแth"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "M้id-Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "GanBhide๓"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Scrios iontrแil"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Nํl ceadaigh an lip้ad folamh ann"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "Nํl aon ranna agat!"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Is ann cheana don ainm ๚sแideora seo"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Fuair %s %s comh้adan"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "An bhfuil ceann eile agat?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "An bhfuil comh้adan %s agat?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nํl"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Tแ"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Ag feistแil tiomanaํ do %s, carta %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modํl %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -721,17 +721,17 @@ msgid ""
"For instance, ``io=0x300 irq=7''"
msgstr ""
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Roghachais mod๚il:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr ""
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -743,109 +743,109 @@ msgid ""
"not cause any damage."
msgstr ""
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr ""
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Cumraigh roghanna"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
"Do you want to try again with other parameters?"
msgstr ""
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr ""
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Tแ an pasfhocal seo ro-shimplํ"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr ""
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Is ann cheana don ainm ๚sแideora seo"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Is ann cheana don ainm ๚sแideora seo"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Suimigh ๚sแideoir"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
"%s"
msgstr ""
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr ""
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Fํor ainm"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Ainm ๚sแideora"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Blaosc"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Dealbh"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Uath-Logann"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -854,57 +854,57 @@ 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?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Roghnagih an ๚sแidoer gneแs:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Roghnaigh an Bainist้oir Fhuinneoga a ๚sแsd:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr ""
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Gach Rud"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Suimigh ๚sแideoir"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "Ag Tosnaigh CUPS"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -913,67 +913,67 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr ""
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Bocht"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr ""
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "มrd"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "มrd"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paran๓id"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
"or to the Internet. There is no password access."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
msgstr ""
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -983,42 +983,42 @@ msgid ""
"Internet, you should choose a lower level."
msgstr ""
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
msgstr ""
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Roghnachais"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Roghnaigh liebh้al slแndแil"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Roghnaigh liebh้al slแndแil"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Roghnaigh cumraํocht an freastalaํ"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1026,7 +1026,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1047,58 +1047,58 @@ msgstr ""
# FIXME
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Fแile go GRUB, an roghn๓ir Chorแis "
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr ""
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Deasc"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Clแr Tosn๚"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr ""
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr ""
@@ -1150,128 +1150,128 @@ msgstr "M๓d Lilo/Grub"
msgid "Yaboot mode"
msgstr "M๓d Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Feistigh c๓ras"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Cruthaigh rann nua"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Earrแid"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "Freastalaํ XFree86: %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "GanBhide๓"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Roghnaigh rang feisti๚"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Cumraigh"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Roghn๚ Gr๚pa Pacแistํ"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1280,44 +1280,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "M๓d Coras"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Ceart go Leor"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, fuzzy, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "Earrแid ag oscailt %s do scrํobh: %s"
@@ -1422,53 +1422,61 @@ msgstr "srathach"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "nua"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Freastalaํ"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Teastแil an luch๓g, le do thoil"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Freastalaํ"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr ""
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Roghnachais: %s"
@@ -1553,7 +1561,7 @@ msgstr "Folamh"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Eile"
@@ -1703,7 +1711,7 @@ msgstr ""
"Nํl an m้id c้anna ar an rann c๚ltaca\n"
"Lean ar aghaidh ar aon n๓s?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Rabhadh"
@@ -2254,7 +2262,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Ainm ๚sแideora"
@@ -2269,23 +2277,23 @@ msgstr "Fearannas NIS"
msgid "Search servers"
msgstr "freastalaํ DNS"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "Formแidi๚ %s de %s teipithe"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "nํl a fhios agam conas %s a formแidi๚ go %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr ""
@@ -2365,46 +2373,111 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Earrแid ag oscailt %s do scrํobh: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "cumraํocht"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Tiomแnaํ"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/C_๚idi๚"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#, fuzzy
+msgid "Please Wait... Applying the configuration"
+msgstr "Trialaigh an cumraํocht"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Fan tamall"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2530,7 +2603,8 @@ msgid "/_Quit"
msgstr "ษalaigh"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/C_๚idi๚"
@@ -2550,75 +2624,76 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Tuairaisc Fabht"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/C๚idi๚/_Faoi..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "leagan `kernel'"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Leแmh an t-eolais crua-earra"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Taispeแn Eolas"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Cumraigh luch๓g"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "Pointe taca dublach %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Fan tamall"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Scrํos Print้ir"
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d siocand"
@@ -3663,7 +3738,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3678,7 +3753,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3687,31 +3762,31 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Earrแid ag l้amh comhad %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -3934,7 +4009,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Fแilte go %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nํl dioscthiomแnt flapach ar fแil"
@@ -3960,11 +4035,11 @@ msgstr "Rann Feisti๚"
msgid "Please choose one of the following classes of installation:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Roghn๚ Gr๚pa Pacแistํ"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr ""
@@ -4038,7 +4113,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Feisti๚"
@@ -4061,7 +4136,7 @@ msgstr "Eirigh as Feisti๚"
msgid "Choose the packages you want to install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Ag Feisti๚"
@@ -4088,17 +4163,17 @@ msgid "Installing package %s"
msgstr "Ag feistiแl pacแiste %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aontaigh"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Tarrthแil"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4109,16 +4184,16 @@ msgid ""
msgstr ""
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Lean ar aghaidh ar aon n๓s?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr ""
@@ -4215,7 +4290,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4293,7 +4368,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Eocharclแr"
@@ -4501,47 +4576,47 @@ msgstr "Cur isteach diosca sa dioscthiomant %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
#, fuzzy
msgid "Type of install"
msgstr "Roghnaigh pacแistํ a feisti๚ ..."
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
#, fuzzy
msgid "With X"
msgstr "Fan tamall"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
"If only some CDs are missing, unselect them, then click Ok."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Ag Ullmhaigh feisti๚"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4550,21 +4625,21 @@ msgstr ""
"Ag feisteแil pacแiste %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Cumraํocht Iar-feist๚"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4603,7 +4678,7 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4615,157 +4690,157 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "C้n ceann do chrois ama"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "An bhfuil an clog cruaearrach ar GMT?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "Freastalaํ NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Scrios Freastalaํ CUPS"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Gan Print้ir"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "An bhfuil ceann eile agat?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Coimri๚"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Luch๓g"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Am Crํos"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Print้ir"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Carta ISDN"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Carta Fuaim"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Carta Telefํs"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Fearannas NIS"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Chomaid มiti๚l"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Socraigh pasfhocal root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Gan pasfhocal"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Deimni๚"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Deimni๚ LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "Freastalaํ LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Deimni๚ NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Fearannas NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Freastalaํ NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -4781,21 +4856,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Deimni๚ LDAP"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Ainm Fearannas"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -4813,19 +4888,19 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Cead dioscthiomแnt flapach"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Dara dioscthiomแint flapach"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Scipeแil"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4841,7 +4916,7 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -4850,29 +4925,29 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Br๓n orm, nํl aon dioscthiomแnt flapach ar fแil"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
#, 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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Ag Cruthaigh diosca thosnaithe"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Ag Ullmhaigh rํomhchlar thosnaithe"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4880,27 +4955,27 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "C้ard a theastaํonn uait a dh้anamh?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Feistigh c๓d tosnaithe"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4911,24 +4986,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -4947,16 +5022,16 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
#, fuzzy
msgid "Generate auto install floppy"
msgstr "Cruthaigh flapach bootแil"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4965,15 +5040,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Athl๓daigh"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
#, fuzzy
msgid "Save packages selection"
msgstr "Roghn๚ Gr๚pa Pacแistํ"
@@ -5010,14 +5085,14 @@ msgstr "R้amhioaํocht"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Teacs"
@@ -5467,7 +5542,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr ""
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr ""
@@ -5607,15 +5682,15 @@ msgstr "Ar bith"
msgid "No mouse"
msgstr "Luch๓g ar bith"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Teastแil an luch๓g, le do thoil"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr ""
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "BOG DO ROTHAR!"
@@ -5651,34 +5726,30 @@ msgstr ""
msgid "Toggle between flat and group sorted"
msgstr ""
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr ""
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "๚sแid dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "๚sแid pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "๚sแid pppoe"
@@ -5770,7 +5841,7 @@ msgstr "C้n cin้al luch๓g atแ agat?"
msgid "no network card found"
msgstr "nํ fuaireathas cแrta gr้asแn๚"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Cumraigh gr้asแn๚"
@@ -5782,15 +5853,15 @@ msgid ""
"such as ``mybox.mylab.myco.com''."
msgstr ""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "ำstAinm"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Draํod๓ir Cumraํocht Gr้asแn๚"
@@ -5830,8 +5901,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ษirigh as cumraํocht"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Cumraigh ISDN"
@@ -5865,23 +5936,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr ""
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "C้n cin้al c atแ uait?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Nํl fhํos agam"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA/ PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5890,25 +5966,25 @@ msgid ""
"card.\n"
msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Tobscoir"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Lean"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "C้n sort carta ISDN atแ uait?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
msgstr ""
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
@@ -5963,60 +6039,60 @@ msgstr "Cead Freastalaํ DNS"
msgid "Second DNS Server (optional)"
msgstr "Dara Freastalaํ DNS"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Cumraigh nasc ghr้asแn"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Bainteach le hIdirlํon"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "C้n diosca ag a dteastaํonn uait ้ a bhogadh?"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
#, fuzzy
msgid "Connect"
msgstr "Lean"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "Cumraigh nasc ghr้asแn"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Cumraigh gr้asแn๚"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Nasc na hIdirlํon agus cumraํocht"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr "Cumraigh nasc ghr้asแn"
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6028,12 +6104,12 @@ msgid ""
"Press OK to continue."
msgstr ""
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Cumraํocht Gr้asแn๚"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6041,7 +6117,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6049,103 +6125,103 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Roghnagih an ๚sแidoer gneแs:"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "M๓d Saineolaํ"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr ""
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy
msgid "Normal modem connection"
msgstr "Cumraigh nasc ghr้asแn"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "Pointe taca dublach %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "ISDN connection"
msgstr "Cumraigh ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "Nasc LAN"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy, c-format
msgid "detected on interface %s"
msgstr "Clแr้adan Gr้asแn"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Cumraigh nasc ghr้asแn"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Nasc LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Roghnaigh na ranna atแ le formแidi๚"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Nasc Print้ir"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
#, fuzzy
msgid "Do you want to start the connection at boot?"
msgstr "An bhfuil t๚ ag iarraidh an cumraํocht a thrial?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Cumraํocht Gr้asแn๚"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6153,27 +6229,27 @@ msgid ""
"%s"
msgstr "An bhfuil t๚ ag iarraidh an cumraํocht a thrial?"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6181,50 +6257,50 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Ag cumr๚ gl้as gr้asแn๚ %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, fuzzy, c-format
msgid " (driver %s)"
msgstr " (tiomแint %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Seoladh IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr ""
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Uath-IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Cruthaigh an diosca "
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6232,41 +6308,49 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "freastalaํ DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gaireas na hInneal Geata"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr ""
+
+#: ../../network/network.pm_.c:380
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr ""
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Cumraigh seach-freastalaํ"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "Seach-HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "Seach-FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr ""
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
msgstr ""
#: ../../network/shorewall.pm_.c:24
@@ -7622,7 +7706,7 @@ msgstr "Ag d๚nadh sํos an ghreasแn"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8123,10 +8207,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr ""
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8174,6 +8254,43 @@ msgstr ""
msgid "Not enough partitions for RAID level %d\n"
msgstr ""
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Roghnaigh liebh้al slแndแil"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Roghnaigh liebh้al slแndแil"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Scrํos Print้ir"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr "Gnแth"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Roghnaigh liebh้al slแndแil"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Fan tamall, ag ullmhaigh feisti๚"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -8407,7 +8524,7 @@ msgstr "Idirlํon"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "M๓d Coras"
@@ -8499,7 +8616,7 @@ msgstr ""
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -8546,7 +8663,7 @@ msgstr "Clแr้adan Gr้asแn"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -8571,7 +8688,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -8587,7 +8704,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -8602,7 +8719,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -8651,8 +8768,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -8689,11 +8806,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Ag feistiแl pacแiste %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "ษirigh as le do thoil agus Crtl-Alt-BackSpace a ๚sแid"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
@@ -8740,17 +8857,6 @@ msgstr "Suimigh ๚sแideoir"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/C_๚idi๚"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -8803,51 +8909,66 @@ msgstr "Suimigh ๚sแideoir"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr ""
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Ag cumraigh IDE"
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "ษirigh as cumraํocht"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr ""
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Nํl dioscthiomแnt flapach ar fแil"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -8971,13 +9092,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Bain trial as arํs"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -8986,41 +9107,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Gan pasfhocal"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Earrแid ag oscailt %s do scrํobh: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9031,68 +9152,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9100,922 +9221,924 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Earrแid ag l้amh comhad %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Roghn๚ Gr๚pa Pacแistํ"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Scrios ci๚"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Dealaigh Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "Ainm ๚sแideora"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Teastแil an luch๓g, le do thoil"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Aththrialaigh"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Aththrialaigh"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Gan pasfhocal"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "C้n leagan amach atแ ar d'eocharchlแrsa"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Roghnaigh Comhad"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Teastแil an luch๓g, le do thoil"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Clแr้adan Gr้asแn"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Cineแl"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Ainm ๚sแideora"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "Fan tamall"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Rothar"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Rothar"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Roghachais mod๚il:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Cumraํocht Gr้asแn๚"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "C้n cin้al luch๓g atแ agat?"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Socraigh c๓ras chomhad"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Gaireas luch๓ige: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Roghnachais"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "C้n cin้al luch๓g atแ agat?"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "Cumraํocht Gr้asแn๚"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "C้n cin้al luch๓g atแ agat?"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Teastแil an luch๓g, le do thoil"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "Nasc LAN"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Nasc Print้ir"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Aisig ๓ dhiosca flapach"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "C้n cin้al luch๓g atแ agat?"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Eile"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Feistigh c๓ras"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Aisig ๓ comhad"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Aisig ๓ comhad"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "C้n cin้al luch๓g atแ agat?"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Scrios ci๚"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Aisig ๓ comhad"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Aisig ๓ dhiosca flapach"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Scriobh clแr-ranna"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Aisig ๓ comhad"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "ำstAinm"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Pasfhocal"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Ainm ๚sแideora"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Ainm ๚sแideora"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Aisig ๓ comhad"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Socraithe"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Scriobh clแr-ranna"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Aisig ๓ comhad"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Clแr Tosn๚"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Aisig ๓ comhad"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr ""
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Droch comhad ch๚ltaca"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Sabhแil i gcomhad"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Cumraํocht Gr้asแn๚"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "Cumraํocht Gr้asแn๚"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "cumraํocht"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "ษirigh as cumraํocht"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Socraigh c๓ras chomhad"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10047,7 +10170,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10056,7 +10179,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10097,7 +10220,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10125,17 +10248,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10152,7 +10275,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10192,7 +10315,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10203,7 +10326,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10216,7 +10339,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10298,8 +10421,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr ""
@@ -10374,28 +10497,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Poirt"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Eirigh as Feisti๚"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr ""
@@ -10503,11 +10626,6 @@ msgstr "Draํodoir..."
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:301
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Trialaigh an cumraํocht"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
#, fuzzy
msgid "Connected"
@@ -10627,7 +10745,7 @@ msgstr "Ainm Mod๚l"
msgid "Size"
msgstr "M้id"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -10695,24 +10813,24 @@ msgstr "Aschur"
msgid "Build the disk"
msgstr ""
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Teip ar glaoch `fork': %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11167,154 +11285,154 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Grupa na hOibre"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "rann %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Ainm ๚sแideora"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Scrํos"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Crํochnithe"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Suimigh Mod๚il"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Gan Print้ir"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Scrios ci๚"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
msgstr ""
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Leagan: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Poirt"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Roghn๚ Gr๚pa Pacแistํ"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Ainm ๚sแideora"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Grupa na hOibre"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Cumraigh ADSL"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11326,136 +11444,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "Trialaigh an cumraํocht"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "R้iteach"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Roghnaigh gnํomh"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Comh. ainm"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Cumraํocht Iar-feist๚"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "ษalaigh"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Feistigh c๓ras"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Cumraigh seirbhisํ"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
-msgid "the color of the progress bar"
+msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
+#: ../../standalone/draksplash_.c:108
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "preview"
+msgid "Preview"
msgstr "feist"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "choose color"
-msgstr "Roghnaigh scแileแn"
+msgid "Save theme"
+msgstr "Feistigh c๓ras"
#: ../../standalone/draksplash_.c:124
+#, fuzzy
+msgid "Choose color"
+msgstr "Roghnaigh scแileแn"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Nasc Print้ir"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Gaireas Print้ir (URI)"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Scrํos Print้ir"
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11594,6 +11723,12 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ""
@@ -11620,11 +11755,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -11902,16 +12037,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -11987,7 +12119,7 @@ msgstr "Feistigh c๓ras"
msgid "Exit install"
msgstr "Eirigh as Feisti๚"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12237,6 +12369,14 @@ msgstr "Ilmheแnach"
msgid "Scientific Workstation"
msgstr "Stแisi๚n Oibre"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Cumraํocht Iar-feist๚"
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "ษalaigh"
+
#~ msgid "You don't have any partitions!"
#~ msgstr "Nํl aon ranna agat!"
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
index 26ec486ff..6c93a6ad7 100644
--- a/perl-install/share/po/gl.po
+++ b/perl-install/share/po/gl.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-03-17 19:17+0100\n"
"Last-Translator: Jes๚s Bravo มlvarez (mdk) <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -88,24 +88,24 @@ msgstr ""
msgid "Use Xinerama extension"
msgstr "Usar detecci๓n automแtica"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Axudante da configuraci๓n de rede"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s con aceleraci๓n 3D por hardware"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -115,18 +115,18 @@ msgstr ""
"XFree %s. A tarxeta estแ soportada por XFree %s, que pode ter un mellor\n"
"soporte en 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"A s๚a tarxeta pode ter soporte de aceleraci๓n 3D por hardware con XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s con aceleraci๓n 3D por hardware EXPERIMENTAL"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -138,7 +138,7 @@ msgstr ""
"A s๚a tarxeta estแ soportada por XFree %s, que pode ter un mellor soporte en "
"2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -147,12 +147,12 @@ msgstr ""
"A s๚a tarxeta pode ter soporte de aceleraci๓n 3D por hardware, pero s๓ con\n"
"XFree %s, ADVIRTA QUE ESTE SOPORTE ษ EXPERIMENTAL E PODE COLGAR O SISTEMA."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Personalizado"
@@ -173,32 +173,32 @@ msgstr "Resoluci๓n"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opci๓ns"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Aceptar"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Saํr"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -296,25 +296,25 @@ msgstr "Escolla a resoluci๓n e a profundidade de cor"
msgid "Graphics card: %s"
msgstr "Tarxeta grแfica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Cancelar"
@@ -391,11 +391,11 @@ msgstr "Servidor XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Controlador de XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "Lanzar X11 ๓ arrincar"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -404,7 +404,7 @@ msgstr ""
"P๓dese configurar o seu ordenador para que entre automaticamente\n"
"en X ๓ arrincar. ฟDesexa que se execute X ๓ reiniciar?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -416,7 +416,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "ฟQue tipo de conexi๓n RDSI ten?"
@@ -489,7 +489,7 @@ msgstr "Compacto"
msgid "compact"
msgstr "compacto"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Modo de vํdeo"
@@ -497,17 +497,17 @@ msgstr "Modo de vํdeo"
msgid "Delay before booting default image"
msgstr "Retardo antes de arrincar a imaxe por omisi๓n"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Contrasinal"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Contrasinal (de novo)"
@@ -543,14 +543,14 @@ msgstr ""
"A opci๓n ``restrinxir opci๓ns da li๑a de comandos'' non ten sentido sen "
"contrasinal"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Tente de novo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Os contrasinais non coinciden"
@@ -587,7 +587,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -595,156 +595,156 @@ msgstr ""
"Estas son as diferentes entradas.\n"
"Pode engadir algunhas mแis ou cambiar as que xa existen."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Engadir"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Feito"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Modificar"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "ฟQue tipo de entrada desexa engadir?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Outros SO (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Outros SO (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Outros SO (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Imaxe"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Raํz"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Agregar"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Lectura-escritura"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tแboa"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Inseguro"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Por omisi๓n"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr ""
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Quitar entrada"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Etiqueta baleira non permitida"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "Debe ter unha partici๓n de intercambio"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Esta etiqueta xa se estแ a usar"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s interfaces %s atopadas"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "ฟTen algunha outra?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ฟTen algunha interface %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Non"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Si"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Mire a 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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalando o controlador para a tarxeta %s %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(m๓dulo %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -755,17 +755,17 @@ msgstr ""
"As opci๓ns son da forma ซnome=valor nome2=valor2 ...ป.\n"
"Por exemplo pode ter ซio=0x300 irq=7ป"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Opci๓ns do m๓dulo:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "ฟQue controlador de %s desexa probar?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -783,15 +783,15 @@ msgstr ""
"analizar o equipo pode provocar que se pare, pero non deberํa\n"
"causar ning๚n dano."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Autodetecci๓n"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Especificar as opci๓ns"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -800,62 +800,62 @@ msgstr ""
"Fallo o cargar o m๓dulo %s\n"
"ฟDesexa retentalo con outros parแmetros?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s xa foi engadido)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Este contrasinal ้ demasiado simple"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Indique o nome de usuario"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "O nome de usuario (login) s๓ debe conter letras, n๚meros, '-' e '_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Este nome de usuario xa estแ engadido"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Este nome de usuario xa estแ engadido"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Engadir usuario"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -864,32 +864,32 @@ msgstr ""
"Introduza un usuario\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Aceptar usuario"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Nome real"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nome de usuario"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Login automแtico"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -899,59 +899,59 @@ msgstr ""
"como un usuario. Se non quere usar esta caracterํstica, prema o bot๓n\n"
"cancelar."
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Escolla o usuario por defecto:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Escolla o xestor de fiestras para executar:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "Escolla a lingua que desexe usar."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Pode escoller outras linguas que estarแn dispo๑ibles trala instalaci๓n"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Todas"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Engadir usuario"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "CUPS iniciando"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Este paquete ten que ser actualizado\n"
"ฟEstแ seguro de que quere deseleccionalo?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -960,42 +960,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Benvida ๓s crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Pobre"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Estแndar"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Alto"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Alto"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoico"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1005,7 +1005,7 @@ msgstr ""
"sinxelo de utilizar, pero ้ moi sensible: non debe usarse nunha mแquina\n"
"conectada a outras ou แ Internet. Non hai contrasinais de acceso."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1013,7 +1013,7 @@ msgstr ""
"Os contrasinais estแn activados, pero o uso como ordenador de rede aํnda\n"
"non se recomenda."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1022,13 +1022,13 @@ msgstr ""
"Esta ้ a seguridade recomendada para un ordenador usado para conectar\n"
"แ Internet como cliente. Agora hai mแs comprobaci๓ns de seguridade."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1042,7 +1042,7 @@ msgstr ""
"A seguridade ้ agora alta dabondo para usar o sistema coma un servidor\n"
"que acepta conexi๓ns de m๚ltiples clientes."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1051,36 +1051,36 @@ msgstr ""
"T๓manse caracterํsticas do nivel 4, pero agora o sistema estแ completamente\n"
"pechado. As caracterํsticas de seguridade estแn ๓ mแximo nivel."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opci๓ns"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Escola o nivel de seguridade"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Establecendo o nivel de seguridade"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Escolla as opci๓ns para o servidor"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1093,7 +1093,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1117,59 +1117,59 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "ญBenvido ao GRUB, o selector de sistemas operativos!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use as teclas %c e %c para seleccionar a entrada marcada."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Prema enter para arrincar o SO seleccionado, 'e' para editar os"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "comandos antes de arrincar, ou 'c' para a liคa de comandos."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "A entrada marcada arrincarase automaticamente en %d segundos."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "non hai espacio dabondo en /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Escritorio"
# Manter o '๚' en iso-8859-1
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Men๚ Inicio"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "ฟOnde quere instalar o cargador de arrinque?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "axuda aํnda non implementada.\n"
@@ -1225,129 +1225,129 @@ msgstr "Modo de marcaci๓n"
msgid "Yaboot mode"
msgstr "Modo de arrinque"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Instalar sistema"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Crear unha nova partici๓n"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Erro"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "bo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Clase de instalaci๓n"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
#, fuzzy
msgid "Configure"
msgstr "Configurar as X"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Gardar a selecci๓n de paquetes"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1356,44 +1356,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Lanzar o sistema X-Window ๓ iniciar"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Non, non quero login automแtico"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Si, quero login automแtico con este (usuario, escritorio)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Aceptar"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "non se pode abrir /etc/inittab para lectura: %s"
@@ -1498,54 +1498,62 @@ msgstr "serie"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "novo"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Desmontar"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montar"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Punto de montaxe"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Probe o seu rato"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "O proxy deberํa ser http://..."
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Punto de montaxe: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opci๓ns: %s"
@@ -1634,7 +1642,7 @@ msgstr "Baleiro"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Outros"
@@ -1786,7 +1794,7 @@ msgstr ""
"A tแboa de partici๓ns de rescate non ten\n"
"o mesmo tama๑o. ฟContinuar de calquera xeito?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Advertencia"
@@ -2345,7 +2353,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Nome de usuario"
@@ -2360,23 +2368,23 @@ msgstr "Dominio NIS"
msgid "Search servers"
msgstr "Servidor DNS"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "O formato %s de %s fallou"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Desco๑้cese o xeito de formatar %s de tipo %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "erro desmontando %s: %s"
@@ -2465,46 +2473,109 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Erro ๓ abrir %s para escritura: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Configuraci๓n da LAN"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Controlador"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Axuda"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Por favor, agarde... Aplicando a configuraci๓n"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Agarde, por favor"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2631,7 +2702,8 @@ msgid "/_Quit"
msgstr "Saํr"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/A_xuda"
@@ -2651,76 +2723,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Comunicar erro"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Axuda/_Acerca..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Autodetecci๓n"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Detectar discos duros"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Mire a informaci๓n sobre o hardware"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Mostrar informaci๓n"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Configurar o rato"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "detectado no porto %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Agarde, por favor"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d segundos"
@@ -3895,7 +3968,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3910,7 +3983,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3919,20 +3992,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Insira un disquete formatado con FAT na unidade %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -3940,12 +4013,12 @@ msgstr ""
"Para usar esta selecci๓n de paquetes gardada, arrinque a instalaci๓n con "
"``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Erro lendo o ficheiro %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4191,7 +4264,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Benvido a %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Ningunha disqueteira dispo๑ible"
@@ -4222,11 +4295,11 @@ msgstr "Clase de instalaci๓n"
msgid "Please choose one of the following classes of installation:"
msgstr "Escolla unha das seguintes clases de instalaci๓n:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Selecci๓n dos grupos de paquetes"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Selecci๓n individual de paquetes"
@@ -4304,7 +4377,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instalar"
@@ -4327,7 +4400,7 @@ msgstr "Desinstalar"
msgid "Choose the packages you want to install"
msgstr "Escolla os paquetes que desexa instalar"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instalando"
@@ -4354,17 +4427,17 @@ msgid "Installing package %s"
msgstr "Instalando o paquete %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aceptar"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Rexeitar"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4379,16 +4452,16 @@ msgstr ""
"non o ten, prema Cancelar para omitir a instalaci๓n deste Cd-Rom."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "ฟSeguir adiante?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Houbo un erro ๓ ordenar os paquetes:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Houbo un erro ๓ instalar os paquetes:"
@@ -4485,7 +4558,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4563,7 +4636,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teclado"
@@ -4779,31 +4852,31 @@ msgstr "Insira un disquete na unidade %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
#, fuzzy
msgid "Type of install"
msgstr "Elixa o paquete a instalar"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
#, fuzzy
msgid "With X"
msgstr "Agarde"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4813,16 +4886,16 @@ msgstr ""
"Se non ten ning๚n deses CDs, prema Cancelar.\n"
"Se s๓ faltan alg๚ns dos CDs, desmแrqueos, e prema Aceptar."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom etiquetado \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Preparando a instalaci๓n"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4831,21 +4904,21 @@ msgstr ""
"Instalando o paquete %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Configuraci๓n trala instalaci๓n"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Insira un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Insira un disquete baleiro na unidade %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4916,7 +4989,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4928,165 +5001,165 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Contactando co espello para obter a lista dos paquetes dispo๑ibles"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Escoller un espello do que coller os paquetes"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Contactando co espello para obter a lista dos paquetes dispo๑ibles"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "ฟCal ้ a s๚a zona horaria?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "ฟO reloxo interno do seu ordenador usa a hora GMT?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Servidor CUPS remoto"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Sen impresora"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "ฟTen algunha outra?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Resume"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Rato"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Zona horaria"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Impresora"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Tarxeta RDSI"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Tarxeta de son"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Tarxeta de TV"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "Usar NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "Impresora local"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Contrasinal de root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Sen contrasinal"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Este contrasinal ้ demasiado simple (ten que ter polo menos %d caracteres)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autenticaci๓n"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autenticaci๓n"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "Servidor"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "Autenticaci๓n NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5102,21 +5175,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autenticaci๓n"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nome de dominio"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5145,19 +5218,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:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Primeira unidade de disquete"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Segunda unidade de disquete"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Omitir"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5184,7 +5257,7 @@ msgstr ""
"grave do sistema. ฟDesexa crear un disco de arrinque para o seu sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5193,28 +5266,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Desculpe, pero non hai ningunha disqueteira dispo๑ible"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Escolla a disqueteira que quere usar para crear o disco de arranque"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Insira un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Creando o disco de arrinque"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Preparando o cargador de arrinque"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5222,11 +5295,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "ฟDesexa usar aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5234,16 +5307,16 @@ msgstr ""
"Erro instalando aboot, \n"
"ฟprobar a forzar a instalaci๓n mesmo se iso destr๚e a primeira partici๓n?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Cargador de arrinque"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "A instalaci๓n do xestor de arrinque fallou. Ocorreu o seguinte erro:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5254,17 +5327,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insira un disquete baleiro na unidade %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Creando un disquete de auto-instalaci๓n"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5274,7 +5347,7 @@ msgstr ""
"\n"
"ฟDesexa realmente saํr agora?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5307,15 +5380,15 @@ msgstr ""
"da instalaci๓n, hai un capํtulo na Guํa do Usuario Oficial\n"
"de Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Xerar disquete de auto-instalaci๓n"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5329,15 +5402,15 @@ msgstr ""
"\n"
"Pode preferir realizar novamente a instalaci๓n.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatizada"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Reproducir"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Gardar a selecci๓n de paquetes"
@@ -5374,14 +5447,14 @@ msgstr "Avanzado"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Anterior"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Texto"
@@ -5837,7 +5910,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Puntos de montaxe circulares %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Quitar primeiro os volumes l๓xicos\n"
@@ -5975,15 +6048,15 @@ msgstr "ning๚n"
msgid "No mouse"
msgstr "Ning๚n rato"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Probe o seu rato"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Para activar o rato,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "กMOVA A RODA!"
@@ -6019,11 +6092,11 @@ msgstr "Pechar แrbore"
msgid "Toggle between flat and group sorted"
msgstr "Mudar entre lista completa e ordenada por grupos"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Conectar แ Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6033,23 +6106,19 @@ msgstr ""
"Algunhas conexi๓ns usan pptp, e algunhas usan dhcp.\n"
"Se non o sabe con certeza, escolla 'usar pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "usar dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "usar pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "usar pptp"
@@ -6144,7 +6213,7 @@ msgstr "Escolla o adaptador de rede que desexa usar para conectar แ Internet"
msgid "no network card found"
msgstr "non se atopou ningunha tarxeta de rede"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Configurando a rede"
@@ -6160,15 +6229,15 @@ msgstr ""
"Este nome debe ser completamente cualificado,\n"
"como ``mi๑amaquina.meulab.mi๑acomp.es''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Nome de mแquina"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Axudante da configuraci๓n de rede"
@@ -6208,8 +6277,8 @@ msgid "Old configuration (isdn4net)"
msgstr "กDetectouse unha configuraci๓n de firewall!"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Configuraci๓n da RDSI"
@@ -6249,23 +6318,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "ฟQu้ protocolo desexa usar?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "ฟQu้ tipo de tarxeta ten?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Non sei"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6279,19 +6353,19 @@ msgstr ""
"\n"
"Se ten unha tarxeta PCMCIA, ten que co๑ecer a irq e a e/s da tarxeta.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Abortar"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Continuar"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "ฟCal ้ a sua tarxeta RDSI?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6299,7 +6373,7 @@ msgstr ""
"Detectouse unha Tarxeta RDSI PCI, pero se desco๑ece o tipo. Seleccione unha "
"tarxeta PCI na seguinte pantalla."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Non se atopou ningunha tarxeta RDSI PCI. Seleccione unha na pr๓xima pantalla."
@@ -6352,7 +6426,7 @@ msgstr "Primeiro Servidor DNS (opcional)"
msgid "Second DNS Server (optional)"
msgstr "Segundo Servidor DNS (opcional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6360,7 +6434,7 @@ msgstr ""
"\n"
"Pode desconectar ou reconfigurar a s๚a conexi๓n."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6368,11 +6442,11 @@ msgstr ""
"\n"
"Pode reconfigurar a s๚a conexi๓n."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Estแ neste intre conectado แ internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6380,36 +6454,36 @@ msgstr ""
"\n"
"Pode conectar แ Internet ou reconfigurar a s๚a conexi๓n."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Non estแ neste intre conectado แ Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Conectar"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "conexi๓n por RDSI"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Configurar a rede"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Conexi๓n e configuraci๓n de Internet"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Pode desconectar ou reconfigurar a s๚a conexi๓n."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6423,12 +6497,12 @@ msgstr ""
"\n"
"Pode desconectar ou reconfigurar a s๚a conexi๓n."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Configuraci๓n da rede"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6439,7 +6513,7 @@ msgstr ""
"Prema Aceptar para manter a configuraci๓n, ou Cancelar para reconfigurar a "
"conexi๓n de rede e Internet.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
#, fuzzy
msgid ""
"Welcome to The Network Configuration Wizard.\n"
@@ -6452,99 +6526,99 @@ msgstr ""
"Vaise configurar a s๚a conexi๓n แ internet/rede.\n"
"Se non quere usar a detecci๓n automแtica, desmarque a caixa.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Escolla o perfil para configurar"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Usar detecci๓n automแtica"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modo experto"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detectando os dispositivos..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Conexi๓n normal por m๓dem"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "detectado no porto %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "conexi๓n por RDSI"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "detectouse %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "Conexi๓n LAN"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "detectouse na interface %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Conexi๓n por cable"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Conexi๓n por cable"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Conexi๓n LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "tarxeta(s) ethernet detectada(s)"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Elixa a ferramenta que queira usar"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Compartici๓n da conexi๓n แ Internet"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "ฟDesexa que a conexi๓n se inicie ๓ arrincar?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Configuraci๓n da rede"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6552,7 +6626,7 @@ msgid ""
"%s"
msgstr "ฟDesexa reiniciar a rede?"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6562,7 +6636,7 @@ msgstr ""
"\n"
"Agora vai ser aplicada ๓ seu sistema.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6570,14 +6644,14 @@ msgstr ""
"Tras facer iso, acons้llase reiniciar o sistema X para\n"
"evitar os problemas de mudar o nome de mแquina."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6589,7 +6663,7 @@ msgstr ""
"Simplemente acepte para manter o dispositivo configurado.\n"
"Se modifica os campos de embaixo, subsituirแ esta configuraci๓n."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6599,43 +6673,43 @@ msgstr ""
"Cada valor ten que ser introducido coma un enderezo IP en\n"
"notaci๓n decimal con puntos (por exemplo: 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Configurar o dispositivo de rede %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (controlador %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Enderezo IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Mแscara de rede"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP automแtico"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Iniciado o arrincar"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6647,42 +6721,53 @@ msgstr ""
"como ``mi๑amaquina.meulab.mi๑acomp.es''.\n"
"Pode tam้n introducir o enderezo IP da pasarela se usa unha"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Dispositivo de pasarela"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Configuraci๓n dos proxys"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "O proxy deberํa ser http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "O proxy deberํa ser ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "O proxy deberํa ser http://..."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8082,7 +8167,7 @@ msgstr "Desactivando a rede"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
@@ -8595,11 +8680,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "O proxy deberํa ser http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8649,6 +8729,43 @@ msgstr "mkraid fallou (ฟpode que non estean as raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Non hai partici๓ns dabondo para o nivel RAID %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Establecendo o nivel de seguridade"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Establecendo o nivel de seguridade"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Opci๓ns da impresora remota lpd"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Por omisi๓n)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Establecendo o nivel de seguridade"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Por favor, agarde, preparando a instalaci๓n"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -8947,7 +9064,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
@@ -9043,7 +9160,7 @@ msgstr "Conectar แ Internet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9090,7 +9207,7 @@ msgstr "Interface de rede"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9115,7 +9232,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9131,7 +9248,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9146,7 +9263,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9195,8 +9312,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9233,11 +9350,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Instalando o paquete %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Saia da sesi๓n e use Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Entre de novo en %s para activar os cambios"
@@ -9285,16 +9402,6 @@ msgstr "Engadir usuario"
msgid "Add/Del Clients"
msgstr "Cliente DHCP"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Axuda"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9347,53 +9454,68 @@ msgstr "Engadir usuario"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "Cliente DHCP"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Configurando..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Configuraci๓n da LAN"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "reconfigurar"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Insira un disquete na unidade %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Ningunha disqueteira dispo๑ible"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9517,13 +9639,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Probar portos"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9532,41 +9654,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Sen contrasinal"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Adaptador %s: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9577,68 +9699,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9646,922 +9768,924 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Erro lendo o ficheiro %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Selecci๓n dos grupos de paquetes"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Eliminar fila"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows(FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Usuarios"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Probe o seu rato"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Tente de novo"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Tente de novo"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Sen contrasinal"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Escolla a disposici๓n do seu teclado."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Prema nunha partici๓n"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Prema nunha partici๓n"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Prema nunha partici๓n"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Prema nunha partici๓n"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Prema nunha partici๓n"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Seleccione un ficheiro"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Probe o seu rato"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Interface de rede"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tipo"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Nome de usuario"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Escolla a lingua que desexe usar."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "Agarde"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Roda"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Roda"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Opci๓ns do m๓dulo:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Configuraci๓n da rede"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Sistemas de ficheiros"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
#, fuzzy
msgid ""
"\n"
"- User Files:\n"
msgstr "Ficheiros:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
#, fuzzy
msgid ""
"\n"
"- Other Files:\n"
msgstr "Ficheiros:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Dispositivo do rato: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Opci๓ns"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Escolla o porto serie onde estแ conectado o seu m๓dem."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "Configuraci๓n da rede"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "Escolla o seu tipo de rato."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Probe o seu rato"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "Conexi๓n LAN"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Selecci๓n da conexi๓n da impresora"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Restaurar a partir dun disquete"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "Escolla o seu tipo de rato."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Outros"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Instalar sistema"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Restaurar a partir dun ficheiro"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Restaurar a partir dun ficheiro"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Escolla o seu tipo de rato."
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Eliminar fila"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Restaurar a partir dun ficheiro"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Restaurar a partir dun disquete"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Tแboa de partici๓ns de rescate"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Restaurar a partir dun ficheiro"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Nome de mแquina"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Contrasinal"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Nome de usuario"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Nome de mแquina: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Restaurar a partir dun ficheiro"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Personalizado"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Tแboa de partici๓ns de rescate"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Restaurar a partir dun ficheiro"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Anterior"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Estado:"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Restaurar"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Vanse instalar os seguintes paquetes"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "Escolla a lingua que desexe usar."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "Escolla a lingua que desexe usar."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "Escolla a lingua que desexe usar."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Gardar nun ficheiro"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Configuraci๓n da rede"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "Configuraci๓n da rede"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "Configuraci๓n da LAN"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "Configuraci๓n da LAN"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Sistemas de ficheiros"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10593,7 +10717,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10602,7 +10726,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10643,7 +10767,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10671,17 +10795,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10698,7 +10822,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10738,7 +10862,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10749,7 +10873,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10762,7 +10886,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10844,8 +10968,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Ferramentas de consola"
@@ -10921,28 +11045,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Porto"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Saํr da instalaci๓n"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Pode escoller outras linguas que estarแn dispo๑ibles trala instalaci๓n"
@@ -11042,10 +11166,6 @@ msgstr "Axudante..."
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Por favor, agarde... Aplicando a configuraci๓n"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
#, fuzzy
msgid "Connected"
@@ -11163,7 +11283,7 @@ msgstr "Nome do m๓dulo"
msgid "Size"
msgstr "Tama๑o"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11228,24 +11348,24 @@ msgstr "Saํda"
msgid "Build the disk"
msgstr "Crear o disco"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11734,157 +11854,157 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Grupo de traballo"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "partici๓n %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Nome de usuario"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Borrar"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Feito"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Engadir un m๓dulo"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Sen impresora"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Eliminar fila"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Aceptar usuario"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versi๓n: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Porto"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Usar detecci๓n automแtica"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Usar detecci๓n automแtica"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Gardar a selecci๓n de paquetes"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Nome de usuario"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Grupo de traballo"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Non conectado"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11896,137 +12016,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "creaci๓n do disquete de arrinque"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Resoluci๓n"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Escolla a acci๓n"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Nome de recurso compartido"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Configuraci๓n trala instalaci๓n"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Saํr"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instalar sistema"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Configurar servicios"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "dispositivo"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "dispositivo"
+msgid "Save theme"
+msgstr "Instalar sistema"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Escolla o monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Conexi๓n da impresora"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "URI do dispositivo de impresi๓n"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Detectando os dispositivos..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12167,6 +12297,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "uso: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "uso: keyboarddrake [--expert] [keyboard]\n"
@@ -12196,11 +12333,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
#, fuzzy
msgid "logdrake"
msgstr "draknet"
@@ -12482,16 +12619,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12567,7 +12701,7 @@ msgstr "Instalar sistema"
msgid "Exit install"
msgstr "Saํr da instalaci๓n"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12820,6 +12954,21 @@ msgstr "Multimedia - Gravaci๓n de CD"
msgid "Scientific Workstation"
msgstr "Estaci๓n de traballo cientํfica"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Configuraci๓n trala instalaci๓n"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "O proxy deberํa ser ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Saํr"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (non funciona en BIOS antigas)"
@@ -12910,9 +13059,6 @@ msgstr "Estaci๓n de traballo cientํfica"
#~ msgid "Test again"
#~ msgstr "Probar de novo"
-#~ msgid "Setting security level"
-#~ msgstr "Establecendo o nivel de seguridade"
-
#~ msgid "Select a graphics card"
#~ msgstr "Seleccione unha tarxeta grแfica"
@@ -12990,3 +13136,6 @@ msgstr "Estaci๓n de traballo cientํfica"
#~ msgid "Percentage of packages to install"
#~ msgstr "Porcentaxe de paquetes a instalar"
+
+#~ msgid "/Help/_Report Bug"
+#~ msgstr "/Axuda/_Comunicar erro"
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po
index c01c9f503..b3cb7e389 100644
--- a/perl-install/share/po/hr.po
+++ b/perl-install/share/po/hr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-03-22 05:58CET\n"
"Last-Translator: Vlatko Kosturjak <kost@iname.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -91,24 +91,24 @@ msgstr "Podesi sve zaslone nezavisno"
msgid "Use Xinerama extension"
msgstr "Koristi Xinerama proนirenje"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Podesi samo karticu \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s sa 3D hardware akceleracijom"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,17 +117,17 @@ msgstr ""
"Vaนa video kartica moพe imati 3D ubrzanje samo sa XFree %s.\n"
"Vaนa kartica je podrพana od XFree %s koji moพda ima bolju podrนku u 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaนa kartica moพe imati 3D hardware-sku akceleraciju sa XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s sa EXPERIMENTALNOM 3D hardware akceleracijom"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"RAศUNALO.Vaนa kartica je podrพana od XFree %s koja moพe imati bolju podrนku "
"u 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,12 +149,12 @@ msgstr ""
"UPOZORAVAMO VAS DA JE OVO EKSPERIMENTALNA PODRฉKA I MOฎE ZAMRZNUTI VAฉE "
"RAศUNALO."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalacijski zaslonski upravlja่ki program)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Prilago๐eno"
@@ -175,32 +175,32 @@ msgstr "Rezolucija"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcije"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "U redu"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Zavrนi"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -299,25 +299,25 @@ msgstr "Odaberite rezoluciju i color depth"
msgid "Graphics card: %s"
msgstr "Grafi่ka kartica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Odustani"
@@ -394,11 +394,11 @@ msgstr "XFree86 posluพitelj: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 upravlja่ki program: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X kod pokretanja sustava"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -407,7 +407,7 @@ msgstr ""
"Mogu podesiti da se X podigne automatski kod podizanja sustava.\n"
"Da li พelite da se X automatski pokreๆe?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -419,7 +419,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Kakav tip ISDN veze koristite ?"
@@ -492,7 +492,7 @@ msgstr "Zbijeno"
msgid "compact"
msgstr "zbijeno"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Video mod"
@@ -500,17 +500,17 @@ msgstr "Video mod"
msgid "Delay before booting default image"
msgstr "Odgoda prije bootiranja uobi่ajenog imagea"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Lozinka"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Lozinka (provjera)"
@@ -546,14 +546,14 @@ msgstr ""
"Postavka ``Ograni่ene opcije na komandnoj liniji'' nema svrhe ako ne unesete "
"lozinku"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Molim pokuนajte ponovo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Lozinke se ne podudaraju"
@@ -595,7 +595,7 @@ msgstr ""
"\n"
"Sa kojeg diska พelite podizati?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -603,148 +603,148 @@ msgstr ""
"Ovo su trenutni zapisi.\n"
"Moพete dodati joน koji ili urediti postojeๆi."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Gotov"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Promjeni"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Kakvu vrstu zapisa พelite dodati"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Drugi OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Drugi OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Drugi OS (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Slika (image)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Dodaj na kraj"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ศitaj-piนi"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tablica"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Nesigurno"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Oznaka"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Uobi่ajeno"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-veli่ina"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NemaVidea"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Ukloni zapis"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Prazna oznaka nije dozvoljena"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Morate odrediti sliku kernela"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Morate odrediti root particiju"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Ova oznaka veๆ postoji"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Pronaนao sam %s %s me๐usklopova"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Da li imate joน koji?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Da li imate %s me๐usklopova?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaliram upravlja่ki program %s za karticu %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, fuzzy, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -753,7 +753,7 @@ msgstr ""
"Sada moพete unijeti opcije za modul %s.\n"
"Primjetite da svaka adresa treba biti uneนena sa prefiksom 0x kao '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -764,17 +764,17 @@ msgstr ""
"Postavke su formata ``ime=vrijednost ime2=vrijednost2...''.\n"
"Na primjer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Postavke modula:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Koji %s upravlja่ki program พelite isprobati?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -793,15 +793,15 @@ msgstr ""
"ra่unalo za informacije koje treba? Ponekad, isprobavanje moพe zamrznuti\n"
"vaนe ra่unlo, ali ne bi trebalo izazvati nikakvu นtetu."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Auto. ispitaj"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Odredi postavke"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -810,64 +810,64 @@ msgstr ""
"U่itavanje modula %s nije uspjelo.\n"
"Da li พelite pokuนati ponovo sa drugim parametrima?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "pristup X programima"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "dozvoli \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "pristup administracijskim datotekama"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(veๆ postoji %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Lozinka je prejednostavna"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Molim dajte korisniku korisni่ko ime"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
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 `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Ovaj korisnik veๆ postoji"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Ovaj korisnik veๆ postoji"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -876,32 +876,32 @@ msgstr ""
"Unesite korisnika\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Puno ime"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Korisni่ko ime"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Ljuska"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Auto-prijava"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -909,54 +909,54 @@ msgstr ""
"Mogu podesiti da se vaนe ra่unalo automatski prijavi kao jedan korisnik.\n"
"Da li พelite koristiti tu pogodnost?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Izaberite uobi่ajenog korisnika:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Izaberite prozorski upravitelj koji พelite pokrenuti:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Molim izaberite jezik koji พelite koristiti."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Moพete izabrati druge jezike koji ๆe biti dostupni nakon instalacije"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Sve"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Dozvoli svim korisnicima"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Nema dijeljenja"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s treba instalirati. Da li ga พelite instalirati?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Moพete izvesti koristeๆi NFS ili Sambu. Koji od njih พelite"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Nuพni paket %s nedostaje"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -972,11 +972,11 @@ msgstr ""
"\n"
"\"Proizvoljno\" ๆe omoguๆiti dozvoljavanje po korisniku.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -984,31 +984,31 @@ msgstr ""
"Dijeljenje po korisniku koristi grupu \"fileshare\". \n"
"Moพete koristiti userdrake za dodavanje korisnika u navedenu grupu."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Dobrodoนli Crackeri"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Slab"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standardno"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Visok"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Viนi"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoidan"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1019,7 +1019,7 @@ msgstr ""
"ali vrlo osjetljiv: ne smije biti koriนten za ra่unala koja su povezana u "
"mreพi ili na Internet. Naime, nema lozinke za pristup."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1027,7 +1027,7 @@ msgstr ""
"Lozinke su sada uklju่ene me๐utim joน ne preporu่am koriนtenje ovog ra่unala "
"u mreพnom okoliนu."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1035,7 +1035,7 @@ msgstr ""
"Ovo je standardna sigurnosna razina preporu่ena za ra่unala koja ๆe biti "
"koriนtena za spajanje na Internet kao klijent."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1043,7 +1043,7 @@ msgstr ""
"Veๆ postoje neka ograni่enja i viนe automatskih provjera se pokreๆe svake "
"noๆi."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1058,7 +1058,7 @@ msgstr ""
"koji prima zahtjeve od mnogo klijenata. Upozorenje: ako je vaนe ra่unalo "
"samo klijent na Internetu, bolje da izaberete niพu razinu."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1066,35 +1066,35 @@ msgstr ""
"Temeljeno na prijaนnjoj razini, ali je sustav potpuno zatvoren.\n"
"Sigurnosne zna่ajke su na maksimumu."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcije"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Izaberite sigurnosni nivo"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Sigurnosna razina"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Koristi libsafe za posluพitelje"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Biblioteka koja นtiti od prekora่enja spremnika i format string napada."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1107,7 +1107,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1130,58 +1130,58 @@ msgstr ""
# and only one line per string for the GRUB messages
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Dobro dosli u GRUB izbornik operativnih sustava!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Za mijenjanje izabranog sustava pritisnite tipke %c i %c."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pritisnite ENTER za bootiranje izabranog OS, 'e' za promjenu"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "naredbe prije bootiranja ili 'c' za komandnu liniju."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Osvjetljeni zapis biti ๆe bootiran automatski za %d sekundi."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nema dovoljno mjesta u /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Radna povrนina"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Ne moพete instalirati bootloader na %s particiju\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "nema joน implementirane pomoๆi.\n"
@@ -1233,106 +1233,106 @@ msgstr "Lilo/grub mod"
msgid "Yaboot mode"
msgstr "Yaboot mod"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Instaliraj sustav"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Stvori novu particiju"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Greนka"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Kopiram %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "NemaVidea"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Odaberite razred instalacije"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1341,22 +1341,22 @@ msgstr ""
"Trenutno koristite %s kao Upravitelj Boot-a.\n"
"Pritisnite na Podesi za pokretanje ่arobnjaka za postavljanje."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Podesi"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Spremi odabir paketa"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1365,44 +1365,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sistemski mod"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Pokreni X-Window sustav pri podizanju"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Ne, ne พelim automatsko prijavljivanje"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, พelim automatsko prijavljivanje sa ovim korisnikom i okruพjem"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "U redu"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ne mogu otvoriti /etc/inittab za ่itanje: %s"
@@ -1499,53 +1499,61 @@ msgstr "Austrija"
msgid "United States"
msgstr "Sjedinjene Ameri่ke Drพave"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "novi"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Demontiraj"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montiraj"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Posluพitelj"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "To่ka montiranja"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Upiนite brzinu cd snima่a"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Posluพitelj"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Mjesto montiranja:"
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcije: %s"
@@ -1636,7 +1644,7 @@ msgstr "Prazno"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Ostali"
@@ -1781,7 +1789,7 @@ msgstr ""
"Backup particijske tablice nema istu veli่inu\n"
"Da ipak nastavim?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Upozorenje"
@@ -2341,7 +2349,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Korisni่ko ime"
@@ -2355,23 +2363,23 @@ msgstr "NIS domena"
msgid "Search servers"
msgstr "Posluพitelji za pretraพivanje"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s nije uspjelo"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ne znam kako formatirati %s kao vrstu %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "montiranje particije %s u direktorij %s neuspjeนno"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "greนka kod demontiranja %s: %s"
@@ -2460,48 +2468,111 @@ msgstr "Nema niนta za uraditi"
msgid "Error opening %s for writing: %s"
msgstr "Greนka prilikom otvaranja %s za pisanje: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "CUPS postavke"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Upravlja่ki program"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Pomoๆ"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Molimo pri่ekajte... Primjenjujem konfiguraciju"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Molim pri่ekajte"
+
+#: ../../harddrake/sound.pm_.c:208
#, fuzzy
msgid "No known driver"
msgstr "X upravlja่ki program"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "Nepoznati model"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2628,7 +2699,8 @@ msgid "/_Quit"
msgstr "Zavrนi"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Pomoๆ"
@@ -2648,76 +2720,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Pomoๆ/_O programu"
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Auto. ispitaj"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Otkrivanje hard diskova"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Pokaพi info o hardveru"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Prikaพi informacije"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Podesi miน"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "detektiran na portu %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Molim pri่ekajte"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Uklanjam pisa่ \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekundi"
@@ -4725,7 +4798,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Morate tako๐er formatirati %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4751,7 +4824,7 @@ msgstr ""
"\n"
"Da li zaista พelite instalirati te posluพitelje?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4760,20 +4833,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Ne mogu koristiti broadcast bez NIS domene"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Umetnite FAT formatiranu disketu u pogon %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Ova disketa nije FAT formatirana"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4781,12 +4854,12 @@ msgstr ""
"Za koriนtenje spremljenog odabira paketa, podignite instalaciju sa ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Greนka prilikom ่itanja datoteke %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -5029,7 +5102,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Dobrodoนli u %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Disketni pogon nije dostupan"
@@ -5058,11 +5131,11 @@ msgstr "Instalacijski razred"
msgid "Please choose one of the following classes of installation:"
msgstr "Molim izaberite jedan od slijedeๆih razreda instalacije:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Odabir grupe paketa"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Individualan odabir paketa"
@@ -5140,7 +5213,7 @@ msgstr "Prikaพi automatski odabrane pakete"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instaliraj"
@@ -5160,7 +5233,7 @@ msgstr "Minimalna instalacija"
msgid "Choose the packages you want to install"
msgstr "Odaberite pakete koje พelite instalirati"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instaliram"
@@ -5187,17 +5260,17 @@ msgid "Installing package %s"
msgstr "Instaliram paket %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Prihvati"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Odbij"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5214,16 +5287,16 @@ msgstr ""
"Cd-Rom-a."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Da ipak nastavim?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Javila se greนka prilikom sortiranja paketa:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Pojavila se greนka kod instalacije paketa:"
@@ -5348,7 +5421,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5539,7 +5612,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tipkovnica"
@@ -5748,11 +5821,11 @@ msgstr "Umetnite disketu koja sadrพava izbor paketa"
msgid "Selected size is larger than available space"
msgstr "Izabrana veli่ina je veๆa nego raspoloพiv prostor"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Tip instalacije"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5760,19 +5833,19 @@ msgstr ""
"Niste izabrali niti jednu grupu paketa\n"
"Izaberite minimalnu instalaciju ako พelite"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Sa X-ima"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Sa osnovnom dokumentacijom (preporu่eno!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Stvarno malena instalacija (posebice bez urpmia)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5783,16 +5856,16 @@ msgstr ""
"Ako imate samo neke od dolje navedenih CDa odzna่ite one koje nemate i "
"kliknite U redu."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom naslovljen \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Pripremam instalaciju"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5801,21 +5874,21 @@ msgstr ""
"Instaliram paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Postava nakon instalacije"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Molim, umetnite Boot disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Molim, umetnite Update Modules disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5886,7 +5959,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
#, fuzzy
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -5906,160 +5979,160 @@ msgstr ""
"\n"
"Da li พelite instalirati dogradnju?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Kontaktiram Mandrake Linux web site za dobivanje popisa raspoloพivih mirrora"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kojeg พelite skinuti pakete"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
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:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Koja je vaนa vremenska zona?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Vaน hardverski sat namjeนten je na GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatska vremenska sinkronizacija (koristeๆi NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP Posluพitelj"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Udaljeni CUPS posluพitelj"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Nema pisa่a"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Da li imate ISA zvu่nu karticu?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Pokrenite \"sndconfig\" poslije instalacije za podeนavanje vaนe zvu่ne "
"kartice"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nije prona๐ena zvu่na kartica. Probajte \"harddrake\" poslije instalacije"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Sumarno"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Miน"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Vremenska zona"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Pisac"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN kartica"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Zvu่na kartica"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV kartica"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Dobavi Windows fontove"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Lokalne datoteke"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Podeนavanje root lozinke"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Bez lozinke"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Ova lozinka je prejednostavna (lozinka mora sadrพavati barem %d znakova)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Provjera autenti่nosti"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "LDAP Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP Posluพitelj"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "NIS Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS domena"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS Posluพitelj"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6075,21 +6148,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "LDAP Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Ime domene"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6120,19 +6193,19 @@ msgstr ""
"Ako พelite napraviti boot disketu za vaน sustav, ubacite disketu u prvi\n"
" pogon i pritisnite \"U redu\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Prvi disketni pogon"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Drugi disketni pogon"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Presko่i"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6159,7 +6232,7 @@ msgstr ""
"Da li พelite napraviti proizvoljnu boot disketu za vaน sustav?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6173,28 +6246,28 @@ msgstr ""
"stvaranje boot diskete na disketi kapaciteta 1.44 Mb vjerojatno\n"
"neๆe uspjeti, jer XFS treba vrlo velik pokreta่ki program)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ฎalim, me๐utim disketni pogon nije dostupan"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Umetnite disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Stvaram boot disketu"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Pripremam bootloader"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6206,11 +6279,11 @@ msgstr ""
"Instalacija ๆe nastaviti, ali ๆete morati\n"
" koristiti BootX da podignete vaนe ra่unalo"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Da li พelite koristiti aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6218,16 +6291,16 @@ msgstr ""
"Greนka prilikom instalacije aboot-a, \n"
"probati nasilno instalirati iako to moพe uniนtiti prvu particiju?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Instaliranje bootloadera"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Instalacija bootloader-a nije uspjela. Prijavljena je slijedeๆa greนska:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6244,17 +6317,17 @@ msgstr ""
" Tada napiนite: shut-down\n"
"Pri slijedeๆem podizanju trebali biste vidjeti prompt bootloadera."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Umetnite praznu disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Pravim auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6264,7 +6337,7 @@ msgstr ""
"\n"
"ฎelite li zaista zavrนiti?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6297,16 +6370,16 @@ msgstr ""
"Informacije o konfiguriranju vaนeg sustava je raspoloพivo u poslije\n"
"instalacijskom poglavlju od Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
#, fuzzy
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Napravi auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6320,15 +6393,15 @@ msgstr ""
"\n"
"Moพete preferirati da ponovite instalaciju.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatski"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Ponovno prikaพi"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Spremi odabir paketa"
@@ -6364,14 +6437,14 @@ msgstr "Napredno"
msgid "Basic"
msgstr "Osnovno"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Prijaนnje"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Slijedeๆe"
@@ -6821,7 +6894,7 @@ msgstr "Desna \"Windows\" tipka"
msgid "Circular mounts %s\n"
msgstr "Kruพno montiranje %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Ukloni logi่ki volumen prvo\n"
@@ -6960,15 +7033,15 @@ msgstr "niti jedan"
msgid "No mouse"
msgstr "Nema miนa"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Molimo istestirajte miนa."
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Za aktiviranje miนa,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "POMAKNITE VAฉ KOTAศIฦ!"
@@ -7005,11 +7078,11 @@ msgstr "Saพmi stablo"
msgid "Toggle between flat and group sorted"
msgstr "Prebaci izme๐u ravno i grupno sortiranog"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Spoji se na Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -7019,23 +7092,19 @@ msgstr ""
"Neke veze koriste pptp, a nekoliko koriste dhcp.\n"
"Ukoliko neznate, izaberite 'koristi pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "koristi dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "koristi pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "koristi pptp"
@@ -7138,7 +7207,7 @@ msgstr ""
msgid "no network card found"
msgstr "ne mogu pronaๆi niti jednu mreพnu karticu"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Podeนavam mreพu"
@@ -7154,15 +7223,15 @@ msgstr ""
"Vaนe ime ra่unala bi trebalo biti potpuno-kvalificirano ime ra่unala,\n"
"kao นto je ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Ime ra่unala"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ศarobnjak mreพnih postavki"
@@ -7209,8 +7278,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Stara konfiguracija (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN postavke"
@@ -7246,23 +7315,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Koji protokol พelite koristiti ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Kakvu karticu posjedujete?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Ne znam"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7276,19 +7350,19 @@ msgstr ""
"\n"
"Ukoliko imate PCMCIA karticu, morate znati irq i io vaนe kartice.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Prekini"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Nastavi"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Kakvu ISDN karticu imate?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7296,7 +7370,7 @@ msgstr ""
"Pronaนao sam ISDN PCI karticu me๐utim ne znam kojeg je tipa. Molim izaberite "
"vaนu PCI karticu na slijedeๆem ekranu."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
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 "
@@ -7350,7 +7424,7 @@ msgstr "Prvi DNS posluพitelj (opciono)"
msgid "Second DNS Server (optional)"
msgstr "Drugi DNS posluพitelj (opciono)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7358,7 +7432,7 @@ msgstr ""
"\n"
"Moพete isklju่iti ili ponovno konfigurirati vaนu vezu."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7366,11 +7440,11 @@ msgstr ""
"\n"
"Moพete ponovno konfigurirati vaนu vezu."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Trenutno ste spojeni na internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7378,32 +7452,32 @@ msgstr ""
"\n"
"Moพete se spojiti na Internet ili ponovno konfigurirati vaนu vezu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Niste trenutno spojeni na Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Poveพi"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Odspoji"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Podesi vezu"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internet veza i postava"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Sada ๆemo podesiti %s vezu."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7422,12 +7496,12 @@ msgstr ""
"\n"
"Pritisnite U redu za nastavak."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Mreพne postavke"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7438,7 +7512,7 @@ msgstr ""
"Pritisnite U redu da zadrพite postojeๆe postavke, ili Odustani za ponovno "
"konfiguriranje vaนe mreพne/Internet veze.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7451,72 +7525,72 @@ msgstr ""
"Ukoliko ne พelite koristiti auto detekciju, odselektirajte kvadratiๆ s "
"potvrdom.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Izaberite profil za konfiguriranje"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Koristi auto detekciju"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Ekspertni mod"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Otkrivanje ure๐aja..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normalna modemska veza"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "detektiran na portu %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN veza"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "detektirano %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL veza"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "detektirano na me๐usklopu %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kablovska veza"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "detektirana kablovska veza"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN veza"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernet kartica(e) prona๐ene"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Izaberite vezu koju พelite podesiti"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7526,23 +7600,23 @@ msgstr ""
"Molimo izaberite koji พelite koristiti.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internet veza"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Da li พelite pokreniti vaนu vezu kod svakog podizanja (boot) sustava ?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Mreพne postavke"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Mreพa treba biti ponovno pokrenuta"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7553,7 +7627,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7563,7 +7637,7 @@ msgstr ""
"\n"
"Konfiguracija ๆe sada biti primjenjena na vaนem sustavu.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7571,7 +7645,7 @@ msgstr ""
"Nakon นto je to napravljeno, preporu่amo da ponovno pokrenete vaนe X\n"
"okruพje kako bi izbjegli probleme prilikom promjene imena ra่unala."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7582,7 +7656,7 @@ msgstr ""
"ili mcca. Ako vaนa veza ne radi, moพda ๆete morati ponovno pokrenuti\n"
"konfiguraciju"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7594,7 +7668,7 @@ msgstr ""
"Jednostavno prihvatite ovaj ure๐aj konfiguriran.\n"
"Promjena polja niพe ๆe prepisati ovu konfiguraciju."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7604,42 +7678,42 @@ msgstr ""
"Svaka stavka treba biti unesena kao IP adresa odvojena\n"
"to่kama (npr. 1.2.3.4)"
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Podeนavam mreพni ure๐aj %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (upravlja่ki program %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP adresa"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmaska"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatski IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Pokrenuto pri podizanju"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba biti oblika 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7651,42 +7725,53 @@ msgstr ""
"primjerice mojeracunalo.odjel.domena.hr.\n"
"Tako๐er unesite IP adresu gateway ra่unala ako gateway postoji"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS posluพitelj"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (npr. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway ure๐aj"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP adresa treba biti oblika 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP adresa treba biti oblika 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Postava proxy-a"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Prati id mreพne kartice (korisno za laptope)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy treba biti http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy treba biti ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Url treba po่eti sa 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9204,7 +9289,7 @@ msgstr "Ispis na pisa่u \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9749,11 +9834,6 @@ msgstr ""
"Molimo unesite ftp proxy informacije\n"
"Ostavite prazno ukoliko ne พelite ftp proxy"
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url treba po่eti sa 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9801,6 +9881,43 @@ msgstr "mkraid nije uspio (moพda niste instalirali raidtools alate?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nema dovoljno particija za RAID nivo %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Sigurnosna razina"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Sigurnosna razina"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Udaljeno administriranje"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Uobi่ajeno)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Podeนavam sigurnosni nivo"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Molimo pri่ekajte, Pripremam instalaciju"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Pokreni ALSA (Naprednu Linux Zvu่nu Arhitekturu) zvu่ni sustav"
@@ -10109,7 +10226,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Dijeljenje datoteka"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sustav"
@@ -10206,7 +10323,7 @@ msgstr "Spoji se na Internet"
#: ../../share/advertising/03-internet.pl_.c:10
#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10266,7 +10383,7 @@ msgstr "Korisni่ka su่elja"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -10295,7 +10412,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"U่inite od svog ra่unala moๆni posluพitelj sa samo nekoliko pritisaka na "
@@ -10314,7 +10431,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -10330,7 +10447,7 @@ msgstr ""
#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"Potpun raspon Linux rjeนenja, kao i posebne ponude proizvoda i 'goodiesa', "
"sudostupni online preko naนe e-trgovine"
@@ -10381,8 +10498,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -10418,11 +10535,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Instaliram pakete..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Molim prvo se odjavite te pritisnite Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Molim ponovo se logirajte u %s kako bi aktivirali promjenjeno"
@@ -10472,16 +10589,6 @@ msgstr "Dodaj korisnika"
msgid "Add/Del Clients"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Pomoๆ"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -10535,53 +10642,68 @@ msgstr "Dodaj korisnika"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Podeนavam..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Napredne postavke"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "ponovno postavi"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Molim, umetnite Boot disketu u pogon %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Disketni pogon nije dostupan"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -10730,13 +10852,13 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "ukupni progres"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10745,41 +10867,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Bez lozinke"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Ne mogu otvoriti %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10790,65 +10912,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Sigurnosna pohrana sustavskih datoteka"
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Sigurnosna pohrana datoteka na tvrdom disku..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Sigurnosna pohrana korisni่kih datoteka"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Progres sigurnosne pohrane tvrdog diska"
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Sigurnosna pohrana drugih datoteka"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Koristi vrpcu za pohranu"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10856,7 +10978,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, fuzzy, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10865,7 +10987,7 @@ msgstr ""
"popis datoteka poslan FTPom: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
#, fuzzy
msgid ""
"\n"
@@ -10876,39 +10998,39 @@ msgstr ""
"(!) problem sa FTP vezom: nije bilo moguๆe poslati vaนe pohranjene "
"datotekeFTPom.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Greนka prilikom ่itanja datoteke %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Odabir datoteka"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Izaberi datoteke ili mape i stisni 'Dodaj'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10916,26 +11038,26 @@ msgstr ""
"\n"
"Provjerite sve opcije koje trebate.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Ove opcije mogu pohraniti i povratiti sve datoteke u vaนoj /etc mapi.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Sigurnosno pohranjivanje vaนih sustavskih datoteka ( /etc mapa )"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Koristi inkrementalno pohranjivanje (ne zamjenjuje staru pohranu)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Izostavi kriti่ne datoteke (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10943,133 +11065,135 @@ msgstr ""
"S ovom opcijom moๆi ๆete povratiti bilo koju ina่icu\n"
"vaนeg /etc direktorija."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Odaberite sve korisnike koje พelite uklju่iti u pohranu."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Izostavi cache preglednika (browsera)"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Koristi inkrementalnu pohranu (ne zamjenjuje stare pohrane)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windowse (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Korisnici"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Koristi FTP vezu za pohranu"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Upiนite ime hosta ili IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr "Upiนite mapu na ovom hostu u koju ๆete staviti pohranu."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Upiนite svoje korisni่ko ime"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Upiนite svoju lozinku"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Zapamti ovu lozinku"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Koristi CD/DVDROM za pohranu"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Izaberite prostor na CDu"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Nazna่ite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Nazna่ite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Nazna่ite da li prethodno พelite obrisati vaน CDRW"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
#, fuzzy
msgid " Erase Now "
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Nazna่ite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Nazna่ite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11077,36 +11201,36 @@ msgstr ""
"Upiนite ime vaนeg CD snima่a\n"
" ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Odaberite datoteku"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Koristi vrpcu za pohranu"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Upiนite ime ure๐aja kojeg ๆete koristiti za sigurnosnu pohranu"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Nazna่ite da li prethodno พelite obrisati vaน CDRW"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Nazna่ite da li prethodno พelite obrisati vaน CDRW"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Nazna่ite da li prethodno พelite obrisati vaน CDRW"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11114,57 +11238,57 @@ msgstr ""
"Upiนite maksimalnu dozvoljenu\n"
" veli่inu za Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Upiนite mapu za snimanje:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Koristi quotu za pohranjene datoteke"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Mreพa"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Tvrdi disk / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Vrsta"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "svaki sat"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "svaki dan"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "svaki tjedan"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "svaki mjesec"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Koristi daemon"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11172,13 +11296,13 @@ msgstr ""
"Izaberite vremenski razmak izme๐u\n"
"dvije sigurnosne pohrane"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Izaberite medij za pohranu."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -11186,71 +11310,71 @@ msgid ""
"Note that currently all 'net' medias also use the hard drive."
msgstr "Osigurajte da je cron daemon uklju่en u vaนe servise"
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Ovjde poนalji izvjeนtaj mailom poslije svake pohrane:"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ฉto"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Gdje"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Kada"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Joน opcija"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Drakbackup postava"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Izaberite gdje พelite pohranjivati"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "na tvrdi disk"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "preko mreพe"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Izaberite นto พelite pohranjivati"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Pohrani sustav"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Pohrani korisnike"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Ru่no izaberi korisnika"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11258,7 +11382,7 @@ msgstr ""
"\n"
"Izvori za pohranu: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11266,7 +11390,7 @@ msgstr ""
"\n"
"- Sustavske datoteke:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11274,7 +11398,7 @@ msgstr ""
"\n"
"- Korisni่ke datoteke:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11282,7 +11406,7 @@ msgstr ""
"\n"
"- Druge datoteke:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11291,32 +11415,32 @@ msgstr ""
"\n"
"- Snimi na tvrdi disk u putanju: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Ure๐aj miนa: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, fuzzy, c-format
msgid ""
"\n"
@@ -11325,12 +11449,12 @@ msgstr ""
"\n"
"Snimi FTPom na host: %s\n"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy, c-format
msgid ""
"\n"
@@ -11339,7 +11463,7 @@ msgstr ""
"\n"
"Snimi FTPom na host: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11348,7 +11472,7 @@ msgstr ""
"\t\t korisni่ko ime: %s\n"
"\t\t u putanju: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11356,19 +11480,19 @@ msgstr ""
"\n"
"- Opcije:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tIzostavi sustavske datoteke\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tPohrana koristi tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tPohrana koristi tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11377,41 +11501,41 @@ msgstr ""
"\n"
"- Daemon (%s) uklju่i :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Tvrdi disk.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Mreพu FTPom.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Mreพu SSHom.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Mreพu FTPom.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Mreพu FTPom.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Nema postavki, molimo izaberite ศarobnjaka ili Napredno.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11419,7 +11543,7 @@ msgstr ""
"Popis podataka za povrat:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11427,259 +11551,259 @@ msgstr ""
"Popis oนteๆenih podataka:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Molimo poniนtite odabir ili ga uklonite iduๆi put"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Pohranjene datoteke su oนteๆene"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
#, fuzzy
msgid " All of your selected data have been "
msgstr " Svi vaนi izabrani podaci su "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Uspjeนno povraๆeni na %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Povrati postavke "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "U redu da bi povratili ostale datoteke"
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Popis korisnika za povrat (samo je najnoviji nadnevak vaพan za svakog "
"korisnika)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Pohrani sustavske datoteke prije:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "izaberite nadnevak za povrat"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Koristi tvrdi disk za pohranu"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Upiนite mapu za snimanje:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP veza"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Sigurna veza"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Povrati s tvrdog diska"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Upiนite mapu u koju ste pohranili podatke"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Izaberite drugi medij s kojeg ๆete povratiti podatke"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Ostali mediji"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Povrati sustav"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Povrati korisnike"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Povrati ostalo"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "izaberi putanju za povrat (umjesto / )"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Napravi novu sigurnosnu pohranu prije povrata (samo za inkrementalne "
"pohrane.)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Ukloni mape korisnika prije povrata."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Povrati ostalo"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "Pohranjene datoteke su oนteๆene"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Povrati s tvrdog diska"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Vrati particijsku tabelu"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Povrati korisnike"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Ime ra่unala"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Lozinka"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Korisni่ko ime"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Ime ra่unala: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Povrati ostalo"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Povrati sve pohrane"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Prilago๐ena pohrana"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Vrati particijsku tabelu"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Povrati korisnike"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Prijaนnje"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Snimi"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Sloพi sigurnosnu pohranu"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Povrati"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
#, fuzzy
msgid ""
"Error during sendmail.\n"
@@ -11690,14 +11814,14 @@ msgstr ""
" vaน mail sa izvjeนtajem nije poslan\n"
" molimo podesite sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Slijedeๆi paketi ๆe biti instalirani"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -11706,19 +11830,19 @@ msgstr ""
"Greนka tijekom slanja datoteke putem FTPa.\n"
" Ispravite svoje FTP postavke."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Izaberite podatke za povrat"
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Izaberite medij za sigurnosnu pohranu..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Izaberite podatke koje ๆete pohraniti..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11726,59 +11850,59 @@ msgstr ""
"Nije prona๐ena datoteka s postavkama \n"
"pritisnite ศarobnjaka ili Napredno."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Razvija se ... molimo sa่ekajte."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Pohrani sustavske datoteke"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Pohrani korisni่ke datoteke"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Pohrani ostale datoteke"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Ukupni progres"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "slanje datoteka FTPom"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "ฉaljem datoteke..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Pohrani iz datoteke sa postavkama"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Pogledaj postavke sigurnosne pohrane"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Postavke ่arobnjaka"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Napredne postavke"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Pohrani sada"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
#, fuzzy
msgid ""
"options description:\n"
@@ -11839,7 +11963,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11853,7 +11977,7 @@ msgstr ""
" namjesiti myhostname ili mydomain u /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11931,7 +12055,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
#, fuzzy
msgid ""
"restore description:\n"
@@ -11984,18 +12108,18 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -12025,7 +12149,7 @@ msgstr ""
"sa ovim programom; ako ne, piนite na Free Software Foundation,\n"
"Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12103,7 +12227,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12121,7 +12245,7 @@ msgstr ""
"no นto je poนaljete posluพitelju.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12142,7 +12266,7 @@ msgstr ""
"mapu, i izgubit ๆete sve podatke. Vaพno je biti\n"
"oprezan i ne mijenjati podatke u pohrani ru่no.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12262,8 +12386,8 @@ msgstr ""
# ../../share/compssUsers
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Konzolni Alati"
@@ -12340,28 +12464,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "port"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Post deinstalacija"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Screenshotovi ๆe biti raspoloพivi poslije instalaciju u %s"
@@ -12463,10 +12587,6 @@ msgstr "ศarobnjak..."
msgid "Apply"
msgstr "Primjeni"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Molimo pri่ekajte... Primjenjujem konfiguraciju"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Povezan"
@@ -12588,7 +12708,7 @@ msgstr "Ime modula"
msgid "Size"
msgstr "Veli่ina"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12653,12 +12773,12 @@ msgstr "Ispis"
msgid "Build the disk"
msgstr "Napravi disk"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Uvjerite se da je medij\tprisutan za ure๐aj %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12667,12 +12787,12 @@ msgstr ""
"Ne postoji medij za ure๐aj %s.\n"
"Molimo ubacite jedan."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Ne mogu napraviti fork: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13157,158 +13277,158 @@ msgstr ""
"\n"
"Kliknite na Postavke ukoliko พelite pokreniti ่arobnjak za postavljanja."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Radna grupa"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "particija %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Obriนi"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Gotov"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Dodaj modul"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Dodaj novi pisa่"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Odselektiraj sve"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Prihvati korisnika"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Ina่ica: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Port"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Koristi auto detekciju"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Koristi auto detekciju"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Spremi odabir paketa"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Radna grupa"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nema TV kartice!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
#, fuzzy
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
@@ -13329,137 +13449,147 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "pravljenje boot diskete"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Rezolucija"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Izaberite datoteku"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Ime sharea"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Postava nakon instalacije"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Zavrนi"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instaliraj sustav"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Podeนavanje servisa"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "ure๐aj"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "ure๐aj"
+msgid "Save theme"
+msgstr "Instaliraj sustav"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Odaberite monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Izabir modela pisa่a"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Morate izabrati/upisati pisa่/ure๐aj!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Otkrivanje ure๐aja ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13604,6 +13734,13 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "uporaba: keyboarddrake [--exper] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "uporaba: keyboarddrake [--exper] [keyboard]\n"
@@ -13633,11 +13770,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Ne mogu pokrenuti พivu nadogradnju !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "Promjena je izvrนena, ali da bi imala u่inak, morate se odlogirati"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13922,16 +14059,13 @@ msgstr ""
"Moพete sada skenirati dokumente koriนtenjem ''XSanea'' izMultimedija/Grafika "
"u aplikacijskom izborniku."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -14006,7 +14140,7 @@ msgstr "Instaliraj dogradnje sustava"
msgid "Exit install"
msgstr "Izlaz iz instalacije"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
@@ -14285,6 +14419,21 @@ msgstr "Multimedija - CD prพenje"
msgid "Scientific Workstation"
msgstr "Znanstvena radna stanica"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Postava nakon instalacije"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy treba biti ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Zavrนi"
+
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
#~ "satisfied\n"
@@ -14842,9 +14991,6 @@ msgstr "Znanstvena radna stanica"
#~ msgid "xinetd"
#~ msgstr "xinetd"
-#~ msgid "Setting security level"
-#~ msgstr "Podeนavam sigurnosni nivo"
-
#~ msgid "Select a graphics card"
#~ msgstr "Odaberite grafi่ku karticu"
diff --git a/perl-install/share/po/id.po b/perl-install/share/po/id.po
index 15ce425d7..b2b49985a 100644
--- a/perl-install/share/po/id.po
+++ b/perl-install/share/po/id.po
@@ -1,4 +1,4 @@
-# Instal Grafis Mandrake
+# Instalator Grafis Mandrake
# Copyright (C) 1999 Mandrakesoft
# Budi Rachmanto <rac@linux-mandrake.com>, 2001-2002
# Linux Indonesia <http://www.linux.or.id>, 1999-2001
@@ -9,8 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 0.1\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
-"PO-Revision-Date: 2002-08-17 22:55+09:00\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
+"PO-Revision-Date: 2002-09-08 11:57+0900\n"
"Last-Translator: Budi Rachmanto <rac@linux-mandrake.com>\n"
"Language-Team: Bahasa Indonesia <id@li.org>\n"
"MIME-Version: 1.0\n"
@@ -94,24 +94,24 @@ msgstr "Konfigurasikan semua head secara terpisah"
msgid "Use Xinerama extension"
msgstr "Gunakan ekstensi Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigurasikan hanya kartu \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s dengan akselerasi hardware 3D"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -121,17 +121,17 @@ msgstr ""
"XFree %s.\n"
"Kartu Anda ini dapat dipakai pada XFree %s yg punya dukungan baik dalam 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Kartu Anda dapat menggunakan akselerasi hardware 3D pada XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s dengan akselerasi hardware 3D PERCOBAAN"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -142,7 +142,7 @@ msgstr ""
"NAMUN INI BARU DALAM TAHAP PERCOBAAN DAN DAPAT MEMBUAT KOMPUTER ANDA HANG.\n"
"Kartu Anda ini dapat digunakan XFree %s yang lebih baik dalam 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -151,12 +151,12 @@ msgstr ""
"Kartu Anda dapat menggunakan akselerasi hardware 3D pada XFree %s,\n"
"NAMUN INI BARU DALAM TAHAP PERCOBAAN DAN DAPAT MEMBUAT KOMPUTER ANDA HANG."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalasi driver display)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Customized"
@@ -176,32 +176,32 @@ msgstr "Resolusi"
msgid "Test"
msgstr "Tes"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Pilihan"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ok"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Keluar"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -232,7 +232,7 @@ msgstr "Pembuat"
#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+msgstr "Probe Plug'n Play gagal. Pilihlah monitor yang benar"
#: ../../Xconfig/monitor.pm_.c:114
msgid ""
@@ -297,25 +297,25 @@ msgstr "Pilih resolusi dan kedalaman warna"
msgid "Graphics card: %s"
msgstr "Kartu grafis: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Batal"
@@ -328,9 +328,8 @@ msgid "Do you want to test the configuration?"
msgstr "Anda ingin tes konfigurasi ini?"
#: ../../Xconfig/test.pm_.c:31
-#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Awas: tes kartu grafis ini dapat membekukan komputer Anda"
+msgstr "Awas: pengujian kartu grafis ini dapat membekukan komputer"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -392,11 +391,11 @@ msgstr "Server XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Driver XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "Antarmuka grafis saat startup"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -405,7 +404,7 @@ msgstr ""
"Komputer Anda bisa diset agar menjalankan X saat booting.\n"
"Anda mau fasilitas ini?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -425,7 +424,7 @@ msgstr ""
"\n"
"Anda punya fitur ini?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Norm apa yg digunakan TV Anda?"
@@ -497,7 +496,7 @@ msgstr "Kompak"
msgid "compact"
msgstr "kompak"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Mode video"
@@ -505,17 +504,17 @@ msgstr "Mode video"
msgid "Delay before booting default image"
msgstr "Delay sebelum boot ke image default"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Katasandi"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Katasandi (lagi)"
@@ -550,14 +549,14 @@ msgid ""
msgstr ""
"Pilihan ``Batasi parameter command line'' tidak ada gunanya tanpa katasandi"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Silakan ulangi"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Katasandi tidak sama"
@@ -599,7 +598,7 @@ msgstr ""
"\n"
"Di drive mana Anda boot?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -607,148 +606,148 @@ msgstr ""
"Ini adalah entri yang lain lagi.\n"
"Anda boleh tambahkan atau mengubah yang sudah ada."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Tambah"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Selesai"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Modifikasi"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Tipe entri mana yang hendak ditambahkan?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "OS Lain (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "OS Lain (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "OS Lain (Mindows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Sambung"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Tak aman"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Label"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Default"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-size"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Hapus entri"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Label tidak boleh kosong"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Anda harus tentukan image kernel"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Anda harus tentukan partisi swap"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Label ini sudah dipakai"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Ditemukan interface %s %s"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Anda punya lagi?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Punya antarmuka %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Tidak"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ya"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Menginstal driver untuk kartu %s %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -757,7 +756,7 @@ msgstr ""
"Anda dapat memberikan opsi terhadap modul %s.\n"
"Ingat, semua alamat harus diisikan dengan awalan 0x misalnya '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -768,17 +767,17 @@ msgstr ""
"Parameter biasanya dalam format ``nama=nilai nama2=nilai2...''.\n"
"Misalnya, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Pilihan Modul:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Driver %s mana yang harus saya coba?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -794,15 +793,15 @@ msgstr ""
"biarkan saja drivernya melakukan deteksi sendiri parameternya? Deteksi\n"
"otomatis bisa membuat komputer hang), tapi tak merusak."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Probe otomatis"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Tentukan opsi"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -811,63 +810,61 @@ msgstr ""
"Module %s gagal diload.\n"
"Mau coba lagi dengan parameter yang lain?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "akses ke program X"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "akses ke peralatan rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "izinkan \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "akses ke file administratif"
-#: ../../any.pm_.c:754
-#, fuzzy
+#: ../../any.pm_.c:755
msgid "access to network tools"
-msgstr "akses ke peralatan rpm"
+msgstr "akses ke peralatan jaringan"
-#: ../../any.pm_.c:755
-#, fuzzy
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
-msgstr "akses ke peralatan rpm"
+msgstr "akses ke peralatan kompilasi"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(sudah ditambahkan %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Katasandi ini terlalu sederhana"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Silakan tulis nama user"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Nama user hanya boleh terdiri dari huruf, angka, `-' dan `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Nama user terlalu panjang"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "User ini sudah ada sebelumnya"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Tambah user"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -876,32 +873,32 @@ msgstr ""
"Masukkan user\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Buat user"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Nama Lengkap"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nama user"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikon"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -909,54 +906,54 @@ msgstr ""
"Komputer Anda dapat diset agar secara otomatis login dg satu user.\n"
"Anda ingin pakai feature ini?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Pilih user default:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Pilih manajer window yg akan dipakai:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Pilih bahasan yg akan dipakai."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Anda bisa pilih bahasa lain yang akan tersedia setelah install selesai"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Semua"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Izinkan semua user"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Tiada pemakaian bersama"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s perlu diupgrade. Anda ingin instal?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Anda dapat mengekspor dg NFS atau Samba. Pilih yg Anda ingin."
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Paket wajib %s hilang"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -970,11 +967,11 @@ msgstr ""
"\n"
"\"Custom\" memungkinkan tuning masing-masing user.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Luncurkan userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -982,31 +979,31 @@ msgstr ""
"Sharing per-user menggunakan grup \"fileshare\". \n"
"Anda dapat memakai userdrake utk menambah user di grup ini."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Selamat Datang di Crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Lemah"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standar"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Kuat"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Lebih Kuat"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Pengecut"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1017,13 +1014,13 @@ msgstr ""
"mesin yang terhubung ke mesin lain atau ke ke Internet. Tidak akan ada\n"
"akses katasandi."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr "Katasandi akan diaktifkan, tapi mohon jangan disambungkan ke jaringan."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1031,7 +1028,7 @@ msgstr ""
"Ini adalah sekuriti standar, dianjurkan untuk komputer yang akan\n"
"terkoneksi ke Internet sebagai klien."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1039,7 +1036,7 @@ msgstr ""
"Sudah ada beberapa batasan, dan beberapa pengecekan otomatis berjalan tiap "
"malam."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1052,7 +1049,7 @@ msgstr ""
"Sekuriti kini cukup tinggi untuk dapat melayani koneksi banyak klien.\n"
"Jika mesin Anda hanya berfungsi sebagai klien, pilihlah level lebih rendah."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1060,32 +1057,32 @@ msgstr ""
"Sama dengan level sebelumnya, tapi sistem sepenuhnya ditutup.\n"
"Fitur sekuriti maksimum."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "Opsi Dasar DrakSec"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Pilih tingkat keamanan yg Anda inginkan"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Tingkat keamanan"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Gunakan libsafe utk server"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr "Library penahan serangan string format dan overflow buffer"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Admin Keamanan (login / email)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1100,7 +1097,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1125,58 +1122,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Selamat datang di sang pemilih sistem operasi, GRUB"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Gunakan tombol %c dan %c untuk memilih entri yang disorot"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Tekan enter untuk memboot OS yang terpilih, atau tekan 'e' untuk edit"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "perintah sebelum booting, atau 'c' untuk command line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Entri yang dipilih akan diboot secara otomatis dalam %d detik."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "tak cukup ruang di /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Anda tak dapat menginstal bootloader pada partisi %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "belum ada help.\n"
@@ -1228,64 +1225,63 @@ msgstr "mode Lilo/Grub"
msgid "Yaboot mode"
msgstr "mode Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Instal tema"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Display tema di konsol"
-#: ../../bootlook.pm_.c:150
-#, fuzzy
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
-msgstr "Membuat partisi baru"
+msgstr "Buat tema baru"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Backup %s ke %s.old"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Ada Kesalahan"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "gagal mem-backup pesan lilo"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Salin %s ke %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "tak dapat mengubah pesan lilo"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Pesan lilo tak ditemukan"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Tak dapat menulis /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Tulis %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1293,17 +1289,17 @@ msgstr ""
"Tak dapat menulis /etc/sysconfig/bootsplash\n"
"File tak ditemukan."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Tak dapat meluncurkan mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Buat initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1312,45 +1308,45 @@ msgstr ""
"Luncurkan \"lilo\" sbg root di baris perintah utk menyelesaikan instalasi "
"tema LiLo."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "Luncur ulang 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Catatan"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Instalasi tema LiLo dan Bootsplash sukses"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Instalasi tema gagal!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Manajer Boot: %s. Klik Configure untuk memanggil ahli setup."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigurasikan"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Pilihan Splash"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Tema"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1364,44 +1360,44 @@ msgstr ""
"Anda dapat memilih\n"
"secara terpisah"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Layar lilo"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Mode sistem"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Jalankan X-Window saat sistem dimulai"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Tidak, saya tak mau autologin"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ya, saya mau autologin dg (user,desktop) ini"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "gagal baca file /etc/inittab: %s"
@@ -1498,50 +1494,58 @@ msgstr "Austria"
msgid "United States"
msgstr "Amerika Serikat"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Baru"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Unmount"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Mount"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Posisi mount"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Masukkan URL server WebDAV"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "URL harus dimulai dg http:// atau https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Server: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Posisi mount: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Pilihan: %s"
@@ -1594,9 +1598,8 @@ msgid "Details"
msgstr "Detil"
#: ../../diskdrake/hd_gtk.pm_.c:252
-#, fuzzy
msgid "No hard drives found"
-msgstr "Printer tak ditemukan!"
+msgstr "Harddisk tak ditemukan"
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
@@ -1628,7 +1631,7 @@ msgstr "Kosong"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Lainnya"
@@ -1770,7 +1773,7 @@ msgstr ""
"Backup tabel partisi tidak memiliki ukuran yg sama\n"
"Jalan terus?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Awas"
@@ -2235,7 +2238,7 @@ msgstr ""
#: ../../diskdrake/interactive.pm_.c:1150
msgid "Read-only"
-msgstr ""
+msgstr "Baca-saja"
#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
@@ -2245,7 +2248,7 @@ msgstr "Ukuran: %s\n"
#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Ukuran: %s silinber, %s head, %s sektor\n"
+msgstr "Ukuran: %s silinder, %s head, %s sektor\n"
#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
@@ -2302,7 +2305,7 @@ msgstr "Klik salah satu media"
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
-msgstr "Gagal login dg nama user %s (katakunci salah?)"
+msgstr "Gagal login dg nama user %s (katasandi salah?)"
#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
msgid "Domain Authentication Required"
@@ -2319,11 +2322,11 @@ msgstr "Nama user yang mana"
#: ../../diskdrake/smbnfs_gtk.pm_.c:176
msgid ""
"Please enter your username, password and domain name to access this host."
-msgstr "Masukkan nama user, katakunci dan nama domain utk mengakses host ini."
+msgstr "Masukkan nama user, katasandi dan nama domain utk mengakses host ini."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
-msgstr "Nama user"
+msgstr "Nama pengguna"
#: ../../diskdrake/smbnfs_gtk.pm_.c:180
msgid "Domain"
@@ -2333,23 +2336,23 @@ msgstr "Domain"
msgid "Search servers"
msgstr "Cari Server"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s proses format dari %s gagal"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "tidak bisa melakukan format %s dengan tipe %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "penyambungan partisi %s ke direktori %s gagal"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "error melepas mount %s: %s"
@@ -2367,7 +2370,7 @@ msgid "server"
msgstr "server"
#: ../../fsedit.pm_.c:240
-#, fuzzy, c-format
+#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
@@ -2376,7 +2379,7 @@ msgid ""
"\n"
"Do you agree to loose all the partitions?\n"
msgstr ""
-"Tabel partisi rusak tak terbaca :(\n"
+"Tabel partisi %s rusak tak terbaca :(\n"
"Partisi buruk dapat dicoba dihapus (SEMUA DATA AKAN HILANG!).\n"
"Solusi lainnya adalah melarang DrakX memodifikasi tabel partisi.\n"
"(pesan errornya adalah %s)\n"
@@ -2435,48 +2438,110 @@ msgstr "Tiada yang dikerjakan"
msgid "Error opening %s for writing: %s"
msgstr "error membuka file %s untuk ditulisi: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
-msgstr ""
+msgstr "Tiada driver alternatif"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
+"Tak diketahui adanya driver alternatif OSS/ALSA utk kartu suara Anda (%s)"
-#: ../../harddrake/sound.pm_.c:158
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
-msgstr "konfigurasi CUPS"
+msgstr "Konfigurasi suara"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
+"Di sini dapat dipilih driver alternatif (OSS atau ALSA) utk kartu suara Anda "
+"(%s)"
-#: ../../harddrake/sound.pm_.c:162
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
-msgstr "Driver"
+msgstr "Driver:"
+
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Pertolongan"
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Tunggu, konfigurasi sedang diterapkan..."
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Tunggulah"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
-msgstr "Driver X"
+msgstr "Tiada driver yg diketahui"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
-msgstr ""
+msgstr "Tak diketahui adanya driver utk kartu suara Anda (%s)"
-#: ../../harddrake/sound.pm_.c:177
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
-msgstr "Model tak dikenal"
+msgstr "Driver tak dikenal"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2485,6 +2550,11 @@ msgid ""
"<install at mandrakesoft dot com>\n"
"with subject: unlisted sound driver \"%s\""
msgstr ""
+"Driver \"%s\" kartu suara Anda tak terdaftar\n"
+"\n"
+"Mohon kirimkan keluaran perintah \"lspcidrake -v\" ke\n"
+"<install at mandrakesoft dot com>\n"
+"dengan subject: unlisted sound driver \"%s\""
#: ../../harddrake/ui.pm_.c:16
msgid "Model"
@@ -2586,20 +2656,20 @@ msgid "the vendor name of the device"
msgstr "nama pembuat device"
#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
msgid "Alternative drivers"
-msgstr "Halaman tes alternatif (A4)"
+msgstr "Driver alternatif"
#: ../../harddrake/ui.pm_.c:39
msgid "the list of alternative drivers for this sound card"
-msgstr ""
+msgstr "daftar driver alternatif untuk kartu suara ini"
#: ../../harddrake/ui.pm_.c:63
msgid "/_Quit"
msgstr "/_Keluar"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Tolong"
@@ -2620,14 +2690,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Laporan Bug"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_About..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "Tentang Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2635,56 +2709,53 @@ msgstr ""
"Inilah HardDrake, alat konfigurasi hardware Mandrake.\n"
"Versi:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Pengarang:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 versi "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Hardware terdeteksi"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Info"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Konfigurasi modul"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "Jalankan alat konfigurasi"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Pendeteksian sedang berjalan"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Tunggulah"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Konfigurasi tiap parameter modul dapat dilakukan di sini."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "Jalankan \"%s\"..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr ""
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "Penyalaan kelas %s\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "primer"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "sekunder"
@@ -3181,7 +3252,6 @@ msgstr ""
"jika Anda gagal mengkonfigurasi display."
#: ../../help.pm_.c:246
-#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3222,7 +3292,7 @@ msgstr ""
"berisi sejumlah alat utk mereparasi sistem yg rusak karena kegagalan power,\n"
"salah ketik, alpa kata sandi, dan lain-lain.\n"
"\n"
-"Bila step ini diklik, Anda akan diminta memasukkan disket ke drive. Disket\n"
+"Jika \"Ya\", Anda akan diminta memasukkan disket ke drive. Disket\n"
"harus kosong / berisi data yg tak Anda perlukan. Tak perlu diformat sebab\n"
"DrakX akan menulis ulang seluruh disket."
@@ -4432,7 +4502,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Anda harus juga memformat %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4454,7 +4524,7 @@ msgstr ""
"\n"
"Jadi instal server ini?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4462,21 +4532,25 @@ msgid ""
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
+"Paket berikut akan dihapus agar sistem Anda dapat di-upgrade: %s\n"
+"\n"
+"\n"
+"Benarkah Anda ingin menghapus paket tersebut?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Tanpa domain NIS, broadcast tak dapat dipakai"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Masukkan disket yang sudah diformat dengan tipe FAT di drive %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Disket ini tak diformat dengan sistem FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4484,12 +4558,12 @@ msgstr ""
"Untuk menggunakan pilihan paket yang sudah disimpan sebelumnya, bootlah "
"instalasi dengan pilihan ''linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Error saat membaca file %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4728,7 +4802,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Selamat Datang di %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Tidak ada floppy drive"
@@ -4757,11 +4831,11 @@ msgstr "Kelas Instalasi"
msgid "Please choose one of the following classes of installation:"
msgstr "Pilihlah kelas instalasi berikut:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Pilihan Grup Paket"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Pilih paket sendiri"
@@ -4837,7 +4911,7 @@ msgstr "Tunjukkan paket yang sudah dipilih secara otomatis"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instal"
@@ -4857,7 +4931,7 @@ msgstr "Instalasi minimal"
msgid "Choose the packages you want to install"
msgstr "Pilih paket yang akan diinstal"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instalasi"
@@ -4884,17 +4958,17 @@ msgid "Installing package %s"
msgstr "Instalasi paket %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Terima"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Tolak"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4909,16 +4983,16 @@ msgstr ""
"tekan Batal untuk menghindari instalasi dari Cd-Rom ini."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Jalan terus?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Ada error mengurutkan paket:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Ada error saat instalasi paket:"
@@ -5048,7 +5122,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5166,7 +5240,7 @@ msgstr ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5243,7 +5317,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Benarkah Anda menolak lisensi?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Keyboard"
@@ -5447,11 +5521,11 @@ msgstr "Masukkan disket yg berisi seleksi paket"
msgid "Selected size is larger than available space"
msgstr "Ukuran terpilih melebihi area yg ada"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Tipe instalasi"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5459,19 +5533,19 @@ msgstr ""
"Anda belum memilih grup paket.\n"
"Pilih instalasi minimal yang Anda ingin:"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Dengan X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Dengan dokumentasi dasar (disarankan!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Sungguh instalasi minimal (khususnya tanpa urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5481,16 +5555,16 @@ msgstr ""
"Kalau tak punya sama sekali, click Cancel.\n"
"Kalau cuma punya beberapa aja, pilih aja, trus klik Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Label CD-ROM \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Sedang menyiapkan instalasi"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5499,21 +5573,21 @@ msgstr ""
"Instalasi paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Konfigurasi instalasi akhir"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Masukkan floppy boot ke drive %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Masukkan disket Update Modules ke drive %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5580,7 +5654,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5598,154 +5672,154 @@ msgstr ""
"\n"
"Ingin instal update ?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Mandrake Linux sedang dihubungi untuk mengambil daftar mirror"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Pilih mirror tempat Anda ingin mengambil paket program"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
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:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Pilih zonawaktu Anda"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Jam hardware diset ke GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "sinkronisasi waktu otomatis (dg NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "Server NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Server CUPS remote"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Tidak ada printer"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Anda punya kartu suara ISA?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "Jalankan \"sndconfig\" setelah instalasi untuk konfigurasi kartu suara"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Kartu suara tak terdeteksi. Coba \"harddrake\" setelah instalasi"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Ringkasan"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Mouse"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Zonawaktu"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printer"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Kartu ISDN"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Kartu suara"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Kartu TV"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Domain Mindows"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "File lokal"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Set katasandi root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Tiada katasandi"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Katasandinya terlalu mudah (harus paling tidak %d karakter)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Otentikasi"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Otentikasi LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "Basis dn LDAP"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "Server LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Otentikasi NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Domain NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Server NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5763,28 +5837,28 @@ msgstr ""
"Agar ini dapat bekerja dg PDC W2K, Anda mungkin perlu minta tolong admin "
"menjalankan: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" "
"everyone / add dan me-reboot server.\n"
-"Anda mungkin juga perlu namauser/katakunci Admin Domain utk mengikutkan "
+"Anda mungkin juga perlu namauser/katasandi Admin Domain utk mengikutkan "
"mesin ke domain Mindows(TM).\n"
"Jika jaringan belum aktif, Drakx akan mencoba ikut domain setelah tahapan "
"setup jaringan.\n"
"Jika setup dan otentikasi domain gagal, jalankan 'smbpasswd -j DOMAIN -U USER"
-"%PASSWORD' menggunakan Domain Mindows(tm) Anda, dan Namauser/Katakunci "
+"%PASSWORD' menggunakan Domain Mindows(tm) Anda, dan Namauser/Katasandi "
"Admin, setelah boot system.\n"
"Perintah 'wbinfo -t' akan mengetes apakah rahasia otentikasi Anda baik."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Otentikasi Domain Mindows"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Nama User Admin Domain"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
-msgstr "Katakunci Admin Domain"
+msgstr "Katasandi Admin Domain"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5809,19 +5883,19 @@ msgstr ""
"merecover sistem dari kegagalan. Jika Anda mau bikin bootdisk, masukkan\n"
"disket ke drive pertama dan tekan \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Drive disket Pertama"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Drive disket kedua"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Lewatkan"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5844,7 +5918,7 @@ msgstr ""
"memudahkan kita untuk merecover sistem dari kegagalan. Ingin buat bootdisk?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5858,28 +5932,28 @@ msgstr ""
"pembuatan bootdisk di disket 1.44 Mb mungkin gagal,\n"
"karena XFS perlu driver amat besar)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Tiada floppy drive tersedia"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
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:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Masukkan disket ke %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Membuat bootdisk"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Membuat bootloader"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5891,11 +5965,11 @@ msgstr ""
"Instal akan berlanjut, tapi Anda perlu memakai\n"
"BootX utk mem-boot mesin Anda"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Ingin pakai aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5903,15 +5977,15 @@ msgstr ""
"Ada error saat install aboot,\n"
"paksakan instalasi walau merusak partisi awal?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Instalasi bootloader"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalasi bootloader gagal. Ada kesalahan berikut:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5928,17 +6002,17 @@ msgstr ""
" kemudian: shut-down\n"
"Anda akan melihat prompt bootloader pada boot selanjutnya."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Masukkan disket kosong di drive %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Lagi buat disket auto install"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5948,7 +6022,7 @@ msgstr ""
"\n"
"Anda ingin keluar sekarang?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5980,15 +6054,15 @@ msgstr ""
"Informasi untuk konfigurasi sistem juga tersedia di \n"
"bab Instalasi akhir di Buku Petunjuk Resmi Linux Mandrake."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Buat floppy instalasi otomatis"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6002,15 +6076,15 @@ msgstr ""
"\n"
"Mungkin Anda perlu mengulangi instalasinya.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Otomatis"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Ulang"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Simpan pilihan paket"
@@ -6046,14 +6120,14 @@ msgstr "Tambahan"
msgid "Basic"
msgstr "Dasar"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Tahap sebelumnya"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Lanjut"
@@ -6199,9 +6273,8 @@ msgid "Belgian"
msgstr "Belgia"
#: ../../keyboard.pm_.c:177
-#, fuzzy
msgid "Bengali"
-msgstr "aktifkan"
+msgstr "Bengal"
#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
@@ -6216,9 +6289,8 @@ msgid "Brazilian (ABNT-2)"
msgstr "Brazil (ABNT-2)"
#: ../../keyboard.pm_.c:183
-#, fuzzy
msgid "Bosnian"
-msgstr "Estonia"
+msgstr "Bosnia"
#: ../../keyboard.pm_.c:184
msgid "Belarusian"
@@ -6242,7 +6314,7 @@ msgstr "Jerman (tanpa dead key)"
#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr ""
+msgstr "Devanagari"
#: ../../keyboard.pm_.c:192
msgid "Danish"
@@ -6278,11 +6350,11 @@ msgstr "Yunani"
#: ../../keyboard.pm_.c:203
msgid "Gujarati"
-msgstr ""
+msgstr "Gujarat"
#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
-msgstr ""
+msgstr "Gurmukh"
#: ../../keyboard.pm_.c:205
msgid "Hungarian"
@@ -6314,7 +6386,7 @@ msgstr "Itali"
#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
-msgstr ""
+msgstr "Eskimo"
#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
@@ -6329,9 +6401,8 @@ msgid "Latin American"
msgstr "Amerika Latin"
#: ../../keyboard.pm_.c:218
-#, fuzzy
msgid "Laotian"
-msgstr "Latvia"
+msgstr "Laos"
#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
@@ -6359,20 +6430,19 @@ msgstr "Macedonia"
#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "Myanmar (Burma)"
#: ../../keyboard.pm_.c:227
-#, fuzzy
msgid "Mongolian (cyrillic)"
-msgstr "Serbia (cyrillic)"
+msgstr "Mongol (cyrillic)"
#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
-msgstr ""
+msgstr "Malta (Inggris)"
#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
-msgstr ""
+msgstr "Malta (Amerika)"
#: ../../keyboard.pm_.c:230
msgid "Dutch"
@@ -6503,7 +6573,7 @@ msgstr "Kunci \"Mindows\" kanan"
msgid "Circular mounts %s\n"
msgstr "Mount melingkar %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Hapus dulu volume logiknya\n"
@@ -6563,9 +6633,8 @@ msgid "Genius NetScroll"
msgstr "Genius NetScroll"
#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
msgid "Microsoft Explorer"
-msgstr "Microsoft IntelliMouse"
+msgstr "microsoft Explorer"
#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
@@ -6639,22 +6708,21 @@ msgstr "tiada"
msgid "No mouse"
msgstr "Tidak pakai mouse"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Silakan tes mouse Anda"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Untuk mengaktifkan mouse,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
-msgstr "gerakkan rodanya!"
+msgstr "GERAKKAN RODANYA!"
#: ../../my_gtk.pm_.c:64
-#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
#: ../../my_gtk.pm_.c:159
msgid "Finish"
@@ -6684,11 +6752,11 @@ msgstr "Tutup Tree"
msgid "Toggle between flat and group sorted"
msgstr "Togel tampilan rata dan terurut grupnya"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Hubungan ke Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6698,53 +6766,43 @@ msgstr ""
"Namun ada juga yang menggunakan pptp, dan ada yang pakai dhcp saja.\n"
"Bila ragu, pilih saja 'gunakan pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "usb speedtouch Alcatel"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "gunakan dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "gunakan pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "gunakan pptp"
#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
msgid "Web Server"
-msgstr "Server"
+msgstr "Server Web"
#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
msgid "Domain Name Server"
-msgstr "Perumus Nama Domain"
+msgstr "Server Nama Domain"
#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
msgid "Mail Server"
-msgstr "Aktifkan Server"
+msgstr "Server Mail"
#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
msgid "POP and IMAP Server"
-msgstr "Server LDAP"
+msgstr "Server POP dan IMAP"
#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
msgid "No network card"
-msgstr "kartu jaringan tak ditemukan"
+msgstr "Tiada kartu jaringan"
#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
msgid ""
"drakfirewall configurator\n"
"\n"
@@ -6752,15 +6810,15 @@ msgid ""
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-"konfigurator tinyfirewall\n"
+"konfigurator drakfirewall\n"
"\n"
"Program ini mengkonfigurasi firewall pribadi sistem Linux Mandrake.\n"
"Untuk membuat solusi firewall yang lebih baik, cobalah\n"
-"distribusi Mandrake Security Firewall"
+"distribusi khusus MandrakeSecurity Firewall"
#: ../../network/drakfirewall.pm_.c:147
msgid "Which services would you like to allow the Internet to connect to?"
-msgstr ""
+msgstr "Layanan apa yg Anda suka untuk akses dari Internet?"
#: ../../network/drakfirewall.pm_.c:148
msgid ""
@@ -6768,6 +6826,9 @@ msgid ""
"Valid examples are: 139/tcp 139/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
+"Anda dapat memasukkan berbagai port. \n"
+"Contoh lazim adalah: 139/tcp 139/udp.\n"
+"Informasi ada di /etc/services."
#: ../../network/drakfirewall.pm_.c:154
#, c-format
@@ -6776,15 +6837,17 @@ msgid ""
"The proper format is \"port/tcp\" or \"port/udp\", \n"
"where port is between 1 and 65535."
msgstr ""
+"Port tak berlaku: %s.\n"
+"Format yg benar adalah \"port/tcp\" atau \"port/udp\", \n"
+"sedangkan port berkisar dari 1 sampai 65535."
#: ../../network/drakfirewall.pm_.c:162
msgid "Everything (no firewall)"
-msgstr ""
+msgstr "Semua (tanpa firewall)"
#: ../../network/drakfirewall.pm_.c:164
-#, fuzzy
msgid "Other ports"
-msgstr "Tes port"
+msgstr "Port lain"
#: ../../network/ethernet.pm_.c:37
msgid ""
@@ -6815,7 +6878,7 @@ msgstr "Pilih adapter jaringan yang akan digunakan untuk terhubung ke Internet"
msgid "no network card found"
msgstr "kartu jaringan tak ditemukan"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Konfigureasi jaringan"
@@ -6830,15 +6893,15 @@ msgstr ""
"Hostname (nama komputer) sebaiknya merupakan nama host yg fully-qualified\n"
"misalnya ``mesinku.labku.kotaku.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Nama Host"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Wizard Konfigurasi Jaringan"
@@ -6886,8 +6949,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Konfigurasi lama (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Konfigurasi ISDN"
@@ -6923,23 +6986,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Protokol apa yang ingin Anda gunakan?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Tipe card mana yang Anda punya?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Saya tak tahu"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6954,19 +7022,19 @@ msgstr ""
"Bila Anda punya card PCMCIA, Anda harus mengetahui irq dan io kartu Anda "
"itu.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Batal"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Lanjut"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Manakah kartu ISDN Anda?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6974,7 +7042,7 @@ msgstr ""
"Saya mendeteksi adanya sebuah card ISDN PCI, tapi saya tidak tahu tipenya. "
"Silakan pilih card PCI tersebut pada layar berikutnya."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Tiada kartu PCI ISDN ditemukan. Pilihlah satu pd layar berikut."
@@ -7026,7 +7094,7 @@ msgstr "Server DNS Primer (boleh diisi/tidak)"
msgid "Second DNS Server (optional)"
msgstr "Server DNS Sekunder (boleh tidak diisi)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7034,7 +7102,7 @@ msgstr ""
"\n"
"Anda bisa putuskan atau konfigurasi koneksi yang ada sekarang."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7042,11 +7110,11 @@ msgstr ""
"\n"
"Anda bisa mengkonfigurasikan ulang koneksi ini"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Sekarang Anda sedang terhubung ke Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7054,32 +7122,32 @@ msgstr ""
"\n"
"Anda bisa sambungkan koneksi ke Internet atau mengkonfigurasikan ulang."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Anda sedang tidak terhubung ke Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Tersambung"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Putus"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Konfigurasikan koneksi"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Koneksi dan konfigurasi Internet"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Kita akan mengkonfigurasi koneksi %s."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7098,12 +7166,12 @@ msgstr ""
"\n"
"Tekan OK utk mulai."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Konfigurasi Jaringan"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7114,7 +7182,7 @@ msgstr ""
"Silakan klik OK untuk rekonfigurasi ulang koneksi jaringan/internet ini, "
"atau batal jika Anda berubah pikiran.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7127,72 +7195,72 @@ msgstr ""
"Bila Anda tidak mau menggunakan deteksi otomatis, mohon untuk tidak memilih "
"checkbox.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Pilih profil yang hendak Anda konfigurasikan"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Gunakan deteksi otomatis"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Mode Ahli"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Mendeteksi alat..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Konfigurasi koneksi modem biasa "
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "dideteksi pada port %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "Konfigurasi koneksi ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "%s telah terdeteksi"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "Koneksi ADSL"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "telah dideteksi ada pada interface %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Konfigurasi jaringan kabel"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Koneksi kabel terdeteksi"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "konfigurasi LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ada kartu ethernet terdeteksi"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Pilih koneksi yg hendak dikonfigurasi"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7202,23 +7270,23 @@ msgstr ""
"Pilih yg ingin Anda pakai.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Koneksi Internet"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Anda mau jalankan koneksi ini saat boot?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Konfigurasi jaringan"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Jaringan perlu di-start ulang"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7229,7 +7297,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7239,7 +7307,7 @@ msgstr ""
"\n"
"Konfigurasi akan diterapkan di sistem Anda.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7247,7 +7315,7 @@ msgstr ""
"Setelah itu, silakan restart X Anda agar bebas dari masalah pergantian\n"
"nama host."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7257,7 +7325,7 @@ msgstr ""
"Tes koneksi Anda via net_monitor atau mcc. Jika koneksi tak berjalan, Anda "
"mungkin perlu jalankan konfigurasi dari awal lagi"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7270,7 +7338,7 @@ msgstr ""
"Bila ingin menggantinya, silakan ganti isi pada kolom-kolom di konfigurasi "
"ini."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7280,42 +7348,42 @@ msgstr ""
"Tiap item harus diberikan sebagai alamat IP dalam notasi decimal\n"
"bertitik (misalnya 202.159.35.32)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigurasi perangkat jaringan %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (driver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Alamat IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP otomatis"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Start saat boot"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Alamat IP harus dalam format 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7327,42 +7395,52 @@ msgstr ""
"misalnya ``mesin.lab.grup.com''.\n"
"Anda juga bisa masukkan alamat IP gateway kalau ada"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Server DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (mis. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Device gateway"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Alamat IP harus dalam format 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Alamat IP harus dalam format 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Konfigurasi proxy"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Lacak ID kartu network (berguna di laptop)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy biasanya http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy biasanya ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Url harus berawalan 'ftp:' atau 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -7811,34 +7889,37 @@ msgid "Printerdrake"
msgstr "Printerdrake"
#: ../../printerdrake.pm_.c:178
-#, fuzzy
msgid "Checking your system..."
-msgstr "Mulai ulang sistem cetak ..."
+msgstr "Pengecekan sistem..."
#: ../../printerdrake.pm_.c:186
msgid ""
"There are no printers found which are directly connected to your machine"
-msgstr ""
+msgstr "Tiada printer yg ditemukan terhubung langsung ke mesin Anda"
#: ../../printerdrake.pm_.c:198
-#, fuzzy
msgid ""
"The following printers\n"
"\n"
-msgstr "Paket berikut akan dihapus"
+msgstr ""
+"Printer berikut\n"
+"\n"
#: ../../printerdrake.pm_.c:199
-#, fuzzy
msgid ""
"The following printer\n"
"\n"
-msgstr "Paket berikut akan dihapus"
+msgstr ""
+"Printer berikut\n"
+"\n"
#: ../../printerdrake.pm_.c:201
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
+"\n"
+"dan satu printer tak dikenal "
#: ../../printerdrake.pm_.c:203
#, c-format
@@ -7846,29 +7927,36 @@ msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
+"\n"
+"dan %d printer tak dikenal "
#: ../../printerdrake.pm_.c:207
msgid ""
"\n"
"are "
msgstr ""
+"\n"
+" "
#: ../../printerdrake.pm_.c:208
msgid ""
"\n"
"is "
msgstr ""
+"\n"
+" "
#: ../../printerdrake.pm_.c:210
-#, fuzzy
msgid "directly connected to your system"
-msgstr "Salin font di sistem Anda"
+msgstr "terhubung langsung dengan sistem Anda"
#: ../../printerdrake.pm_.c:213
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
+"\n"
+"Sebuah printer tak dikenal terhubung langsung dengan sistem Anda"
#: ../../printerdrake.pm_.c:215
#, c-format
@@ -7876,33 +7964,32 @@ msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
+"\n"
+"%d printer tak dikenal terhubung langsung dengan sistem Anda"
#: ../../printerdrake.pm_.c:221
-#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Pilihlah port tempat printer Anda terhubung."
+msgstr " (Pastikan semua printer Anda terhubung dan hidup).\n"
#: ../../printerdrake.pm_.c:235
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
+"Anda ingin mengaktifkan pencetakan di printer tersebut di atas atau printer "
+"di jaringan lokal?\n"
#: ../../printerdrake.pm_.c:236
-#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr ""
-"Ingin menset printer ini (\"%s\")\n"
-"sbg printer standar?"
+msgstr "Anda ingin mengaktifkan pencetakan di printer jaringan lokal?\n"
#: ../../printerdrake.pm_.c:238
-#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Anda mau jalankan koneksi ini saat boot?"
+msgstr "Anda ingin mengaktifkan pencetakan di printer tersebut di atas?\n"
#: ../../printerdrake.pm_.c:239
msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr ""
+msgstr "Anda yakin ingin men-setup pencetakan di mesin ini?\n"
#: ../../printerdrake.pm_.c:240
#, c-format
@@ -7910,6 +7997,8 @@ msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
+"CATATAN: Akan diinstal piranti lunak tambahan hingga %d MB tergantung model "
+"printer dan sistem cetak."
#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
@@ -7939,7 +8028,6 @@ msgstr ""
"printer."
#: ../../printerdrake.pm_.c:280
-#, fuzzy
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7971,14 +8059,13 @@ msgstr ""
"harus terhubung dan dinyalakan.\n"
"\n"
"Ingat, deteksi printer jaringan membutuhkan waktu lebih lama daripada "
-"printer lokal yg terhubung langsung dg mesin ini. Jadi matikan deteksi "
-"printer jaringan dan/atau Mindows jika tak perlu.\n"
+"printer yg terhubung langsung dg mesin ini. Matikan deteksi printer jaringan "
+"dan/atau Mindows jika tak perlu.\n"
"\n"
" Klik \"Lanjut\" jika siap, dan \"Batal\" jika Anda tak ingin men-setup "
-"printer(s) sekarang."
+"printer sekarang."
#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
-#, fuzzy
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7995,22 +8082,15 @@ msgstr ""
"\n"
"Selamat Datang di Dukun Setup Printer\n"
"\n"
-"Dukun ini menolong Anda menginstal printer yg terhubung dg komputer ini atau "
-"jaringan.\n"
+"Dukun ini menolong Anda menginstal printer yg terhubung dg komputer ini.\n"
"\n"
"Jika Anda punya printer terhubung dg mesin ini, hubungkan dan nyalakan "
-"sehingga ia/mereka dapat dideteksi. Juga printer jaringan harus terhubung "
-"dan dinyalakan.\n"
-"\n"
-"Ingat, deteksi printer jaringan membutuhkan waktu lebih lama daripada "
-"printer lokal yg terhubung langsung dg mesin ini. Jadi matikan deteksi "
-"printer jaringan jika tak perlu.\n"
+"sehingga ia/mereka dapat dideteksi.\n"
"\n"
" Klik \"Lanjut\" jika siap, dan \"Batal\" jika Anda tak ingin men-setup "
-"printer(s) sekarang."
+"printer sekarang."
#: ../../printerdrake.pm_.c:297
-#, fuzzy
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8040,11 +8120,11 @@ msgstr ""
"dan dinyalakan.\n"
"\n"
"Ingat, deteksi printer jaringan membutuhkan waktu lebih lama daripada "
-"printer lokal yg terhubung langsung dg mesin ini. Jadi matikan deteksi "
-"printer jaringan jika tak perlu.\n"
+"printer yg terhubung langsung dg mesin ini. Matikan deteksi printer jaringan "
+"jika tak perlu.\n"
"\n"
" Klik \"Lanjut\" jika siap, dan \"Batal\" jika Anda tak ingin men-setup "
-"printer(s) sekarang."
+"printer sekarang."
#: ../../printerdrake.pm_.c:315
msgid "Auto-detect printers connected to this machine"
@@ -8288,7 +8368,7 @@ msgid ""
"and then add user name, password, and/or workgroup if needed."
msgstr ""
" Jika printer yg diinginkan terdeteksi, pilihlah dari daftar lalu tambahkan "
-"nama user, katakunci, dan/atau grupkerja jika perlu."
+"nama user, katasandi, dan/atau grupkerja jika perlu."
#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
@@ -8346,7 +8426,7 @@ msgid ""
"\n"
msgstr ""
"Anda akan menset up pencetakan ke account Mindows dengan katasandi. "
-"Berhubung kesalahan arsitekture piranti lunak klien Samba, katakunci "
+"Berhubung kesalahan arsitekture piranti lunak klien Samba, katasandi "
"ditampilkan dalam teks di baris perintah klien Samba untuk mengirim job "
"cetak ke server Mindows. Ini memungkinkan tiap user di mesin ini melihat "
"katasandi di layar dengan perintah \"ps auxwww\".\n"
@@ -8357,7 +8437,7 @@ msgstr ""
"\n"
"Pakailah account tanpa-katasandi di server Mindows Anda, sebagai account "
"\"GUEST\" atau account khusus untuk pencetakan. Jangan hapus proteksi "
-"katakunci account pribadi atau administrator.\n"
+"katasandi account pribadi atau administrator.\n"
"\n"
"Set up server Mindows Anda agar printer dapat dipakai dengan protokol LPD. "
"Laluset up pencetakan dari mesin ini dengan tipe koneksi \"%s\" di "
@@ -8605,7 +8685,6 @@ msgstr ""
"Anda ke port lokal atau konfigurasikan di mesin yang terhubung dengannya."
#: ../../printerdrake.pm_.c:1813
-#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
@@ -8616,18 +8695,18 @@ msgid ""
"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
"adjust the head alignment settings with this program."
msgstr ""
-"Agar dapat mencetak dg Lexmark inkjet Anda dan konfigurasi ini, Anda perlu "
-"driver printer inkjet yg disediakan Lexmark (http://www.lexmark.com/). "
-"Masuklah ke situs US dan klik tombol \"Drivers\". Pilih model Anda lalu "
-"sistem operasi \"Linux\". Driver disediakan berupa paket RPM atau shell "
-"script dg instalasi grafis interaktif. Anda tak perlu melakukan konfigurasi "
-"dg frontend grafis. Batalkan langsung setelah persetujuan lisensi.Lalu cetak "
-"halaman printhead alignment dg \"lexmarkmaintain\" dan cocokkan setting head "
-"alignmentdd dg program ini."
+"Agar dapat mencetak dg Lexmark inkjet dan konfigurasi ini, Anda perlu driver "
+"printer inkjet yg disediakan Lexmark (http://www.lexmark.com/). Klik link "
+"\"Drivers\". Pilih model Anda lalu sistem operasi \"Linux\". Driver "
+"disediakan berupa paket RPM atau shell script dg instalasi grafis "
+"interaktif. Anda tak perlu melakukan konfigurasi via frontend grafis ini. "
+"Batalkan langsung setelah persetujuan lisensi. Lalu cetak halaman printhead "
+"alignment dg \"lexmarkmaintain\" dan cocokkan setting head alignment dg "
+"program ini."
#: ../../printerdrake.pm_.c:1816
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr ""
+msgstr "Printer Laser GDI dengan Format ZJ-Stream Zenographics"
#: ../../printerdrake.pm_.c:1817
msgid ""
@@ -8651,6 +8730,21 @@ msgid ""
"The first command can be given by any normal user, the second must be given "
"as root. After having done so you can print normally.\n"
msgstr ""
+"Printer Anda termasuk kelompok printer laser GDI (winprinter) yg menggunakan "
+"format raster Zenographics ZJ-stream utk data yg dikirim ke printer. Driver "
+"printer ini masih amat prematur dan mungkin tak selalu bekerja dg benar. "
+"Khususnya printer mungkin hanya bekerja jika Anda memilih kertas ukuran A4.\n"
+"\n"
+"Beberapa printer misalnya HP LaserJet 1000 (driver ini semula dibuat "
+"untuknya), mensyaratkan firmware di-upload setelah dinyalakan. Untuk HP "
+"LaserJet 1000, carilah file \"sihp1000.img\" di CD driver Mindows printer "
+"atau partisi Mindows Anda dan upload file ke printer dg perintah berikut:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"Perintah pertama dapat diberikan oleh pengguna normal, yang kedua harus "
+"dikerjakan oleh root. Setelah itu Anda baru dapat mencetak.\n"
#: ../../printerdrake.pm_.c:2040
msgid ""
@@ -8910,7 +9004,7 @@ msgstr "Pencetakan di printer \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9244,9 +9338,8 @@ msgid "Printer options"
msgstr "Opsi printer"
#: ../../printerdrake.pm_.c:2989
-#, fuzzy
msgid "Preparing Printerdrake..."
-msgstr "Persiapan PrinterDrake ..."
+msgstr "Persiapan PrinterDrake..."
#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
@@ -9455,10 +9548,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr "Isilah info proxy ftp, kosongkan jika tak perlu"
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url harus berawalan 'ftp:' atau 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9506,6 +9595,41 @@ msgstr "mkraid gagal (mungkin raidtoolsnya tak ada?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Partisi tidak cukup untuk level RAID %d\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "Tingkat keamanan:"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Tingkat keamanan"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "Admin Keamanan:"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " ? (default %s) "
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Pilih tingkat keamanan"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Tunggu, instalasi sedang disiapkan..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Luncurkan sistem suara ALSA (Advanced Linux Sound Architecture)"
@@ -9806,7 +9930,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Pemakaian file bersama"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sistem"
@@ -9882,156 +10006,145 @@ msgstr "Gabung dunia Perangkat Lunak Bebas"
#: ../../share/advertising/02-community.pl_.c:10
msgid "Want to know more about the Open Source community?"
-msgstr ""
+msgstr "Ingin tahu lebih tentang komunitas Open Source?"
#: ../../share/advertising/02-community.pl_.c:11
-#, fuzzy
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-"Cari tahu tentang komunitas Sumber Bebas dan jadi anggota. Belajar, ajari, "
-"dan bantulah sesama dengan bergabung dalam banyak forum diskusi di halaman "
-"web \"Komunitas\" kami"
+"Untuk berbagi pengetahuan dan membantu membangun peralatan Linux, mari "
+"bergabung dalam forum diskusi yg tertera di halaman web \"Komunitas\" kami"
#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
msgid "Get the most from the Internet"
-msgstr "Hubungan ke Internet"
+msgstr "Ambil yang paling Wah! dari Internet"
#: ../../share/advertising/03-internet.pl_.c:10
-#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 9.0 menyajikan software terbaik untuk mengakses segala yang "
-"disediakan Internet: Jelajah web & lihat animasi dengan Mozilla dan "
-"Konqueror, tukar email & atur info pribadi Anda dengan Evolution dan Kmail, "
-"dan banyak lagi"
+"Mandrake Linux 9.0 menyajikan software terbaik. Jelajah web dan lihat "
+"animasi dengan Mozilla dan Konqueror, atau baca email dan atur info pribadi "
+"Anda dengan Evolution dan Kmail"
#: ../../share/advertising/04-multimedia.pl_.c:9
msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr ""
+msgstr "Temukan perlengkapan grafis dan multimedia terbaru!"
#: ../../share/advertising/04-multimedia.pl_.c:10
msgid "Push multimedia to its limits!"
-msgstr ""
+msgstr "Dorong multimedia hingga tapal batas!"
#: ../../share/advertising/04-multimedia.pl_.c:11
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mandrake Linux 8.2 memaksimalkan komputer multimedia Anda! Gunakan software "
-"mutakhir untuk memainkan file music dan audio, edit dan mengatur gambar dan "
-"foto, melihat TV dan video, dan banyak lagi"
+"Mandrake Linux 9.0 memungkinkan Anda menggunakan software mutakhir untuk "
+"memainkan file audio, edit dan mengatur gambar/foto, dan melihat video"
#: ../../share/advertising/05-games.pl_.c:9
msgid "Games"
msgstr "Game"
#: ../../share/advertising/05-games.pl_.c:10
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 8.2 menyediakan game terbaik Source Terbuka - arcade, aksi, "
-"kartu, olah raga, strategi, ..."
+"Mandrake Linux menyediakan game Open Source terbaik - arcade, aksi, kartu, "
+"olah raga, strategi, ..."
#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Pusat Kontrol Mandrake"
#: ../../share/advertising/06-mcc.pl_.c:10
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
-"Pusat Kontrol Mandrake Linux 8.2 adalah tempat terpadu untuk mengkonfigurasi "
-"sistem Mandrake Anda"
+"Mandrake Linux menyediakan alat perkasa untuk mengkonfigurasi mesin Anda"
#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
-msgstr "Antarmuka user"
+msgstr "Antarmuka pengguna"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
+"Mandrake Linux menyediakan 11 antarmuka pengguna yang dapat dimodifikasi: "
+"KDE 3, Gnome 2, WindowMaker, ..."
#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
msgid "Development simplified"
-msgstr "Development"
+msgstr "Pemrograman dipermudah"
#: ../../share/advertising/08-development.pl_.c:10
msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
+msgstr "Mandrake Linux adalah platform bangun terampuh"
#: ../../share/advertising/08-development.pl_.c:11
-#, fuzzy
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-"Mandrake Linux 8.2 adalah platform development terampuh. Temukan power "
-"compiler gcc GNU, juga lingkungan development Sumber Bebas terbaik"
+"Gunakan power compiler gcc GNU, juga lingkungan bangun Open Source terbaik"
#: ../../share/advertising/09-server.pl_.c:9
msgid "Turn your machine into a reliable server"
-msgstr ""
+msgstr "Jadikan mesin Anda server yang handal"
#: ../../share/advertising/09-server.pl_.c:10
-#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-"Jadikan mesin Anda server powerful dengan hanya beberapa klik mouse: server "
+"Jadikan mesin Anda server perkasa dengan hanya beberapa klik mouse: server "
"Web, email, firewall, router, server file dan cetak, ..."
#: ../../share/advertising/10-mnf.pl_.c:9
msgid "Optimize your security"
-msgstr ""
+msgstr "Optimasi keamanan"
#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
"F.)"
-msgstr ""
+msgstr "MandrakeSecurity mencakup produk Multi Network Firewall (M.N.F.)"
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
+"Produk firewall ini mencakup fitur jaringan yang memungkinkan Anda memenuhi "
+"semua kebutuhan sekuritas"
#: ../../share/advertising/10-mnf.pl_.c:12
msgid "This product is available on MandrakeStore website"
-msgstr ""
+msgstr "Produk ini tersedia di situs MandrakeStore"
#: ../../share/advertising/11-mdkstore.pl_.c:9
msgid "The official MandrakeSoft store"
-msgstr ""
+msgstr "Toko resmi MandrakeSoft"
#: ../../share/advertising/11-mdkstore.pl_.c:10
-#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
-"Solusi Linux lengkap, termasuk sajian khusus produk dan 'goodies', tersedia "
-"online di e-store kami"
+"Solusi Linux lengkap, termasuk sajian khusus produk dan \"goodies\" lain, "
+"tersedia online di e-store kami:"
#: ../../share/advertising/12-mdkstore.pl_.c:9
msgid "Strategic partners"
-msgstr ""
+msgstr "Mitra strategis"
#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
@@ -10039,20 +10152,25 @@ msgid ""
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
+"MandrakeSoft bekerjasama dengan sejumlah perusahaan penyedia solusi "
+"profesional yang kompatibel dengan Mandrake Linux. Daftar mitra ada di "
+"MandrakeStore"
#: ../../share/advertising/13-mdkcampus.pl_.c:9
msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr ""
+msgstr "Temukan katalog training MandrakeSoft Kampus-Linux"
#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
"The training program has been created to respond to the needs of both end "
"users and experts (Network and System administrators)"
msgstr ""
+"Program training diadakan untuk memenuhi kebutuhan para pengguna akhir dan "
+"pakar (admin jaringan dan sistem)"
#: ../../share/advertising/13-mdkcampus.pl_.c:11
msgid "Certify yourself on Linux"
-msgstr ""
+msgstr "Sertifikasikan diri Anda di Linux"
#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
@@ -10060,43 +10178,48 @@ msgid ""
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
"certification program (worldwide professional technical certification)"
msgstr ""
+"Apakah Anda memilih belajar sendiri atau via jaringan mitra training kami, "
+"katalog Kampus-Linux mempersiapkan Anda untuk program sertifikasi LPI baku "
+"(sertifikat teknik profesional dunia)"
#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
msgid "Become a MandrakeExpert"
-msgstr "AhliMandrake"
+msgstr "Jadi AhliMandrake"
#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
"Find the solutions of your problems via MandrakeSoft's online support "
"platform"
-msgstr ""
+msgstr "Temukan solusi problem via platform dukungan online MandrakeSoft"
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
+"Ikut online dengan tim support MandrakeSoft dan Komunitas Linux utk berbagi "
+"pengetahuan dan membantu sesama dengan menjadi Pakar di situs support teknik "
+"online:"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
msgid "MandrakeExpert Corporate"
-msgstr "AhliMandrake"
+msgstr "AhliMandrake Perusahaan"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
msgid "An online platform to respond to company's specific support needs"
-msgstr ""
+msgstr "Platform online yang melayani kebutuhan support spesifik perusahaan"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
+"Semua insiden akan di-followup oleh pakar teknis MandrakeSoft berkualitas."
#: ../../share/advertising/17-mdkclub.pl_.c:9
msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr ""
+msgstr "KlubMandrake dan Klub Perusahaan Mandrake"
#: ../../share/advertising/17-mdkclub.pl_.c:10
msgid ""
@@ -10107,16 +10230,21 @@ msgid ""
"competititve edge, if you want to support Mandrake Linux development, join "
"MandrakeClub!"
msgstr ""
+"MandrakeClub dan Klub Perusahaan Mandrake dibuat utk pengguna pribadi dan "
+"bisnis Mandrake Linux yg ingin secara langsung men-support distro Linux "
+"favorit sembari menerima hak-hak khusus. Jika Anda suka produk kami, jika "
+"produk kami membantu perusahaan Anda dalam bersaing, jika Anda ingin "
+"membantu pembangunan Mandrake Linux, bergabunglah dengan MandrakeClub!"
#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Instalasi paket..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Silakan log out dan tekan Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Silakan masuk lagi ke %s untuk mengaktifkan perubahan"
@@ -10157,16 +10285,6 @@ msgstr "Tambah/Hapus User"
msgid "Add/Del Clients"
msgstr "Tambah/Hapus Klien DHCP"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Pertolongan"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Disket boot"
@@ -10215,48 +10333,64 @@ msgstr "Tambah user -->"
msgid "<-- Del User"
msgstr "<-- Hapus User"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+#, fuzzy
+msgid "No net boot images created!"
+msgstr "Image Boot Net"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Tambah Klien -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Hapus Klien"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "Konfig dhcpd..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Konfigurasi Lanjutan"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Tulis konfigurasi"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Masukkan floppy:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Gagal akses ke floppy!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Disket dapat dilepas sekarang"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Floppy drive tak tersedia"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Image ISO Etherboot adalah %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Ada yg salah! - mkisofs sudah diinstal?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Perlu bikin dulu /etc/dhcpd.conf first!"
@@ -10351,20 +10485,19 @@ msgstr "Hapus item terakhir"
#: ../../standalone/drakbackup_.c:617
msgid "Cron not available yet as non-root"
-msgstr ""
+msgstr "Cron non-root belum tersedia"
#: ../../standalone/drakbackup_.c:723
msgid "WARNING"
-msgstr ""
+msgstr "PERINGATAN"
#: ../../standalone/drakbackup_.c:724
-#, fuzzy
msgid "FATAL"
-msgstr "FAT"
+msgstr "FATAL"
#: ../../standalone/drakbackup_.c:725
msgid "INFO"
-msgstr ""
+msgstr "INFO"
#: ../../standalone/drakbackup_.c:737
msgid ""
@@ -10400,12 +10533,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Total perkembangan"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10418,41 +10551,41 @@ msgstr ""
"Awas: Jika Anda telah melakukan proses ini Anda mungkin perlu\n"
" membersihkan entri dari authorized_keys pada server."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "Perlu waktu untuk membuat kunci"
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "ERROR: Tak dapat menghasilkan %s."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
-msgstr ""
+msgstr "Tiada prompt katasandi di %s pada port %s"
-#: ../../standalone/drakbackup_.c:849
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:852
+#, c-format
msgid "Bad password on %s"
-msgstr "Tiada katasandi"
+msgstr "Salah katasandi pada %s"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgstr "Tak ada izin pemindahan %s ke %s"
-#: ../../standalone/drakbackup_.c:851
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:854
+#, c-format
msgid "Can't find %s on %s"
-msgstr "Tidak bisa buka %s: %s\n"
+msgstr "%s di %s tak tercari"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
-msgstr ""
+msgstr "tak ada respon %s"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10467,68 +10600,66 @@ msgstr ""
"\n"
"ssh -i %s %s\\@%s\n"
"\n"
-"tanpa ditanyai katakunci."
+"tanpa ditanyai katasandi."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgstr "Situs remote WebDAV telah sinkron!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
-msgstr ""
+msgstr "Transfer WebDAV gagal!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
-msgstr ""
+msgstr "Tiada CDR/DVDR di drive!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
-msgstr ""
+msgstr "Tampaknya bukan media yang dapat merekam!"
-#: ../../standalone/drakbackup_.c:934
-#, fuzzy
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
-msgstr "Media removable"
+msgstr "Media tak terhapuskan"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "Perlu waktu untuk menghapus media."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
-msgstr ""
+msgstr "Problem izin pada akses CD."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
-msgstr ""
+msgstr "Tak ada pita di %s!"
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Backup file sistem..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "File Backup Hard Disk..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Backup file User..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Kemajuan Backup Hard Disk..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Backup file lain..."
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
-msgstr "Gunakan pita utk backup"
+msgstr "Tak ada perubahan backup!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10539,7 +10670,7 @@ msgstr ""
"Aktivitas drakbackup via %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10548,7 +10679,7 @@ msgstr ""
"daftar file yg dikirim oleh FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10557,7 +10688,7 @@ msgstr ""
"\n"
" Problem koneksi FTP: Gagal mengirim file backup dengan FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10567,7 +10698,7 @@ msgstr ""
"Aktivitas drakbackup via CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10577,24 +10708,24 @@ msgstr ""
"Aktivitas drakbackup via tape:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " Kesalahan saat pengiriman surat. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
-msgstr ""
+msgstr "Katalog tak dapat dibuat!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Pilihan File"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Pilih file atau direktori dan klik 'Tambah'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10602,67 +10733,67 @@ msgstr ""
"\n"
"Periksa semua opsi yang Anda inginkan.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Opsi ini memungkinkan backup / restorasi semua file di direktori /etc.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "Backup file System Anda. (direktori /etc)"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Pakai backup incremental (tidak menghapus backup lama)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Tidak memasukkan file penting (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr "Dengan opsi ini Anda dapat menyimpan ulang semua versi direktori /etc."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Periksa semua user yang ingin Anda masukkan ke backup."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Jangan masukkan cache browser"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Pakai Backup Incremental (tidak menghapus backup lama)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Hapus Pilihan"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Mindows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "User"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "Pakai koneksi jaringan utk backup"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
-msgstr ""
+msgstr "Metode Jaring:"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr "Pakai Expect utk SSH"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -10670,7 +10801,7 @@ msgstr ""
"Buat/Transfer\n"
"kunci cadangan SSH"
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
@@ -10678,15 +10809,18 @@ msgstr ""
" Transfer \n"
"Sekarang"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+#, fuzzy
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr "Kunci sudah ada di tempat"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Masukkan nama host atau IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -10694,27 +10828,27 @@ msgstr ""
"Masukkan direktori (atau modul) utk\n"
" meletakkan backup di host ini."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Masukkan login"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Masukkan katasandi"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Ingat katasandi ini"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
-msgstr "Perlu namahost, namauser dan katakunci!"
+msgstr "Perlu namahost, namauser dan katasandi!"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Pakai CD/DVDROM utk backup"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -10724,35 +10858,35 @@ msgstr ""
"(Tekan Enter untuk menyalurkan setting ke tempat isian lain.\n"
"Field ini tak diperlukan, hanya alat utk mengisi formulir.)"
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Pilih ukuran media CD/DVD Anda"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr "Mohon cek perihal CD multisession"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Periksa apakah Anda menggunakan media CDRW"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Cek apakah Anda ingin menghapus media RW (session pertama)"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr " Hapus Sekarang "
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr "Periksa apakah Anda menggunakan alat DVDR"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr "Periksa apakah Anda menggunakan alat DVDRAM"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10760,32 +10894,32 @@ msgstr ""
"Masukkan nama alat Penulis CD Anda\n"
" mis: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr "Tidak ada alat CD didefinisikan!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Gunakan pita utk backup"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Masukkan nama alat utk backup"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr "Cek apakah Anda ingin menggunakan alat non-rewinding."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr "Cek apakah Anda ingin menghapus tape sebelum backup."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr "Cek apakah Anda ingin meng-eject tape setelah backup."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10793,67 +10927,67 @@ msgstr ""
"Masukkan ukuran maximum\n"
" yg diizinkan utk Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "Masukkan direktori utk penyimpanan:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Pakai quota utk file backup."
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Jaringan"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Tape"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "perjam"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "harian"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "mingguan"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "bulanan"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Pakai daemon"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Pilih interval waktu backup"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Pilih media backup."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -10863,71 +10997,71 @@ msgstr ""
"\n"
"Ingat bahwa kini semua media 'net' juga menggunakan harddisk."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Kirim laporan mail setelah tiap backup ke :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
-msgstr ""
+msgstr "Hapus file tar Harddisk setelah backup ke media lain."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Apa"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Mana"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Kapan"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Opsi Tambahan"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Konfigurasi Drakbackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Pilih tempat backup"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "di Hard Drive"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "lewat Network"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "di CDROM"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr "di Device Pita"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Pilih apa yang akan di-backup"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Backup sistem"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Backup User"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Pilih user secara manual"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -10935,7 +11069,7 @@ msgstr ""
"\n"
"Sumber Backup: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -10943,7 +11077,7 @@ msgstr ""
"\n"
"- File Sistem:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -10951,7 +11085,7 @@ msgstr ""
"\n"
"- File User:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -10959,7 +11093,7 @@ msgstr ""
"\n"
"- File Lain:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -10968,13 +11102,15 @@ msgstr ""
"\n"
"- Simpan di Hard drive di path: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
+"\n"
+"- Hapus file tar harddisk setelah backup.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -10982,20 +11118,20 @@ msgstr ""
"\n"
"- Bakar ke CD"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr " di device: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
-msgstr ""
+msgstr " (multi-session)"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -11004,12 +11140,12 @@ msgstr ""
"\n"
"- Simpan ke tape di alat: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tHapus=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -11018,7 +11154,7 @@ msgstr ""
"\n"
"- Simpan via %s di host: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11027,7 +11163,7 @@ msgstr ""
"\t\t name user: %s\n"
"\t\t di path: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11035,19 +11171,19 @@ msgstr ""
"\n"
"- Opsi:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tJangan masukkan File Sistem\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackup dengan tar dan bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackup dengan tar dan gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11056,39 +11192,39 @@ msgstr ""
"\n"
"- Cakupan daemon (%s) :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Hard drive.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-Tape \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Network dg FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Network dg SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Network dg rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Network dg webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Tiada konfigurasi, mohon klik Dukun atau Lanjutan.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11096,7 +11232,7 @@ msgstr ""
"Daftar data restorasi:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11104,265 +11240,261 @@ msgstr ""
"Daftar data rusak:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Mohon uncheck atau hapus nanti."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "File backup rusak"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " Semua data terpilih telah "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Berhasil Direstorasi di %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Restorasi Konfigurasi "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "OK utk restorasi file lain."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr "Daftar user restorasi (hanya tanggal terakhir per user yg penting)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Backup file sistem sebelum:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "pilih tanggal restorasi"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Pakai Hard Disk utk backup"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Masukkan direktori utk penyimpanan:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "Koneksi FTP"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Koneksi Aman"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Restorasi dari Hard Disk."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Masukkan direktori tempat backup disimpan"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Pilih media lain utk direstorasi"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Media Lain"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Restorasi sistem"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Restorasi User"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Restorasi Lain-lain"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "pilih path utk restorasi (selain /)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Lakukan backup baru sebelum restorasi (hanya utk backup incremental.)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Hapus direktori user sebelum restorasi."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
+"Restorasi Entri\n"
+"Katalog Terpilih"
-#: ../../standalone/drakbackup_.c:3392
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
-msgstr "Hapus Pilihan"
+msgstr ""
+"Restorasi File\n"
+"Terpilih"
-#: ../../standalone/drakbackup_.c:3409
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
-msgstr "Restorasi Lain-lain"
+msgstr ""
+"Ubah\n"
+"Path Restorasi"
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:3479
+#, c-format
msgid "Backup files not found at %s."
-msgstr "Backup %s ke %s.old"
+msgstr "File backup tak ditemukan di %s."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
+"Masukkan CD dengan label %s\n"
+" ke drive CD di titik mount /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3488
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
-msgstr "Restorasi dari Hard Disk."
+msgstr "Restorasi Dari CD"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
-msgstr ""
+msgstr "Bukan label CD yang benar. Disk berlabel %s."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
+"Masukkan pita dengan label %s\n"
+" ke drive pita device %s"
-#: ../../standalone/drakbackup_.c:3500
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
-msgstr "Kembalikan tabel partisi"
+msgstr "Restorasi Dari Pita"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
-msgstr ""
+msgstr "Bukan label pita yang benar. Pita berlabel %s."
-#: ../../standalone/drakbackup_.c:3522
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
-msgstr "Restorasi User"
+msgstr "Restorasi Via Jaringan"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
-msgstr ""
+msgstr "Restorasi Via Protokol Jaringan: %s"
-#: ../../standalone/drakbackup_.c:3523
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
msgstr "Nama Host"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
-msgstr ""
+msgstr "Path atau Modul Host"
-#: ../../standalone/drakbackup_.c:3531
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
-msgstr "Katasandi"
+msgstr "Katasandi dibutuhkan"
-#: ../../standalone/drakbackup_.c:3537
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
-msgstr "Nama user"
+msgstr "Nama pengguna dibutuhkan"
-#: ../../standalone/drakbackup_.c:3540
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
-msgstr "Nama Host: "
+msgstr "Nama Host dibutuhkan"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
-msgstr ""
+msgstr "Path atau Modul dibutuhkan"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
-msgstr ""
+msgstr "File Telah Direstorasi..."
-#: ../../standalone/drakbackup_.c:3561
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
-msgstr "Restorasi Lain-lain"
+msgstr "Restorasi Gagal..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Restorasi semua backup"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Restorasi pilihan sendiri"
-#: ../../standalone/drakbackup_.c:3854
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
-msgstr "Tekan Lanjutkan utk melanjutkan"
+msgstr "CD di tempat - lanjutkan."
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
-msgstr ""
+msgstr "Jelajahi repositori restorasi baru."
-#: ../../standalone/drakbackup_.c:3863
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
-msgstr "Kembalikan tabel partisi"
+msgstr "Restorasi Dari Katalog"
-#: ../../standalone/drakbackup_.c:3891
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
-msgstr "Restorasi User"
+msgstr "Perkembangan Restorasi"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Sebelumnya"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Simpan"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Bangun Backup"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Restorasi"
-#: ../../standalone/drakbackup_.c:4229
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-"Error saat sendmail\n"
-" surat laporan Anda tak terkirim\n"
+"Error saat sendmail.\n"
+" Surat laporan Anda tak terkirim.\n"
" Mohon konfigurasikan sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -11370,7 +11502,7 @@ msgstr ""
"Paket berikut perlu diinstal:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11378,19 +11510,19 @@ msgstr ""
"Error saat pengiriman file via FTP.\n"
" Betulkan konfigurasi FTP Anda."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Pilih data utk direstorasi..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Pilih media backup..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Pilih data backup..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11398,59 +11530,59 @@ msgstr ""
"Tiada file konfigurasi \n"
"Mohon klik Dukun atau Lanjutan"
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Sedang dibangun ... tunggu."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Backup file sistem"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Backup file user"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Backup file lain"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Total Kemajuan"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "file dikirim dg FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Kirim file..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Backup Sekarang dari file konfigurasi"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Lihat Konfigurasi Backup."
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Konfigurasi Dukun"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Konfigurasi Lanjutan"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Backup Sekarang"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11510,7 +11642,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11524,7 +11656,7 @@ msgstr ""
" myhostname atau mydomain di /etc/postfix/main.cf harus diset\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11599,8 +11731,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11627,22 +11758,22 @@ msgid ""
"\n"
"\n"
msgstr ""
-"penjelasan restore:\n"
+"penjelasan restorasi:\n"
" \n"
"Hanya tanggal terkini yang akan dipakai, karena dg backup incremental \n"
-"diperlukan restore satu demi satu tiap backup lama.\n"
+"diperlukan restorasi satu demi satu tiap backup lama.\n"
"\n"
-"Jadi jika Anda tak suka restorasi user lepaslah pilihan semua kotak\n"
+"Jadi jika Anda tak ingin merestorasi pengguna lepaslah pilihan semua kotak\n"
"tandanya.\n"
"\n"
-"Jika tidak, Anda dapat memilih hanya satu opsi\n"
+"Jika tidak, Anda dapat memilih hanya satu opsi.\n"
"\n"
" - Backup Incremental:\n"
"\n"
"\tBackup incremental adalah opsi terkuat backup,\n"
"\tAnda dapat mem-backup semua data pertama kali,\n"
"\tdan kemudian hanya yg berubah.\n"
-"\tJadi Anda dapat, saat tahap restore, menyimpan\n"
+"\tJadi Anda dapat, saat restorasi, menaruh\n"
"\tulang data Anda dari tanggal yg ditentukan.\n"
"\tJika Anda belum memilih opsi ini semua backup\n"
"\tlama akan dihapus sebelum tiap backup. \n"
@@ -11650,19 +11781,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Haksalin (C) 2001 MandrakeSoft oleh DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" update 2002 MandrakeSoft oleh Stew Benedict <sbenedict\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11690,7 +11821,7 @@ msgstr ""
" ini; jika tidak, tulis ke the Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11766,7 +11897,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11783,7 +11914,7 @@ msgstr ""
"membangun backup di harddrive Anda sebelum mengirimnya ke server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11804,7 +11935,7 @@ msgstr ""
"akan kehilangan semua data. Hati-hati dan jangan mengubah\n"
"file data backup secara manual.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11929,8 +12060,8 @@ msgid "Synchronization tool"
msgstr "Sinkronisator"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Alat Mandiri"
@@ -11995,7 +12126,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12004,24 +12135,24 @@ msgstr ""
"\n"
"\n"
"Klik tombol utk mengirim laporan kutu.\n"
-"Ini akan membuka window browser web di https://www.bugzilla.com\n"
+"Ini akan membuka window browser web di https://drakbug.mandrakesoft.com\n"
"dan akan ada formulir untuk diisi. Info yang tampil di atas akan\n"
"ditransfer ke server tsb\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Laporan"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Tak terinstal"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "koneksi ke dukun Bugzilla ..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "Browser tak tersedia! Installah satu"
@@ -12063,7 +12194,7 @@ msgstr "Akses Internet"
#: ../../standalone/drakconnect_.c:180
msgid "Type:"
-msgstr "Tipe: "
+msgstr "Tipe:"
#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
msgid "Gateway:"
@@ -12071,11 +12202,11 @@ msgstr "Gateway:"
#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
msgid "Interface:"
-msgstr "Interface: "
+msgstr "Antarmuka:"
#: ../../standalone/drakconnect_.c:194
msgid "Status:"
-msgstr "Status: "
+msgstr "Status:"
#: ../../standalone/drakconnect_.c:201
msgid "Wait please"
@@ -12115,15 +12246,11 @@ msgstr "Klik di sini utk meluncurkan wizard ->"
#: ../../standalone/drakconnect_.c:256
msgid "Wizard..."
-msgstr "Wizard..."
+msgstr "Dukun..."
#: ../../standalone/drakconnect_.c:282
msgid "Apply"
-msgstr "Pasang"
-
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Tunggu ya, sedang mengaktifkan konfigurasi"
+msgstr "Terapkan"
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
@@ -12152,8 +12279,8 @@ msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-"Tiada interface terkonfigurasi.\n"
-"Konfigurasi dulu dg meng-klik 'Configure'"
+"Tiada antarmuka terkonfigurasi.\n"
+"Konfigurasikan dulu dg meng-klik 'Configure'"
#: ../../standalone/drakconnect_.c:452
msgid "LAN Configuration"
@@ -12238,13 +12365,13 @@ msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
#: ../../standalone/drakfloppy_.c:68
msgid "Module name"
-msgstr "Nama Modul"
+msgstr "Nama modul"
#: ../../standalone/drakfloppy_.c:68
msgid "Size"
msgstr "Ukuran"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12309,12 +12436,12 @@ msgstr "Keluaran"
msgid "Build the disk"
msgstr "Buat disk"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Pastikan media ada di device %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12323,12 +12450,12 @@ msgstr ""
"Media di device %s tidak ada atau write-protected.\n"
"Masukkan satu."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Fork gagal: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12812,160 +12939,146 @@ msgstr ""
"\n"
"Silakan pencet Konfigurasikan untuk mulai."
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "group"
-msgstr "Grupkerja"
+msgstr "grup"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
-msgstr ""
+msgstr "path"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
-msgstr "Partisi %s"
+msgstr "izin"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "user"
-msgstr "User"
+msgstr "pengguna"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
-msgstr ""
+msgstr "Naik"
-#: ../../standalone/drakperm_.c:49
-#, fuzzy
+#: ../../standalone/drakperm_.c:50
msgid "delete"
-msgstr "Hapus"
+msgstr "hapus"
-#: ../../standalone/drakperm_.c:50
-#, fuzzy
+#: ../../standalone/drakperm_.c:51
msgid "edit"
-msgstr "Sedang"
+msgstr "edit"
-#: ../../standalone/drakperm_.c:51
-#, fuzzy
+#: ../../standalone/drakperm_.c:52
msgid "Down"
-msgstr "Selesai"
+msgstr "Turun"
-#: ../../standalone/drakperm_.c:52
-#, fuzzy
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
-msgstr "tambah modul"
+msgstr "tambah aturan"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
-msgstr ""
+msgstr "pilih file izin yg akan dilihat/edit"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
+"Drakperm digunakan utk melihat file yg digunakan utk membetulkan izin, "
+"pemilik, dan grup via msec.\n"
+"Anda dapat juga mengedit aturan Anda sendiri yang akan menindas aturan "
+"standar."
-#: ../../standalone/drakperm_.c:61
-#, fuzzy
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
-msgstr "Tambah printer baru"
+msgstr "Tambah aturan baru di akhir"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
-msgstr ""
+msgstr "Edit aturan saat ini"
-#: ../../standalone/drakperm_.c:63
-#, fuzzy
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
-msgstr "Semua tak dipilih"
+msgstr "Naikkan aturan terpilih satu level"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
-msgstr ""
+msgstr "Turunkan aturan terpilih satu level"
-#: ../../standalone/drakperm_.c:65
-#, fuzzy
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
-msgstr "Hapus Pilihan"
+msgstr "Hapus aturan terpilih"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
-msgstr ""
+msgstr "jelajah"
-#: ../../standalone/drakperm_.c:248
-#, fuzzy
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
-msgstr "Buat user"
+msgstr "Pengguna saat ini"
-#: ../../standalone/drakperm_.c:253
-#, fuzzy
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
-msgstr "Versi: %s\n"
+msgstr "Izin"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
-msgstr ""
+msgstr "Path"
-#: ../../standalone/drakperm_.c:255
-#, fuzzy
+#: ../../standalone/drakperm_.c:251
msgid "Property"
-msgstr "Port"
+msgstr "Properti"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
-msgstr ""
+msgstr "sticky-bit (bit-lengket)"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
-msgstr ""
+msgstr "Set-UID (ID Pengguna)"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
-msgstr ""
+msgstr "Set-GID (ID Grup)"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
+"Digunakan utk direktori:\n"
+" hanya pemilik direktori atau file dalam direktori ini yg dapat menghapusnya"
-#: ../../standalone/drakperm_.c:315
-#, fuzzy
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
-msgstr "Gunakan deteksi otomatis"
+msgstr "Gunakan id pemilik utk eksekusi"
-#: ../../standalone/drakperm_.c:316
-#, fuzzy
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
-msgstr "Gunakan deteksi otomatis"
+msgstr "Gunakan id grup utk eksekusi"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
-msgstr ""
+msgstr "jika dipilih, pemilik dan grup takkan diubah"
-#: ../../standalone/drakperm_.c:322
-#, fuzzy
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
-msgstr "Pilihan Splash"
+msgstr "Pilihan path"
-#: ../../standalone/drakperm_.c:368
-#, fuzzy
+#: ../../standalone/drakperm_.c:364
msgid "user :"
-msgstr "User"
+msgstr "pengguna :"
-#: ../../standalone/drakperm_.c:370
-#, fuzzy
+#: ../../standalone/drakperm_.c:366
msgid "group :"
-msgstr "Grupkerja"
+msgstr "grup :"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
-msgstr "Kartu TV tak terdeteksi!"
+msgstr "Kartu Suara tak terdeteksi!"
-#: ../../standalone/draksound_.c:47
-#, fuzzy
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12976,7 +13089,7 @@ msgid ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-"Kartu TV tak terdeteksi. Pastikan Kartu Video/TV yg disupport Linux "
+"Kartu Suara tak terdeteksi. Pastikan Kartu Suara yg disupport Linux "
"terhubung dengan benar.\n"
"\n"
"\n"
@@ -12985,137 +13098,144 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:34
#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr "paket ImageMagick diperlukan utk kerja secara benar"
+
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
-msgstr "pembuatan bootdisk"
+msgstr "pembuatan step pertama"
-#: ../../standalone/draksplash_.c:77
-#, fuzzy
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
-msgstr "Resolusi"
+msgstr "resolusi akhir"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
-#, fuzzy
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
-msgstr "Pilih file"
-
-#: ../../standalone/draksplash_.c:79
-#, fuzzy
-msgid "Theme name"
-msgstr "Nama share"
+msgstr "pilih file image"
#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Konfigurasi instalasi akhir"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Keluar"
+msgid "Theme name"
+msgstr "Nama tema"
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instal tema"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "Jelajah"
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
-#, fuzzy
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
-msgstr "Gagal membuat preview Bootsplash"
-
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
+msgstr "Konfigurasi gambar bootsplash"
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
+"koordinat x kotak\n"
+"teks (jumlah huruf)"
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
+"koordinat x kotak\n"
+"teks (jumlah huruf)"
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
-msgstr ""
+msgid "text width"
+msgstr "lebar teks"
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr ""
+msgid "text box height"
+msgstr "tinggi kotak teks"
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
+"koordinat x sudut kiri\n"
+"atas papan perkembangan"
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
+"koordinat y sudut kiri\n"
+"atas papan perkembangan"
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
-msgstr ""
+msgid "the width of the progress bar"
+msgstr "lebar papan perkembangan"
#: ../../standalone/draksplash_.c:107
-msgid "the color of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:119
-#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "the heigth of the progress bar"
+msgstr "tinggi papan perkembangan"
-#: ../../standalone/draksplash_.c:120
-#, fuzzy
-msgid "preview"
-msgstr "device"
+#: ../../standalone/draksplash_.c:108
+msgid "the color of the progress bar"
+msgstr "warna papan perkembangan"
#: ../../standalone/draksplash_.c:121
-#, fuzzy
-msgid "choose color"
-msgstr "Pilih monitor"
+msgid "Preview"
+msgstr "tampilan"
+
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "simpan tema"
#: ../../standalone/draksplash_.c:124
-#, fuzzy
+msgid "Choose color"
+msgstr "pilih warna"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
-msgstr "Display tema di konsol"
+msgstr "Display logo di Konsol"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
-msgstr ""
+msgstr "Matikan pesan kernel secara default"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
-msgstr ""
+msgstr "Tema ini belum punya bootsplash di %s !"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
-msgstr ""
+msgstr "simpan tema Bootsplash..."
-#: ../../standalone/draksplash_.c:436
-#, fuzzy
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
-msgstr "Seleksi model printer"
+msgstr "Pilihan warna ProgressBar"
-#: ../../standalone/draksplash_.c:454
-#, fuzzy
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
-msgstr "Pilih/masukkan printer/device!"
+msgstr "Pilihlah file image!"
-#: ../../standalone/draksplash_.c:463
-#, fuzzy
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
-msgstr "Pendeteksian alat..."
+msgstr "Preview sedang dibuat ..."
+
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Gagal membuat preview Bootsplash"
#: ../../standalone/drakxtv_.c:49
msgid ""
@@ -13271,6 +13391,14 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"cara pakai: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "cara pakai: keyboarddrake [--expert] [keyboard]\n"
@@ -13299,11 +13427,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Gagal memulai upgrade live !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "Perubahan telah dilakukan, Anda harus logout agar perubahan berlaku"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13471,10 +13599,9 @@ msgid "service setting"
msgstr "setting servis"
#: ../../standalone/logdrake_.c:431
-#, fuzzy
msgid ""
"You will receive an alert if one of the selected services is no more running"
-msgstr "Anda akan menerima peringatan bila salah satu servis terpilih terhenti"
+msgstr "Anda akan diingatkan bila salah satu servis terpilih terhenti"
#: ../../standalone/logdrake_.c:443
msgid "load setting"
@@ -13520,17 +13647,17 @@ msgstr "Tes port"
#: ../../standalone/scannerdrake_.c:81
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr ""
+msgstr "Tiada support utk %s pada Linux Mandrake versi ini."
#: ../../standalone/scannerdrake_.c:56
-#, fuzzy, c-format
+#, c-format
msgid "%s found on %s, configure it?"
msgstr "%s ditemukan di %s, konfigurasikan?"
#: ../../standalone/scannerdrake_.c:59
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
-msgstr ""
+msgstr "%s tak ada di database scanner, konfigurasikan secara manual?"
#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
@@ -13576,16 +13703,14 @@ msgstr ""
"Anda dapat men-scan dokumen dengan ``XSane'' dari Multimedia/Grafik di menu "
"aplikasi."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Some devices in the \"%s\" hardware class were removed:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
"\n"
"Bbrp device di kelas %s ditambahkan:\n"
@@ -13662,7 +13787,7 @@ msgstr "Instal update sistem"
msgid "Exit install"
msgstr "Keluar dari proses instal"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13910,8 +14035,283 @@ msgstr "Multimedia - CD Burning"
msgid "Scientific Workstation"
msgstr "Aplikasi Ilmu pengetahuan"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "Gagal membuat preview Bootsplash"
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "Klik tombol utk mengirim laporan kutu.\n"
+#~ "Ini akan membuka window browser web di https://www.bugzilla.com\n"
+#~ "dan akan ada formulir untuk diisi. Info yang tampil di atas akan\n"
+#~ "ditransfer ke server tsb\n"
+#~ "\n"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "buat bootsplash tahap 2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "maju ke konfigurasi lilosplash"
+
+#~ msgid "Go back"
+#~ msgstr "kembali"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr ""
+#~ "Tak diketahui adanya driver alternatif OSS/ALSA utk kartu suara Anda (%s)"
+
+#~ msgid ""
+#~ "Introduction\n"
+#~ "\n"
+#~ "The operating system and the different components available in the "
+#~ "Mandrake Linux distribution \n"
+#~ "shall be called the \"Software Products\" hereafter. The Software "
+#~ "Products include, but are not \n"
+#~ "restricted to, the set of programs, methods, rules and documentation "
+#~ "related to the operating \n"
+#~ "system and the different components of the Mandrake Linux distribution.\n"
+#~ "\n"
+#~ "\n"
+#~ "1. License Agreement\n"
+#~ "\n"
+#~ "Please read this document carefully. 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 Mandrake Linux sites which are prohibited or restricted in "
+#~ "some countries by local laws.\n"
+#~ "This limited liability applies to, but is not restricted to, the strong "
+#~ "cryptography components \n"
+#~ "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\", \"Mandrake Linux\" 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"
+#~ 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 this document carefully. 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"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy biasanya ftp://..."
+
+#~ msgid "quit"
+#~ msgstr "keluar"
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
@@ -15961,9 +16361,6 @@ msgstr "Aplikasi Ilmu pengetahuan"
#~ "ditampilkan\n"
#~ "di sini. Anda dapat meng-klik tombol utk mengubah parameternya."
-#~ msgid "Setting security level"
-#~ msgstr "Pilih tingkat keamanan"
-
#~ msgid "Graphics card"
#~ msgstr "Kartu grafis"
@@ -16329,9 +16726,6 @@ msgstr "Aplikasi Ilmu pengetahuan"
#~ msgid "Ambiguity (%s), be more precise\n"
#~ msgstr "Tak jelas (%s), coba lebih detil\n"
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (default %s) "
-
#~ msgid "Your choice? (default %s enter `none' for none) "
#~ msgstr "Pilihan Anda? (default %s pilih 'none' untuk tidak ada) "
diff --git a/perl-install/share/po/is.po b/perl-install/share/po/is.po
index feaa9ccd9..fed17099b 100644
--- a/perl-install/share/po/is.po
+++ b/perl-install/share/po/is.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2000-01-05 18:53-0500\n"
"Last-Translator: Thorarinn Einarsson <teinarsson@nc.rr.com>\n"
"Language-Team: Icelandic\n"
@@ -93,41 +93,41 @@ msgstr ""
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Netstillingar"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr ""
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr ""
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -135,19 +135,19 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
msgstr ""
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
#, fuzzy
msgid "Custom"
msgstr "S้rlaga๐a"
@@ -169,33 +169,33 @@ msgstr "Upplausn"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
#, fuzzy
msgid "Options"
msgstr "Upplsingar"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "อ lagi"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Hๆtta"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, fuzzy, c-format
msgid ""
"Keep the changes?\n"
@@ -286,25 +286,25 @@ msgstr "Veldu upplausn og fj๖lda lita"
msgid "Graphics card: %s"
msgstr "Skjแkort: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Hๆtta vi๐"
@@ -380,11 +380,11 @@ msgstr "XFree86 j๓nn: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 j๓nn: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X ํ rๆsingu"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -393,7 +393,7 @@ msgstr ""
"ษg get stillt t๖lvuna ํna til a๐ kveikja sjแlfvirkt แ X vi๐ rๆsingu\n"
"Vilt ๚ kveikja แ X vi๐ endurrๆsingu?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -405,7 +405,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Vi๐ hva๐a ra๐tengi er m๚sin ํn tengd?"
@@ -484,7 +484,7 @@ msgstr "Samjappa๐"
msgid "compact"
msgstr "samjappa๐"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Skjแhamur"
@@ -492,17 +492,17 @@ msgstr "Skjแhamur"
msgid "Delay before booting default image"
msgstr "T๖f แ๐ur en sjแlfgefin rๆsing byrjar"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Lykilor๐"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Lykilor๐ (aftur)"
@@ -537,14 +537,14 @@ msgid ""
msgstr ""
"Valkosturinn ``Takmarka alla rofa แ skipanalํnu'' gerir ekkert แn lykilor๐s"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Reyndu aftur"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Mismunandi lykilor๐"
@@ -582,7 +582,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
#, fuzzy
msgid ""
"Here are the entries on your boot menu so far.\n"
@@ -591,152 +591,152 @@ msgstr ""
"H้rna eru n๚verandi stillingar LILO .\n"
"๚ getur bๆtt vi๐ fleirum e๐a breytt essum."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Bๆta vi๐"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "B๚i๐"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
#, fuzzy
msgid "Modify"
msgstr "Breyta RAID"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Hverju viltu bๆta vi๐?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "ึ๐ru strikerfi (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "ึ๐ru strikerfi (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "ึ๐ru strikerfi (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Rๆsikjarna"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "R๓t"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Bๆta aftan vi๐"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Les-skrif"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tafla"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "ำ๖ruggt"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Nafn"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Sjแlfgefi๐"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Fjarlๆgja"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Autt er ekki leyft"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "๚ ver๐ur a๐ hafa diskminni"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
#, fuzzy
msgid "This label is already used"
msgstr "etta nafn er n๚ egar ํ notkun."
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Fann %s %s tengi"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Er kannski eitt enn ํ v้linni?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Eru einhver %s tengi ํ t๖lvunni?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nei"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Jแ"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Sko๐a๐u v้lb๚na๐arupplsingar"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Set inn rekil fyrir %s korti๐ %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(eining %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -744,7 +744,7 @@ msgid ""
msgstr ""
# ## skrytid
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -755,17 +755,17 @@ msgstr ""
"Vi๐f๖ng eru gefin upp sem ``vi๐fang=gildi vi๐fang2=gildi2 ...''.\n"
"Til dๆmis: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Stillingar kjarnaeininga:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Hva๐a %s rekil viltu pr๓fa?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -782,15 +782,15 @@ msgstr ""
" hann arf? Stundum frystir sjแlfvirk stilling v้lina en a๐ ๆtti ekki\n"
"a๐ skemma neitt."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Stilla sjแlfvirkt"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Stilla handvirkt"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -799,62 +799,62 @@ msgstr ""
"Innsetning แ einingu %s mist๓kst.\n"
"Viltu pr๓fa aftur me๐ ๓lํk vi๐f๖ng?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s er n๚ egar til)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "etta lykilor๐ er of einfalt"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Vinsamlega slแ๐u inn notandanafn"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Notandanafni๐ mแ bara innihalda litla stafi, t๖lustafi, `-' og `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "etta notandanafn er n๚ egar til"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "etta notandanafn er n๚ egar til"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Bๆta vi๐ notanda"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -863,32 +863,32 @@ msgstr ""
"Slแ๐u inn notanda\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Samykkja notanda"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Nafn notanda"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Notandanafn:"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Skel"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr ""
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr ""
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -897,59 +897,59 @@ msgstr ""
"ษg get stillt t๖lvuna ํna til a๐ kveikja sjแlfvirkt แ X vi๐ rๆsingu\n"
"Vilt ๚ kveikja แ X vi๐ endurrๆsingu?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
#, fuzzy
msgid "Choose the default user:"
msgstr "Veldu nja stๆr๐"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Veldu forriti๐ sem ๚ vilt nota"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr ""
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr ""
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Bๆta vi๐ notanda"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "Sta๐bundinn prentari"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Hva๐a pakka viltu setja inn"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -958,55 +958,55 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Velkomin(n) ํ t๖lvurj๓tinn"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "L้legt"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr ""
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Hแtt"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Hแtt"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Taugaveikla๐"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
"or to the Internet. There is no password access."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1015,13 +1015,13 @@ msgstr ""
"etta er hi๐ hef๐bundna ๖ryggi sem mๆlt er me๐ fyrir t๖lvu sem ver๐ur notu๐\n"
"til a๐ tengja vi๐ neti๐ sem bi๐ill. ึryggisathuganir eru n๚na ํ gangi. "
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1035,7 +1035,7 @@ msgstr ""
"ึryggi๐ er n๓gu n๓gu miki๐ til a๐ taka vi๐ fyrirspurnum frแ\n"
"m๖rgum bi๐lum. "
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1044,36 +1044,36 @@ msgstr ""
"Kerfi๐ er komi๐ แ 4. stig og er n๚ alveg loka๐.\n"
"ึryggi๐ er แ hๆsta stigi."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Upplsingar"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Stilli ๖ryggisrep"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Veldu valm๖guleika fyrir j๓n"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1086,7 +1086,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, fuzzy, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1113,58 +1113,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr ""
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr ""
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr ""
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Hvert viltu setja rๆsistj๓rann?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr ""
@@ -1222,130 +1222,130 @@ msgstr "Hringja inn me๐ m๓taldi"
msgid "Yaboot mode"
msgstr "Rๆsitๆki"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Setja kerfi๐ inn"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "B๚a til nja disksnei๐"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Villa"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "tๆki"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Veldu innsetningarflokk"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Veldu prenttengingu"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
#, fuzzy
msgid "Configure"
msgstr "Stilla X"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Val แ pakkah๓p"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
#, fuzzy
msgid "Themes"
msgstr "Tr้"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1354,44 +1354,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr ""
@@ -1497,53 +1497,61 @@ msgstr "ra๐tengd"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "N"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Aftengja"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Tengipunktur"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
#, fuzzy
msgid "Server"
msgstr "netj๓nn"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Tengipunktur"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "netj๓nn"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Tengipunktur: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, fuzzy, c-format
msgid "Options: %s"
msgstr "R๓tardisksnei๐"
@@ -1631,7 +1639,7 @@ msgstr "T๓m"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Anna๐"
@@ -1784,7 +1792,7 @@ msgstr ""
"Disksnei๐in sem var tekin sem afrit er ekki af s๖mu stๆr๐\n"
"Halda แfram?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "A๐v๖run"
@@ -2335,7 +2343,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Notandanafn:"
@@ -2350,23 +2358,23 @@ msgstr "NIS l้n"
msgid "Search servers"
msgstr "Nafnami๐lari"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, fuzzy, c-format
msgid "%s formatting of %s failed"
msgstr "gat ekki forsni๐i๐ %s"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "kann ekki a๐ forsnํ๐a %s af tegundinni %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "villa vi๐ a๐ aftengja %s: %s"
@@ -2447,46 +2455,111 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Villa vi๐ a๐ opna %s til skriftar: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Uppsetning"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Sem j๓n"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "Hjแlp"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#, fuzzy
+msgid "Please Wait... Applying the configuration"
+msgstr "Pr๓funar skilgreining"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Augnablik..."
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2612,7 +2685,8 @@ msgid "/_Quit"
msgstr "Hๆtta"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
#, fuzzy
msgid "/_Help"
msgstr "Hjแlp"
@@ -2634,75 +2708,77 @@ msgstr ""
#: ../../harddrake/ui.pm_.c:71
#, fuzzy
+msgid "/_Report Bug"
+msgstr "L้legt"
+
+#: ../../harddrake/ui.pm_.c:73
+#, fuzzy
msgid "/_About..."
msgstr "Tengipunktur"
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Stilla sjแlfvirkt"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Nota fํnstillingar แ h๖r๐um disk(um)"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Sko๐a๐u v้lb๚na๐arupplsingar"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Sna upplsingar"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Tilgreindu m๚s"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "%s tengipunktur er n๚ egar til"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Augnablik..."
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Vi๐f๖ng fyrir fjartengda lpd prentara"
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "Hๆtti eftir %d sek๚ndur"
@@ -3755,7 +3831,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3770,7 +3846,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3779,31 +3855,31 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Get ekki nota๐ ๚tsendingu แn NIS l้ns"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Settu t๓man diskling ํ drif %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "villa vi๐ lestur ๚r skrแnni %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4054,7 +4130,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Velkomin(n) ํ t๖lvurj๓tinn"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Ekkert disklingadrif a๐gengilegt"
@@ -4081,11 +4157,11 @@ msgstr "Innsetningara๐fer๐"
msgid "Please choose one of the following classes of installation:"
msgstr "Vinsamlega tilgreindu eftirfarandi"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Val แ pakkah๓p"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
#, fuzzy
msgid "Individual package selection"
msgstr "Val แ pakkah๓p"
@@ -4162,7 +4238,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Innsetning"
@@ -4185,7 +4261,7 @@ msgstr "Fjarlๆgja"
msgid "Choose the packages you want to install"
msgstr "Veldu pakkana sem ๚ vilt setja inn"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Set inn"
@@ -4213,19 +4289,19 @@ msgid "Installing package %s"
msgstr "Set inn pakka %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
#, fuzzy
msgid "Accept"
msgstr "Samykkja notanda"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#, fuzzy
msgid "Refuse"
msgstr "Endurstๆkka"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4236,16 +4312,16 @@ msgid ""
msgstr ""
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Viltu samt halda แfram?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "a๐ kom upp villa vi๐ a๐ ra๐a p๖kkum:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
#, fuzzy
msgid "There was an error installing packages:"
msgstr "a๐ kom upp villa vi๐ a๐ ra๐a p๖kkum:"
@@ -4343,7 +4419,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4421,7 +4497,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Lyklabor๐"
@@ -4638,47 +4714,47 @@ msgstr "Settu t๓man diskling ํ drif %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
#, fuzzy
msgid "Type of install"
msgstr "Veldu pakka til a๐ setja inn"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
#, fuzzy
msgid "With X"
msgstr "Augnablik"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
"If only some CDs are missing, unselect them, then click Ok."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Undirb innsetningu"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4687,21 +4763,21 @@ msgstr ""
"Set inn pakka %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Lokauppsetning"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Settu t๓man diskling ํ drif %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Settu t๓man diskling ํ drif %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
#, fuzzy
msgid ""
"You now have the opportunity to download encryption software.\n"
@@ -4784,7 +4860,7 @@ msgstr ""
"Altadena, California, 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4796,168 +4872,168 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Hef samband vi๐ v้lina til a๐ sๆkja lista yfir fแanlega pakka"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Veldu spegilv้lina a๐an sem แ a๐ sๆkja pakkanna"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Hef samband vi๐ v้lina til a๐ sๆkja lista yfir fแanlega pakka"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
#, fuzzy
msgid "Which is your timezone?"
msgstr "ม hva๐a tํmasvๆ๐i ertu?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Veltu stilla t๖lvuklukkuna แ GMT?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "NIS j๓nn"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
#, fuzzy
msgid "Remote CUPS server"
msgstr "Fjartengd prentr๖๐"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
#, fuzzy
msgid "No printer"
msgstr "Sta๐bundinn prentari"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Er kannski eitt enn ํ v้linni?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
#, fuzzy
msgid "Mouse"
msgstr "USB m๚s"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Prentari"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "Nota NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Upplsingar"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "Sta๐bundinn prentari"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "มkve๐a r๓tarlykilor๐"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Ekkert lykilor๐"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "etta lykilor๐ er of einfalt (ver๐ur a๐ vera minnst %d stafa langt)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Au๐kenning"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "Au๐kenning"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "netj๓nn"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "Au๐kenning NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS l้n"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS j๓nn"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -4973,21 +5049,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Au๐kenning"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nafn l้ns"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5016,21 +5092,21 @@ msgstr ""
" v้linni ef alvarleg vandamแl koma upp.\n"
"Viltu b๚a til rๆsidiskling fyrir v้lina ํna?"
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
#, fuzzy
msgid "First floppy drive"
msgstr "Fyrsta drif"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
#, fuzzy
msgid "Second floppy drive"
msgstr "Anna๐ drif"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Sleppa"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, fuzzy, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5057,7 +5133,7 @@ msgstr ""
"Viltu b๚a til rๆsidiskling fyrir v้lina ํna?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5066,28 +5142,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Ekkert disklingadrif til sta๐ar"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Veldu disklingadrifi๐ sem ๚ vilt nota til a๐ gera rๆsidisk"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Settu t๓man diskling ํ drif %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "B til rๆsidiskling..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Set upp rๆsistj๓rann..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5095,28 +5171,28 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Viltu nota SILO?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Setja inn rๆsihla๐ara"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Innsetning LILO brแst s๖kum eftirfarandi villu:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5127,18 +5203,18 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, fuzzy, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Settu t๓man diskling ํ drif %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
#, fuzzy
msgid "Creating auto install floppy..."
msgstr "Undirb innsetningu"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5148,7 +5224,7 @@ msgstr ""
"\n"
"Viltu virkilega hๆtta n๚na?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, fuzzy, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5178,16 +5254,16 @@ msgstr ""
"Frekari upplsingar um hvernig แ a๐ stilla v้lina eftir innsetninguna er a๐\n"
"finna ํ vi๐eigandi kafla ํ Official Mandrake Linux User's Guide b๓kinni."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
#, fuzzy
msgid "Generate auto install floppy"
msgstr "Undirb innsetningu"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5196,17 +5272,17 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
#, fuzzy
msgid "Automated"
msgstr "Sjแlfvirkt IP"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
#, fuzzy
msgid "Replay"
msgstr "Endurhla๐a"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
#, fuzzy
msgid "Save packages selection"
msgstr "Val แ pakkah๓p"
@@ -5244,14 +5320,14 @@ msgstr ""
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Texta"
@@ -5718,7 +5794,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr ""
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr ""
@@ -5861,17 +5937,17 @@ msgstr "B๚i๐"
msgid "No mouse"
msgstr "Engin m๚s"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
#, fuzzy
msgid "Please test the mouse"
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
#, fuzzy
msgid "To activate the mouse,"
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr ""
@@ -5908,35 +5984,31 @@ msgstr "Loka tr้"
msgid "Toggle between flat and group sorted"
msgstr ""
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
#, fuzzy
msgid "Connect to the Internet"
msgstr "Nafn tengingar"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr ""
@@ -6030,7 +6102,7 @@ msgstr "Vi๐ hva๐a ra๐tengi er m๚sin ํn tengd?"
msgid "no network card found"
msgstr "ekkert netkort fannst"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Stilli sta๐arnetstenginu"
@@ -6047,16 +6119,16 @@ msgstr ""
"vistfang gแttarinnar ef ๚ veist hva๐ a๐ vistfang er.\n"
"Gแttin gefur ้r a๐gang ๚t ๚r sta๐arnetinu (t.d. แ Interneti๐)."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
#, fuzzy
msgid "Host name"
msgstr "V้larheiti:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
#, fuzzy
msgid "Network Configuration Wizard"
msgstr "Netstillingar"
@@ -6099,8 +6171,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Les uppsetningarskrแ"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
#, fuzzy
msgid "ISDN Configuration"
msgstr "Uppsetning"
@@ -6135,26 +6207,31 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Hva๐a snei๐tegund viltu?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
#, fuzzy
msgid "What kind of card do you have?"
msgstr "Hvernig prentara ertu me๐?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr ""
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
#, fuzzy
msgid "ISA / PCMCIA"
msgstr "PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
#, fuzzy
msgid "PCI"
msgstr "PCMCIA"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6163,27 +6240,27 @@ msgid ""
"card.\n"
msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
#, fuzzy
msgid "Continue"
msgstr "Halda samt แfram?"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
#, fuzzy
msgid "Which is your ISDN card?"
msgstr "ม hva๐a tํmasvๆ๐i ertu?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
msgstr ""
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
@@ -6239,62 +6316,62 @@ msgstr "A๐al nafnami๐lari"
msgid "Second DNS Server (optional)"
msgstr "Vara nafnami๐lari"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Stilla nettengingu"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Hva๐a disk viltu fๆra til?"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Nafn tengingar"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Hva๐a disk viltu fๆra til?"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
#, fuzzy
msgid "Connect"
msgstr "Nafn tengingar"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "Veldu prenttengingu"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Stilla nettengingu"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Veldu prenttengingu"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr "Stilla nettengingu"
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6306,12 +6383,12 @@ msgid ""
"Press OK to continue."
msgstr "Stilla nettengingu"
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Netstillingar"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6319,7 +6396,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6327,107 +6404,107 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Veldu nja stๆr๐"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
#, fuzzy
msgid "Expert Mode"
msgstr "F. snillinga"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Leita a๐ tๆkjum..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy
msgid "Normal modem connection"
msgstr "Stilla nettengingu"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "%s tengipunktur er n๚ egar til"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "ISDN connection"
msgstr "Veldu prenttengingu"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "Veldu prenttengingu"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "Cable connection"
msgstr "Veldu prenttengingu"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Veldu prenttengingu"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "LAN connection"
msgstr "Veldu prenttengingu"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Veldu forriti๐ sem ๚ vilt nota"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Veldu prenttengingu"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
#, fuzzy
msgid "Do you want to start the connection at boot?"
msgstr "Viltu nota aboot?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
#, fuzzy
msgid "Network configuration"
msgstr "Netstillingar"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6435,27 +6512,27 @@ msgid ""
"%s"
msgstr "Viltu pr๓fa skilgreininguna"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6463,7 +6540,7 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6473,45 +6550,45 @@ msgstr ""
"แ a๐ vera IP tala ritu๐ me๐ punkt แ milli.\n"
"(dๆmi 192.168.1.13)"
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Stilli nettๆki %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, fuzzy, c-format
msgid " (driver %s)"
msgstr "XFree86 j๓nn: %s\n"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
#, fuzzy
msgid "IP address"
msgstr "IP vistfang:"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
#, fuzzy
msgid "Netmask"
msgstr "Netsํa:"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Sjแlfvirkt IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "B๚a til rๆsidiskling"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP vistfang แ a๐ vera แ sni๐inu 192.168.1.10"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6523,43 +6600,54 @@ msgstr ""
"vistfang gแttarinnar ef ๚ veist hva๐ a๐ vistfang er.\n"
"Gแttin gefur ้r a๐gang ๚t ๚r sta๐arnetinu (t.d. แ Interneti๐)."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Nafnami๐lari"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gแtt (tๆki๐)"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP vistfang แ a๐ vera แ sni๐inu 192.168.1.10"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP vistfang แ a๐ vera แ sni๐inu 192.168.1.10"
+
+#: ../../network/network.pm_.c:394
#, fuzzy
msgid "Proxies configuration"
msgstr "Lokauppsetning"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP sel:"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP Sel:"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Sel แ a๐ vera http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Sel แ a๐ vera ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Sel แ a๐ vera http://..."
#: ../../network/shorewall.pm_.c:24
#, fuzzy
@@ -7952,7 +8040,7 @@ msgstr "Keyri upp neti๐"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
@@ -8457,11 +8545,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Sel แ a๐ vera http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8511,6 +8594,43 @@ msgstr ""
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ekki n๓gu margar disksnei๐ar fyrir RAID %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Stilli ๖ryggisrep"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Stilli ๖ryggisrep"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Vi๐f๖ng fyrir fjartengda lpd prentara"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " ? (sjแlfgefi๐ %s) "
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Stilli ๖ryggisrep"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Undirb innsetningu"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -8745,7 +8865,7 @@ msgstr "Endursnํ๐..."
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
@@ -8842,7 +8962,7 @@ msgstr "Nafn tengingar"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -8890,7 +9010,7 @@ msgstr "Endursnํ๐..."
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -8915,7 +9035,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -8931,7 +9051,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -8946,7 +9066,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -8995,8 +9115,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9033,11 +9153,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Set inn pakka %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Stimpla๐u ig ๚t og slแ๐u แ Ctrl-Alt-Backspace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Stimpla๐u ig aftur inn ํ %s til a๐ virkja breytingarnar"
@@ -9085,17 +9205,6 @@ msgstr "Bๆta vi๐ notanda"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "Hjแlp"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9148,52 +9257,67 @@ msgstr "Bๆta vi๐ notanda"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr ""
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Uppsetning"
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Uppsetning"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "Stilla X"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Settu t๓man diskling ํ drif %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Ekkert disklingadrif a๐gengilegt"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9317,13 +9441,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Pr๓fa tengi"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9332,41 +9456,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Ekkert lykilor๐"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Villa vi๐ a๐ opna %s til skriftar: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9377,67 +9501,67 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Skemmd afritsskrแ"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Skemmd afritsskrแ"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Skemmd afritsskrแ"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9445,908 +9569,910 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Villa vi๐ lestur skrแarinnar %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Val แ pakkah๓p"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Fjartengd prentr๖๐"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Reyndu aftur"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "มkve๐a r๓tarlykilor๐"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Hva๐a lyklabor๐suppsetningu viltu?"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Smelltu แ disksnei๐"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Smelltu แ disksnei๐"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Smelltu แ disksnei๐"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Smelltu แ disksnei๐"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Smelltu แ disksnei๐"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Velji๐ skrแ"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Veldu pakkana sem ๚ vilt setja inn"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Veldu pakkana sem ๚ vilt setja inn"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Veldu pakkana sem ๚ vilt setja inn"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Skemmd afritsskrแ"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Geiri"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tegund"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Notandanafn:"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "Augnablik"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "stig"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "stig"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Stillingar kjarnaeininga:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Uppsetning"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Veldu pakkana sem ๚ vilt setja inn"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Veldu pakkana sem ๚ vilt setja inn"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Setja upp skrแarkerfi"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "M๚s: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Upplsingar"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Hva๐a ra๐tengi er m๓taldi๐ tengt vi๐?"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "Netstillingar"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Hvernig m๚s ertu me๐?"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Endurheimta frแ skrแ"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr ""
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Anna๐"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Setja kerfi๐ inn"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Endurheimta frแ skrแ"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Endurheimta frแ skrแ"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Fjartengd prentr๖๐"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Endurheimta frแ skrแ"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Endurheimta frแ diskling"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Endurheimta frแ diskling"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Endurheimta frแ skrแ"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "V้larheiti:"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Lykilor๐"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Notandanafn:"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "V้larheiti:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Endurheimta frแ skrแ"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "S้rlaga๐a"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Endurheimta frแ diskling"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Endurheimta frแ skrแ"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "netj๓nn"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Endurstๆkka"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Eftirfarandi pakkar ver๐a fjarlๆg๐ir"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Skemmd afritsskrแ"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Skemmd afritsskrแ"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Skemmd afritsskrแ"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Vista ํ skrแ"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Netstillingar"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "Netstillingar"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "Uppsetning"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "Uppsetning"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10378,7 +10504,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10387,7 +10513,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10428,7 +10554,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10456,17 +10582,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10483,7 +10609,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10523,7 +10649,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10534,7 +10660,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10547,7 +10673,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10629,8 +10755,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Sel stillingar"
@@ -10707,29 +10833,29 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "L้legt"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Hๆtta innsetningu"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
#, fuzzy
msgid "connecting to Bugzilla wizard ..."
msgstr "Uppsetning"
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr ""
@@ -10838,11 +10964,6 @@ msgstr ""
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:301
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Pr๓funar skilgreining"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
#, fuzzy
msgid "Connected"
@@ -10966,7 +11087,7 @@ msgstr "Stillingar kjarnaeininga:"
msgid "Size"
msgstr "Stๆr๐: %s"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
#, fuzzy
msgid "drakfloppy"
msgstr "Endurheimta frแ diskling"
@@ -11042,24 +11163,24 @@ msgstr ""
msgid "Build the disk"
msgstr ""
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, fuzzy, c-format
msgid "Unable to fork: %s"
msgstr "Stilla nettengingu"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11517,156 +11638,156 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Vinnuh๓pur"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "R๓tardisksnei๐"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "USB m๚s"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Ey๐a"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
#, fuzzy
msgid "edit"
msgstr "Mi๐lungs"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "B๚i๐"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Bๆta vi๐ notanda"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Sta๐bundinn prentari"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Fjartengd prentr๖๐"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Samykkja notanda"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "ฺtgแfa: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "L้legt"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Val แ pakkah๓p"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Notandaheiti:"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Vinnuh๓pur"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Veldu prenttengingu"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11678,136 +11799,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "Lokauppsetning"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Upplausn"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Veldu a๐ger๐"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Samntingarheiti"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Lokauppsetning"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Hๆtta"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Setja kerfi๐ inn"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Setja upp prentara"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
-msgid "the color of the progress bar"
+msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
+#: ../../standalone/draksplash_.c:108
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "preview"
+msgid "Preview"
msgstr "tๆki"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "choose color"
-msgstr "Veldu skjแ"
+msgid "Save theme"
+msgstr "Setja kerfi๐ inn"
#: ../../standalone/draksplash_.c:124
+#, fuzzy
+msgid "Choose color"
+msgstr "Veldu skjแ"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Veldu prenttengingu"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Prenttๆki:"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Leita a๐ tๆkjum..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11946,6 +12078,12 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ""
@@ -11974,11 +12112,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr ""
@@ -12267,16 +12405,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12354,7 +12489,7 @@ msgstr "Setja kerfi๐ inn"
msgid "Exit install"
msgstr "Hๆtta innsetningu"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12613,6 +12748,17 @@ msgstr "Margmi๐lun"
msgid "Scientific Workstation"
msgstr "Upplsingar"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Lokauppsetning"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Sel แ a๐ vera ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Hๆtta"
+
#~ msgid "You don't have any partitions!"
#~ msgstr "๚ hefur ekki neinar disksnei๐ar"
@@ -12694,9 +12840,6 @@ msgstr "Upplsingar"
#~ msgid "Test again"
#~ msgstr "Pr๓fa aftur"
-#~ msgid "Setting security level"
-#~ msgstr "Stilli ๖ryggisrep"
-
#~ msgid "Select a graphics card"
#~ msgstr "Veldu skjแkort"
@@ -12779,9 +12922,6 @@ msgstr "Upplsingar"
#~ msgid "Ambiguity (%s), be more precise\n"
#~ msgstr "ำlj๓st (%s), vertu nแkvๆmari\n"
-#~ msgid " ? (default %s) "
-#~ msgstr " ? (sjแlfgefi๐ %s) "
-
#~ msgid "Your choice? (default %s enter `none' for none) "
#~ msgstr "itt val? (sjแlfgefi๐ %s slแ๐u inn `none' fyrir engan) "
diff --git a/perl-install/share/po/it.po b/perl-install/share/po/it.po
index 40839698c..32ef6dbb8 100644
--- a/perl-install/share/po/it.po
+++ b/perl-install/share/po/it.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-09-04 20:02+0200\n"
"Last-Translator: Roberto Rosselli Del Turco <rosselli@ling.unipi.it>\n"
"Language-Team: Italian <it@li.org>\n"
@@ -92,24 +92,24 @@ msgstr "Configura tutte le testine indipendentemente"
msgid "Use Xinerama extension"
msgstr "Usa l'estensione Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configura solo la scheda \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s con accelerazione 3D hardware"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -119,19 +119,19 @@ msgstr ""
"La tua scheda ่ supportata da XFree %s che potrebbe avere un miglior "
"supporto in 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"La tua scheda pu๒ avere il supporto per l'accelerazione 3D hardware con "
"XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s con accelerazione 3D hardware SPERIMENTALE"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -143,7 +143,7 @@ msgstr ""
"La tua scheda ่ supportata da XFree %s che potrebbe avere un miglior "
"supporto in 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -152,12 +152,12 @@ msgstr ""
"La tua scheda pu๒ avere l'accelerazione 3D hardware con XFree %s,\n"
"NOTA CHE ศ UN SUPPORTO SPERIMENTALE E POTREBBE BLOCCARE IL TUO COMPUTER."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installazione driver video)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Condivisione personalizzata"
@@ -178,32 +178,32 @@ msgstr "Risoluzione"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opzioni"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ok"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Esci"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -302,25 +302,25 @@ msgstr "Seleziona risoluzione e profonditเ di colore"
msgid "Graphics card: %s"
msgstr "Scheda grafica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Annulla"
@@ -397,11 +397,11 @@ msgstr "Server XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Driver XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X all'avvio"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -410,7 +410,7 @@ msgstr ""
"Posso configurare il tuo computer per eseguire X automaticamente all'avvio.\n"
"Vuoi che X venga eseguito quando riavvierai?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -422,7 +422,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Di che tipo ่ la tua connessione ISDN?"
@@ -495,7 +495,7 @@ msgstr "Compatta"
msgid "compact"
msgstr "compatta"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Modo video"
@@ -503,17 +503,17 @@ msgstr "Modo video"
msgid "Delay before booting default image"
msgstr "Ritardo prima di avviare con l'immagine predefinita"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Password"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Password (ripeti)"
@@ -549,14 +549,14 @@ msgstr ""
"L'opzione ''Limita opzioni della linea di comando'' ่ inutile\n"
"senza un password"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Per favore prova di nuovo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Le password non corrispondono"
@@ -599,7 +599,7 @@ msgstr ""
"\n"
"Da quale disco effettuate il boot?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -607,148 +607,148 @@ msgstr ""
"Queste sono le voci attuali.\n"
"Puoi aggiungerne altre o cambiare quelle esistenti."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Aggiungi"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Fatto"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Modifica"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Che tipo di voce vuoi aggiungere"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Altro OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Altro OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Altro OS (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Immagine"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Aggiungi"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Lettura-scrittura"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabella"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Non sicuro"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etichetta"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Predefinito"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Dimensioni Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "No Video"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Rimuovi voce"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Etichetta vuota non ammessa"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Dovete indicare l'immagine di un kernel"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Devi specificare una partizione radice"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Questa etichetta ่ giเ stata usata"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Trovate %s interfacce %s"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Ne hai un'altra?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Hai una qualsiasi interfaccia %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "S์"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Vedi informazioni hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installazione driver per scheda %s %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modulo %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -758,7 +758,7 @@ msgstr ""
"Si noti che ogni indirizzo dovrebbe essere inserito con il prefisso 0x (ad "
"es. '0x123')."
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -769,17 +769,17 @@ msgstr ""
"Le opzioni sono in formato ''nome=valore nome2=valore2 ...''.\n"
"Per esempio, ''io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Opzioni del modulo:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Quale driver %s dovrei provare?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -797,15 +797,15 @@ msgstr ""
"informazioni di cui ha bisogno? Occasionalmente, la ricerca bloccherเ il\n"
"computer, ma non dovrebbe causare alcun danno."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Investgazione automatica"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Specifica opzioni"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -814,64 +814,64 @@ msgstr ""
"Caricamento del modulo %s fallito.\n"
"Vuoi riprovare con altri parametri?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "accesso ai programmi X"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "accesso agli strumenti RPM"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "permetti \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "accesso ai file di amministrazione del sistema"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "accesso agli strumenti RPM"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "accesso agli strumenti RPM"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s giเ aggiunto)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Questo password ่ troppo semplice"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Per favore fornisci un nome utente"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Il nome utente deve contenere solo lettere minuscole, numeri, '-' e '_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Questo nome utente ่ troppo lungo"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Questo nome utente ่ giเ stato aggiunto"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Aggiungi utente"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -880,32 +880,32 @@ msgstr ""
"Inserisci un utente\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Accetta utente"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Vero nome"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nome utente"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -914,19 +914,19 @@ msgstr ""
"utente all'avvio.\n"
"Vuoi sfruttare questa caratteristica?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Scegli l'utente predefinito"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Scegli il window manager da eseguire:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Per favore, scegli la lingua da utilizzare."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -934,35 +934,35 @@ msgid ""
msgstr ""
"Potete scegliere altre lingue che saranno disponibili dopo l'installazione"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Tutto"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Permetti a tutti gli utenti"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Nessuna condivisione"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Il pacchetto %s deve essere installato. Volete installarlo?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Potete esportare usando NFS o Samba. Quale desiderate"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Il pacchetto obbligatorio %s ่ assente"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -977,11 +977,11 @@ msgstr ""
"\n"
"\"Custom\" permette un controllo pi๙ preciso per ogni utente.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Lancia userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -989,31 +989,31 @@ msgstr ""
"La condivisione in base all'utente usa il gruppo \"fileshare\". \n"
"Potete utilizzare userdrake per aggiungere un utente a questo gruppo."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Benvenuti cracker"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Scarso"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Normale"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Alto"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Pi๙ alto"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoico"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1023,7 +1023,7 @@ msgstr ""
"ma molto delicato: non deve essere usato per una macchina connessa ad altre\n"
"o ad Internet. Non c'่ nessun accesso con password."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1031,7 +1031,7 @@ msgstr ""
"Ora le password sono abilitate, ma l'uso come computer di rete ่ comunque\n"
"ancora sconsigliato."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1040,7 +1040,7 @@ msgstr ""
"usare per\n"
"connettersi ad Internet come cliente."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1048,7 +1048,7 @@ msgstr ""
"Esistono giเ alcuni limiti, e ogni notte vengono eseguiti ulteriori "
"controlli automatici."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1066,7 +1066,7 @@ msgstr ""
"livello\n"
"pi๙ basso."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1074,36 +1074,36 @@ msgstr ""
"Basato sul livello precedente, ma ora il sistema ่ completamente\n"
"chiuso. Le funzioni di sicurezza sono al massimo."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opzioni"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Scegli livello di sicurezza"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Livello di sicurezza"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Usa libsafe per i server"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Una libreria che difende il sistema da attacchi del tipo \"buffer overflow\" "
"e \"format string\"."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1111,7 +1111,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1127,59 +1127,59 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Benvenuti su GRUB, il selezionatore di sistemi operativi!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Usate i tasti %c e %c per evidenziare la voce che interessa."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
"Premete Invio per avviare il sistema operativo selezionat, 'e' per modificare"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "i comandi prima del boot, o 'c' per avere una linea di comando."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "La voce evidenziata verrเ avviata automaticamente in %d secondi."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "spazio insufficiente in /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Menu di avvio"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Non puoi installare il bootloader su una partizione %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "nessun aiuto presente (per ora).\n"
@@ -1231,107 +1231,107 @@ msgstr "Modo LILO/GRUB"
msgid "Yaboot mode"
msgstr "Modo Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Installa sistema"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Crea una nuova partizione"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Errore"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Sto copiando %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "No Video"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
# there is no room to put "Scegli classe d'installazione"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Classe d'installazione"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1340,22 +1340,22 @@ msgstr ""
"Al momento state usando %s come Boot Manager.\n"
"Cliccate su Configura per lanciare l'assistente di configurazione."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configura"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Salva scelta pacchetti"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1364,44 +1364,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Modo sistema"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Lancia il sistema X Window all'avvio"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "No, non voglio il login automatico"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "S์, voglio il login automatico con questo (utente, desktop)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "Non riesco ad aprire /etc/inittab in lettura: %s"
@@ -1498,53 +1498,61 @@ msgstr "Austria"
msgid "United States"
msgstr "Stati Uniti"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "nuovo"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Esegui unmount"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Esegui mount"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Punto di mount"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Per favore, insersci la velocitเ del masterizzatore"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Punto di mount:"
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opzioni: %s"
@@ -1633,7 +1641,7 @@ msgstr "Vuoto"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Altro"
@@ -1777,7 +1785,7 @@ msgstr ""
"La copia di sicurezza della tabella delle partizioni non ha la stessa\n"
"dimensione. Continuo comunque?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Attenzione"
@@ -2338,7 +2346,7 @@ msgstr ""
"Per favore digitate il vostro nome utente, il password e il nome di dominio\n"
"per poter accedere a questo host."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Nome utente"
@@ -2350,23 +2358,23 @@ msgstr "Dominio"
msgid "Search servers"
msgstr "Ricerca server"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formattazione di %s fallita"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Non so come formattare %s in tipo %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "il mount della partizione %s sulla directory %s non ่ riuscito"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "errore in fase di unmount di %s: %s"
@@ -2452,48 +2460,111 @@ msgstr "Nulla da fare"
msgid "Error opening %s for writing: %s"
msgstr "Errore aprendo %s in scrittura: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Configurazione di CUPS"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Driver"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Aiuto"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Per favore attendi... sto applicando la configurazione"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Attendere prego"
+
+#: ../../harddrake/sound.pm_.c:208
#, fuzzy
msgid "No known driver"
msgstr "Driver X"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "Modello sconosciuto"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2617,7 +2688,8 @@ msgid "/_Quit"
msgstr "/_Esci"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Guida"
@@ -2636,69 +2708,70 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Segnala un bug"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_Informazioni su..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Autore:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Versione di Harddrake2 "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Hardware identificato"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informazioni"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Configura modulo"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Identificazione in corso"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Attendere prego"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "Sto eseguendo \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "secondario"
@@ -2727,10 +2800,10 @@ msgid ""
msgstr ""
"Per la maggior parte delle schede sintonizzatore TV moderne, il modulo bttv "
"del kernel GNU/Linux si limita\n"
-"ad identificare automaticamente i parametri corretti. Se la vostra scheda non "
-"่ stata identificata correttamente, potete indicare il tipo giusto di scheda "
-"e sintonizzatore qui. Dovete solo selezionare i parametri della vostra "
-"scheda TV se necessario."
+"ad identificare automaticamente i parametri corretti. Se la vostra scheda "
+"non ่ stata identificata correttamente, potete indicare il tipo giusto di "
+"scheda e sintonizzatore qui. Dovete solo selezionare i parametri della "
+"vostra scheda TV se necessario."
#: ../../harddrake/v4l.pm_.c:213
msgid "Card model:"
@@ -3114,7 +3187,8 @@ msgid ""
"If you wish to configure the network later after installation, or if you\n"
"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-"Se desiderate connettere il vostro computer ad Internet o ad una rete locale,\n"
+"Se desiderate connettere il vostro computer ad Internet o ad una rete "
+"locale,\n"
"assicuratevi di scegliere l'opzione corretta. Accendete la periferica che\n"
"dovrete usare per connettervi prima di scegliere l'opzione adeguata, per\n"
"permettere a DrakX di individuarla automaticamente.\n"
@@ -3644,7 +3718,8 @@ msgstr ""
"relativi alla sicurezza. Per permettervi di beneficiare di questi\n"
"aggiornamenti vi verrเ proposto di scaricare la nuova versione dei\n"
"pacchetti usando Internet. Scegliete \"S์\" se potete contare su una\n"
-"connessione ad Internet funzionante, oppure \"No\" se preferite installare i\n"
+"connessione ad Internet funzionante, oppure \"No\" se preferite installare "
+"i\n"
"pacchetti aggiornati in un secondo momento.\n"
"\n"
"Se scegliete \"S์\" comparirเ una lista di siti da cui ่ possibile\n"
@@ -4203,7 +4278,8 @@ msgstr ""
"l'autenticazione. Se non siete sicuri, chiedete al vostro amministratore di\n"
"rete.\n"
"\n"
-"Se il vostro computer non ่ connesso ad una rete soggetta ad autenticazione,\n"
+"Se il vostro computer non ่ connesso ad una rete soggetta ad "
+"autenticazione,\n"
"scegliete \"File locali\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
@@ -4747,7 +4823,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Dovete formattare anche %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4771,7 +4847,7 @@ msgstr ""
"\n"
"Vuoi davvero installare questi server?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4780,20 +4856,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Non posso usare broadcast senza un dominio NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Inserisci un floppy MS-DOS nel drive %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Questo floppy non ่ stato formattato usando MS DOS/Windows"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4801,12 +4877,12 @@ msgstr ""
"Per usare la selezione di pacchetti che avete salvato, dovete cominciare "
"l'installazione digitando ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Errore leggendo il file %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -5052,7 +5128,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Benvenuto a %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nessun drive floppy disponibile"
@@ -5081,11 +5157,11 @@ msgstr "Classe d'installazione"
msgid "Please choose one of the following classes of installation:"
msgstr "Per favore, scegli una delle seguenti classi d'installazione:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Selezione Gruppi di Pacchetti"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Selezione individuale pacchetti"
@@ -5163,7 +5239,7 @@ msgstr "Mostra i pacchetti selezionati automaticamente"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Installa"
@@ -5183,7 +5259,7 @@ msgstr "Installazione minima"
msgid "Choose the packages you want to install"
msgstr "Scegli i pacchetti da installare"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Installazione"
@@ -5210,17 +5286,17 @@ msgid "Installing package %s"
msgstr "Installazione del pacchetto %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Accetta"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Rifiuta"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5233,20 +5309,20 @@ msgstr ""
"\n"
"Per favore inserisci il Cd-Rom chiamato \"%s\" nel tuo lettore e premi Ok "
"quando\n"
-"่ pronto. Se non ce l'hai, premi Annulla per evitare l'installazione da questo "
-"Cd-Rom."
+"่ pronto. Se non ce l'hai, premi Annulla per evitare l'installazione da "
+"questo Cd-Rom."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Vado avanti comunque?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "C'่ stato un errore ordinando i pacchetti:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "C'่ stato un errore installando i pacchetti:"
@@ -5375,7 +5451,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5466,12 +5542,13 @@ msgstr ""
"usare in qualsiasi modo il Software implica l'esplicita accettazione e il "
"pieno consenso ad adeguarsi ai termini e alle condizioni di questa Licenza. "
"Se non siete d'accordo con uno o pi๙ punti della Licenza, non avete "
-"l'autorizzazione ad installare, duplicare o utilizzare il Software. Qualunque "
-"tentativo di installare, duplicare o utilizzare il Software in modi non "
-"conformi ai termini e alle condizioni della Licenza porterเ automaticamente "
-"all'annullamento della licenza e alla revoca dei vostri diritti ai sensi "
-"della stessa. Una volta invalidata la Licenza, avete l'obbligo di "
-"distruggere immediatamente tutte le copie del Software in vostro possesso.\n"
+"l'autorizzazione ad installare, duplicare o utilizzare il Software. "
+"Qualunque tentativo di installare, duplicare o utilizzare il Software in "
+"modi non conformi ai termini e alle condizioni della Licenza porterเ "
+"automaticamente all'annullamento della licenza e alla revoca dei vostri "
+"diritti ai sensi della stessa. Una volta invalidata la Licenza, avete "
+"l'obbligo di distruggere immediatamente tutte le copie del Software in "
+"vostro possesso.\n"
"\n"
"\n"
"2. Garanzia e limiti della garanzia\n"
@@ -5549,7 +5626,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastiera"
@@ -5760,11 +5837,11 @@ msgstr "Inserisci un floppy contenente la scelta dei pacchetti"
msgid "Selected size is larger than available space"
msgstr "Lo spazio indicato ่ maggiore dello spazio disponibile"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Tipo di installazione"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5772,19 +5849,19 @@ msgstr ""
"Non avete selezionato nessun gruppo di pacchetti.\n"
"Per favore scegliete il tipo di installazione minima desiderato:"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Con X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Con la documentazione essenziale (raccomandata!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Installazione veramente minima (in particolare niente urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5794,16 +5871,16 @@ msgstr ""
"Se non hai nessuno di questi CDs, clicca su Annulla.\n"
"Se mancano solo alcuni dei CD, deselezionali, e poi clicca Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom chiamato \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Sto preparando l'installazione"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5812,21 +5889,21 @@ msgstr ""
"Installazione del pacchetto %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Configurazione post installazione"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Per favore inserisci il floppy di avvio utilizzato nel drive %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Per favore inserisci il floppy di aggiornamento moduli nel drive %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5902,7 +5979,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5923,161 +6000,161 @@ msgstr ""
"\n"
"Volete installare gli aggiornamenti?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Connessione con il sito Mandrake Linux per avere la lista dei mirror "
"disponibili"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Scegli un mirror da cui prendere i pacchetti"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Conessione al mirror per avere la lista dei pacchetti disponibili"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Qual'่ il tuo fuso orario?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "L'orologio del tuo hardware ่ settato su GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronizzazione automatica dell'ora (usando NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "Server NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Server CUPS remoto"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Nessuna stampante"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Hai una scheda audio ISA?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Lanciate \"sndconfig\" dopo l'installazione per configurare la vostra scheda "
"audio"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Non ่ stata rilevata nessuna scheda audio. Provate con \"harddrake\"\n"
"dopo l'installazione."
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Riepilogo"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Mouse"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Fuso orario"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Stampante"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Scheda ISDN"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Scheda audio"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Scheda TV"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Prendi i font di Windows"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "File locali"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Scegli il password per root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Nessun Password"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Questo password ่ troppo semplice (deve essere almeno di %d caratteri)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autenticazione"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Autenticazione LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "Server LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Autenticazione NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Server NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6093,21 +6170,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autenticazione LDAP"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nome dominio"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6136,19 +6213,19 @@ msgstr ""
"Se vuoi creare un disco di avvio per il tuo sistema, inserisci un floppy\n"
"nel primo drive e premi \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Primo drive floppy"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Secondo drive floppy"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Salta"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6174,7 +6251,7 @@ msgstr ""
"del sistema. Vuoi creare un disco di avvio per il tuo sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6188,29 +6265,29 @@ msgstr ""
"molto probabilmente non sarเ possibile creare un floppy di 1.44 Mb\n"
"perch้ XFS necessita di in driver molto grande)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Spiacente, nessun drive floppy disponibile"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Scegli il drive floppy che vuoi utilizzare per creare il disco di avvio"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Inserisci un floppy nel drive %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Creazione disco di avvio"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Preparazione del bootloader"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6222,11 +6299,11 @@ msgstr ""
"L'installazione continuerเ, ma dovrai usare\n"
" BootX per avviare il tuo computer"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Vuoi usare aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6234,16 +6311,16 @@ msgstr ""
"Errore installando aboot, \n"
"provo a forzare l'installazione anche se ci๒ distrugge la prima partizione?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Sto installando il bootloader"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Installazione del bootloader fallita. Si ่ verificato il seguente errore:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6260,17 +6337,17 @@ msgstr ""
" Poi digitate: shut-down\n"
"Al boot successivo dovreste vedere il prompt del bootloader."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inserisci un floppy vuoto nel drive %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Sto creando il floppy di installazione automatica ..."
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6280,7 +6357,7 @@ msgstr ""
"\n"
"Vuoi veramente interrompere adesso?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6313,15 +6390,15 @@ msgstr ""
"capitolo\n"
"sulla post-installazione della Guida Ufficiale dell'Utente Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Crea il floppy di installazione automatica"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6336,15 +6413,15 @@ msgstr ""
"\n"
"Probabilmente preferirete ripetere l'installazione.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatizzata"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Ripeti"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Salva scelta pacchetti"
@@ -6380,14 +6457,14 @@ msgstr "Avanzato"
msgid "Basic"
msgstr "Di base"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Indietro"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Successivo"
@@ -6837,7 +6914,7 @@ msgstr "Tasto \"Windows\" di destra"
msgid "Circular mounts %s\n"
msgstr "Mount circolari %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Prima rimuovi i volumi logici\n"
@@ -6975,15 +7052,15 @@ msgstr "nessuno"
msgid "No mouse"
msgstr "Nessun mouse"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Per favore prova il mouse"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Per attivare il mouse"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "MUOVI LA RUOTA!"
@@ -7020,11 +7097,11 @@ msgstr "Raggruppa struttura"
msgid "Toggle between flat and group sorted"
msgstr "Cambia tra ordinamento semplice o a gruppi"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Connetti ad Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -7034,23 +7111,19 @@ msgstr ""
"Alcune connessioni usano pptp, poche usano dhcp.\n"
"Se non sai, scegli 'usa pppoe'."
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch USB"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "usa dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "usa pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "usa pptp"
@@ -7153,7 +7226,7 @@ msgstr ""
msgid "no network card found"
msgstr "nessuna scheda di rete trovata"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Sto configurando la rete"
@@ -7169,15 +7242,15 @@ msgstr ""
"Il tuo nome host dovrebbe essere un nome pienamente qualificato,\n"
"come ''mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Nome host"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Wizard della configurazione di rete"
@@ -7225,8 +7298,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Vecchia configurazione (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Configurazione ISDN"
@@ -7262,23 +7335,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Quale protocollo vuoi usare?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Che tipo di scheda hai?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Non so"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7292,19 +7370,19 @@ msgstr ""
"\n"
"Se hai una scheda PCMCIA, devi sapere IRQ e I/O della tua scheda.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Annulla"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Continua"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Qual'่ la tua scheda ISDN?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7312,7 +7390,7 @@ msgstr ""
"Ho trovato una scheda ISDN PCI, ma non so di che tipo. Per favore seleziona "
"una scheda PCI nella prossima schermata."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Non trovo nessuna scheda ISDN PCI. Per favore selezionane una \n"
@@ -7366,7 +7444,7 @@ msgstr "Primo server DNS (opzionale)"
msgid "Second DNS Server (optional)"
msgstr "Secondo server DNS (opzionale)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7374,7 +7452,7 @@ msgstr ""
"\n"
"Puoi disconnetterti o riconfigurare la tua connessione."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7382,11 +7460,11 @@ msgstr ""
"\n"
"Puoi configurare nuovamente la connessione."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Adesso sei connesso ad Internet"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7394,32 +7472,32 @@ msgstr ""
"\n"
"Puoi connetterti ad Internet o configurare nuovamente la connessione."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "In questo momento non sei connesso ad Internet"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Connetti"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Disconnetti"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Configura la connessione"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Connessione & configurazione Internet"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Adesso proseguiremo con la configurazione della connessione %s."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7438,12 +7516,12 @@ msgstr ""
"\n"
"Premi OK per cominciare."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Configurazione della rete"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7455,7 +7533,7 @@ msgstr ""
"Clicca su Ok per mantenere questa configurazione, o su Annulla per "
"riconfigurare la rete e la connessione ad Internet.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7468,72 +7546,72 @@ msgstr ""
"Se non volete usare il riconoscimento automatico, deselezionate il \n"
"pulsante d'opzione.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Scegli il profilo da configurare"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Usa il riconoscimento automatico"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modo Esperto"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Riconoscimento periferiche..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Connessione normale via modem"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "rilevato sulla porta: %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "Connessione ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "rilevato %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "Connessione ADSL"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "rilevato sull'interfaccia %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Connessione via cavo"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Rilevata connessione via cavo"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Connessione LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "rilevata scheda(e) ethernet"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Scegli il tipo di connessione che vuoi configurare"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7543,23 +7621,23 @@ msgstr ""
"Scegli quello che vuoi usare.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Connessione ad Internet"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Vuoi effettuare la connessione all'avvio?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Configurazione della rete"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "La rete dev'essere riavviata"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7570,7 +7648,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7580,7 +7658,7 @@ msgstr ""
"\n"
"Adesso questa configurazione verrเ applicata al vostro sistema.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7588,7 +7666,7 @@ msgstr ""
"Dopo che questo sarเ stato fatto, vi raccomandiamo di riavviare il\n"
"vostro ambiente X per evitare problemi relativi al cambio di hostname."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7598,7 +7676,7 @@ msgstr ""
"Provate la connessione usando net_monitor o mcc. Se la connessione non "
"funziona, dovreste ripetere la configurazione."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7610,7 +7688,7 @@ msgstr ""
"Devi solo cliccare su OK per mantenere la precedente configurazione.\n"
"Modifiche ai campi qui sotto cambieranno questa configurazione."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7620,42 +7698,42 @@ msgstr ""
"Ogni dato dovrebbe essere inserito come un indirizzo IP in notazione\n"
"decimale puntata (ad esempio 1.2.3.4.)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Sto configurando il dispositivo di rete %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (driver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Indirizzo IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP automatico"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Attiva al momento del boot"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "L'indirizzo IP deve essere in formato 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7667,42 +7745,53 @@ msgstr ""
"come ''mybox.mylab.myco.com''.\n"
"Puoi anche inserire l'indirizzo IP del gateway se ne hai uno."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Server DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (es. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Dispositivo di gateway"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "L'indirizzo IP deve essere in formato 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "L'indirizzo IP deve essere in formato 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Configurazione dei proxy"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Individua identitเ della scheda di rete (utile per i laptop)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Il proxy dovrebbe essere http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Il proxy dovrebbe essere ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "L'URL dovrebbe cominciare con 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9142,7 +9231,7 @@ msgstr "Sto stampando con la stampante \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9628,11 +9717,6 @@ msgstr ""
"Per favore completa le informazioni relative al proxy ftp\n"
"Lascia in bianco se non desideri un proxy ftp"
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "L'URL dovrebbe cominciare con 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9680,6 +9764,43 @@ msgstr "mkraid fallito (forse manca raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Non ci sono abbastanza partizioni per RAID livello %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Livello di sicurezza"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Livello di sicurezza"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Amministrazione remota"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Predefinito)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Scegli livello di sicurezza"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Per favore attendi, sto preparando l'installazione"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Lancia il sistema audio ALSA (Advanced Linux Sound Architecture)"
@@ -9988,7 +10109,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sistema"
@@ -10078,7 +10199,7 @@ msgstr "Connetti ad Internet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10123,7 +10244,7 @@ msgstr "Interfacce utente"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -10148,7 +10269,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -10164,7 +10285,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -10179,7 +10300,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -10227,8 +10348,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -10264,11 +10385,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Installazione dei pacchetti ..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Per favore esci e usa Ctrl-Alt-Backspace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Per favore rientra come %s per attivare le modifiche"
@@ -10309,16 +10430,6 @@ msgstr "Aggiungi/Rimuovi utenti"
msgid "Add/Del Clients"
msgstr "Aggiungi/Rimuovi client"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Aiuto"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -10367,48 +10478,63 @@ msgstr "Aggiungi utente -->"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Rimuovi client"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "Configurazione dhcpd ..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Configurazione avanzata"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Scrivi configurazione"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Per favore inserisci il floppy disk:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Nessun drive floppy disponibile!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -10525,13 +10651,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "progresso totale"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10540,41 +10666,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Nessuna Password"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, c-format
msgid "Can't find %s on %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10585,65 +10711,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Backup dei file di sistema..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "File di backup su disco rigido..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Backup dei file dell'utente"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Progresso del backup del disco rigido..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Backup di altri file"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Usa unitเ a nastro per effettuare il backup"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10651,52 +10777,52 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, fuzzy, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr "trasmissione file via FTP"
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr "Errore durante l'invio della mail. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Selezione file"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Selezionate i file e le directory e cliccate su 'Aggiungi'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10704,7 +10830,7 @@ msgstr ""
"\n"
"Per favore abilitate tutte le opzioni necessarie\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
@@ -10712,20 +10838,20 @@ msgstr ""
"nella\n"
"vostra directory /etc.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Backup dei vostri file di sistema (directory /etc)"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Usa backup incrementali (non sostituire i vecchi backup)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Non includere file critici (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10733,131 +10859,133 @@ msgstr ""
"Grazie a questa opzione sarete in grado di ripristinare ogni versione della\n"
"vostra directory /etc."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Non includere la cache del navigatore"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Usa backup incrementali (non sostituire i vecchi backup)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Rimuovi quelli selezionati"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Utenti"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Usa unitเ a nastro per effettuare il backup"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Per favore inserisci il nome dell'host o l'IP"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr "Per favore, indicate la directory in cui sono archiviati i backup"
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Per favore inserisci il tuo nomei di login"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Per favore inserisci il tuo password"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Ricorda questo password"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Per favore, scegliete lo spazio su CD"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10865,36 +10993,36 @@ msgstr ""
"Per favore, inserite il numero che identifica il vostro masterizzatore\n"
"ad esempio: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Scegli file"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Usa unitเ a nastro per effettuare il backup"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Per favore, inserite il nome del dispositivo da usare per il backup"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10902,57 +11030,57 @@ msgstr ""
"Per favore, indicate le dimensioni massime\n"
"concesse a Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Per favore inserisci la directory da salvare:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Usa una quota per i file di backup."
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Rete"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Disco rigido  / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tipo"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "ogni ora"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "ogni giorno"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "settimanale"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "ogni mese"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Usa demone"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10960,7 +11088,7 @@ msgstr ""
"Per favore, scegli la frequenza\n"
"del backup"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -10968,7 +11096,7 @@ msgstr ""
"Per favore, scegli il supporto\n"
"del backup"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -10977,71 +11105,71 @@ msgid ""
msgstr ""
"Per favore, accertatevi che il demone cron sia incluso fra i servizi attivi"
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Dopo ogni backup invia una mail rapporto a:"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Cosa"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Dove"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Quando"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Altre opzioni"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Configurazione di Drakbackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Per favore scegliete dove volete effettuare il backup"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "sul disco rigido"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "sulla rete"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Per favore scegliete i pacchetti che volete installare."
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Sistema di backup"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Fai il backup degli utenti"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Seleziona l'utente manualmente"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11049,7 +11177,7 @@ msgstr ""
"\n"
"Fonti del backup: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11057,7 +11185,7 @@ msgstr ""
"\n"
"- File di sistema:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11065,7 +11193,7 @@ msgstr ""
"\n"
"- File degli utenti:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11073,7 +11201,7 @@ msgstr ""
"\n"
"- Altri file:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11082,32 +11210,32 @@ msgstr ""
"\n"
"- Salva su disco rigido seguendo il percorso: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Dispositivo del mouse: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, fuzzy, c-format
msgid ""
"\n"
@@ -11116,12 +11244,12 @@ msgstr ""
"\n"
"- Salva via FTP sull'host: %s\n"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy, c-format
msgid ""
"\n"
@@ -11130,7 +11258,7 @@ msgstr ""
"\n"
"- Salva via FTP sull'host: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11139,7 +11267,7 @@ msgstr ""
"\t\t nome utente: %s\n"
"\t\t sul percorso: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11147,325 +11275,325 @@ msgstr ""
"\n"
"-Opzioni:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tNon includere file di sistema\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tEffettua backup usando tar e bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tI backup fanno uso di tar e gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Disco rigido.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Rete via FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Rete via SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Rete via FTP.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Rete via FTP.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
"Nessun file di configurazione, per favore cliccate su Assistente o "
"Avanzato.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr "Lista di dati da ripristinare:\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr "Lista di dati corrotti:\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Per favore scegliete a che porta seriale ่ connesso il vostro modem."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "I file di backup sono corrotti"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
#, fuzzy
msgid " All of your selected data have been "
msgstr "          Tutti i dati selezionati sono stati          "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr "          Ripristinati con successo su %s       "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr "         Ripristina configurazione       "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "OK al ripristino degli altri file"
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Lista degli utenti da ripristinare (solo la data pi๙ recente per utente ่ "
"importante)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Effettua il backup dei file di sistema prima di:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "Per favore, scegliete la data da ripristinare"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Usa il disco rigido per effettuare il backup"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Per favore inserisci la directory da salvare:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "Connessione FTP"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Connessione sicura"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Ripristina da disco rigido"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Per favore, indicate la directory in cui sono archiviati i backup"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Scegliete un altro supporto dal quale effettuare il ripristino"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Altri supporti"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Ripristina sistema"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Ripristina utenti"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Ripristina altro"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "selezionate il percorso del ripristino (invece di / )"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Effettua nuovo backup prima del ripristino (solo per backup incrementali)."
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Rimuovi le directory dell'utente prima del ripristino."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Rimuovi quelli selezionati"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Ripristina altro"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "I file di backup sono corrotti"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Ripristina da disco rigido"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Ripristina tabella delle partizioni"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Ripristina utenti"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Nome host"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Password"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Nome utente"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Nome host: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Ripristina altro"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Ripristina tutti i backup"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Personalizza il ripristino"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Ripristina tabella delle partizioni"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Ripristina utenti"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Precedente"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Salva"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Costruisci backup"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Ripristina"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
#, fuzzy
msgid ""
"Error during sendmail.\n"
@@ -11476,14 +11604,14 @@ msgstr ""
" la vostra mail di report non ่ stata inviata\n"
" Per favore configurate sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "I seguenti pacchetti stanno per essere installati"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -11492,19 +11620,19 @@ msgstr ""
"Errore nella trasmissione del file via FTP.\n"
" Per favore, controllate la configurazione FTP."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Per favore, scegliete il tipo del vostro mouse."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Per favore, scegliete il tipo del vostro mouse."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Per favore, scegliete il tipo del vostro mouse."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11512,59 +11640,59 @@ msgstr ""
"Nessun file di configurazione trovato\n"
"per favore cliccate su Assistente o Avanzato"
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Ancora in sviluppo ... attendere per favore."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Backup dei file di sistema"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Backup dei file degli utenti"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Backup di altri file"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Progresso totale"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "trasmissione file via FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Sto inviando i file ..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Effettua il backup adesso sulla base del file di configurazione"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Vedi la configurazione di backup"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Configurazione dell'assistente"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Configurazione avanzata"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Effettua il backup adesso"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11596,7 +11724,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11609,7 +11737,7 @@ msgstr ""
"un'errata configurazione di postfix. Per risolvere il problema\n"
"dovete indicare ilmionomehost o ilmiodominio in /etc/postfix/main.cf\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11650,7 +11778,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11678,18 +11806,18 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11706,7 +11834,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11746,7 +11874,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11757,7 +11885,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11770,7 +11898,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11852,8 +11980,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Programmi da linea di comando"
@@ -11920,26 +12048,26 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Report"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Non installato"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Dopo 'installazione degli screenshot saranno disponibili in %s"
@@ -12041,10 +12169,6 @@ msgstr "Assistente..."
msgid "Apply"
msgstr "Applica"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Per favore attendi... sto applicando la configurazione"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Connesso"
@@ -12166,7 +12290,7 @@ msgstr "Nome modulo"
msgid "Size"
msgstr "Dimensione"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12231,12 +12355,12 @@ msgstr "Output"
msgid "Build the disk"
msgstr "Crea il disco"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Assicurati che un supporto sia inserito nel dispositivo %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12245,12 +12369,12 @@ msgstr ""
"Il dispositivo %s ่ vuoto o il supporto ่ protetto in scrittura.\n"
"Per favore inserisci un supporto."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Impssibile eseguire la chiamata fork: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12705,8 +12829,8 @@ msgid ""
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
"Ogni cosa ่ stata configurata.\n"
-"Ora puoi condividere la connessione ad Internet con altri computers sulla tua "
-"rete locale (LAN) usando la configurazione di rete automatica (DHCP)."
+"Ora puoi condividere la connessione ad Internet con altri computers sulla "
+"tua rete locale (LAN) usando la configurazione di rete automatica (DHCP)."
#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
@@ -12740,158 +12864,158 @@ msgstr ""
"\n"
"Cliccate su ``Configura'' se volete lanciare il Wizard di configurazione."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Gruppo di lavoro"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "partizione %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Utente"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Cancella"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Fatto"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Aggiungi un modulo"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Aggiungi nuova stampante"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Deseleziona tutto"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Rimuovi quelli selezionati"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Accetta utente"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versione: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Porta"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Usa il riconoscimento automatico"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Usa il riconoscimento automatico"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Salva scelta pacchetti"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Utente"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Gruppo di lavoro"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nessuna NIC selezionata!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12903,137 +13027,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "creazione disco di avvio"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Risoluzione"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Scegli un file"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Nome di condivisione"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Configurazione post installazione"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Esci"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Installa sistema"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Configura servizi"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "dispositivo"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "dispositivo"
+msgid "Save theme"
+msgstr "Installa sistema"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Scegli un monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Scelta del modello della stampante"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Dovete scegliere/indicare una stampante/un dispositivo!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Riconoscimento periferiche ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13167,6 +13301,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "uso: keyboarddrake [--expert] [tastiera]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "uso: keyboarddrake [--expert] [tastiera]\n"
@@ -13196,13 +13337,13 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Non riesco ad avviare l'aggiornamento diretto !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
"Il cambiamento ่ stato applicato, ma perch้ diventi effettivo dovete uscire "
"dalla sessione"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13485,17 +13626,14 @@ msgstr ""
"Adesso potete utilizzarlo usando \"XSane\" (sezione Multimedia/Graphics del "
"menu di sistema)."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
"Alcuni dispositivi della categoria hardware \"%s\" sono stati rimossi:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -13570,7 +13708,7 @@ msgstr "Installa aggiornamenti di sistema"
msgid "Exit install"
msgstr "Termina installazione"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13817,3 +13955,18 @@ msgstr "Multimedia - Masterizzazione CD"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Workstation scientifica"
+
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Configurazione post installazione"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Il proxy dovrebbe essere ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Esci"
diff --git a/perl-install/share/po/ja.po b/perl-install/share/po/ja.po
index ca6f74585..67b537db0 100644
--- a/perl-install/share/po/ja.po
+++ b/perl-install/share/po/ja.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2000-07-05 15:44+0200\n"
"Last-Translator: YAMAGATA Hiroo <hiyori13@alum.mit.edu>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -89,24 +89,24 @@ msgstr "ฅุฅรฅษค๒คฝค์คพค์ฦศฮฉคหภ฿ฤ๊"
msgid "Use Xinerama extension"
msgstr "Xinerama ณศฤฅค๒ปศคฆ"
-#: ../../Xconfig/card.pm_.c:386
-#, fuzzy, c-format
+#: ../../Xconfig/card.pm_.c:387
+#, c-format
msgid "Configure only card \"%s\"%s"
-msgstr "ฐสฒผคฮฅซกผฅษคภคฑค๒ภ฿ฤ๊กง กศ%sกษ(%s)"
+msgstr "ฐสฒผคฮฅซกผฅษคภคฑค๒ภ฿ฤ๊กง\"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "ฅฯกผฅษฅฆฅงฅข3Dฅขฅฏฅปฅ้ฅ์กผฅทฅ็ฅ๓คฤคญคฮXFree %s"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -115,17 +115,17 @@ msgstr ""
"คณคฮฅซกผฅษคฯXFree %s ควคฮค฿3Dฅขฅฏฅปฅ้ฅ์กผฅทฅ็ฅ๓ฒฤวฝควคนกฃ\n"
"XFree %s ควคฮคณคฮฅซกผฅษคฮฅตฅกผฅศคฯกข2D คฮคคฆคฌคนคฐค์คฦคคคคนกฃ"
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "คณคฮฅซกผฅษคฯXFree %s คว3Dฅขฅฏฅปฅ้ฅ์กผฅทฅ็ฅ๓ฒฤวฝควคนกฃ"
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "ผยธณรสณฌคฮฅฯกผฅษฅฆฅงฅข3Dฅขฅฏฅปฅ้ฅ์กผฅทฅ็ฅ๓คฤคญคฮXFree %s"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -136,7 +136,7 @@ msgstr ""
"คฟคภคทคขคฏคควกขผยธณลชคสฅตฅกผฅศควกขฅฅทฅ๓ฅีฅ๊กผฅบคฮฒฤวฝภญคฌคขค๊คคนกฃ\n"
"XFree %s ควคฮคณคฮฅซกผฅษคฮฅตฅกผฅศคฯกข2D คฮคคฆคฌคนคฐค์คฦคคคคนกฃ"
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -145,17 +145,16 @@ msgstr ""
"คณคฮฅซกผฅษคฯXFree %s คว3Dฅขฅฏฅปฅ้ฅ์กผฅทฅ็ฅ๓ฒฤวฝควคนกฃ\n"
"คฟคภคทคขคฏคควกขผยธณลชคสฅตฅกผฅศควกขฅฅทฅ๓ฅีฅ๊กผฅบคฮฒฤวฝภญคฌคขค๊คคนกฃ"
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (ฅคฅ๓ฅนฅศกผฅ๋ฅวฅฃฅนฅืฅ์ฅคฅษฅ้ฅคฅะ)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "ฅซฅนฅฟฅเ"
#: ../../Xconfig/main.pm_.c:102
-#, fuzzy
msgid "Graphic Card"
msgstr "ฅฐฅ้ฅีฅฃฅรฅฏฅซกผฅษ"
@@ -169,34 +168,34 @@ msgstr "ฒ๒มลู"
#: ../../Xconfig/main.pm_.c:113
msgid "Test"
-msgstr ""
+msgstr "ฅฦฅนฅศ"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "ฅชฅืฅทฅ็ฅ๓"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "OK"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ฝชฮป"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -215,20 +214,19 @@ msgstr "ฅโฅหฅฟค๒มชค๓ควฒผคตคค"
#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
-msgstr ""
+msgstr "ฅืฅ้ฅฐก๕ฅืฅ์ฅค"
#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "ศฦอั"
#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
-#, fuzzy
msgid "Vendor"
-msgstr "คโคศคหฬแคน"
+msgstr "ฅูฅ๓ฅภกผ"
#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+msgstr "ฅืฅ้ฅฐก๕ฅืฅ์ฅคคฮฅืฅํกผฅึผบวิกฃผ๊ฦฐควฅโฅหฅฟค๒มชค๓ควคฏคภคตคค"
#: ../../Xconfig/monitor.pm_.c:114
msgid ""
@@ -292,25 +290,25 @@ msgstr "ฒ๒มลูคศฟงฟผลู"
msgid "Graphics card: %s"
msgstr "ฅฐฅ้ฅีฅฃฅรฅฏฅซกผฅษ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "ฅญฅใฅ๓ฅปฅ๋"
@@ -323,7 +321,6 @@ msgid "Do you want to test the configuration?"
msgstr "คณคฮภ฿ฤ๊ควป๎คทคฦค฿คคนคซกฉ"
#: ../../Xconfig/test.pm_.c:31
-#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"ทูน๐กงคณคฮฅฐฅ้ฅีฅฃฅรฅฏฅซกผฅษค๒ฅฦฅนฅศคนค๋คศฅฅทฅ๓คฌฅีฅ๊กผฅบคนค๋คซคโคทค์คคปค๓"
@@ -388,11 +385,11 @@ msgstr "XFree86 ฅตกผฅะ: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 ฅษฅ้ฅคฅะ: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X คฮตฏฦฐ"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -401,7 +398,7 @@ msgstr ""
"ฅณฅ๓ฅิฅๅกผฅฟค๒ฅึกผฅศคทคฟปกคผซฦฐลชคห X คฌฮฉคมพๅคฌค๋ภ฿ฤ๊คหควคญคคนกฃ\n"
"ฅ๊ฅึกผฅศคทคฟป X ค๒ฮฉคมพๅคฒคคนคซกฉ"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -412,11 +409,18 @@ msgid ""
"\n"
"Do you have this feature?"
msgstr ""
+"คขคสคฟคฮฅำฅวฅชฅซกผฅษคฯกขTV-OUT ฅณฅอฅฏฅฟคฌคฤคคคฦคคค๋ค่คฆควคนกฃ\n"
+"ฅีฅ์กผฅเฅะฅรฅีฅกค๒ปศครคฦฦฐคฏค่คฆคหภ฿ฤ๊ควคญคคนค่กฃ\n"
+"\n"
+"คณค์ค๒คไค๋คหคฯกขฅณฅ๓ฅิฅๅกผฅฟค๒ตฏฦฐคนค๋มฐคหฅำฅวฅชฅซกผฅษค๒ฅฦฅ์ฅำคหคฤคสคคควคฏคภ"
+"คตคคกฃ\n"
+"คฝค์คซค้ฅึกผฅศฅํกผฅภคว \"TVout\" ค๒มชค๓ควคฏคภคตคคกฃ\n"
+"\n"
+"คณคฮตกวฝคฌคขค๊คคนคซกฉ"
-#: ../../Xconfig/various.pm_.c:84
-#, fuzzy
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
-msgstr "คษคฮผ๏ฮเคฮISDNภยณควคนคซกฉ"
+msgstr "ฅฦฅ์ฅำคฮฒ่มสผฐคฯฒฟควคนคซกฉ"
#: ../../any.pm_.c:108 ../../any.pm_.c:133
msgid "First sector of boot partition"
@@ -486,7 +490,7 @@ msgstr "ฅณฅ๓ฅัฅฏฅศ"
msgid "compact"
msgstr "ฅณฅ๓ฅัฅฏฅศ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "ฅำฅวฅชฅโกผฅษ"
@@ -494,17 +498,17 @@ msgstr "ฅำฅวฅชฅโกผฅษ"
msgid "Delay before booting default image"
msgstr "ฅวฅีฅฉฅ๋ฅศฅคฅแกผฅธตฏฦฐคฮยิคมปดึ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "ฅัฅนฅ๏กผฅษ"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "ฅัฅนฅ๏กผฅษ (คโคฆฐ์ลู)"
@@ -544,14 +548,14 @@ msgstr ""
"กศฅณฅฅ๓ฅษฅ้ฅคฅ๓ฅชฅืฅทฅ็ฅ๓คฮภฉธยกษฅชฅืฅทฅ็ฅ๓คฯฅัฅนฅ๏กผฅษคฌคสคคคศ\n"
"ฬ๒คหคฟคมคคปค๓กฃ"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "คโคฆฐ์ลูป๎คทคฦฒผคตคค"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "ฅัฅนฅ๏กผฅษคฌฐ์รืคทคคปค๓"
@@ -587,8 +591,13 @@ msgid ""
"\n"
"On which drive are you booting?"
msgstr ""
+"ฅึกผฅศฅํกผฅภค๒ฅักผฅฦฅฃฅทฅ็ฅ๓คหฅคฅ๓ฅนฅศกผฅ๋คนค๋คณคศคหคทคคทคฟคอกฃ\n"
+"คณค์คฯตฏฦฐฅฯกผฅษฅวฅฃฅนฅฏคหคนควคหฅึกผฅศฅํกผฅภกสฅทฅนฅฦฅเฅณฅฅ๓ฅภกผคสคษคฌคขค๋คศ"
+"คคคฆฐีฬฃคภคศอฒ๒คทคคนกฃ\n"
+"\n"
+"คษคฮฅษฅ้ฅคฅึคซค้ตฏฦฐคทคคนคซกฉ"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -596,149 +605,149 @@ msgstr ""
"ฅจฅ๓ฅศฅ๊คฯฐสฒผคฮคศคชค๊ควคนกฃ\n"
"ฤษฒรกฆสันนควคญคคนกฃ"
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "ฤษฒร"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "ฝชฮป"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "สันน"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "คษคฮฅฟฅคฅืค๒ฤษฒรคทคคนคซ"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "ยพคฮ OS (SunOSคสคษ...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "ยพคฮ OS (MacOSคสคษ...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "ยพคฮ OS (ฅฆฅฃฅ๓ฅษฅฆฅบคสคษ...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "ฅคฅแกผฅธ"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "ฅ๋กผฅศ"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "ฤษฒร"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ฦษค฿ฝ๑คญ"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "ฅฦกผฅึฅ๋"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "ดํธฑ"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "ฅ้ฅูฅ๋"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "ฅวฅีฅฉฅ๋ฅศ"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrdฅตฅคฅบ"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "ฅำฅวฅชคสคท"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "ฅจฅ๓ฅศฅ๊ค๒พรคน"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "ถ๕ว๒คฮฅ้ฅูฅ๋คฯต๖คตค์คฦคคคคปค๓"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "ฅซกผฅอฅ๋ฅคฅแกผฅธค๒ปุฤ๊คทคฦคฏคภคตคค"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "rootฅักผฅฦฅฃฅทฅ็ฅ๓คฯษฌคบปุฤ๊คทคฦคฏคภคตคค"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "คณคฮฅ้ฅูฅ๋คฯคนควคหปศค๏ค์คฦคคคคน"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s ฅคฅ๓ฅฟกผฅีฅงกผฅนคฌธซคฤคซค๊คคทคฟ"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "สฬคฮคโคฮคฯคขค๊คคนคซกฉ"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "%s ฅคฅ๓ฅฟกผฅีฅงกผฅนคฯคขค๊คคนคซกฉ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "คคคคคจ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "คฯคค"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%s ฅซกผฅษ %s คฮฅษฅ้ฅคฅะฅคฅ๓ฅนฅศกผฅ๋รๆ"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(ฅโฅธฅๅกผฅ๋ %s)"
-#: ../../any.pm_.c:689
-#, fuzzy, c-format
+#: ../../any.pm_.c:690
+#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
@@ -746,7 +755,7 @@ msgstr ""
"ควคฯฅโฅธฅๅกผฅ๋ %s คฮฅชฅืฅทฅ็ฅ๓ค๒ปุฤ๊คทคฦคฏคภคตคคกฃ\n"
"คสคชกขฅขฅษฅ์ฅนคฯคนคูคฦกขฦฌคห 0x ค๒คฤคฑคฦฦฮฯคนค๋คณคศกฃฮใกง '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -757,17 +766,17 @@ msgstr ""
"ฅชฅืฅทฅ็ฅ๓คฮฅีฅฉกผฅฅรฅศคฯกศฬพมฐ=รอ ฬพมฐ2=รอ2 ...กษควคนกฃ\n"
"ฮใ: กศio=0x300 irq=7กษ"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "ฅโฅธฅๅกผฅ๋คฮฅชฅืฅทฅ็ฅ๓"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "คษคฮ %s ฅษฅ้ฅคฅะค๒ป๎คทคคทค็คฆคซกฉ"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -784,15 +793,15 @@ msgstr ""
"คตคปคฦค฿คคนคซกฉกกฅืฅํกผฅึรๆคหฅณฅ๓ฅิฅๅกผฅฟคฌฤไป฿คนค๋คซคโรฮค์คคปค๓คฌกค\n"
"ฅฅทฅ๓คฌคณค๏ค์คฟค๊คนค๋คณคศคฯคขค๊คคปค๓กฃ"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "ฅชกผฅศฅืฅํกผฅึ"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "ฅชฅืฅทฅ็ฅ๓ปุฤ๊"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -801,64 +810,61 @@ msgstr ""
"ฅโฅธฅๅกผฅ๋ %s คฮฅํกผฅษคฌควคญคคปค๓ควคทคฟกฃ\n"
"ฅัฅ้ฅแกผฅฟค๒สัคจคฦคไค๊คสคชคทคฦค฿คคนคซกฉ"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "X ฅืฅํฅฐฅ้ฅเคุคฮฅขฅฏฅปฅน"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "rpm ฅฤกผฅ๋คุคฮฅขฅฏฅปฅน"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "กศsuกษค๒ต๖คน"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "ดษอฅีฅกฅคฅ๋คุคฮฅขฅฏฅปฅน"
-#: ../../any.pm_.c:754
-#, fuzzy
+#: ../../any.pm_.c:755
msgid "access to network tools"
-msgstr "rpm ฅฤกผฅ๋คุคฮฅขฅฏฅปฅน"
+msgstr "ฅอฅรฅศฅ๏กผฅฏฅฤกผฅ๋คุคฮฅขฅฏฅปฅน"
-#: ../../any.pm_.c:755
-#, fuzzy
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
-msgstr "rpm ฅฤกผฅ๋คุคฮฅขฅฏฅปฅน"
+msgstr "ฅณฅ๓ฅัฅคฅ๋ฅฤกผฅ๋คุคฮฅขฅฏฅปฅน"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s คฯฤษฒรบัค฿)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ฅัฅนฅ๏กผฅษคฌดสรฑคนคฎคคน"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "ฅๆกผฅถฬพค๒อฟคจคฦฒผคตคค"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "ฅๆกผฅถฬพคหคฯฑัพฎสธป๚กคฟ๔ป๚กขกึ-กืคไกึ_กืคทคซปศคจคคปค๓กฃ"
-#: ../../any.pm_.c:768
-#, fuzzy
+#: ../../any.pm_.c:769
msgid "The user name is too long"
-msgstr "คณคฮฅๆกผฅถฬพคฯคนควคหยธบ฿คทคคน"
+msgstr "คณคฮฅๆกผฅถฬพคฯฤนคนคฎคคน"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "คณคฮฅๆกผฅถฬพคฯคนควคหยธบ฿คทคคน"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ฅๆกผฅถค๒ฤษฒร"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -867,32 +873,32 @@ msgstr ""
"ฅๆกผฅถฬพค๒ฦฮฯคทคฦฒผคตคค\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ผ๕คฑษีคฑค๋ฅๆกผฅถ"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "ผยบคฮปแฬพ"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ฅๆกผฅถฬพ"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "ฅทฅงฅ๋"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "ฅขฅคฅณฅ๓"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "ผซฦฐฅํฅฐฅคฅ๓"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -900,54 +906,54 @@ msgstr ""
"ผซฦฐลชคหฦรฤ๊ฅๆกผฅถคฌฅํฅฐฅชฅ๓คนค๋ค่คฆคหฅณฅ๓ฅิฅๅกผฅฟค๒ภ฿ฤ๊ควคญคคนกฃ\n"
"คณคฮตกวฝค๒ปศคคคคนคซกฉ"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "ฅวฅีฅฉฅ๋ฅศฅๆกผฅถคฮมชย๒:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "ปศคฆฅฆฅฃฅ๓ฅษฅฆฅฅอกผฅธฅใค๒มชค๓ควฒผคตคคกง"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "คษคฮธภธ์ค๒ปศคฆคซมชค๓ควคฏคภคตคคคอกฃ"
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "ฅคฅ๓ฅนฅศกผฅ๋ธๅปศอัฒฤวฝคหคสค๋คคซคฮธภธ์ค๒มชย๒ควคญคคน"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "คผค๓คึ"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "คนคูคฦคฮฅๆกผฅถค๒วงคแค๋"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "ฅีฅกฅคฅ๋ถฆอญคทคสคค"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "ฅัฅรฅฑกผฅธ %s คฌษฌอืควคนกฃฅคฅ๓ฅนฅศกผฅ๋คทคคนคซกฉ"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "ฅจฅฏฅนฅกผฅศคหคฯ NFS คซ Samba คฌปศคจคคนกฃคษคมค้คหคทคคนคซกฉ"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "ษฌอืฅัฅรฅฑกผฅธ %s คฌคขค๊คคปค๓"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -955,12 +961,17 @@ msgid ""
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
+"ฅๆกผฅถฦฑปฮคฌฅวฅฃฅ์ฅฏฅศฅ๊คฮฐ์ษ๔ค๒ถฆอญควคญค๋ค่คฆคหคทคคนคซ?\n"
+"คณคฆคนค๋คศกขฅๆกผฅถคฟคมคฯkonquerorคไnautilusควกึถฆอญกืค๒ฅฏฅ๊ฅรฅฏคนค๋คภคฑควคนค฿"
+"คคนกฃ\n"
+"\n"
+"กึฅซฅนฅฟฅเกืคฯฅๆกผฅถคดคศคหบูคซคคภ฿ฤ๊คฌควคญคคนกฃ\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "userdrake ค๒ตฏฦฐ"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -968,31 +979,31 @@ msgstr ""
"ฅๆกผฅถห่คฮถฆอญคฯกขกศfileshareกษฅฐฅ๋กผฅืค๒ปศคคคคนกฃ\n"
"คณคฮฅฐฅ๋กผฅืคหฅๆกผฅถค๒ฤษฒรคนค๋คหคฯกขuserdrake คฌปศคจคคนค่กฃ"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "ฐญผมคสฅฏฅ้ฅรฅซกผออคโฟฏฦคทคคฆคภคค"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "คญค๏คแคฦฤใคค"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "ษธฝเ"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "นโคค"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "คโครคศนโคค"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "ฟภทะผมคสคคษนโฟๅฝเ"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1002,7 +1013,7 @@ msgstr ""
"คภค์คหควคโฅขฅฏฅปฅนควคญคฦคทคคคคคนกฃยพคฮฅฅทฅ๓คไฅคฅ๓ฅฟกผฅอฅรฅศ\n"
"คหคฤคสคฌครคฟฅฅทฅ๓ควคฯปศค๏คสคคควคฏคภคตคคกฃฅัฅนฅ๏กผฅษภฉธยคโคขค๊คคปค๓กฃ"
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1010,7 +1021,7 @@ msgstr ""
"ฅัฅนฅ๏กผฅษคฌอญธ๚คหคสค๊คคทคฟคฌกขฅอฅรฅศฅ๏กผฅฏคหคฤคสคฐคฮคฯคคภ\n"
"คชพฉคแควคญคคปค๓กฃ"
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1018,13 +1029,13 @@ msgstr ""
"คณค์คฯษธฝเคฮฅปฅญฅๅฅ๊ฅฦฅฃควกขฅฏฅ้ฅคฅขฅ๓ฅศคศคทคฦฅคฅ๓ฅฟกผฅอฅรฅศภยณคนค๋ฅฅทฅ๓คว"
"คฮฟไพฉฅ์ฅูฅ๋ควคนกฃ"
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr "คนควคหภฉธยคฌคซคซครคฦคคคฦกขคตค้คหห่ศีผซฦฐฅมฅงฅรฅฏคฌคโครคศคซคซค๊คคนกฃ"
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1038,7 +1049,7 @@ msgstr ""
"ฟๅฝเคหคสครคฦคคคคนกฃร๐กงคขคสคฟคฮฅฅทฅ๓คฌฅคฅ๓ฅฟกผฅอฅรฅศพๅคฮฅฏฅ้ฅคฅขฅ๓ฅศภ์อัคส"
"ค้กขคโครคศฤใคคฅ์ฅูฅ๋ค๒มชค๓คภคคฆคฌคคคคควคนค่กฃ"
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1046,47 +1057,47 @@ msgstr ""
"มฐคฮฅ์ฅูฅ๋คหด๐คลคคคฦคคคคนคฌกขคณค์ควฅทฅนฅฦฅเคฯดฐมดคหคศคธคฟพ๕ยึ\n"
"คหคสครคฦคคคคนกฃฅปฅญฅๅฅ๊ฅฦฅฃคฯบวย็ควคนกฃ"
-#: ../../any.pm_.c:1094
-#, fuzzy
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
-msgstr "ฅชฅืฅทฅ็ฅ๓"
+msgstr "DrakSecด๐หฅชฅืฅทฅ็ฅ๓"
-#: ../../any.pm_.c:1095
-#, fuzzy
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃคฮฟๅฝเค๒มชค๓ควคฏคภคตคค"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃฟๅฝเ"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "ฅตกผฅะคหlibsafeค๒ปศคฆ"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"ฅะฅรฅีฅกฅชกผฅะกผฅีฅํกผคไฅีฅฉกผฅฅรฅศฅนฅศฅ๊ฅ๓ฅฐนถทโค๒หษธๆคนค๋ฅ้ฅคฅึฅ้ฅ๊กฃ"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
-msgstr ""
+msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃดษอผิกสฅํฅฐฅคฅ๓คซลลปาฅแกผฅ๋กห"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
"(eg: latin and non latin)"
msgstr ""
+"คณคณควคฯกขณฦผ๏คฮฅญกผฅกผฅษวฮ๓ดึกสฮใกงฅ้ฅฦฅ๓คศศ๓ฅ้ฅฦฅ๓กหค๒\n"
+"ภฺค๊ยุคจค๋ฅญกผคฮมศค฿น็ค๏คปค๒มชคูคคนกฃ"
# NOTE: this message will be displayed by SILO at boot time; that is
# only the ascii charset will be available
# so use only 7bit for this message
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1110,58 +1121,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "GRUB operating system chooser-he youkosou!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "%c, %c key wo tukatte entry wo shitei shite kudasai."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Kono OS wo kidou suru nara Enter, Kidou mae no jikkou command"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "no henshuu niha 'e', command line nara 'c' wo oshi masu."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Sentaku shita OS ga %d byou de jidoutekini kidou shimasu."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "/boot คฮอฦฮฬษิยญควคน"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "ฅวฅนฅฏฅศฅรฅื"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "ฅนฅฟกผฅศฅแฅหฅๅกผ"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "ฅึกผฅศฅํกผฅภคฯ %s ฅักผฅฦฅฃฅทฅ็ฅ๓คหคฯฅคฅ๓ฅนฅศกผฅ๋ควคญคคปค๓\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "ฅุฅ๋ฅืคฯคคภผยม๕คตค์คฦคคคคปค๓กฃ\n"
@@ -1213,106 +1224,106 @@ msgstr "Lilo/grub ฅโกผฅษ"
msgid "Yaboot mode"
msgstr "Yaboot ฅโกผฅษ"
-#: ../../bootlook.pm_.c:148
-#, fuzzy
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
-msgstr "ฅทฅนฅฦฅเคฮฦณฦ"
+msgstr "ฅฦกผฅคฮฦณฦ"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
-msgstr ""
+msgstr "ฅณฅ๓ฅฝกผฅ๋ควฅฦกผฅค๒ษฝผจ"
-#: ../../bootlook.pm_.c:150
-#, fuzzy
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
-msgstr "ฟทคทคคฅักผฅฦฅฃฅทฅ็ฅ๓ค๒บ๎ภฎ"
+msgstr "ฟทคทคคฅฦกผฅค๒บ๎ภฎ"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
-msgstr ""
+msgstr "%s ค๒ %s.old คหฅะฅรฅฏฅขฅรฅื"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "ฅจฅ้กผ"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
-msgstr ""
+msgstr "liloฅแฅรฅปกผฅธค๒ฅะฅรฅฏฅขฅรฅืควคญคคปค๓"
-#: ../../bootlook.pm_.c:196
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:195
+#, c-format
msgid "Copy %s to %s"
-msgstr "%s ฅณฅิกผรๆ"
+msgstr "%s ค๒%sคหฅณฅิกผรๆ"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
-msgstr ""
+msgstr "liloฅแฅรฅปกผฅธค๒สันนควคญคคปค๓"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
-msgstr ""
+msgstr "liloฅแฅรฅปกผฅธคฌธซคฤคซค๊คคปค๓"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
+msgstr "/etc/sysconfig/bootsplashคฌฝ๑คฑคคปค๓"
-#: ../../bootlook.pm_.c:230
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:229
+#, c-format
msgid "Write %s"
-msgstr "XFree %s"
+msgstr "%sค๒ฝ๑คญนคเ"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
+"/etc/sysconfig/bootsplashคฌฝ๑คญนคแคคปค๓\n"
+"ฅีฅกฅคฅ๋คฌธซคฤคซค๊คคปค๓กฃ"
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgstr "mkinitrd -f /boot/initrd-%s.img %sค๒ตฏฦฐควคญคคปค๓กฃ"
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr ""
+msgstr "mkinitrd -f /boot/initrd-%s.img %sค๒initrdคหคนค๋"
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
+"LiLoค๒บฦผยนิควคญคคปค๓กช\n"
+"Liloฅฦกผฅคฮฅคฅ๓ฅนฅศกผฅ๋ค๒ดฐฮปคนค๋คหคฯrootคหคสครคฦกึliloกืค๒ผยนิคทคคนกฃ"
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
-msgstr ""
+msgstr "liloค๒บฦผยนิคทคคน"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
-#, fuzzy
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
-msgstr "ฅำฅวฅชคสคท"
+msgstr "ฤฬรฮ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+msgstr "Liloคศตฏฦฐปฅนฅืฅ้ฅรฅทฅๅฅฦกผฅคฮฅคฅ๓ฅนฅศกผฅ๋ภฎธ๙"
-#: ../../bootlook.pm_.c:259
-#, fuzzy
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
-msgstr "ฦณฦฅฏฅ้ฅนคฮมชย๒"
+msgstr "ฅฦกผฅคฮฅคฅ๓ฅนฅศกผฅ๋ผบวิกช"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1321,22 +1332,21 @@ msgstr ""
"คคคกขฅึกผฅศฅฅอกผฅธฅใคหคฯ %s ค๒คชปศคคควคนกฃ\n"
"ภ฿ฤ๊ฅฆฅฃฅถกผฅษค๒ตฏฦฐคนค๋คหคฯกึภ฿ฤ๊กืค๒ฅฏฅ๊ฅรฅฏคทคคทค็คฆกฃ"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "ภ฿ฤ๊"
-#: ../../bootlook.pm_.c:277
-#, fuzzy
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
-msgstr "ฅัฅรฅฑกผฅธมชย๒คฮสยธ"
+msgstr "ฅนฅืฅ้ฅรฅทฅๅมชย๒"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
-msgstr ""
+msgstr "ฅฦกผฅ"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1344,45 +1354,49 @@ msgid ""
"you can choose\n"
"them separatly"
msgstr ""
+"\n"
+"liloคศตฏฦฐฅนฅืฅ้ฅรฅทฅๅคฮ\n"
+"ฅฦกผฅค๒มชคำคคทค็คฆกฃ\n"
+"ฮพผิคฯสฬกนคหมชคูคคน"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
-msgstr ""
+msgstr "liloฒ่ฬฬ"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
-msgstr ""
+msgstr "ตฏฦฐฅนฅืฅ้ฅรฅทฅๅ"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "ฅทฅนฅฦฅเฅโกผฅษ"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "ตฏฦฐปคห X ฅฆฅฃฅ๓ฅษฅฆค๒ผยนิ"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "ผซฦฐฅํฅฐฅคฅ๓คฯคทคสคค"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "คณคฮ (ฅๆกผฅถกขฅวฅนฅฏฅศฅรฅืกหควผซฦฐฅํฅฐฅคฅ๓คนค๋"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "/etc/inittab คฌฦษค฿คศค๊อัคหณซคฑคคปค๓: %s"
@@ -1479,53 +1493,58 @@ msgstr "ฅชกผฅนฅศฅ๊ฅข"
msgid "United States"
msgstr "ฅขฅแฅ๊ฅซน็ฝฐน๑"
-#: ../../diskdrake/dav.pm_.c:23
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "ฟทตฌ"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "ฅขฅ๓ฅฅฆฅ๓ฅศ"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "ฅฅฆฅ๓ฅศ"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "ฅตกผฅะ"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "ฅฅฆฅ๓ฅศฅฅคฅ๓ฅศ"
-#: ../../diskdrake/dav.pm_.c:81
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
-msgstr "CDฅ้ฅคฅฟกผคฮยฎลูค๒ฦฮฯคทคฦคฏคภคตคค"
+msgstr "WavDAVฅตกผฅะคฮURLค๒ฦฮฯคทคฦคฏคภคตคค"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
-msgstr ""
+msgstr "URL คฯ http:// คซ https://ควปฯคค๋คณคศกช"
-#: ../../diskdrake/dav.pm_.c:105
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
-msgstr "ฅตกผฅะ"
+msgstr "ฅตกผฅะ: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "ฅฅฆฅ๓ฅศฅฅคฅ๓ฅศ: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "ฅชฅืฅทฅ็ฅ๓: %s"
@@ -1579,11 +1598,8 @@ msgid "Details"
msgstr "พบู"
#: ../../diskdrake/hd_gtk.pm_.c:252
-#, fuzzy
msgid "No hard drives found"
-msgstr ""
-"ฅํกผฅซฅ๋ฅืฅ๊ฅ๓ฅฟคฌธซคฤคซค๊คคปค๓กช\n"
-"\n"
+msgstr "ฅฯกผฅษฅษฅ้ฅคฅึคฌธซคฤคซค๊คคปค๓"
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
@@ -1615,7 +1631,7 @@ msgstr "ถ๕"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "คฝคฮยพ"
@@ -1759,7 +1775,7 @@ msgstr ""
"ฅะฅรฅฏฅขฅรฅืคนค๋ฅักผฅฦฅฃฅทฅ็ฅ๓ฅฦกผฅึฅ๋คฮฅตฅคฅบคฌฐใคคคคน\n"
"ยณคฑคคนคซกฉ"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "ทูน๐"
@@ -1841,6 +1857,9 @@ msgid ""
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
+"ฟทคทคคฅักผฅฦฅฃฅทฅ็ฅ๓คฌบ๎ค์คคปค๓\n"
+"(ด๐หฅักผฅฦฅฃฅทฅ็ฅ๓คฮฟ๔คฌพๅธยคหรฃคทคฦคคค๋คฟคแ)กฃ\n"
+"คษค์คซด๐หฅักผฅฦฅฃฅทฅ็ฅ๓ค๒บ๏ฝคทกขณศฤฅฅักผฅฦฅฃฅทฅ็ฅ๓ค๒บ๎ค๊คคทค็คฆกฃ"
#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
@@ -1878,9 +1897,9 @@ msgstr ""
"คคบฅ๋กผฅืฅะฅรฅฏค๒ฒ๒ฝคทคฦคฏคภคตคคกฃ"
#: ../../diskdrake/interactive.pm_.c:594
-#, fuzzy, c-format
+#, c-format
msgid "Where do you want to mount %s?"
-msgstr "ฅวฅะฅคฅน %s ค๒คษคณคหฅฅฆฅ๓ฅศคทคคนคซกฉ"
+msgstr "%s ค๒คษคณคหฅฅฆฅ๓ฅศคทคคนคซกฉ"
#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
@@ -2001,7 +2020,7 @@ msgid "What type of partitioning?"
msgstr "คษค๓คสฅักผฅฦฅฃฅทฅ็ฅ๓ควคนคซกฉ"
#: ../../diskdrake/interactive.pm_.c:965
-#, fuzzy, c-format
+#, c-format
msgid "The package %s is needed. Install it?"
msgstr "ฅัฅรฅฑกผฅธ %s คฌษฌอืควคนกฃฅคฅ๓ฅนฅศกผฅ๋คทคคนคซกฉ"
@@ -2223,7 +2242,7 @@ msgstr ""
#: ../../diskdrake/interactive.pm_.c:1150
msgid "Read-only"
-msgstr ""
+msgstr "ฦษค฿คศค๊ภ์อั"
#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
@@ -2250,9 +2269,9 @@ msgid "Partition table type: %s\n"
msgstr "ฅักผฅฦฅฃฅทฅ็ฅ๓ฅฦกผฅึฅ๋ฅฟฅคฅื: %s\n"
#: ../../diskdrake/interactive.pm_.c:1156
-#, fuzzy, c-format
+#, c-format
msgid "on channel %d id %d\n"
-msgstr "ฅะฅน %d id %d\n"
+msgstr "ฅมฅใฅ๓ฅอฅ๋ %d id %dพๅ\n"
#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
@@ -2290,59 +2309,55 @@ msgstr "ฅแฅวฅฃฅขค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคค"
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
-msgstr ""
+msgstr "ฅๆกผฅถฬพ %s ควฅํฅฐฅคฅ๓ควคญคคปค๓กสฅัฅนฅ๏กผฅษคฮคคมคฌคคกฉ"
#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
msgid "Domain Authentication Required"
-msgstr "วงพฺ"
+msgstr "ฅษฅแฅคฅ๓วงพฺคฌษฌอืควคน"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Another one"
-msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศ"
+msgstr "คโคฆฐ์คฤ"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Which username"
-msgstr "ฅๆกผฅถฬพ"
+msgstr "คษคฮฅๆกผฅถฬพ"
#: ../../diskdrake/smbnfs_gtk.pm_.c:176
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
+"คณคฮฅฅนฅศคฮฅขฅฏฅปฅนคหคฯฅๆกผฅถฬพกขฅัฅนฅ๏กผฅษกขฅษฅแฅคฅ๓ฬพค๒ฦฮฯคทคฦคฏคภคตคค"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
-#, fuzzy
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "ฅๆกผฅถฬพ"
#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
msgid "Domain"
-msgstr "NIS ฅษฅแฅคฅ๓"
+msgstr "ฅษฅแฅคฅ๓"
#: ../../diskdrake/smbnfs_gtk.pm_.c:200
msgid "Search servers"
msgstr "ฅตกผฅะค๒ธกบ๗"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ฅีฅฉกผฅฅรฅศ, %s ผบวิ"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "%s ค๒ ฅฟฅคฅื %s ควฅีฅฉกผฅฅรฅศคนค๋สหกค๒รฮค๊คคปค๓"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "ฅักผฅฦฅฃฅทฅ็ฅ๓ %s ค๒ฅวฅฃฅ์ฅฏฅศฅ๊ %s คหฅฅฆฅ๓ฅศควคญคคปค๓ควคทคฟ"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s ค๒ฅขฅ๓ฅฅฆฅ๓ฅศรๆคหฅจฅ้กผ: %s"
@@ -2404,12 +2419,11 @@ msgid "This directory should remain within the root filesystem"
msgstr "คณคฮฅวฅฃฅ์ฅฏฅศฅ๊คฯ root ฅีฅกฅคฅ๋ฅทฅนฅฦฅเฦโคหปฤคทคฦคฏคภคตคค"
#: ../../fsedit.pm_.c:530
-#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
-"คณคฮฅฅฆฅ๓ฅศฅฅคฅ๓ฅศคหคฯกขผยบ฿คนค๋ฅีฅกฅคฅ๋ฅทฅนฅฦฅเ (ext2, reiserfs) \n"
+"คณคฮฅฅฆฅ๓ฅศฅฅคฅ๓ฅศคหคฯกขผยบ฿คนค๋ฅีฅกฅคฅ๋ฅทฅนฅฦฅเ (ext2, reiserfs, xfs, jfs)"
"คฌษฌอืควคนกฃ\n"
#: ../../fsedit.pm_.c:532
@@ -2430,48 +2444,108 @@ msgstr "คนค๋คณคศคฌคขค๊คคปค๓"
msgid "Error opening %s for writing: %s"
msgstr "ฝ๑คญนค฿คฮคฟคแ %s ค๒ณซคฏคศคญฅจฅ้กผคฌศฏภธ: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
-msgstr ""
+msgstr "คซค๏ค๊คฮฅษฅ้ฅคฅะคฌคขค๊คคปค๓"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
-msgstr ""
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr "คณคฮฅตฅฆฅ๓ฅษฅซกผฅษ (%s) อัคฮด๛รฮคฮOSS/ALSAยๅยุฅษฅ้ฅคฅะคฌคขค๊คคปค๓"
-#: ../../harddrake/sound.pm_.c:158
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
-msgstr "CUPS ภ฿ฤ๊"
+msgstr "ฅตฅฆฅ๓ฅษภ฿ฤ๊"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
+"คณคณควคฯฅตฅฆฅ๓ฅษฅซกผฅษ (%s) อัคหยๅยุฅษฅ้ฅคฅะกสOSSคซALSA) ค๒มชย๒ควคญคคน"
-#: ../../harddrake/sound.pm_.c:162
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
-msgstr "ฅษฅ้ฅคฅะ"
+msgstr "ฅษฅ้ฅคฅะกง"
+
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "ฅุฅ๋ฅื"
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "พฏกนคชยิคมค๒กฤกฤภ฿ฤ๊ค๒ลฌอัคทคฦคคคคน"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "คชยิคมฒผคตคค"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
-msgstr "X ฅษฅ้ฅคฅะ"
+msgstr "ด๛รฮคฮฅษฅ้ฅคฅะคสคท"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
-msgstr ""
+msgstr "คณคฮฅตฅฆฅ๓ฅษฅซกผฅษ (%s) อัคฮด๛รฮคฮฅษฅ้ฅคฅะคฯคขค๊คคปค๓"
-#: ../../harddrake/sound.pm_.c:177
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
-msgstr "ฬครฮคฮฅโฅวฅ๋"
+msgstr "ฬครฮคฮฅษฅ้ฅคฅะ"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2480,34 +2554,36 @@ msgid ""
"<install at mandrakesoft dot com>\n"
"with subject: unlisted sound driver \"%s\""
msgstr ""
+"คณคฮฅตฅฆฅ๓ฅษฅซกผฅษอัคฮกึ%sกืฅษฅ้ฅคฅะคฯฐ์อ๗คหคขค๊คคปค๓กฃ\n"
+"\n"
+"\"lspcidrake -v\" ฅณฅฅ๓ฅษคฮฝะฮฯค๒\n"
+"<install at mandrakesoft dot com>\n"
+"คหกขsubject: unlisted sound driver \"%s\"ควฅแกผฅ๋คทคฦคฏคภคตคค"
#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
msgid "Model"
-msgstr "ฅโฅธฅๅกผฅ๋"
+msgstr "ฅโฅวฅ๋"
#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
msgid "hard disk model"
-msgstr "ฅซกผฅษ mem (DMA)"
+msgstr "ฅฯกผฅษฅวฅฃฅนฅฏคฮฅโฅวฅ๋"
#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
msgid "Channel"
-msgstr "ฅญฅใฅ๓ฅปฅ๋"
+msgstr "ฅมฅใฅ๓ฅอฅ๋"
#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
-msgstr ""
+msgstr "EIDE/SCSI ฅมฅใฅ๓ฅอฅ๋"
#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
-msgstr ""
+msgstr "ฅะฅน"
#: ../../harddrake/ui.pm_.c:20
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
+msgstr "ฅวฅะฅคฅนคฮภยณคตค์คฟสชอฅะฅนค๒มชคำคคนกสPCIกขUSBคสคษ)"
#: ../../harddrake/ui.pm_.c:21
msgid "Module"
@@ -2515,38 +2591,39 @@ msgstr "ฅโฅธฅๅกผฅ๋"
#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
+msgstr "คฝคฮฅวฅะฅคฅนค๒ฐทคฆGNU/Linuxฅซกผฅอฅ๋คฮฅโฅธฅๅกผฅ๋"
#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
-msgstr ""
+msgstr "ฅแฅวฅฃฅขฅฏฅ้ฅน"
#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
-msgstr ""
+msgstr "ฅฯกผฅษฅฆฅงฅขฅวฅะฅคฅนคฮฅฏฅ้ฅน"
#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
-msgstr "ฅืฅ๊ฅ๓ฅฟคฮภโฬภ"
+msgstr "ภโฬภ"
#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
-msgstr ""
+msgstr "คณคฮฅีฅฃกผฅ๋ฅษคฯฅวฅะฅคฅนคฮภโฬภควคน"
#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
msgid "Bus identification"
-msgstr "วงพฺ"
+msgstr "ฅะฅนคฮฦฑฤ๊"
#: ../../harddrake/ui.pm_.c:26
msgid ""
"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
"PCI/USB ids"
msgstr ""
+"- PCI คศ USB ฅวฅะฅคฅนกงฅูฅ๓ฅภกผกขฅวฅะฅคฅนกขฅตฅึฅูฅ๓ฅภกผกขฅตฅึฅวฅะฅคฅนคฮPCI/"
+"USB idค๒ตญฝาคทคคนกฃ"
#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
-msgstr ""
+msgstr "ฅะฅนพๅคฮฐฬรึ"
#: ../../harddrake/ui.pm_.c:29
msgid ""
@@ -2554,160 +2631,153 @@ msgid ""
"- eide devices: the device is either a slave or a master device\n"
"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
+"- pci ฅวฅะฅคฅน: คณคฮฅซกผฅษคฮPCIฅนฅํฅรฅศกขฅวฅะฅคฅนคศตกวฝ\n"
+"- eide ฅวฅะฅคฅน: ฅนฅ์กผฅึคซฅฅนฅฟกผคฮฅวฅะฅคฅน\n"
+"- scsi ฅวฅะฅคฅน: scsi ฅะฅนคศscsi ฅวฅะฅคฅนคฮid"
#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
msgid "Old device file"
-msgstr "ฅีฅกฅคฅ๋ค๒มชย๒"
+msgstr "ธลคคฅวฅะฅคฅนฅีฅกฅคฅ๋"
#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
-msgstr ""
+msgstr "devฅัฅรฅฑกผฅธควปศค๏ค์คฟธลคคภลลชฅวฅะฅคฅนฬพ"
#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
msgid "New devfs device"
-msgstr "ฅฒกผฅศฅฆฅงฅคฅวฅะฅคฅน"
+msgstr "ฟทคทคคdevfsฅวฅะฅคฅน"
#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
+msgstr "incoreฅซกผฅอฅ๋devfsคฮภธภฎคทคฟฟทคทคคฦฐลชฅวฅะฅคฅนฬพ"
#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
msgid "Number of buttons"
-msgstr "2ฅฅฟฅ๓"
+msgstr "ฅฅฟฅ๓ฟ๔"
#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
-msgstr ""
+msgstr "ฅวฅะฅคฅนคฮฅูฅ๓ฅภกผฬพ"
#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
msgid "Alternative drivers"
-msgstr "สฬคฮฅฦฅนฅศฅฺกผฅธ (A4)"
+msgstr "ยๅยุฅษฅ้ฅคฅะ"
#: ../../harddrake/ui.pm_.c:39
msgid "the list of alternative drivers for this sound card"
-msgstr ""
+msgstr "คณคฮฅตฅฆฅ๓ฅษฅซกผฅษอัยๅยุฅษฅ้ฅคฅะฐ์อ๗"
#: ../../harddrake/ui.pm_.c:63
-#, fuzzy
msgid "/_Quit"
-msgstr "ฝชฮป"
+msgstr "/ฝชฮป(_Q)"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/ฅุฅ๋ฅื(_H)"
#: ../../harddrake/ui.pm_.c:65
-#, fuzzy
msgid "/_Help..."
-msgstr "/ฅุฅ๋ฅื(_H)"
+msgstr "/ฅุฅ๋ฅื(_H)..."
#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
-msgstr ""
+msgstr "Harddrake ฅุฅ๋ฅื"
#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
+"ฅีฅฃกผฅ๋ฅษคฮภโฬภ:\n"
+"\n"
#: ../../harddrake/ui.pm_.c:71
-#, fuzzy
+msgid "/_Report Bug"
+msgstr "/ฅะฅฐส๓น๐(_R)"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
-msgstr "/ฅุฅ๋ฅื(H)/พ๐ส๓(_A)..."
+msgstr "/พ๐ส๓(_A)..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
-msgstr ""
+msgstr "Harddrakeคหคฤคคคฦ"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
+"คณคฮฅฝฅีฅศคฯHardDrake, Mandrake คฮฅฯกผฅษฅฆฅงฅขภ฿ฤ๊ฅฤกผฅ๋คสค๊กฃ\n"
+"ฅะกผฅธฅ็ฅ๓:"
-#: ../../harddrake/ui.pm_.c:74
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
-msgstr "ฅชกผฅศฅืฅํกผฅึ"
+msgstr "บ๎ผิ: "
-#: ../../harddrake/ui.pm_.c:84
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
-msgstr "ฅวฅฃฅนฅฏคฮธกฝะ"
+msgstr "Harddrake2 ฅะกผฅธฅ็ฅ๓"
-#: ../../harddrake/ui.pm_.c:99
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
-msgstr "ฅฯกผฅษฅฆฅงฅขคฮพ๐ส๓ค๒ธซคฦฒผคตคค"
+msgstr "ธกฝะคตค์คฟฅฯกผฅษฅฆฅงฅข"
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
-msgstr "พ๐ส๓ค๒ษฝผจ"
+msgstr "พ๐ส๓"
-#: ../../harddrake/ui.pm_.c:104
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
-msgstr "ฅฅฆฅนคฮภ฿ฤ๊"
+msgstr "ฅโฅธฅๅกผฅ๋ภ฿ฤ๊"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
-msgstr ""
+msgstr "ภ฿ฤ๊ฅฤกผฅ๋ผยนิ"
-#: ../../harddrake/ui.pm_.c:109
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
-msgstr "ฅกผฅศ %s ควธกฝะคทคคทคฟ"
+msgstr "คฟคภคคคธกฝะรๆ"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "คชยิคมฒผคตคค"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
-msgstr ""
+msgstr "ฅโฅธฅๅกผฅ๋คฮณฦฅัฅ้ฅแกผฅฟค๒คณคณควภ฿ฤ๊ควคญคคนกฃ"
-#: ../../harddrake/ui.pm_.c:161
-#, fuzzy, c-format
+#: ../../harddrake/ui.pm_.c:166
+#, c-format
msgid "Running \"%s\" ..."
-msgstr "ฅืฅ๊ฅ๓ฅฟ \"%s\" ค๒บ๏ฝรๆ..."
+msgstr "\"%s\" ค๒ผยนิรๆ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr ""
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "%sฅฏฅ้ฅนค๒ฅืฅํกผฅึรๆ\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
-msgstr ""
+msgstr "ฐ์ผก"
-#: ../../harddrake/ui.pm_.c:198
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
-msgstr "คขคศ %d ษร"
+msgstr "ฦ๓ผก"
#: ../../harddrake/v4l.pm_.c:15 ../../harddrake/v4l.pm_.c:65
-#, fuzzy
msgid "Auto-detect"
-msgstr "ผซฦฐธกฝะค๒คนค๋"
+msgstr "ผซฦฐธกฝะ"
#: ../../harddrake/v4l.pm_.c:66 ../../harddrake/v4l.pm_.c:186
-#, fuzzy
msgid "Unknown|Generic"
-msgstr "ศฦอั"
+msgstr "ฬครฮ|ศฦอั"
#: ../../harddrake/v4l.pm_.c:98
msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
+msgstr "ฬครฮ|CPH05X (bt878) [ณฦผ๏ฅูฅ๓ฅภกผ]"
#: ../../harddrake/v4l.pm_.c:99
msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr ""
+msgstr "ฬครฮ|CPH06X (bt878) [ณฦผ๏ฅูฅ๓ฅภกผ]"
#: ../../harddrake/v4l.pm_.c:210
msgid ""
@@ -2716,37 +2786,38 @@ msgid ""
"If your card is misdetected, you can force the right tuner and card types "
"here. Just select your tv card parameters if needed"
msgstr ""
+"บวถแคฮฅฦฅ์ฅำฅซกผฅษคฮคคศค๓คษควคฯGNU/Linux ฅซกผฅอฅ๋คฮbttvฅโฅธฅๅกผฅ๋คฌภตคทคคฅั"
+"ฅ้ฅแกผฅฟค๒ผซฦฐธกฝะคทคคนกฃ\n"
+"ฅซกผฅษคฌภตคทคฏธกฝะคตค์คสคฑค์คะกขผ๊ฦฐควปุฤ๊ควคญคคนกฃษฌอืคหฑคธคฦฅฦฅ์ฅำฅซกผฅษ"
+"คฮฅัฅ้ฅแกผฅฟค๒มชค๓ควคฏคภคตคคกฃ"
#: ../../harddrake/v4l.pm_.c:213
-#, fuzzy
msgid "Card model:"
-msgstr "ฅซกผฅษ mem (DMA)"
+msgstr "ฅซกผฅษฅโฅวฅ๋: "
#: ../../harddrake/v4l.pm_.c:214
-#, fuzzy
msgid "Tuner type:"
-msgstr "ฅฟฅคฅืคฮสันน"
+msgstr "ฅมฅๅกผฅสคฮผ๏ฮเ: "
#: ../../harddrake/v4l.pm_.c:215
msgid "Number of capture buffers:"
-msgstr ""
+msgstr "ฅญฅใฅืฅมฅใฅะฅรฅีฅกคฮฟ๔: "
#: ../../harddrake/v4l.pm_.c:215
msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
+msgstr "mmapฅญฅใฅืฅมฅใอัคฮฅญฅใฅืฅมฅใฅะฅรฅีฅกฟ๔"
#: ../../harddrake/v4l.pm_.c:217
-#, fuzzy
msgid "PLL setting:"
-msgstr "ภ฿ฤ๊คฮฦษค฿นค฿รๆ"
+msgstr "PLL ภ฿ฤ๊:"
#: ../../harddrake/v4l.pm_.c:218
msgid "Radio support:"
-msgstr ""
+msgstr "ฅ้ฅธฅชฅตฅกผฅศ: "
#: ../../harddrake/v4l.pm_.c:218
msgid "enable radio support"
-msgstr ""
+msgstr "ฅ้ฅธฅชฅตฅกผฅศค๒อญธ๚คหคนค๋"
#: ../../help.pm_.c:13
msgid ""
@@ -3204,7 +3275,6 @@ msgstr ""
"คศล๚คจคคทค็คฆกฃ"
#: ../../help.pm_.c:246
-#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3247,7 +3317,7 @@ msgstr ""
"คสคษคหค่ค๋ฅฏฅ้ฅรฅทฅๅคซค้ฅทฅนฅฦฅเค๒ฒ๓ษคตคปค๋คฮคหปศคจค๋กขณฦผ๏คฮฅฤกผฅ๋\n"
"คฌฦครคฦคคคคนกฃ\n"
"\n"
-"คณคฮฅนฅฦฅรฅืค๒ฅฏฅ๊ฅรฅฏคนค๋คศกขฅีฅํฅรฅิกผฅวฅฃฅนฅฏค๒ฅษฅ้ฅคฅึคหฦค์คํคศ\n"
+"กึคฯคคกืคศฑคจคฟค้กขฅีฅํฅรฅิกผฅวฅฃฅนฅฏค๒ฅษฅ้ฅคฅึคหฦค์คํคศ\n"
"อืตแคตค์คคนกฃมฦคนค๋ฅีฅํฅรฅิกผฅวฅฃฅนฅฏคฯกขถ๕คซกขษิอืคสฅวกผฅฟคทคซ\n"
"ฦครคฦคคคสคคคโคฮคหคทคคทค็คฆกฃฅีฅฉกผฅฅรฅศคนค๋ษฌอืคฯคขค๊คคปค๓กฃ\n"
"DrakXคฌดฐมดคหคฝค์ค๒ฝ๑คญดนคจคคนกฃ"
@@ -4477,13 +4547,16 @@ msgid ""
"missing), this generally means your boot floppy in not in sync with the "
"Installation medium (please create a newer boot floppy)"
msgstr ""
+"คขคสคฟคฮฅซกผฅอฅ๋คหยะฑคทคฟฅซกผฅอฅ๋ฅโฅธฅๅกผฅ๋คหฅขฅฏฅปฅนควคญคคปค๓(ฅีฅกฅคฅ๋%sคฌ"
+"คขค๊คคปค๓)กฃคณค์คฯษแฤฬกขตฏฦฐฅีฅํฅรฅิกผคฌฅคฅ๓ฅนฅศกผฅ๋ฅแฅวฅฃฅขคศยะฑคทคฦคคคสคค"
+"คศคคคฆคณคศควคนกสฟทคทคคตฏฦฐฅีฅํฅรฅิกผค๒บ๎ค๊คสคชคทคคทค็คฆ)"
#: ../../install2.pm_.c:167
#, c-format
msgid "You must also format %s"
msgstr "%s คโฅีฅฉกผฅฅรฅศคทคฦคฏคภคตคค"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4507,7 +4580,7 @@ msgstr ""
"\n"
"หล๖คหคณคฮฅตกผฅะค๒ฅคฅ๓ฅนฅศกผฅ๋คทคฦคคคคควคนคอกฉ\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4515,21 +4588,25 @@ msgid ""
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
+"ฅทฅนฅฦฅเนนฟทค๒ฒฤวฝคหคนค๋คฟคแกขฐสฒผคฮฅัฅรฅฑกผฅธค๒บ๏ฝคทคคน: %s\n"
+"\n"
+"\n"
+"หล๖คหคณค์ค้ค๒บ๏ฝคทคฦคคคคควคนคซ?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "NIS ฅษฅแฅคฅ๓คฌคสคคคฮควฅึฅํกผฅษฅญฅใฅนฅศคฌปศคจคคปค๓"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "FATทมผฐคฮฅีฅํฅรฅิกผค๒ฅษฅ้ฅคฅึ %s คหมฦ"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "คณคฮฅีฅํฅรฅิกผคฯ FATฅีฅฉกผฅฅรฅศคธคใคขค๊คคปค๓"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4537,12 +4614,12 @@ msgstr ""
"คณคฮสยธคทคฟฅัฅรฅฑกผฅธมชย๒ค๒ปศคฆคหคฯกขฅคฅ๓ฅนฅศกผฅ๋คฮตฏฦฐปคหกึlinux "
"defcfg=floppyกืคศปุฤ๊คทคคนกฃ"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "ฅีฅกฅคฅ๋ %s คฮฦษค฿คศค๊ฅจฅ้กผควคน"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4785,7 +4862,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "%s คุค่คฆคณคฝ"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "อญธ๚คสฅีฅํฅรฅิกผฅษฅ้ฅคฅึคฌคขค๊คคปค๓"
@@ -4816,11 +4893,11 @@ msgstr "ฅคฅ๓ฅนฅศกผฅ๋ฅฏฅ้ฅน"
msgid "Please choose one of the following classes of installation:"
msgstr "ฐสฒผคฮฅคฅ๓ฅนฅศกผฅ๋ฅฏฅ้ฅนค๒คษค์คซมชค๓ควคฏคภคตคค"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "ฅัฅรฅฑกผฅธฅฐฅ๋กผฅืค๒มชย๒"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "ธฤสฬฅัฅรฅฑกผฅธคฮมชย๒"
@@ -4896,7 +4973,7 @@ msgstr "ผซฦฐมชย๒คตค์คฟฅัฅรฅฑกผฅธค๒ษฝผจ"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "ฅคฅ๓ฅนฅศกผฅ๋"
@@ -4916,7 +4993,7 @@ msgstr "บวพฎฅคฅ๓ฅนฅศกผฅ๋"
msgid "Choose the packages you want to install"
msgstr "ฅคฅ๓ฅนฅศกผฅ๋คทคฟคคฅัฅรฅฑกผฅธค๒มชค๓ควฒผคตคค"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "ฅคฅ๓ฅนฅศกผฅ๋รๆ"
@@ -4943,17 +5020,17 @@ msgid "Installing package %s"
msgstr "ฅัฅรฅฑกผฅธ %s คฮฅคฅ๓ฅนฅศกผฅ๋"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "วงคแค๋"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "ต๑ศ"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4967,16 +5044,16 @@ msgstr ""
"CDคฌคสคฑค์คะกขCancel ค๒ฒกคทคฦคณคฮ Cd-Rom คซค้คฮฅคฅ๓ฅนฅศกผฅ๋ค๒ฒ๓ศ๒คทคฦฒผคตคคกฃ"
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "คซคค๏คบภ่คหฟสค฿คคนคซกฉ"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "ฅัฅรฅฑกผฅธคฮภฐฮ๓ควฅจฅ้กผคฌศฏภธ:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "ฅัฅรฅฑกผฅธคฮฅคฅ๓ฅนฅศกผฅ๋ควฅจฅ้กผคฌศฏภธ:"
@@ -5100,7 +5177,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5211,7 +5288,7 @@ msgstr ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5285,10 +5362,10 @@ msgstr ""
#: ../../install_steps_interactive.pm_.c:191
msgid "Are you sure you refuse the licence?"
-msgstr ""
+msgstr "ฅ้ฅคฅปฅ๓ฅนค๒หล๖คหต๑ศคทคฦค่คํคทคคควคนคซกฉ"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "ฅญกผฅกผฅษ"
@@ -5432,24 +5509,24 @@ msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
+"ฅีฅกฅคฅ๋ฅทฅนฅฦฅเ %s คฮฅมฅงฅรฅฏคหผบวิกฃฅจฅ้กผค๒ฝคษคทคคนคซกฉกสคฟคภคทฅวกผฅฟคฌ"
+"ฐ์ษ๔พรคจค๋คซคโคทค์คคปค๓ค่)"
#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "ฅคฅ๓ฅนฅศกผฅ๋คหฝฝสฌคสฅนฅ๏ฅรฅืคฌคขค๊คคปค๓กคฅนฅ๏ฅรฅืค๒ฒรคจคฦฒผคตคค"
#: ../../install_steps_interactive.pm_.c:472
-#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "ผ๊ปคมคฮฅัฅรฅฑกผฅธค๒คตคฌคทคฦคคคคน"
+msgstr "ผ๊ปคมคฮฅัฅรฅฑกผฅธค๒รตคทคฦrpmฅวกผฅฟฅูกผฅนบฦนฝรรๆ..."
#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "ผ๊ปคมคฮฅัฅรฅฑกผฅธค๒คตคฌคทคฦคคคคน"
#: ../../install_steps_interactive.pm_.c:476
-#, fuzzy
msgid "Looking at packages already installed..."
-msgstr "คณคฮฅัฅรฅฑกผฅธคฯศ๓มชย๒คหควคญคคปค๓กฃคนควคหฅคฅ๓ฅนฅศกผฅ๋บัค฿ควคน"
+msgstr "ฅคฅ๓ฅนฅศกผฅ๋บัค฿ฅัฅรฅฑกผฅธค๒ฤดคูคฦคคคคน..."
#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
@@ -5495,32 +5572,31 @@ msgstr "ฅัฅรฅฑกผฅธมชย๒คฮฦครคฟฅีฅํฅรฅิกผค๒มฦ"
msgid "Selected size is larger than available space"
msgstr "มชค๓คภคโคฮคฮฅตฅคฅบคฯถ๕คญฅนฅฺกผฅนค๒ฑคจคฦคคคคน"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "ฅคฅ๓ฅนฅศกผฅ๋คฮผ๏ฮเ"
-#: ../../install_steps_interactive.pm_.c:642
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
"ฅัฅรฅฑกผฅธฅฐฅ๋กผฅืคฌมชคะค์คฦคคคคปค๓กฃ\n"
-"บวฤใธยอ฿คทคคฅคฅ๓ฅนฅศกผฅ๋ค๒มชค๓ควคฏคภคตคค"
+"บวฤใธยอ฿คทคคฅคฅ๓ฅนฅศกผฅ๋ค๒มชค๓ควคฏคภคตคค: "
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "X ค๒ปศคฆ"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "ด๐หลชคสฅษฅญฅๅฅแฅ๓ฅฦกผฅทฅ็ฅ๓ค๒ฦค์ค๋กสฟไพฉกชกห"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "หล๖คหบวฤใธยคฮฅคฅ๓ฅนฅศกผฅ๋กสurpmi คโคสคทกห"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5530,16 +5606,16 @@ msgstr ""
"CDคฌฐ์คฤคโคสคฑค์คะกขฅญฅใฅ๓ฅปฅ๋ค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคคกฃ\n"
"ผ๊ธตคหคสคคCDคฌคขค์คะกขคฝค์ค๒มชย๒คซค้คฯคบคทคฦคซค้Okค๒ฅฏฅ๊ฅรฅฏคทคคนกฃ"
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "กึ %s กืคศคคคฆCd-Rom"
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "ฅคฅ๓ฅนฅศกผฅ๋คฮฝเศ๗"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5548,21 +5624,21 @@ msgstr ""
"ฅัฅรฅฑกผฅธ %s ค๒ฅคฅ๓ฅนฅศกผฅ๋\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "ฅคฅ๓ฅนฅศกผฅ๋ภ฿ฤ๊ค๒ณฮฤ๊"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "ปศครคฟตฏฦฐฅีฅํฅรฅิกผค๒ฅษฅ้ฅคฅึ %s คหมฦ"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "นนฟทฅโฅธฅๅกผฅ๋ฅีฅํฅรฅิกผค๒ฅษฅ้ฅคฅึ %s คหมฦคทคฦฒผคตคค"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5626,8 +5702,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5639,165 +5714,162 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
"ฅวฅฃฅนฅศฅ๊ฅำฅๅกผฅทฅ็ฅ๓ธ๘ณซปฐสน฿คหนนฟทคตค์คฟฅัฅรฅฑกผฅธค๒\n"
-"ฅภฅฆฅ๓ฅํกผฅษควคญคคนกฃ\n"
-"\n"
-"ฅปฅญฅๅฅ๊ฅฦฅฃฅีฅฃฅรฅฏฅนคไฅะฅฐฅีฅฃฅรฅฏฅนคฌฦภค้ค์คคนคฌกข\n"
-"คณค์คหคฯฅคฅ๓ฅฟกผฅอฅรฅศภยณคฌษฌอืควคนกฃ\n"
+"ฅภฅฆฅ๓ฅํกผฅษควคญคคนกฃฅปฅญฅๅฅ๊ฅฦฅฃฅีฅฃฅรฅฏฅนคไฅะฅฐฅีฅฃฅรฅฏฅนคฌฦภค้ค์คคนกฃ\n"
+"ฅัฅรฅฑกผฅธคฮฅภฅฆฅ๓ฅํกผฅษคหคฯฅคฅ๓ฅฟกผฅอฅรฅศภยณคฌษฌอืควคนกฃ\n"
"\n"
"นนฟทฅัฅรฅฑกผฅธค๒ฅคฅ๓ฅนฅศกผฅ๋คทคคนคซกฉ"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Mandrake Linux ฅตฅคฅศคหภยณคทคฦฅ฿ฅ้กผฐ์อ๗ค๒ผ่ฦภคทคฦคคคคน"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "คษคฮฅตฅคฅศคซค้ฅัฅรฅฑกผฅธค๒ปครคฦคฏค๋คซค๒มชย๒"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "ฅตฅคฅศคหภยณคทคฦฅัฅรฅฑกผฅธฐ์อ๗ค๒ผ่ฦภคทคฦคคคคน"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "คขคสคฟคฮปดึยำคฯคษค์ควคนคซกฉ"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "ฅฯกผฅษฅฆฅงฅขฅฏฅํฅรฅฏคฯ GMT คหฅปฅรฅศคทคฦคขค๊คคน"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "ผซฦฐปดึคขค๏คปกสNTPค๒ปศคฆกห"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP ฅตกผฅะ"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "ฅ๊ฅโกผฅศCUPS ฅตกผฅะ"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "ฅืฅ๊ฅ๓ฅฟคสคท"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "ISA ฅตฅฆฅ๓ฅษฅซกผฅษคฯคขค๊คคนคซกฉ"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"ฅคฅ๓ฅนฅศกผฅ๋ธๅคหกึsndconfigกืค๒ผยนิคทคฦฅตฅฆฅ๓ฅษฅซกผฅษค๒ภ฿ฤ๊คทคฦคฏคภคตคคกฃ"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"ฅตฅฆฅ๓ฅษฅซกผฅษคฌธกฝะควคญคคปค๓ควคทคฟกฃ\n"
"ฅคฅ๓ฅนฅศกผฅ๋ธๅคหกึharddrakeกืค๒ป๎คทคฦคฏคภคตคค"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "คคศคแ"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "ฅฅฆฅน"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "ปดึยำ"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ฅืฅ๊ฅ๓ฅฟ"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDNฅซกผฅษ"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "ฅตฅฆฅ๓ฅษฅซกผฅษ"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "ฅฦฅ์ฅำฅซกผฅษ"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
-msgstr "ฅฆฅฃฅ๓ฅษฅฆฅบคฮฅีฅฉฅ๓ฅศค๒ผ่ครคฦคฏค๋"
+msgstr "ฅฆฅฃฅ๓ฅษฅฆฅบคฮฅษฅแฅคฅ๓"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "ฅํกผฅซฅ๋ฅีฅกฅคฅ๋"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "ฅ๋กผฅศฅัฅนฅ๏กผฅษ"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "ฅัฅนฅ๏กผฅษคสคท"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "คณคฮฅัฅนฅ๏กผฅษคฯดสรฑคนคฎคคนกสบวฤใควคโ %d สธป๚ปศครคฦคฏคภคตคคกห"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "วงพฺ"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "วงพฺLDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAPฅูกผฅนdn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAPฅตกผฅะ"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "วงพฺNIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS ฅษฅแฅคฅ๓"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS ฅตกผฅะ"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5812,22 +5884,31 @@ msgid ""
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
msgstr ""
+"W2K PDCควคณค์ค๒ปศคฆคหคฯกขคฟคึค๓adminคหฐสฒผค๒ผยนิคทคฦคโค้คฆษฌอืคฌคขค๊คคนC:"
+"\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /add คฝคทคฦ"
+"ฅตกผฅะค๒บฦตฏฦฐคทคคนกฃ\n"
+"คคฟฅฅทฅ๓ค๒ฅฆฅฃฅ๓ฅษฅฆฅบ(TM)ฅษฅแฅคฅ๓คหปฒฒรคตคปค๋คหคฯฅษฅแฅคฅ๓ดษอผิคฮฅๆกผฅถฬพ/"
+"ฅัฅนฅ๏กผฅษคฌษฌอืควคนกฃ\n"
+"ฅอฅรฅศฅ๏กผฅฏคฌอญธ๚คหคสครคฦคคคสคฑค์คะกขDrakxคฯฅอฅรฅศฅ๏กผฅฏภ฿ฤ๊คฌฝชค๏ครคฦคซค้ฅษ"
+"ฅแฅคฅ๓คหปฒฒรคทค่คฆคศคทคคนกฃ\n"
+"คณคฮภ฿ฤ๊คฌฒฟค้คซคฮออณควผบวิคทกขฅษฅแฅคฅ๓วงพฺคฌตกวฝคทคสคฑค์คะกขฅทฅนฅฦฅเค๒ตฏฦฐ"
+"คทคฦคซค้กขฅฆฅฃฅ๓ฅษฅฆฅบ(TM)คฮฅษฅแฅคฅ๓คศดษอผิคฮฅๆกผฅถฬพ/ฅัฅนฅ๏กผฅษค๒ปศคร"
+"คฦ'smbpasswd -j DOMAIN -U USER%PASSWORD' ค๒ผยนิคทคคนกฃ\n"
+"'wbinfo -t' ฅณฅฅ๓ฅษค๒คฤคซคฆคศกขวงพฺอัคฮศ๋ฬฉคฌย็พๆษืคซฅมฅงฅรฅฏควคญคคนกฃ"
-#: ../../install_steps_interactive.pm_.c:1122
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
-msgstr "วงพฺLDAP"
+msgstr "ฅฆฅฃฅ๓ฅษฅฆฅบฅษฅแฅคฅ๓วงพฺ"
-#: ../../install_steps_interactive.pm_.c:1124
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
-msgstr "ฅษฅแฅคฅ๓ฬพ"
+msgstr "ฅษฅแฅคฅ๓ดษอผิฬพ"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
-msgstr ""
+msgstr "ฅษฅแฅคฅ๓ดษอผิฅัฅนฅ๏กผฅษ"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5854,19 +5935,19 @@ msgstr ""
"ฅึกผฅศฅวฅฃฅนฅฏค๒บ๎ค๋คสค้คะกขฅีฅํฅรฅิฅฃฅวฅฃฅนฅฏค๒ฅษฅ้ฅคฅึคหมฦคทกข\n"
"กึOKกืค๒ฒกคทคฦคฏคภคตคคกฃ"
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "บวฝ้คฮฅีฅํฅรฅิกผฅษฅ้ฅคฅึ"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "ฦ๓ศึฬคฮฅีฅํฅรฅิกผฅษฅ้ฅคฅึ"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "ฅนฅญฅรฅื"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5890,7 +5971,7 @@ msgstr ""
"ษต์คนค๋คฮคฌณฺคหคสค๊คคนกฃฅึกผฅศฅวฅฃฅนฅฏค๒บ๎ค๊คคนคซกฉ\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5904,28 +5985,28 @@ msgstr ""
"1.44 Mb ฅีฅํฅรฅิกผควตฏฦฐฅวฅฃฅนฅฏค๒บ๎ค๋คฮคฯคฟคึค๓ฬตอควคนกฃ\n"
"XFS คฯคศคฦคโย็คญคสฅษฅ้ฅคฅะคฌษฌอืคภคซค้ควคน)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "อญธ๚คสฅีฅํฅรฅิกผฅษฅ้ฅคฅึคฌคขค๊คคปค๓กคคดคแค๓คสคตคค"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "ฅึกผฅศฅวฅฃฅนฅฏค๒บ๎ค๊คฟคคฅีฅํฅรฅิฅฃฅษฅ้ฅคฅึค๒มชย๒"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "ฅีฅํฅรฅิกผค๒ฅษฅ้ฅคฅึ %s คหมฦ"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "ฅึกผฅศฅวฅฃฅนฅฏคฮบ๎ภฎ"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "ฅึกผฅศฅํกผฅภคฮฝเศ๗"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5937,11 +6018,11 @@ msgstr ""
"ฅคฅ๓ฅนฅศกผฅ๋คฯยณคฑคคนคฌกขฅฅทฅ๓คฮตฏฦฐคหคฯ\n"
"BootX ค๒ปศครคฦคฏคภคตคค"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "aboot ค๒ปศคคคคนคซกฉ"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5949,15 +6030,15 @@ msgstr ""
"aboot ฅคฅ๓ฅนฅศกผฅ๋ปคหฅจฅ้กผศฏภธกฃ\n"
"ฬตอคหฅคฅ๓ฅนฅศกผฅ๋คทคฦค฿คคนคซกฉกกคฟคภคทบวฝ้คฮฅักผฅฦฅฃฅทฅ็ฅ๓คฌวหฒ๕คตค์คคนกฃ"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "ฅึกผฅศฅํกผฅภฅคฅ๓ฅนฅศกผฅ๋รๆ"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "ฅึกผฅศฅํกผฅภคฮฅคฅ๓ฅนฅศกผฅ๋คหผบวิคทคคทคฟกฃฐสฒผคฮฅจฅ้กผคฌศฏภธ:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5974,17 +6055,17 @@ msgstr ""
" คฝค์คซค้คณคฆฅฟฅคฅืคทคคน: shut-down\n"
"ผกคฮตฏฦฐปคหคฯฅึกผฅศฅํกผฅภคฮฅืฅํฅ๓ฅืฅศคฌฝะค๋คฯคบควคนกฃ"
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "ถ๕คฮฅีฅํฅรฅิกผค๒ฅษฅ้ฅคฅึ %s คหมฦคทคฦฒผคตคค"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "ฅคฅ๓ฅนฅศกผฅ๋ฅีฅํฅรฅิกผคฮผซฦฐบ๎ภฎ"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5994,8 +6075,8 @@ msgstr ""
"\n"
"หล๖คหฝชฮปคทคคนคซกฉ"
-#: ../../install_steps_interactive.pm_.c:1316
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:1317
+#, c-format
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -6019,22 +6100,21 @@ msgstr ""
"คณคฮฅะกผฅธฅ็ฅ๓คฮ Mandrake Linux คฮฅะฅฐฝคภตพ๐ส๓คฯกข\n"
"\n"
"\n"
-"http://www.linux-mandrake.com/en/82errata.php3 ควฤดคูค้ค์คคนกฃ\n"
+"%s ควฤดคูค้ค์คคนกฃ\n"
"\n"
"\n"
"ฅคฅ๓ฅนฅศกผฅ๋ธๅคฮภ฿ฤ๊คหคฤคคคฦคฯฅๆกผฅถฅฌฅคฅษคฮกึฅคฅ๓ฅนฅศกผฅ๋คทคฟธๅกืคฮ\n"
"พฯค๒ปฒพศคทคฦฒผคตคคกฃ"
-#: ../../install_steps_interactive.pm_.c:1329
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "ฅคฅ๓ฅนฅศกผฅ๋ฅีฅํฅรฅิกผคฮผซฦฐบ๎ภฎ"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6047,15 +6127,15 @@ msgstr ""
"(คณค์คฯสฬคฮฅฅทฅ๓คุคฮฅคฅ๓ฅนฅศกผฅ๋อัคฮคโคฮควคน).\n"
"\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "มดผซฦฐ"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "บฦภธ"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "ฅัฅรฅฑกผฅธมชย๒คฮสยธ"
@@ -6090,14 +6170,14 @@ msgstr "นโลูคสมชย๒"
msgid "Basic"
msgstr "ด๐ห"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- คโคษค๋"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "ผก"
@@ -6135,7 +6215,7 @@ msgstr "คณคฮฅฅฟฅ๓ค๒ฅฏฅ๊ฅรฅฏคทคคนคซกฉ"
#: ../../interactive/stdio.pm_.c:105
msgid " enter `void' for void entry"
-msgstr ""
+msgstr "ฬตธ๚คสฅจฅ๓ฅศฅ๊คหคฯกึvoidกืคศฦฮฯคทคฦคฏคภคตคค"
#: ../../interactive/stdio.pm_.c:105
#, c-format
@@ -6243,9 +6323,8 @@ msgid "Belgian"
msgstr "ฅูฅ๋ฅฎกผ"
#: ../../keyboard.pm_.c:177
-#, fuzzy
msgid "Bengali"
-msgstr "อญธ๚คห"
+msgstr "ฅูฅ๓ฅฌฅ๋"
#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
@@ -6260,9 +6339,8 @@ msgid "Brazilian (ABNT-2)"
msgstr "ฅึฅ้ฅธฅ๋"
#: ../../keyboard.pm_.c:183
-#, fuzzy
msgid "Bosnian"
-msgstr "ฅจฅนฅศฅหฅข"
+msgstr "ฅฅนฅหฅข"
#: ../../keyboard.pm_.c:184
msgid "Belarusian"
@@ -6286,7 +6364,7 @@ msgstr "ฅษฅคฅฤกสฅวฅรฅษฅญกผคสคทกห"
#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr ""
+msgstr "ฅวฅ๔ฅกฅสฅฌกผฅ๊กผ"
#: ../../keyboard.pm_.c:192
msgid "Danish"
@@ -6322,11 +6400,11 @@ msgstr "ฅฎฅ๊ฅทฅใ"
#: ../../keyboard.pm_.c:203
msgid "Gujarati"
-msgstr ""
+msgstr "ฅฐฅธฅใฅ้กผฅศ"
#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
-msgstr ""
+msgstr "ฅฐฅ๋ฅเฅญ"
#: ../../keyboard.pm_.c:205
msgid "Hungarian"
@@ -6358,7 +6436,7 @@ msgstr "ฅคฅฟฅ๊ฅข"
#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
-msgstr ""
+msgstr "ฅคฅฬฅฏฅฦฅฃฅศฅศ"
#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
@@ -6373,9 +6451,8 @@ msgid "Latin American"
msgstr "ฅ้ฅฦฅ๓ฅขฅแฅ๊ฅซ"
#: ../../keyboard.pm_.c:218
-#, fuzzy
msgid "Laotian"
-msgstr "ฅ้ฅศฅ๔ฅฃฅข"
+msgstr "ฅ้ฅชฅน"
#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
@@ -6403,20 +6480,19 @@ msgstr "ฅฅฑฅษฅหฅข"
#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "ฅ฿ฅใฅ๓ฅกผกสฅำฅ๋ฅกห"
#: ../../keyboard.pm_.c:227
-#, fuzzy
msgid "Mongolian (cyrillic)"
-msgstr "ฅปฅ๋ฅำฅข(cyrillic)"
+msgstr "ฅโฅ๓ฅดฅ๋(cyrillic)"
#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
-msgstr ""
+msgstr "ฅฅ๋ฅฟ (UK)"
#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
-msgstr ""
+msgstr "ฅฅ๋ฅฟ (US)"
#: ../../keyboard.pm_.c:230
msgid "Dutch"
@@ -6547,33 +6623,31 @@ msgstr "ฑฆกึฅฆฅฃฅ๓ฅษฅฆฅบกืฅญกผ"
msgid "Circular mounts %s\n"
msgstr "ฝไฒ๓ฅฅฆฅ๓ฅศ %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "คคบฯภอฅฅ๊ฅๅกผฅเค๒บ๏ฝคทคฦคฏคภคตคคกฃ\n"
#: ../../modparm.pm_.c:50
-#, fuzzy
msgid "a number"
-msgstr "ลลฯรศึนๆ"
+msgstr "ศึนๆ"
#: ../../modparm.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
-msgstr ""
+msgstr "%d ฅณฅ๓ฅถ่ภฺค๊คฮฟ๔ป๚"
#: ../../modparm.pm_.c:52
#, c-format
msgid "%d comma separated strings"
-msgstr ""
+msgstr "%d ฅณฅ๓ฅถ่ภฺค๊คฮสธป๚ฮ๓"
#: ../../modparm.pm_.c:54
msgid "comma separated numbers"
-msgstr ""
+msgstr "ฅณฅ๓ฅถ่ภฺค๊คฮฟ๔ป๚"
#: ../../modparm.pm_.c:54
-#, fuzzy
msgid "comma separated strings"
-msgstr "ฅีฅฉกผฅฅรฅศ"
+msgstr "ฅณฅ๓ฅถ่ภฺค๊คฮสธป๚ฮ๓"
#: ../../modules.pm_.c:293
msgid ""
@@ -6611,9 +6685,8 @@ msgid "Genius NetScroll"
msgstr "Genius NetScroll"
#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
msgid "Microsoft Explorer"
-msgstr "ฅฅคฅฏฅํฅฝฅีฅศกฆฅคฅ๓ฅฦฅ๊ฅฅฆฅนกสPS/2กห"
+msgstr "ฅฅคฅฏฅํฅฝฅีฅศฅจฅฏฅนฅืฅํกผฅ้"
#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
@@ -6687,20 +6760,19 @@ msgstr "คสคท"
msgid "No mouse"
msgstr "ฅฅฆฅนคสคท"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "ฅฅฆฅนค๒ฅฦฅนฅศคทคฦค฿คฦคฏคภคตคคกฃ"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "ฅฅฆฅนค๒อญธ๚คหคนค๋คหคฯกข"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "ฅฅคกผฅ๋ค๒ฦฐคซคทคฦคฏคภคตคคกช"
#: ../../my_gtk.pm_.c:64
-#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr ""
"adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-1,-*-fixed-medium-r-"
@@ -6734,11 +6806,11 @@ msgstr "ฅฤฅ๊กผค๒ฝฬคแค๋"
msgid "Toggle between flat and group sorted"
msgstr "คฝคฮคคคศฅฐฅ๋กผฅืสฬค๒ภฺค๊ยุคจ"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศคุภยณ"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6748,53 +6820,43 @@ msgstr ""
"ควคโกขpptpคไกขdhcpคทคซปศค๏คสคคภยณคโคขค๊คคนกฃ\n"
"ค๏คซค้คสคฑค์คะกขกึpppoeค๒ปศคฆกืค๒มชค๓ควคฏคภคตคคกฃ"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "dhcpค๒ปศคฆ"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "pppoeค๒ปศคฆ"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "pptpค๒ปศคฆ"
#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
msgid "Web Server"
-msgstr "ฅตกผฅะ"
+msgstr "Web ฅตกผฅะ"
#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
msgid "Domain Name Server"
-msgstr "ฅษฅแฅคฅ๓ฬพ"
+msgstr "ฅษฅแฅคฅ๓ฬพฅตกผฅะ"
#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
msgid "Mail Server"
-msgstr "ฅวกผฅฟฅูกผฅนฅตกผฅะ"
+msgstr "ฅแกผฅ๋ฅตกผฅะ"
#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
msgid "POP and IMAP Server"
-msgstr "LDAPฅตกผฅะ"
+msgstr "POPคศIMAPฅตกผฅะ"
#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
msgid "No network card"
msgstr "ฅอฅรฅศฅ๏กผฅฏฅซกผฅษคฌธซษีคซค๊คคปค๓"
#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
msgid ""
"drakfirewall configurator\n"
"\n"
@@ -6802,7 +6864,7 @@ msgid ""
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-"ฅ฿ฅหฅีฅกฅคฅขกผฅฆฅฉกผฅ๋ภ฿ฤ๊\n"
+"drakfirewallภ฿ฤ๊\n"
"\n"
"คณคฮ Mandrake Linux ฅฅทฅ๓อัคฮธฤฟออัฅีฅกฅคฅขกผฅฆฅฉกผฅ๋ภ฿ฤ๊ค๒คทคคนกฃ\n"
"ถฏฮฯคสภ์อัฅีฅกฅคฅขกผฅฆฅฉกผฅ๋ธคฑคหคฯกขภ์อัคฮ MandrakeSecurity\n"
@@ -6810,7 +6872,7 @@ msgstr ""
#: ../../network/drakfirewall.pm_.c:147
msgid "Which services would you like to allow the Internet to connect to?"
-msgstr ""
+msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศควคษคฮฅตกผฅำฅนคหภยณค๒ต๖ฒฤคทคคนคซกฉ"
#: ../../network/drakfirewall.pm_.c:148
msgid ""
@@ -6818,6 +6880,9 @@ msgid ""
"Valid examples are: 139/tcp 139/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
+"คฝคฮยพณฦผ๏ฅกผฅศค๒คณคณควฦฮฯควคญคคนกฃ\n"
+"อญธ๚คสฦฮฯฮใ: 139/tcp 139/udp.\n"
+"พคทคฏคฯ /etc/services ค๒ธซคฦคฏคภคตคคกฃ"
#: ../../network/drakfirewall.pm_.c:154
#, c-format
@@ -6826,15 +6891,17 @@ msgid ""
"The proper format is \"port/tcp\" or \"port/udp\", \n"
"where port is between 1 and 65535."
msgstr ""
+"ฬตธ๚คสฅกผฅศคฌคขค๊คคน: %s.\n"
+"ภตคทคคทมผฐคฯ \"port/tcp\" คคฟคฯ \"port/udp\", \n"
+"ควกขport คฯ 1 คซค้ 65535คฮฟ๔ป๚ควคนกฃ"
#: ../../network/drakfirewall.pm_.c:162
msgid "Everything (no firewall)"
-msgstr ""
+msgstr "มดษ๔กสฅีฅกฅคฅขกผฅฆฅฉกผฅ๋คสคทกห"
#: ../../network/drakfirewall.pm_.c:164
-#, fuzzy
msgid "Other ports"
-msgstr "ฅกผฅศคฮฅฦฅนฅศ"
+msgstr "คฝคฮยพฅกผฅศ"
#: ../../network/ethernet.pm_.c:37
msgid ""
@@ -6865,7 +6932,7 @@ msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศภยณคหปศคฆฅอฅรฅศฅ๏กผฅฏฅขฅภฅืฅฟค๒มชคำคคทค็คฆ"
msgid "no network card found"
msgstr "ฅอฅรฅศฅ๏กผฅฏฅซกผฅษคฌธซษีคซค๊คคปค๓"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "ฅอฅรฅศฅ๏กผฅฏคฮภ฿ฤ๊"
@@ -6880,15 +6947,15 @@ msgstr ""
"คคคฏคฤคซคฮDHCPฅตกผฅะคฯฦฐบ๎คนค๋คฮคหฅฅนฅศฬพค๒ษฌอืคศคทคคนกฃ\n"
"ฅฅนฅศฬพคฯกศmybox.mylab.myco.comกษคฮค่คฆคหภฉธยคทคฦฒผคตคคกฃ"
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "ฅฅนฅศฬพ:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ฅอฅรฅศฅ๏กผฅฏภ฿ฤ๊ฅฆฅฃฅถกผฅษ"
@@ -6935,8 +7002,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ธลคคภ฿ฤ๊ (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDNคฮภ฿ฤ๊"
@@ -6972,23 +7039,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "คษคฮฅืฅํฅศฅณฅ๋ค๒ปศคคคคนคซกฉ"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "คษค๓คสฅซกผฅษค๒ปศครคฦคคคคนคซกฉ"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "สฌคซค้คสคค"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7001,19 +7073,19 @@ msgstr ""
"\n"
"คโคทPCMCIAฅซกผฅษค๒ปครคฦคคคฟค้กขฅซกผฅษคฮirqคศioค๒รฮค๋ษฌอืคฌคขค๊คคนกฃ\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "รๆรว"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "ยณคฑค๋"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "คขคสคฟคฮISDNฅซกผฅษคฯคษค์ควคนคซกฉ"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7021,7 +7093,7 @@ msgstr ""
"ISDN ฅซกผฅษค๒ธกฝะคทคคทคฟคฌกขฅฟฅคฅืคฌสฌคซค๊คคปค๓กฃผกคฮฒ่ฬฬคซค้ PCI ฅซกผฅษค๒"
"มชค๓ควคฏคภคตคคกฃ"
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "ISDN PCI ฅซกผฅษคฯธซษีคซค๊คคปค๓ควคทคฟกฃผกคฮฒ่ฬฬคซค้มชค๓ควคฏคภคตคค"
@@ -7073,7 +7145,7 @@ msgstr "DNS ฅตกผฅะกสฅชฅืฅทฅ็ฅ๓กห"
msgid "Second DNS Server (optional)"
msgstr "ฅปฅซฅ๓ฅษ DNS ฅตกผฅะกสฅชฅืฅทฅ็ฅ๓กห"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7081,7 +7153,7 @@ msgstr ""
"\n"
"ภยณค๒ภฺค๋คซกขคขค๋คคคฯบฦภ฿ฤ๊คทคฦคฏคภคตคคกฃ"
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7089,11 +7161,11 @@ msgstr ""
"\n"
"ฅคฅ๓ฅฟกผฅอฅรฅศภยณค๒บฦภ฿ฤ๊ควคญคคนกฃ"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศคหภยณคตค์คฦคคคคนกฃ"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7101,32 +7173,32 @@ msgstr ""
"\n"
"ฅคฅ๓ฅฟกผฅอฅรฅศคุภยณคนค๋คซภยณค๒บฦภ฿ฤ๊คทคฦคฏคภคตคค"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "ธฝบ฿คฯฅคฅ๓ฅฟกผฅอฅรฅศคหภยณคทคฦคคคคปค๓กฃ"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "ภยณ"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "ภฺรว"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "ภยณคฮภ฿ฤ๊"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศภยณคศภ฿ฤ๊"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "ควคฯ %s ภยณค๒ภ฿ฤ๊คทคคทค็คฆกฃ"
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7145,12 +7217,12 @@ msgstr ""
"\n"
"กึOKกืค๒ฒกคทคฦปฯคแคคทค็คฆกฃ"
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "ฅอฅรฅศฅ๏กผฅฏคฮภ฿ฤ๊"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7161,7 +7233,7 @@ msgstr ""
"คคคคฮภ฿ฤ๊ค๒คฝคฮคคปศคฆคหคฯ OK ค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคคกฃฅอฅรฅศฅ๏กผฅฏ/ฅคฅ๓ฅฟกผ"
"ฅอฅรฅศค๒บฦภ฿ฤ๊คนค๋คหคฯฅญฅใฅ๓ฅปฅ๋ค๒ฒกคทคคนกฃ\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7173,72 +7245,72 @@ msgstr ""
"คณคณคฯฅคฅ๓ฅฟกผฅอฅรฅศ/ฅอฅรฅศฅ๏กผฅฏภยณค๒ภ฿ฤ๊คนค๋คศคณคํควคนกฃ\n"
"ผซฦฐธกฝะค๒ปศคคคฟคฏคสคฑค์คะกขฅมฅงฅรฅฏค๒คฯคบคทคฦคฏคภคตคคกฃ\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "ภ฿ฤ๊คนค๋ฅืฅํฅีฅฃกผฅ๋คฮมชย๒"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "ผซฦฐธกฝะค๒ปศคฆ"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "ฅจฅญฅนฅักผฅศฅโกผฅษ"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "ฅวฅะฅคฅนคฮธกฝะรๆควคนกฤกฤ"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "คีคฤคฆคฮฅโฅวฅเภยณค๒ภ฿ฤ๊"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "ฅกผฅศ %s ควธกฝะคทคคทคฟ"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN ภยณ"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "%s ค๒ธกฝะ"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL ภยณ"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "ฅคฅ๓ฅฟกผฅีฅงกผฅน %s ควธกฝะ"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "ฅฑกผฅึฅ๋ภยณ"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "ฅฑกผฅึฅ๋ภยณคฌธกฝะคตค์คคทคฟ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN ภยณ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ฅคกผฅตฅอฅรฅศฅซกผฅษคฌธกฝะคตค์คคทคฟ"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "ภ฿ฤ๊คทคฟคคภยณค๒มชค๓ควฒผคตคค"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7248,23 +7320,23 @@ msgstr ""
"คษค์ค๒ปศคฆคซมชค๓ควคฏคภคตคคกฃ\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศภยณ"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "ฅึกผฅศปคหภยณค๒ณซปฯคทคคนคซกฉ"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "ฅอฅรฅศฅ๏กผฅฏภ฿ฤ๊"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "ฅอฅรฅศฅ๏กผฅฏค๒บฦตฏฦฐคทคฦคฏคภคตคค"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7275,7 +7347,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7285,7 +7357,7 @@ msgstr ""
"\n"
"ภ฿ฤ๊ค๒คณค์คซค้ฅทฅนฅฦฅเคหศฟฑวคตคปคคนกฃ\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7293,7 +7365,7 @@ msgstr ""
"คณค์คฌฝชค๏ครคฟค้กขX ฅฆฅฃฅ๓ฅษฅฆดฤถญค๒บฦตฏฦฐคตคปคฦกขฅฅนฅศฬพสันนคหศผคฆ\n"
"ฬไย๊ค๒ฒ๓ศ๒คทคฦคฏคภคตคคกฃ"
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7303,7 +7375,7 @@ msgstr ""
"net_monitor คซ mccควภยณค๒ฅมฅงฅรฅฏคทคฦคฏคภคตคคกฃภยณคฌควคญคฦคคคสคฑค์คะภ฿ฤ๊ค๒"
"บฦตฏฦฐคทคฟคคฆคฌคคคคคซคโคทค์คคปค๓"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7314,7 +7386,7 @@ msgstr ""
"คโคศคฮภ฿ฤ๊ค๒ปฤคทคฟคฑค์คะกขคณคฮคค OK ค๒ฒกคทคฦคฏคภคตคคกฃ\n"
"ฐสฒผคฮฅีฅฃกผฅ๋ฅษค๒สันนคนค๋คศกขภ฿ฤ๊คฌสัค๏ครคฦคทคคคคคนกฃ"
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7324,43 +7396,42 @@ msgstr ""
"ณฦกนคฮนเฬคหคฯฅษฅรฅศควถ่ภฺค้ค์คฟฝฝฟสฟ๔(ฮใกค1.2.3.4)คฌIP ฅขฅษฅ์ฅนคศคทคฦฦฮฯคต"
"ค์คคนกฃ"
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "ฅอฅรฅศฅ๏กผฅฏฅวฅะฅคฅน %s คฮภ฿ฤ๊"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (ฅษฅ้ฅคฅะ %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP ฅขฅษฅ์ฅน:"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "ฅอฅรฅศฅฅนฅฏ:"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP คฮผซฦฐภ฿ฤ๊"
-#: ../../network/network.pm_.c:315
-#, fuzzy
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "ตฏฦฐปคหณซปฯ"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ฅขฅษฅ์ฅนคฯ 1.2.3.4 คฮค่คฆคหฦฮฯคทคฦฒผคตคค"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7371,42 +7442,52 @@ msgstr ""
"ฅฅนฅศฬพคฯกศmybox.mylab.myco.comกษคฮค่คฆคหคทคฦฒผคตคคกฃ\n"
"คโคทฅฒกผฅศฅฆฅงฅคคฌคขค์คะกคคฝคฮ IP ฅขฅษฅ์ฅนคโฦฮฯคทคฦฒผคตคคกฃ"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS ฅตกผฅะ"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "ฅฒกผฅศฅฆฅงฅค (ฮใ %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "ฅฒกผฅศฅฆฅงฅคฅวฅะฅคฅน"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP ฅขฅษฅ์ฅนคฯ 1.2.3.4 คฮค่คฆคหฦฮฯคทคฦฒผคตคค"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP ฅขฅษฅ์ฅนคฯ 1.2.3.4 คฮค่คฆคหฦฮฯคทคฦฒผคตคค"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "ฅืฅํฅญฅทคฮภ฿ฤ๊"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "ฅอฅรฅศฅ๏กผฅฏฅซกผฅษคฮidค๒ฤษภืกสฅ้ฅรฅืฅศฅรฅืควสุอ๘กห"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy คฯ http://... ควคน"
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy คฯ ftp://... ควคน"
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Url คฯ ftp:คซhttp: ควคฯคธคค๊คคน"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -7523,7 +7604,7 @@ msgstr "ฅขฅซฅฆฅ๓ฅศฅัฅนฅ๏กผฅษ"
#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
msgid "United Kingdom"
-msgstr ""
+msgstr "ฅคฅฎฅ๊ฅน"
#: ../../partition_table.pm_.c:602
msgid "mount failed: "
@@ -7656,7 +7737,6 @@ msgid "Pipe job into a command"
msgstr "ฅธฅ็ฅึค๒ฅณฅฅ๓ฅษคุฅัฅคฅื"
#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
-#, fuzzy
msgid "Unknown Model"
msgstr "ฬครฮคฮฅโฅวฅ๋"
@@ -7706,7 +7786,7 @@ msgid ", printing to %s"
msgstr "%s คุฐ๕บฝะฮฯรๆ"
#: ../../printer.pm_.c:792
-#, fuzzy, c-format
+#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "LPD ฅตกผฅะ กึ%sกืพๅคฮ, ฅืฅ๊ฅ๓ฅฟกึ%sกื"
@@ -7715,13 +7795,14 @@ msgstr "LPD ฅตกผฅะ กึ%sกืพๅคฮ, ฅืฅ๊ฅ๓ฅฟกึ%sกื"
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP ฅฅนฅศกึ%sกื, ฅกผฅศ %s"
+# y, c-format
#: ../../printer.pm_.c:798
-#, fuzzy, c-format
+#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr "ฅฆฅฃฅ๓ฅษฅฆฅบฅตกผฅะ กึ%sกืพๅคฮ, ถฆอญกึ%sกื"
#: ../../printer.pm_.c:802
-#, fuzzy, c-format
+#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "Novell ฅตกผฅะ กึ%sกืพๅคฮ, ฅืฅ๊ฅ๓ฅฟกึ%sกื"
@@ -7775,7 +7856,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:36
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
-msgstr ""
+msgstr "ฅืฅ๊ฅ๓ฅฟผซฦฐธกฝะ (ฅํกผฅซฅ๋กขTCP/Socket, SMBฅืฅ๊ฅ๓ฅฟ)"
#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
@@ -7861,34 +7942,37 @@ msgid "Printerdrake"
msgstr "Printerdrake"
#: ../../printerdrake.pm_.c:178
-#, fuzzy
msgid "Checking your system..."
-msgstr "ฅืฅ๊ฅ๓ฅฟฅทฅนฅฦฅเบฦตฏฦฐรๆ..."
+msgstr "ฅทฅนฅฦฅเฤดบบรๆ..."
#: ../../printerdrake.pm_.c:186
msgid ""
"There are no printers found which are directly connected to your machine"
-msgstr ""
+msgstr "ฅฅทฅ๓คหฤพท๋คทคฟฅืฅ๊ฅ๓ฅฟคฌธซคฤคซค๊คคปค๓"
#: ../../printerdrake.pm_.c:198
-#, fuzzy
msgid ""
"The following printers\n"
"\n"
-msgstr "ฐสฒผคฮฅัฅรฅฑกผฅธคฌผ่ค๊ฝคซค์คคน"
+msgstr ""
+"ฐสฒผคฮฅืฅ๊ฅ๓ฅฟ\n"
+"\n"
#: ../../printerdrake.pm_.c:199
-#, fuzzy
msgid ""
"The following printer\n"
"\n"
-msgstr "ฐสฒผคฮฅัฅรฅฑกผฅธคฌผ่ค๊ฝคซค์คคน"
+msgstr ""
+"ฐสฒผคฮฅืฅ๊ฅ๓ฅฟ\n"
+"\n"
#: ../../printerdrake.pm_.c:201
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
+"\n"
+"คศ1ยๆคฮฬครฮคฮฅืฅ๊ฅ๓ฅฟคฌ"
#: ../../printerdrake.pm_.c:203
#, c-format
@@ -7896,29 +7980,36 @@ msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
+"\n"
+"คศ %d ยๆคฮฬครฮคฮฅืฅ๊ฅ๓ฅฟคฌ"
#: ../../printerdrake.pm_.c:207
msgid ""
"\n"
"are "
msgstr ""
+"\n"
+"คฌ"
#: ../../printerdrake.pm_.c:208
msgid ""
"\n"
"is "
msgstr ""
+"\n"
+"คฌ"
#: ../../printerdrake.pm_.c:210
-#, fuzzy
msgid "directly connected to your system"
-msgstr "ฅทฅนฅฦฅเพๅคฮฅีฅฉฅ๓ฅศค๒ฅณฅิกผ"
+msgstr "ฅฅทฅ๓คหฤพท๋คทคฦคคคคน"
#: ../../printerdrake.pm_.c:213
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
+"\n"
+"ฬครฮคฮฅืฅ๊ฅ๓ฅฟคฌฐ์ยๆฅฅทฅ๓คหฤพท๋คทคฦคคคคน"
#: ../../printerdrake.pm_.c:215
#, c-format
@@ -7926,33 +8017,31 @@ msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
+"\n"
+"%d ยๆคฮฬครฮคฮฅืฅ๊ฅ๓ฅฟคฌฅฅทฅ๓คหฤพท๋คทคฦคคคคน"
#: ../../printerdrake.pm_.c:221
-#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "ฅโฅวฅเคฯคษคฮฅทฅ๊ฅขฅ๋ฅกผฅศคหคฤคสคฌครคฦคคคคนคซกฉ"
+msgstr "(คนคูคฦคฮฅืฅ๊ฅ๓ฅฟค๒ภยณคทคฦลลธปค๒ฦค์คฦคฏคภคตคค)กฃ\n"
#: ../../printerdrake.pm_.c:235
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
+"พๅตญคฮฅืฅ๊ฅ๓ฅฟคไฅํกผฅซฅ๋ฅอฅรฅศฅ๏กผฅฏพๅคฮฅืฅ๊ฅ๓ฅฟควคฮฐ๕บค๒ฒฤวฝคหคทคคนคซกฉ\n"
#: ../../printerdrake.pm_.c:236
-#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr ""
-"คณคฮฅืฅ๊ฅ๓ฅฟ (\"%s\") ค๒\n"
-"ฅวฅีฅฉฅ๋ฅศฅืฅ๊ฅ๓ฅฟคหคทคคนคซกฉ"
+msgstr "ฅํกผฅซฅ๋ฅอฅรฅศฅ๏กผฅฏคฮฅืฅ๊ฅ๓ฅฟควฐ๕บค๒ฒฤวฝคหคทคคนคซกฉ\n"
#: ../../printerdrake.pm_.c:238
-#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "ฅึกผฅศปคหภยณค๒ณซปฯคทคคนคซกฉ"
+msgstr "พๅตญคฮฅืฅ๊ฅ๓ฅฟควฐ๕บค๒ฒฤวฝคหคทคคนคซกฉ\n"
#: ../../printerdrake.pm_.c:239
msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr ""
+msgstr "คณคฮฅฅทฅ๓ควหล๖คหฐ๕บคฮภ฿ฤ๊ค๒คทคคนคซกฉ\n"
#: ../../printerdrake.pm_.c:240
#, c-format
@@ -7960,6 +8049,8 @@ msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
+"รํกงฅืฅ๊ฅ๓ฅฟคฮตกผ๏คศฐ๕บสผฐคหค่ครคฦคฯกขบวย็คว %d MB คฮฤษฒรฅฝฅีฅศคฌฅคฅ๓ฅนฅศกผ"
+"ฅ๋คตค์คคนกฃ"
#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
@@ -8008,6 +8099,22 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"ฅืฅ๊ฅ๓ฅฟภ฿ฤ๊ฅฆฅฃฅถกผฅษคุคคค้ครคทคใกมคค\n"
+"\n"
+"คณคฮฅฆฅฃฅถกผฅษควคฯกขคณคฮฅฅทฅ๓คไฅอฅรฅศฅ๏กผฅฏคหฤพท๋คทคฟฅืฅ๊ฅ๓ฅฟคไกขฅ๊ฅโกผฅศคฮ"
+"ฅฆฅฃฅ๓ฅษฅฆฅบฅฅทฅ๓คหคฤคสคฌครคฟฅืฅ๊ฅ๓ฅฟค๒ฅคฅ๓ฅนฅศกผฅ๋คทคคนกฃ\n"
+"\n"
+"ฅฅทฅ๓คหฅืฅ๊ฅ๓ฅฟคฌภยณคตค์คฦคคค๋คสค้กขฅฑกผฅึฅ๋ค๒คฤคสคคควลลธปค๒ฦค์คฦคฏคภคต"
+"คคกฃผซฦฐธกฝะคตค์คคนกฃคคฟฅอฅรฅศฅ๏กผฅฏฅืฅ๊ฅ๓ฅฟคไฅฆฅฃฅ๓ฅษฅฆฅบฅฅทฅ๓คโฦฑคธคฏภ"
+"ยณคทคฦลลธปค๒ฦค์คฦคฏคภคตคคกฃ\n"
+"\n"
+"คสคชกขฅอฅรฅศฅ๏กผฅฏพๅคฮฅืฅ๊ฅ๓ฅฟคฮผซฦฐธกฝะคฯกขฅฅทฅ๓คหฤพท๋คทคฟฅืฅ๊ฅ๓ฅฟคฮผซฦฐธก"
+"ฝะค่ค๊คฯปดึคฌคซคซค๊คคนกฃคภคซค้ษฌอืคสคฑค์คะกขฅอฅรฅศฅ๏กผฅฏฅืฅ๊ฅ๓ฅฟคไฅฆฅฃฅ๓ฅษ"
+"ฅฆฅบพๅคฮฅืฅ๊ฅ๓ฅฟผซฦฐธกฝะคฯฅชฅีคหคทคฦคชคญคคทค็คฆกฃ\n"
+"\n"
+"ฝเศ๗คฌควคญคฟค้กึผกกืค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคคกฃฅืฅ๊ฅ๓ฅฟภ฿ฤ๊ค๒คทคสคคคสค้กึฅญฅใฅ๓"
+"ฅปฅ๋กืค๒ฅฏฅ๊ฅรฅฏคทคคทค็คฆกฃ"
#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
msgid ""
@@ -8023,6 +8130,17 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"ฅืฅ๊ฅ๓ฅฟภ฿ฤ๊ฅฆฅฃฅถกผฅษคุคคค้ครคทคใกมคค\n"
+"\n"
+"คณคฮฅฆฅฃฅถกผฅษควคฯกขคณคฮฅฅทฅ๓คไฅอฅรฅศฅ๏กผฅฏคหฤพท๋คทคฟฅืฅ๊ฅ๓ฅฟคไกขฅ๊ฅโกผฅศคฮ"
+"ฅฆฅฃฅ๓ฅษฅฆฅบฅฅทฅ๓คหคฤคสคฌครคฟฅืฅ๊ฅ๓ฅฟค๒ฅคฅ๓ฅนฅศกผฅ๋คทคคนกฃ\n"
+"\n"
+"ฅฅทฅ๓คหฅืฅ๊ฅ๓ฅฟคฌภยณคตค์คฦคคค๋คสค้กขฅฑกผฅึฅ๋ค๒คฤคสคคควลลธปค๒ฦค์คฦคฏคภคต"
+"คคกฃผซฦฐธกฝะคตค์คคนกฃ\n"
+"\n"
+"ฝเศ๗คฌควคญคฟค้กึผกกืค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคคกฃฅืฅ๊ฅ๓ฅฟภ฿ฤ๊ค๒คทคสคคคสค้กึฅญฅใฅ๓"
+"ฅปฅ๋กืค๒ฅฏฅ๊ฅรฅฏคทคคทค็คฆกฃ"
#: ../../printerdrake.pm_.c:297
msgid ""
@@ -8043,19 +8161,34 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"ฅืฅ๊ฅ๓ฅฟภ฿ฤ๊ฅฆฅฃฅถกผฅษคุคคค้ครคทคใกมคค\n"
+"\n"
+"คณคฮฅฆฅฃฅถกผฅษควคฯกขคณคฮฅฅทฅ๓คไฅอฅรฅศฅ๏กผฅฏคหฤพท๋คทคฟฅืฅ๊ฅ๓ฅฟค๒ฅคฅ๓ฅนฅศกผฅ๋"
+"คทคคนกฃ\n"
+"\n"
+"ฅฅทฅ๓คหฅืฅ๊ฅ๓ฅฟคฌภยณคตค์คฦคคค๋คสค้กขฅฑกผฅึฅ๋ค๒คฤคสคคควลลธปค๒ฦค์คฦคฏคภคต"
+"คคกฃผซฦฐธกฝะคตค์คคนกฃคคฟฅอฅรฅศฅ๏กผฅฏฅืฅ๊ฅ๓ฅฟคโฦฑคธคฏภยณคทคฦลลธปค๒ฦค์คฦคฏ"
+"คภคตคคกฃ\n"
+"\n"
+"คสคชกขฅอฅรฅศฅ๏กผฅฏพๅคฮฅืฅ๊ฅ๓ฅฟคฮผซฦฐธกฝะคฯกขฅฅทฅ๓คหฤพท๋คทคฟฅืฅ๊ฅ๓ฅฟคฮผซฦฐธก"
+"ฝะค่ค๊คฯปดึคฌคซคซค๊คคนกฃคภคซค้ษฌอืคสคฑค์คะกขฅอฅรฅศฅ๏กผฅฏฅืฅ๊ฅ๓ฅฟผซฦฐธกฝะคฯ"
+"ฅชฅีคหคทคฦคชคญคคทค็คฆกฃ\n"
+"\n"
+"ฝเศ๗คฌควคญคฟค้กึผกกืค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคคกฃฅืฅ๊ฅ๓ฅฟภ฿ฤ๊ค๒คทคสคคคสค้กึฅญฅใฅ๓"
+"ฅปฅ๋กืค๒ฅฏฅ๊ฅรฅฏคทคคทค็คฆกฃ"
#: ../../printerdrake.pm_.c:315
-#, fuzzy
msgid "Auto-detect printers connected to this machine"
-msgstr "ฅืฅ๊ฅ๓ฅฟผซฦฐธกฝะ"
+msgstr "ฅฅทฅ๓ฤพท๋ฅืฅ๊ฅ๓ฅฟผซฦฐธกฝะ"
#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
-msgstr ""
+msgstr "ฅํกผฅซฅ๋ฅอฅรฅศฅ๏กผฅฏภยณคฮฅืฅ๊ฅ๓ฅฟธกฝะ"
#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr ""
+msgstr "ฅฅคฅฏฅํฅฝฅีฅศฅฆฅฃฅ๓ฅษฅฆฅบพๅคฮฅืฅ๊ฅ๓ฅฟผซฦฐธกฝะ"
#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
#: ../../printerdrake.pm_.c:587
@@ -8088,19 +8221,18 @@ msgstr ""
#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
-#, fuzzy
msgid "Printer auto-detection"
-msgstr "ผซฦฐธกฝะค๒คนค๋"
+msgstr "ฅืฅ๊ฅ๓ฅฟผซฦฐธกฝะค๒คนค๋"
#: ../../printerdrake.pm_.c:408
-#, fuzzy, c-format
+#, c-format
msgid ", network printer \"%s\", port %s"
-msgstr ", TCP/IP ฅฅนฅศกึ%sกื, ฅกผฅศ %s"
+msgstr ", ฅอฅรฅศฅ๏กผฅฏฅืฅ๊ฅ๓ฅฟกึ%sกื, ฅกผฅศ %s"
#: ../../printerdrake.pm_.c:410
-#, fuzzy, c-format
+#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/ฅฆฅฃฅ๓ฅษฅฆฅบ 95/98/NTฅตกผฅะพๅคฮฅืฅ๊ฅ๓ฅฟ"
+msgstr ", ฅืฅ๊ฅ๓ฅฟกึ%sกืกขSMB/ฅฆฅฃฅ๓ฅษฅฆฅบ 95/98/NTฅตกผฅะกึ%sกืพๅ"
#: ../../printerdrake.pm_.c:416
#, c-format
@@ -8120,14 +8252,14 @@ msgid "USB printer \\/*%s"
msgstr "USB ฅืฅ๊ฅ๓ฅฟ \\/*%s"
#: ../../printerdrake.pm_.c:424
-#, fuzzy, c-format
+#, c-format
msgid "Network printer \"%s\", port %s"
-msgstr "ฅอฅรฅศฅ๏กผฅฏฅืฅ๊ฅ๓ฅฟกสTCP/ฅฝฅฑฅรฅศกห"
+msgstr "ฅอฅรฅศฅ๏กผฅฏฅืฅ๊ฅ๓ฅฟ %s, ฅกผฅศ %s"
#: ../../printerdrake.pm_.c:426
-#, fuzzy, c-format
+#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/ฅฆฅฃฅ๓ฅษฅฆฅบ 95/98/NTฅตกผฅะพๅคฮฅืฅ๊ฅ๓ฅฟ"
+msgstr "ฅืฅ๊ฅ๓ฅฟ %s, SMB/ฅฆฅฃฅ๓ฅษฅฆฅบ 95/98/NTฅตกผฅะ%sพๅ"
#: ../../printerdrake.pm_.c:563
msgid ""
@@ -8146,16 +8278,12 @@ msgid "You must enter a device or file name!"
msgstr "ฅวฅะฅคฅนคซฅีฅกฅคฅ๋ฬพค๒ฦฮฯคทคฦคฏคภคตคค"
#: ../../printerdrake.pm_.c:578
-#, fuzzy
msgid "No printer found!"
-msgstr ""
-"ฅํกผฅซฅ๋ฅืฅ๊ฅ๓ฅฟคฌธซคฤคซค๊คคปค๓กช\n"
-"\n"
+msgstr "ฅืฅ๊ฅ๓ฅฟคฌธซคฤคซค๊คคปค๓กช"
#: ../../printerdrake.pm_.c:588
-#, fuzzy
msgid "Available printers"
-msgstr "ฅํกผฅซฅ๋ฅืฅ๊ฅ๓ฅฟ"
+msgstr "ปศคจค๋ฅืฅ๊ฅ๓ฅฟ"
#: ../../printerdrake.pm_.c:592
msgid ""
@@ -8252,24 +8380,23 @@ msgid "Remote printer name missing!"
msgstr "ฅ๊ฅโกผฅศฅืฅ๊ฅ๓ฅฟฬพคฌคขค๊คคปค๓กช"
#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
-#, fuzzy, c-format
+#, c-format
msgid "Detected model: %s %s"
-msgstr "%s ค๒ธกฝะ"
+msgstr "ธกฝะคตค์คฟฅโฅวฅ๋: %s %s"
#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
-#, fuzzy
msgid "Scanning network..."
-msgstr "ฅอฅรฅศฅ๏กผฅฏตฏฦฐรๆ..."
+msgstr "ฅอฅรฅศฅ๏กผฅฏม๖บบรๆ..."
#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
-#, fuzzy, c-format
+#, c-format
msgid ", printer \"%s\" on server \"%s\""
-msgstr "ฅฆฅฃฅ๓ฅษฅฆฅบฅตกผฅะ กึ%sกืพๅคฮ, ถฆอญกึ%sกื"
+msgstr ", ฅืฅ๊ฅ๓ฅฟ%s, ฅตกผฅะกึ%sกืพๅ"
#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
-#, fuzzy, c-format
+#, c-format
msgid "Printer \"%s\" on server \"%s\""
-msgstr "ฐสฒผคฮฅืฅ๊ฅ๓ฅฟควฐ๕บรๆกง \"%s\""
+msgstr "ฅืฅ๊ฅ๓ฅฟ%s, ฅตกผฅะกึ%sกืพๅ"
#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
@@ -8291,6 +8418,8 @@ msgid ""
" If the desired printer was auto-detected, simply choose it from the list "
"and then add user name, password, and/or workgroup if needed."
msgstr ""
+"ด๕หพคฮฅืฅ๊ฅ๓ฅฟคฌผซฦฐธกฝะคตค์คฟค้กขคฝค์ค๒ฐ์อ๗คซค้มชค๓ควกขษฌอืคหฑคธคฦฅๆกผฅถ"
+"ฬพกขฅัฅนฅ๏กผฅษกขฅ๏กผฅฏฅฐฅ๋กผฅืคสคษค๒ฦฮฯคทคฦคฏคภคตคคกฃ"
#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
@@ -8309,9 +8438,8 @@ msgid "Workgroup"
msgstr "ฅ๏กผฅฏฅฐฅ๋กผฅื"
#: ../../printerdrake.pm_.c:853
-#, fuzzy
msgid "Auto-detected"
-msgstr "ผซฦฐธกฝะค๒คนค๋"
+msgstr "ผซฦฐธกฝะคตค์คฟคโคฮ"
#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
@@ -8323,7 +8451,7 @@ msgstr "Sambaฅทฅงฅขฬพคฌคขค๊คคปค๓กช"
#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
-msgstr ""
+msgstr "!!!ฅปฅญฅๅฅ๊ฅฦฅฃทูน๐!!!"
#: ../../printerdrake.pm_.c:875
#, c-format
@@ -8348,6 +8476,23 @@ msgid ""
"type in Printerdrake.\n"
"\n"
msgstr ""
+"คณค์คซค้ฅัฅนฅ๏กผฅษคฤคญคฮฅฆฅฃฅ๓ฅษฅฆฅบคฮฅขฅซฅฆฅ๓ฅศพๅควคฮฐ๕บภ฿ฤ๊ค๒นิคคคคนกฃ"
+"Sambaฅฏฅ้ฅคฅขฅ๓ฅศฅฝฅีฅศฅฆฅงฅขคฮฅขกผฅญฅฦฅฏฅมฅใพๅคฮท็ดูคฮคฟคแกขฅัฅนฅ๏กผฅษคฯฐ๕บ"
+"ฅธฅ็ฅึค๒ฅฆฅฃฅ๓ฅษฅฆฅบฅตกผฅะคหม๗ค๋ปคหปศค๏ค์ค๋Sambaฅฏฅ้ฅคฅขฅ๓ฅศคฮฅณฅฅ๓ฅษฅ้ฅคฅ๓"
+"คหสฟสธคฮคคควฦค๊คคนกฃคภคซค้คณคฮฅฅทฅ๓พๅคฮมดฅๆกผฅถคฯกขกึps auxwwwกืฅณฅฅ๓ฅษ"
+"ค๒ผยนิคนค๋คศกขฅัฅนฅ๏กผฅษค๒ษฝผจควคญคฦคทคคคคคนกฃ\n"
+"\n"
+"ควคญค์คะฐสฒผคฮยๅยุสผฐค๒คชคนคนคแคทคคนกสคคคบค์คฮพ์น็คหคโกขคฟคศคจคะฅีฅกฅคฅขกผ"
+"ฅฆฅฉกผฅ๋คสคษค๒ปศครคฦฅฆฅฃฅ๓ฅษฅฆฅบฅตกผฅะคหฅขฅฏฅปฅนควคญค๋คฮคฌฅํกผฅซฅ๋ฅอฅรฅศฅ๏กผ"
+"ฅฏพๅคฮฅฅทฅ๓คภคฑควคขค๋คณคศค๒ณฮวงคทคคทค็คฆ):\n"
+"\n"
+"ฅฆฅฃฅ๓ฅษฅฆฅบฅตกผฅะพๅควกึGUESTกืคสคษฅัฅนฅ๏กผฅษคฮคสคคฅขฅซฅฆฅ๓ฅศคไกขฐ๕บภ์อัคฮฅข"
+"ฅซฅฆฅ๓ฅศค๒ปศคฆคณคศกฃธฤฟอคฮฅขฅซฅฆฅ๓ฅศคไดษอผิฅขฅซฅฆฅ๓ฅศคซค้ฅัฅนฅ๏กผฅษสธ๎ค๒ผ่"
+"ค๊ฝคคคฦคฯคคคฑคคปค๓กฃ\n"
+"\n"
+"ฅฆฅฃฅ๓ฅษฅฆฅบฅตกผฅะคฮภ฿ฤ๊ควกขฅืฅ๊ฅ๓ฅฟคฌLPDฅืฅํฅศฅณฅ๋ควฤ๓ถกคตค์ค๋ค่คฆคหคนค๋กฃคฝ"
+"คทคฦคณฃ๎ฅฅทฅ๓คซค้คฮฐ๕บภ฿ฤ๊ค๒Printerdrakeคฮ \"%s\" ภยณฅฟฅคฅืควนิคฆกฃ\n"
+"\n"
#: ../../printerdrake.pm_.c:885
#, c-format
@@ -8357,6 +8502,9 @@ msgid ""
"type in Printerdrake.\n"
"\n"
msgstr ""
+"ฅฆฅฃฅ๓ฅษฅฆฅบฅตกผฅะค๒ภ฿ฤ๊คทคฦฅืฅ๊ฅ๓ฅฟคฌIPPฅืฅํฅศฅณฅ๋ควฤ๓ถกคตค์ค๋ค่คฆคหคนค๋กฃคฝ"
+"คทคฦคณฃ๎ฅฅทฅ๓คซค้คฮฐ๕บภ฿ฤ๊ค๒Printerdrakeคฮ \"%s\" ภยณฅฟฅคฅืควนิคฆกฃ\n"
+"\n"
#: ../../printerdrake.pm_.c:888
msgid ""
@@ -8365,6 +8513,10 @@ msgid ""
"\n"
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
+"ฅืฅ๊ฅ๓ฅฟค๒Linuxฅตกผฅะคหภยณคทคฦกขฅฆฅฃฅ๓ฅษฅฆฅบฅฅทฅ๓ค๒คฝคฮฅฏฅ้ฅคฅขฅ๓ฅศคศคทคฦภ"
+"ยณคนค๋ค่คฆคหคนค๋กฃ\n"
+"\n"
+"คคคคฮพ๕ยึควฅืฅ๊ฅ๓ฅฟคฮภ฿ฤ๊ค๒ยณคฑคคนคซ?"
#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
@@ -8398,14 +8550,14 @@ msgid "NCP queue name missing!"
msgstr "NCP ฅญฅๅกผฬพคฌคขค๊คคปค๓กช"
#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
-#, fuzzy, c-format
+#, c-format
msgid ", host \"%s\", port %s"
-msgstr ", TCP/IP ฅฅนฅศกึ%sกื, ฅกผฅศ %s"
+msgstr ", ฅฅนฅศกึ%sกื, ฅกผฅศ %s"
#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
-#, fuzzy, c-format
+#, c-format
msgid "Host \"%s\", port %s"
-msgstr ", TCP/IP ฅฅนฅศกึ%sกื, ฅกผฅศ %s"
+msgstr "ฅฅนฅศกึ%sกื, ฅกผฅศ %s"
#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
@@ -8416,29 +8568,29 @@ msgid ""
"Choose one of the auto-detected printers from the list or enter the hostname "
"or IP and the optional port number (default is 9100) into the input fields."
msgstr ""
+"ฐ์อ๗คซค้ผซฦฐธกฝะฅืฅ๊ฅ๓ฅฟค๒คษค์คซมชคึคซกขฦฮฯฅีฅฃกผฅ๋ฅษคหฅฅนฅศฬพคซIP คศฅชฅื"
+"ฅทฅ็ฅ๓ควฅกผฅศศึนๆกสฅวฅีฅฉฅ๋ฅศคฯ9100กหค๒ฦฮฯคนค๋กฃ"
#: ../../printerdrake.pm_.c:1085
-#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
"of the printer and optionally the port number (default is 9100). On HP "
"JetDirect servers the port number is usually 9100, on other servers it can "
"vary. See the manual of your hardware."
msgstr ""
-"ฅฝฅฑฅรฅศฅืฅ๊ฅ๓ฅฟควฐ๕บคนค๋คสค้กขฅืฅ๊ฅ๓ฅฟคฮฅฅนฅศฬพคศกขพ์น็คหค่ครคฦคฯ\n"
-"ฅกผฅศศึนๆคฌษฌอืคหคสค๊คคนกฃHP JetDirect ฅตกผฅะควคฯกขฅกผฅศศึนๆคฯ\n"
-"ฤฬพ๏9100ควคนคฌกขคคซคฮฅตกผฅะคภคศคคมคคมควคนกฃฅฯกผฅษฅฆฅงฅขคฮฅฅหฅๅฅขฅ๋ค๒\n"
-"ธซคคทค็คฆกฃ"
+"TCPคคฟคฯฅฝฅฑฅรฅศฅืฅ๊ฅ๓ฅฟควฐ๕บคนค๋คสค้กขฅืฅ๊ฅ๓ฅฟคฮฅฅนฅศฬพคซกขIPศึนๆคศปคหคฯ"
+"ฅกผฅศศึนๆ (ฅวฅีฅฉฅ๋ฅศคฯ9100) คฌษฌอืคหคสค๊คคนกฃHP JetDirect ฅตกผฅะควคฯกขฅกผ"
+"ฅศศึนๆคฯ\n"
+"ฤฬพ๏9100ควคนคฌกขคคซคฮฅตกผฅะคภคศคคมคคมควคนกฃฅฯกผฅษฅฆฅงฅขคฮฅฅหฅๅฅขฅ๋ค๒ธซค"
+"คทค็คฆกฃ"
#: ../../printerdrake.pm_.c:1090
-#, fuzzy
msgid "Printer host name or IP missing!"
-msgstr "ฅืฅ๊ฅ๓ฅฟฅฅนฅศฬพคฌคขค๊คคปค๓กช"
+msgstr "ฅืฅ๊ฅ๓ฅฟฅฅนฅศฬพคซIPคฌคขค๊คคปค๓กช"
#: ../../printerdrake.pm_.c:1112
-#, fuzzy
msgid "Printer host name or IP"
-msgstr "ฅืฅ๊ฅ๓ฅฟฅฅนฅศฬพ"
+msgstr "ฅืฅ๊ฅ๓ฅฟฅฅนฅศฬพคซIP"
#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
@@ -8588,7 +8740,6 @@ msgstr ""
"ฅืฅ๊ฅ๓ฅฟค๒ฅํกผฅซฅ๋ฅกผฅศคหคฤคสคฐคซภยณคตค์คฦคคค๋ฅฅทฅ๓ควภ฿ฤ๊คทคฦคฏคภคตคคกฃ"
#: ../../printerdrake.pm_.c:1813
-#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
@@ -8610,7 +8761,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:1816
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr ""
+msgstr "Zenographics ZJ-StreamทมผฐคฮGDIฅ์กผฅถฅืฅ๊ฅ๓ฅฟ"
#: ../../printerdrake.pm_.c:1817
msgid ""
@@ -8634,6 +8785,22 @@ msgid ""
"The first command can be given by any normal user, the second must be given "
"as root. After having done so you can print normally.\n"
msgstr ""
+"คขคสคฟคฮฅืฅ๊ฅ๓ฅฟคฯกขZenographics ZJ-streamฅ้ฅนฅฟทมผฐควฅืฅ๊ฅ๓ฅฟคหฅวกผฅฟค๒ม๗"
+"ค๋กขGDIฅ์กผฅถฅืฅ๊ฅ๓ฅฟคฮฐ์ผ๏ควคนกฃคณคฮฅืฅ๊ฅ๓ฅฟอัคฮฅษฅ้ฅคฅะคฯคคภณซศฏคฮฝ้ดคสคฮ"
+"ควกขษฌคบคทคโภตคทคฏตกวฝคทคสคคคซคโคทค์คคปค๓กฃฦรคหกขA4ฐสณฐคฮอัปๆควคฯปศคจคสคคคซ"
+"คโคทค์คคปค๓กฃ\n"
+"\n"
+"คโคศคโคศคณคฮฅษฅ้ฅคฅะค๒ปศคฆHP LaserJet 1000คสคษควคฯกขฅืฅ๊ฅ๓ฅฟคฮลลธปค๒ฦค์คฦคซ"
+"ค้ฅีฅกกผฅเฅฆฅงฅขคฮลพม๗คฌษฌอืคหคสค๊คคนกฃHP LaserJet1000 คฮพ์น็คหคฯฅืฅ๊ฅ๓ฅฟคฮ"
+"ฅฆฅฃฅ๓ฅษฅฆฅบฅษฅ้ฅคฅะCDค๒รตคนคซกขฅฆฅฃฅ๓ฅษฅฆฅบฅักผฅฦฅฃฅทฅ็ฅ๓ค๒รตคทคฦ\"sihp1000."
+"img\" คศคคคฆฅีฅกฅคฅ๋ค๒รตคทกขฐสฒผคฮฅณฅฅ๓ฅษคฮคคคบค์คซควคฝคฮฅีฅกฅคฅ๋ค๒ฅืฅ๊ฅ๓ฅฟ"
+"คหม๗ค๊คคน:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"บวฝ้คฮฅณฅฅ๓ฅษคฯคภค์ควคโผยนิควคญคคนกฃฦ๓ศึฬคฯrootควคสคคคศผยนิควคญคคปค๓กฃคณ"
+"ค์คฌฝชค๏ครคฟค้ษแฤฬคหฐ๕บควคญคคนกฃ\n"
#: ../../printerdrake.pm_.c:2040
msgid ""
@@ -8791,14 +8958,14 @@ msgstr ""
"คฟคศคจคะกึ%s <file>กืคศคคคฆถ๑น็ควคนกฃ "
#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
-#, fuzzy, c-format
+#, c-format
msgid ""
"To know about the options available for the current printer read either the "
"list shown below or click on the \"Print option list\" button.%s%s\n"
"\n"
msgstr ""
"คคคคฮฅืฅ๊ฅ๓ฅฟควปศคจค๋ฅชฅืฅทฅ็ฅ๓ฐ์อ๗ค๒ธซค๋คหคฯกขฒผคฮฐ์อ๗ค๒ฦษคเคซกข\n"
-"คขค๋คคคฯกึฅชฅืฅทฅ็ฅ๓ฐ์อ๗ค๒ฐ๕บกืฅฅฟฅ๓ค๒ฅฏฅ๊ฅรฅฏคทคคทค็คฆกฃ%s\n"
+"คขค๋คคคฯกึฅชฅืฅทฅ็ฅ๓ฐ์อ๗ค๒ฐ๕บกืฅฅฟฅ๓ค๒ฅฏฅ๊ฅรฅฏคทคคทค็คฆกฃ%s%s\n"
"\n"
#: ../../printerdrake.pm_.c:2300
@@ -8876,9 +9043,9 @@ msgstr ""
"คฟคศคจคะกึ%s <file>กืคศคคคฆถ๑น็ควคนกฃ\n"
#: ../../printerdrake.pm_.c:2343
-#, fuzzy, c-format
+#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "ฐสฒผควฐ๕บรๆ/ฅนฅญฅใฅ๓กง \"%s\""
+msgstr "ฐสฒผควฐ๕บรๆ/ฅนฅญฅใฅ๓/ฅีฅฉฅศฅซกผฅษกง \"%s\""
#: ../../printerdrake.pm_.c:2344
#, c-format
@@ -8886,9 +9053,9 @@ msgid "Printing/Scanning on \"%s\""
msgstr "ฐสฒผควฐ๕บรๆ/ฅนฅญฅใฅ๓กง \"%s\""
#: ../../printerdrake.pm_.c:2346
-#, fuzzy, c-format
+#, c-format
msgid "Printing/Photo Card Access on \"%s\""
-msgstr "ฐสฒผควฐ๕บรๆ/ฅนฅญฅใฅ๓กง \"%s\""
+msgstr "ฐสฒผควฐ๕บรๆ/ฅีฅฉฅศฅซกผฅษฅขฅฏฅปฅนกง \"%s\""
#: ../../printerdrake.pm_.c:2347
#, c-format
@@ -8898,7 +9065,7 @@ msgstr "ฐสฒผคฮฅืฅ๊ฅ๓ฅฟควฐ๕บรๆกง \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8909,7 +9076,7 @@ msgid "Print option list"
msgstr "ฅืฅ๊ฅ๓ฅฟฅชฅืฅทฅ็ฅ๓ฐ์อ๗"
#: ../../printerdrake.pm_.c:2373
-#, fuzzy, c-format
+#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
"Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify the "
@@ -8942,6 +9109,13 @@ msgid ""
"can switch between drive letters with the field at the upper-right corners "
"of the file lists."
msgstr ""
+"ฅืฅ๊ฅ๓ฅฟคฯกขPCคซค้ฅีฅฉฅศฅซกผฅษฅษฅ้ฅคฅึคหฅขฅฏฅปฅนควคญค๋ค่คฆคหผซฦฐภ฿ฤ๊คตค์คคท"
+"คฟกฃคณค์ควฅฐฅ้ฅีฅฃฅรฅฏฅืฅํฅฐฅ้ฅเ\"MtoolsFM\" (Menu: \"ฅขฅืฅ๊ฅฑกผฅทฅ็ฅ๓\" -> "
+"\"ฅีฅกฅคฅ๋ฅฤกผฅ๋\" -> \"MTools ฅีฅกฅคฅ๋ฅฅอกผฅธฅใ\") คซกขฅณฅฅ๓ฅษฅ้ฅคฅ๓คฮฅๆกผ"
+"ฅฦฅฃฅ๊ฅฦฅฃ \"mtools\" (พคทคฏคฯฅณฅฅ๓ฅษฅ้ฅคฅ๓คว\"man mtools\" คศฦฮฯ) ค๒ฃ๔"
+"คซครคฦฅีฅฉฅศฅซกผฅษคหฅขฅฏฅปฅนควคญคคนกฃฅซกผฅษคฮฅีฅกฅคฅ๋ฅทฅนฅฦฅเคฯกขฅษฅ้ฅคฅึสธ"
+"ป๚ \"p:\"ฐสน฿คศคสค๊คคนกฃ\"MtoolsFM\" ควคฯฅีฅกฅคฅ๋ฐ์อ๗คฮฑฆพๅคนค฿ คฮฅีฅฃกผฅ๋ฅษ"
+"ควฅษฅ้ฅคฅึสธป๚ค๒สัคจค้ค์คคนกฃ"
#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
#: ../../printerdrake.pm_.c:3170
@@ -9213,7 +9387,7 @@ msgid "Which printing system (spooler) do you want to use?"
msgstr "คษคฮฐ๕บฅทฅนฅฦฅเกสฅนฅืกผฅ้กหค๒ปศคคคคนคซกฉ"
#: ../../printerdrake.pm_.c:2895
-#, fuzzy, c-format
+#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "ฅืฅ๊ฅ๓ฅฟ \"%s\" คฮภ฿ฤ๊รๆ..."
@@ -9227,7 +9401,6 @@ msgid "Printer options"
msgstr "ฅืฅ๊ฅ๓ฅฟฅชฅืฅทฅ็ฅ๓"
#: ../../printerdrake.pm_.c:2989
-#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "PrinterDrakeฝเศ๗รๆ..."
@@ -9339,7 +9512,7 @@ msgid "Remove printer"
msgstr "ฅืฅ๊ฅ๓ฅฟบ๏ฝ"
#: ../../printerdrake.pm_.c:3472
-#, fuzzy, c-format
+#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "ธลคคฅืฅ๊ฅ๓ฅฟ \"%s\" ค๒บ๏ฝรๆ..."
@@ -9392,7 +9565,7 @@ msgid "Do you really want to remove the printer \"%s\"?"
msgstr "ฅืฅ๊ฅ๓ฅฟ %s ค๒หล๖คหบ๏ฝคทคคนคซกฉ"
#: ../../printerdrake.pm_.c:3527
-#, fuzzy, c-format
+#, c-format
msgid "Removing printer \"%s\"..."
msgstr "ฅืฅ๊ฅ๓ฅฟ \"%s\" ค๒บ๏ฝรๆ..."
@@ -9445,11 +9618,6 @@ msgstr ""
"ftp ฅืฅํฅฏฅทพ๐ส๓ค๒ฦฮฯคทคฦคฏคภคตคค\n"
"ftp proxyค๒ปศค๏คสคคคสค้ถ๕อ๓คหคทคฦคชคคคฦคฏคภคตคค"
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url คฯ http://... ควคฯคธคค๊คคน"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9497,6 +9665,42 @@ msgstr "mkraid คหผบวิ (raidtools คฌฦครคฦคสคคคฮคซคโ?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "RAID ฅ์ฅูฅ๋ %d คฮคฟคแคหคฯฅักผฅฦฅฃฅทฅ็ฅ๓คฌษิยญควคน\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃฟๅฝเ:"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃฟๅฝเ"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃดษอผิกสฅํฅฐฅคฅ๓คซลลปาฅแกผฅ๋กห"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (ฅวฅีฅฉฅ๋ฅศ)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃฅ์ฅูฅ๋คฮภ฿ฤ๊รๆ"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "ฅคฅ๓ฅนฅศกผฅ๋คฮฝเศ๗รๆกขพฏกนคชยิคมค๒"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ALSA (ภ่ฟสLinux ฅตฅฆฅ๓ฅษฅขกผฅญฅฦฅฏฅมฅใ) ฅตฅฆฅ๓ฅษฅทฅนฅฦฅเตฏฦฐ"
@@ -9792,7 +9996,7 @@ msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศ"
msgid "File sharing"
msgstr "ฅีฅกฅคฅ๋ถฆอญ"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "ฅทฅนฅฦฅเ"
@@ -9869,64 +10073,56 @@ msgstr "ฅีฅ๊กผฅฝฅีฅศคฮภคณฆคหปฒฒรคทคคทค็คฆ"
#: ../../share/advertising/02-community.pl_.c:10
msgid "Want to know more about the Open Source community?"
-msgstr ""
+msgstr "ฅชกผฅืฅ๓ฅฝกผฅนฅณฅ฿ฅๅฅหฅฦฅฃคหคฤคคคฦคโครคศพคทคฏรฮค๊คฟคคควคนคซกฉ"
#: ../../share/advertising/02-community.pl_.c:11
-#, fuzzy
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-"ฅชกผฅืฅ๓ฅฝกผฅนฅณฅ฿ฅๅฅหฅฦฅฃคฮคณคศค๒คโครคศรฮครคฦกขคฝคฮฐ์ฐ๗คหคสค๊คคทค็คฆกฃกึฅณ"
-"ฅ฿ฅๅฅหฅฦฅฃกืฅฆฅงฅึฅฺกผฅธคหคขค๋ณฦผ๏ฅีฅฉกผฅ้ฅเคหปฒฒรคทคฦกขณุคำกขถตคจกขคคซคฮ"
-"ฟอกนค๒ฝ๕คฑคคทค็คฆกฃ"
+"ผซสฌคฮรฮผฑค๒ถฆอญคทคฦLinuxฅฤกผฅ๋คฮนฝรค๒ฝ๕คฑค๋คหคฯกขกึฅณฅ฿ฅๅฅหฅฦฅฃกืฅฆฅงฅึฅฺกผ"
+"ฅธคหคขค๋ฅีฅฉกผฅ้ฅเคหปฒฒรคทคคทค็คฆกฃ"
#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
msgid "Get the most from the Internet"
-msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศคุภยณ"
+msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศค๒บวย็ธยคหณ่อั"
#: ../../share/advertising/03-internet.pl_.c:10
-#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 9.0 คฯฅคฅ๓ฅฟกผฅอฅรฅศคฮฤ๓ถกคนค๋คโคฮคนคูคฦคหฅขฅฏฅปฅนควคญค๋บวนโคฮ"
-"ฅฝฅีฅศค๒ผ่ค๊คฝคํคจคฦคคคคนกฃฅฆฅงฅึค๒ฅตกผฅีฅฃฅ๓คทคฦกขฦฐฒ่ค๒ธซค๋คสค้Mozilla คศ "
-"Konqueror คฌคขค๋คทกขฅแกผฅ๋คฮม๗ผ๕ฟฎคศธฤฟอพ๐ส๓ดษอคฯEvolution คศ Kmail, คฝคฮยพ"
-"คสค๓ควคโคขค๊คคนกฃ"
+"Mandrake Linux 9.0 คฯบวนโคฮฅฝฅีฅศค๒ผ่ค๊คฝคํคจคฦคคคคนกฃฅฆฅงฅึค๒ฅตกผฅีคทคฦกขฦฐ"
+"ฒ่ค๒ธซค๋คสค้Mozilla คศ Konqueror คฌคขค๋คทกขฅแกผฅ๋คฮม๗ผ๕ฟฎคศธฤฟอพ๐ส๓ดษอคฯ"
+"Evolution คศ Kmailคฌปศคจคคนกฃ"
#: ../../share/advertising/04-multimedia.pl_.c:9
msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr ""
+msgstr "บวฟทคฮฅฐฅ้ฅีฅฃฅรฅฏคไฅฅ๋ฅมฅแฅวฅฃฅขฅฤกผฅ๋ค๒คษคฆคพ"
#: ../../share/advertising/04-multimedia.pl_.c:10
msgid "Push multimedia to its limits!"
-msgstr ""
+msgstr "ฅฅ๋ฅมฅแฅวฅฃฅขค๒ปศคคลคทคคทค็คฆกช"
#: ../../share/advertising/04-multimedia.pl_.c:11
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mandrake Linux 8.2 คฯกขฅฅ๋ฅมฅแฅวฅฃฅขตกวฝค๒ถหธยคควปศคคลคทคคนกชบวฟทฅฝฅีฅศคว"
-"ฒปณฺคไฒปภผฅีฅกฅคฅ๋คฮบฦภธค๒คทคฟค๊กขฒ่มคไผฬฟฟค๒ดษอคทคฟค๊กขฅฦฅ์ฅำค๒ธซคฟค๊กขคฝ"
-"คฮยพคสค๓ควคโควคญคคนกฃ"
+"Mandrake Linux 9.0 ควคฯกขบวฟทฅฝฅีฅศควฒปณฺคไฒปภผฅีฅกฅคฅ๋คฮบฦภธค๒คทคฟค๊กขฒ่มคไ"
+"ผฬฟฟค๒ดษอคทคฟค๊กขฅฦฅ์ฅำค๒ธซคฟค๊ควคญคคนกฃ"
#: ../../share/advertising/05-games.pl_.c:9
msgid "Games"
msgstr "ฅฒกผฅเ"
#: ../../share/advertising/05-games.pl_.c:10
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 8.2 คหคฯกขบวนโคฮฅชกผฅืฅ๓ฅฝกผฅนฅฒกผฅเคฌคฤคคคฦคญคคนกฃฅขกผฅฑกผฅษ"
+"Mandrake Linux 9.0 คหคฯกขบวนโคฮฅชกผฅืฅ๓ฅฝกผฅนฅฒกผฅเคฌคฤคคคฦคญคคนกฃฅขกผฅฑกผฅษ"
"ทฟกขฅขฅฏฅทฅ็ฅ๓ทฟกขฅซกผฅษฅฒกผฅเกขฅนฅกผฅฤกขภ๏ฮฌฅฒกผฅเ..."
#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
@@ -9934,12 +10130,11 @@ msgid "Mandrake Control Center"
msgstr "Mandrake ฅณฅ๓ฅศฅํกผฅ๋ฅปฅ๓ฅฟกผ"
#: ../../share/advertising/06-mcc.pl_.c:10
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
-"Mandrake Linux 8.2 ฅณฅ๓ฅศฅํกผฅ๋ฅปฅ๓ฅฟกผคฯกขMandrake ฅทฅนฅฦฅเคฮฅซฅนฅฟฅฅคฅบคศ"
+"Mandrake Linux 9.0 ฅณฅ๓ฅศฅํกผฅ๋ฅปฅ๓ฅฟกผคฯกขMandrake ฅทฅนฅฦฅเคฮฅซฅนฅฟฅฅคฅบคศ"
"ภ฿ฤ๊คฮคฟคแคฮฅ๏ฅ๓ฅนฅศฅรฅืฅัฅอฅ๋ฝธควคนกฃ"
#: ../../share/advertising/07-desktop.pl_.c:9
@@ -9948,36 +10143,35 @@ msgstr "ฅๆกผฅถฅคฅ๓ฅฟกผฅีฅงฅคฅน"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
+"Mandrake Linux 9.0คหคฯ11ผ๏ฮเคฮฅๆกผฅถฅคฅ๓ฅฟกผฅีฅงกผฅนคฌคฤคคคฦคญคฦกขคษค์คโนฅคญ"
+"คสค่คฆคหสันนควคญคคน: KDE 3, Gnome 2, WindowMaker, ..."
#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
msgid "Development simplified"
-msgstr "ณซศฏอั"
+msgstr "ณซศฏคโณฺคหคสค๊คคทคฟ"
#: ../../share/advertising/08-development.pl_.c:10
msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
+msgstr "Mandrake Linux 9.0คฯตๆถหคฮณซศฏอัฅืฅ้ฅรฅศฅกผฅเควคน"
#: ../../share/advertising/08-development.pl_.c:11
-#, fuzzy
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-"Mandrake Linux 8.2 คฯตๆถหคฮณซศฏฅืฅ้ฅรฅศฅกผฅเควคนกฃGNU gcc ฅณฅ๓ฅัฅคฅ้ค๒คฯคธ"
-"คแกขบวนโคฮฅชกผฅืฅ๓ฅฝกผฅนณซศฏดฤถญคฮฐาฮฯค๒ศฏธซคทคคทค็คฆกฃ"
+"GNU gcc 3 ฅณฅ๓ฅัฅคฅ้ค๒คฯคธคแกขบวนโคฮฅชกผฅืฅ๓ฅฝกผฅนณซศฏดฤถญคฮฐาฮฯค๒ปศคคคคทค็"
+"คฆกฃ"
#: ../../share/advertising/09-server.pl_.c:9
msgid "Turn your machine into a reliable server"
-msgstr ""
+msgstr "ฅฅทฅ๓ค๒นนฟทฅ้ฅคฅตกผฅะคห"
#: ../../share/advertising/09-server.pl_.c:10
-#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"ฅฅฆฅนค๒คค๓คฮฟ๔ฅฏฅ๊ฅรฅฏคนค๋คภคฑควกขคขคสคฟคฮฅฅทฅ๓คฯถฏฮฯคสฅตกผฅะคหมแสัค๏ค๊กช"
@@ -9986,40 +10180,42 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:9
msgid "Optimize your security"
-msgstr ""
+msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃคฮบวลฌฒฝ"
#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
"F.)"
msgstr ""
+"MandrakeSecurity ภฝษสคหคฯ Multi Network Firewall ภฝษส (M.N.F.)คโคขค๊คคน"
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
+"คณคฮฅีฅกฅคฅขกผฅฆฅฉกผฅ๋ภฝษสค๒ปศคจคะกขฅปฅญฅๅฅ๊ฅฦฅฃฅหกผฅบค๒คนคูคฦหคฟคปค๋ฅอฅรฅศ"
+"ฅ๏กผฅฏตกวฝคฌผ๊คหฦค๊คคนกฃ"
#: ../../share/advertising/10-mnf.pl_.c:12
msgid "This product is available on MandrakeStore website"
-msgstr ""
+msgstr "คณคฮภฝษสคฯMandrakeStoreฅฆฅงฅึฅตฅคฅศพๅคหคขค๊คคน"
#: ../../share/advertising/11-mdkstore.pl_.c:9
msgid "The official MandrakeSoft store"
-msgstr ""
+msgstr "ธ๘ผฐMandrakeSoftพฆลน"
#: ../../share/advertising/11-mdkstore.pl_.c:10
-#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"ฅีฅ๋ฅ์ฅ๓ฅธคฮLinux ฅฝฅ๊ฅๅกผฅทฅ็ฅ๓คไกขภฝษสคไณฦผ๏ฅขฅคฅฦฅเคฮฦรฒมศฮวไคฌกขสภผาคฮฅช"
-"ฅ๓ฅ้ฅคฅ๓พฆลนควผ๊คหฦค๊คคนกฃ"
+"ฅ๓ฅ้ฅคฅ๓ e-พฆลนควผ๊คหฦค๊คคนกฃ"
#: ../../share/advertising/12-mdkstore.pl_.c:9
msgid "Strategic partners"
-msgstr ""
+msgstr "ภ๏ฮฌฅักผฅศฅสกผ"
#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
@@ -10027,20 +10223,24 @@ msgid ""
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
+"MandrakeSoft คฯณฦผ๏คฮด๋ถศคศฤ๓ทศคทคฦMandrake Linuxคศธ฿ดนภญคฮคขค๋นโลูคสฅฝฅ๊ฅๅกผ"
+"ฅทฅ็ฅ๓ค๒ฤ๓ถกคทคคนกฃคณคฆคทคฟฅักผฅศฅสกผคฮฐ์อ๗คโMandrakeStoreคหคขค๊คคน"
#: ../../share/advertising/13-mdkcampus.pl_.c:9
msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr ""
+msgstr "MandrakeSoftคฮธฆฝคฅซฅฟฅํฅฐLinux-Campusค๒คษคฆคพ"
#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
"The training program has been created to respond to the needs of both end "
"users and experts (Network and System administrators)"
msgstr ""
+"ณฦผ๏ธฆฝคฅืฅํฅฐฅ้ฅเคฯกขฅๆกผฅถคศภ์ฬ็ฒศกสฅอฅรฅศฅ๏กผฅฏคไฅทฅนฅฦฅเดษอผิกหคฮฅหกผฅบ"
+"คหน็คฆค่คฆคหบ๎ค้ค์คฦคคคคน"
#: ../../share/advertising/13-mdkcampus.pl_.c:11
msgid "Certify yourself on Linux"
-msgstr ""
+msgstr "Linuxคฮตปวฝวงฤ๊ค๒ฦภค่คฆ"
#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
@@ -10048,43 +10248,47 @@ msgid ""
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
"certification program (worldwide professional technical certification)"
msgstr ""
+"ฅชฅ๓ฅ้ฅคฅ๓คหคปค่ฅอฅรฅศฅ๏กผฅฏธฆฝคฅักผฅศฅสกผค๒ฤฬคธคฦคหคปค่กขLinux-Campus ฅซฅฟฅํ"
+"ฅฐคฯกขวงรฮลูคฮนโคคLPIวงฤ๊ฅืฅํฅฐฅ้ฅเกสภคณฆลชภ์ฬ็ตปฝัป๑ณสคฮผ่ฦภฝเศ๗คฮผซฝฌคหบวลฌ"
+"ควคน"
#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
msgid "Become a MandrakeExpert"
-msgstr "Mandrakeฅจฅญฅนฅักผฅศ"
+msgstr "Mandrakeฅจฅญฅนฅักผฅศคหคสคํคฆ"
#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
"Find the solutions of your problems via MandrakeSoft's online support "
"platform"
-msgstr ""
+msgstr "MandrakeSoftคฮฅชฅ๓ฅ้ฅคฅ๓ฅตฅกผฅศฅืฅ้ฅรฅศฅกผฅเควฬไย๊ฒ๒ท่"
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
+"MandrakeSoft ฅตฅกผฅศฅมกผฅเคศLinux ฅณฅ฿ฅๅฅหฅฦฅฃคหฅชฅ๓ฅ้ฅคฅ๓ควปฒฒรคทกขรฮผฑค๒ถฆ"
+"อญคทคฦยพคฮฟอค๒ฝ๕คฑคคทค็คฆกฃคฝค์คหคฯกขฅชฅ๓ฅ้ฅคฅ๓ตปฝัฅตฅกผฅศฅฆฅงฅึฅตฅคฅศพๅคว"
+"วงรฮคตค์คฟภ์ฬ็ฒศคหคสค๊คคทค็คฆ:"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
msgid "MandrakeExpert Corporate"
-msgstr "Mandrakeฅจฅญฅนฅักผฅศ"
+msgstr "Mandrakeด๋ถศฅจฅญฅนฅักผฅศ"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
msgid "An online platform to respond to company's specific support needs"
-msgstr ""
+msgstr "ด๋ถศธวอญคฮฅตฅกผฅศฅหกผฅบคหฑคจค๋ฅชฅ๓ฅ้ฅคฅ๓ฅืฅ้ฅรฅศฅกผฅเ"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
-msgstr ""
+msgstr "คนคูคฦคฮป๖พคฌฐ์ฟอคฮนโตปวฝMandrakeSoftตปฝัภ์ฬ็ฒศคหค่ครคฦฤษภืคตค์คคนกฃ"
#: ../../share/advertising/17-mdkclub.pl_.c:9
msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr ""
+msgstr "MandrakeClub คศ Mandrake Corporate Club"
#: ../../share/advertising/17-mdkclub.pl_.c:10
msgid ""
@@ -10095,174 +10299,169 @@ msgid ""
"competititve edge, if you want to support Mandrake Linux development, join "
"MandrakeClub!"
msgstr ""
+"MandrakeClub คศ Mandrake Corporate Club คฯกขMandrake Linuxคฮฅำฅธฅอฅนคไธฤฟอ"
+"ฅๆกผฅถคฌคชตคคหฦค๊คฮLinuxฅวฅฃฅนฅศฅ๊ฅำฅๅกผฅทฅ็ฅ๓ค๒ฅตฅกผฅศคทคฤคฤกขคมค็ครคศคทคฟ"
+"ฅแฅ๊ฅรฅศค๒ผ๊คหฦค์ค๋คฟคแคหบ๎ค้ค์คคทคฟกฃสภผาภฝษสคฌคชตคคหพคคทคฟค้คขค๋คคคฯธๆผา"
+"คฌสภผาภฝษสควถฅม่ฮฯค๒ฦภคฦคคค๋คสค้กขคขค๋คคคฯMandrake Linuxคฮณซศฏค๒ฅตฅกผฅศคทคฟ"
+"คฑค์คะกขMandrakeClubคหปฒฒรคทคคทค็คฆ!"
#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "ฅัฅรฅฑกผฅธคฮฅคฅ๓ฅนฅศกผฅ๋รๆ..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "ฅํฅฐฅขฅฆฅศคทคฟพๅคว Ctrl-Alt-BackSpace ค๒ฒกคทคฦฒผคตคค"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "สันนค๒อญธ๚คหคนค๋คหคฯ %s คหฅํฅฐฅคฅ๓คทคสคชคทคฦฒผคตคค"
#: ../../standalone/drakTermServ_.c:188
-#, fuzzy
msgid "Mandrake Terminal Server Configuration"
-msgstr "ฅืฅ๊ฅ๓ฅฟคฮภ฿ฤ๊ค๒ฐฦฐ"
+msgstr "Mandrakeฅฟกผฅ฿ฅสฅ๋ฅตกผฅะภ฿ฤ๊"
#: ../../standalone/drakTermServ_.c:203
-#, fuzzy
msgid "Enable Server"
-msgstr "ฅวกผฅฟฅูกผฅนฅตกผฅะ"
+msgstr "ฅตกผฅะค๒อญธ๚คห"
#: ../../standalone/drakTermServ_.c:210
-#, fuzzy
msgid "Disable Server"
-msgstr "ฅวกผฅฟฅูกผฅนฅตกผฅะ"
+msgstr "ฅตกผฅะค๒ฬตธ๚คห"
#: ../../standalone/drakTermServ_.c:218
-#, fuzzy
msgid "Start Server"
-msgstr "NIS ฅตกผฅะ"
+msgstr "ฅตกผฅะตฏฦฐ"
#: ../../standalone/drakTermServ_.c:225
-#, fuzzy
msgid "Stop Server"
-msgstr "NIS ฅตกผฅะ"
+msgstr "ฅตกผฅะฤไป฿"
#: ../../standalone/drakTermServ_.c:233
msgid "Etherboot Floppy/ISO"
-msgstr ""
+msgstr "Etherboot Floppy/ISO"
#: ../../standalone/drakTermServ_.c:235
msgid "Net Boot Images"
-msgstr ""
+msgstr "ฅอฅรฅศฅึกผฅศฅคฅแกผฅธ"
#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
msgid "Add/Del Users"
-msgstr "ฅๆกผฅถค๒ฤษฒร"
+msgstr "ฅๆกผฅถค๒ฤษฒร/บ๏ฝ"
#: ../../standalone/drakTermServ_.c:241
-#, fuzzy
msgid "Add/Del Clients"
-msgstr "DHCP ฅฏฅ้ฅคฅขฅ๓ฅศ"
-
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "ฅุฅ๋ฅื"
+msgstr "ฅฏฅ้ฅคฅขฅ๓ฅศฤษฒร/บ๏ฝ"
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
-msgstr ""
+msgstr "ตฏฦฐฅีฅํฅรฅิกผ"
#: ../../standalone/drakTermServ_.c:438
msgid "Boot ISO"
-msgstr ""
+msgstr "ตฏฦฐ ISO"
#: ../../standalone/drakTermServ_.c:507
msgid "Build Whole Kernel -->"
-msgstr ""
+msgstr "ฅซกผฅอฅ๋มดยฮค๒นฝร -->"
#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
msgid "This will take a few minutes."
-msgstr ""
+msgstr "คณค์คหคฯคทคะค้คฏคซคซค๊คคนกฃ"
#: ../../standalone/drakTermServ_.c:521
msgid "No kernel selected!"
-msgstr ""
+msgstr "ฅซกผฅอฅ๋คฌฐ์คฤคโมชคะค์คฦคคคคปค๓กช"
#: ../../standalone/drakTermServ_.c:524
msgid "Build Single NIC -->"
-msgstr ""
+msgstr "รฑฐ์NICค๒นฝร -->"
#: ../../standalone/drakTermServ_.c:535
-#, fuzzy
msgid "No nic selected!"
-msgstr "ภยณคตค์คฦคคคคปค๓"
+msgstr "nic คฌมชคะค์คฦคคคคปค๓!"
#: ../../standalone/drakTermServ_.c:538
msgid "Build All Kernels -->"
-msgstr ""
+msgstr "มดฅซกผฅอฅ๋นฝร -->"
#: ../../standalone/drakTermServ_.c:552
-#, fuzzy
msgid "<-- Delete"
-msgstr "บ๏ฝ"
+msgstr "<-- บ๏ฝ"
#: ../../standalone/drakTermServ_.c:559
-#, fuzzy
msgid "Delete All NBIs"
-msgstr "คนคูคฦค๒มชย๒"
+msgstr "NBI คนคูคฦบ๏ฝ"
#: ../../standalone/drakTermServ_.c:621
-#, fuzzy
msgid "Add User -->"
-msgstr "ฅๆกผฅถค๒ฤษฒร"
+msgstr "ฅๆกผฅถฤษฒร -->"
#: ../../standalone/drakTermServ_.c:629
msgid "<-- Del User"
-msgstr ""
+msgstr "<-- ฅๆกผฅถบ๏ฝ"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+#, fuzzy
+msgid "No net boot images created!"
+msgstr "ฅอฅรฅศฅึกผฅศฅคฅแกผฅธ"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
-msgstr ""
+msgstr "ฅฏฅ้ฅคฅขฅ๓ฅศฤษฒร -->"
-#: ../../standalone/drakTermServ_.c:735
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
-msgstr "DHCP ฅฏฅ้ฅคฅขฅ๓ฅศ"
+msgstr "<-- ฅฏฅ้ฅคฅขฅ๓ฅศบ๏ฝ"
-#: ../../standalone/drakTermServ_.c:741
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
-msgstr "ภ฿ฤ๊รๆ..."
+msgstr "dhcpd ภ฿ฤ๊รๆ..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "พๅต้ภ฿ฤ๊"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
-msgstr "บฦภ฿ฤ๊"
+msgstr "ภ฿ฤ๊ฝ๑คญนค฿"
-#: ../../standalone/drakTermServ_.c:960
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
-msgstr "ปศครคฟตฏฦฐฅีฅํฅรฅิกผค๒ฅษฅ้ฅคฅึ %s คหมฦ"
+msgstr "ฅีฅํฅรฅิกผค๒มฦคทคฦคฏคภคตคค:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
-msgstr ""
+msgstr "ฅีฅํฅรฅิกผคหฅขฅฏฅปฅนควคญคคปค๓!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
-msgstr ""
+msgstr "ฅีฅํฅรฅิกผค๒ผ่ค๊ฝคคคฦคโย็พๆษืควคน"
-#: ../../standalone/drakTermServ_.c:969
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "อญธ๚คสฅีฅํฅรฅิกผฅษฅ้ฅคฅึคฌคขค๊คคปค๓"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
-msgstr ""
+msgstr "Etherboot ISO ฅคฅแกผฅธคฯ %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
-msgstr ""
+msgstr "ฒฟคซผบวิคทคคทคฟกช -กกmkisofs คฯฅคฅ๓ฅนฅศกผฅ๋คตค์คฦคคคคนคซกฉ"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
-msgstr ""
+msgstr "บวฝ้คห /etc/dhcpd.conf ค๒บ๎ครคฦคฏคภคตคคกช"
#: ../../standalone/drakautoinst_.c:43
msgid "Error!"
@@ -10314,9 +10513,8 @@ msgstr ""
"ณฦฅนฅฦฅรฅืควกขคขคสคฟคฮฅคฅ๓ฅนฅศกผฅ๋คศฦฑคธคหคนค๋คซกขผ๊ฦฐภ฿ฤ๊คนค๋คซค๒มชคำคคนกฃ"
#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
-#, fuzzy
msgid "Creating auto install floppy"
-msgstr "ฅคฅ๓ฅนฅศกผฅ๋ฅีฅํฅรฅิกผคฮผซฦฐบ๎ภฎ"
+msgstr "ผซฦฐฅคฅ๓ฅนฅศกผฅ๋ฅีฅํฅรฅิกผคฮบ๎ภฎ"
#: ../../standalone/drakautoinst_.c:144
msgid ""
@@ -10357,20 +10555,19 @@ msgstr "บวธๅคฮฅขฅคฅฦฅเค๒บ๏ฝ"
#: ../../standalone/drakbackup_.c:617
msgid "Cron not available yet as non-root"
-msgstr ""
+msgstr "Cron คฯคคภrootฐสณฐควคฯปศคจคคปค๓"
#: ../../standalone/drakbackup_.c:723
msgid "WARNING"
-msgstr ""
+msgstr "*** ทูน๐ ***"
#: ../../standalone/drakbackup_.c:724
-#, fuzzy
msgid "FATAL"
-msgstr "FAT"
+msgstr "*** รืฬฟลช ***"
#: ../../standalone/drakbackup_.c:725
msgid "INFO"
-msgstr ""
+msgstr "พ๐ส๓"
#: ../../standalone/drakbackup_.c:737
msgid ""
@@ -10406,13 +10603,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
-#, fuzzy
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "ฟสนิพ๕ถท"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10420,42 +10616,46 @@ msgid ""
"Warning: If you've already done this process you'll probably\n"
" need to purge the entry from authorized_keys on the server."
msgstr ""
+"%s คฯคนควคหยธบ฿คทคคนกฃบ๏ฝคทคคนคซ?\n"
+"\n"
+"ทูน๐กงคณคฮฅืฅํฅปฅนค๒มฐคหคไครคฟคณคศคฌคขค์คะกขคฟคึค๓ฅตกผฅะพๅคฮ\n"
+"authorized_keys คซค้ฅจฅ๓ฅศฅ๊ค๒บ๏ฝคทคฟคคฆคฌคคคคควคนค่กฃ"
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
-msgstr ""
+msgstr "ธฐคฮภธภฎคหคทคะค้คฏคซคซค๊คคนกฃ"
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
-msgstr ""
+msgstr "ฅจฅ้กผกง%s ค๒ลธณซควคญคคปค๓กฃ"
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
-msgstr ""
+msgstr "%s คฌฅกผฅศ %sควฅัฅนฅ๏กผฅษฅืฅํฅ๓ฅืฅศคฌฝะคคปค๓"
-#: ../../standalone/drakbackup_.c:849
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:852
+#, c-format
msgid "Bad password on %s"
-msgstr "ฅัฅนฅ๏กผฅษคสคท"
+msgstr "%s คฮฅัฅนฅ๏กผฅษษิฮษ"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgstr "%s ค๒ %s คหลพม๗คนค๋คฮคฌวงคแค้ค์คคปค๓ควคทคฟ"
-#: ../../standalone/drakbackup_.c:851
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:854
+#, c-format
msgid "Can't find %s on %s"
-msgstr "%s คฌณซคฑคคปค๓: %s\n"
+msgstr "%s คฌ %sพๅควธซคฤคซค๊คคปค๓"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
-msgstr ""
+msgstr "%s คฌฑล๚คทคคปค๓"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10465,84 +10665,91 @@ msgid ""
"\n"
"without being prompted for a password."
msgstr ""
+"ลพม๗คหภฎธ๙คทคคทคฟกฃ\n"
+"ฐสฒผคฮฅณฅฅ๓ฅษควกขฅตกผฅะคหฅํฅฐฅคฅ๓ควคญค๋คซณฮวงคทคฦค฿คฦคฏคภคตคค:\n"
+"\n"
+"ssh -i %s %s\\@%s\n"
+"\n"
+"ฅัฅนฅ๏กผฅษคฮฅืฅํฅ๓ฅืฅศคฌฝะคสคฑค์คะภฎธ๙ควคนกฃ"
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgstr "WebDAVฅ๊ฅโกผฅศฅตฅคฅศคศคนควคหฦฑดบัค฿!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
-msgstr ""
+msgstr "WebDAVลพม๗ผบวิ!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
-msgstr ""
+msgstr "CDR/DVDR คฌฅษฅ้ฅคฅึคหคขค๊คคปค๓!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
-msgstr ""
+msgstr "ตญฯฟฒฤวฝฅแฅวฅฃฅขควคฯคสคคค่คฆควคน!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
-msgstr ""
+msgstr "พรต๎ฒฤวฝฅแฅวฅฃฅขควคฯคสคคค่คฆควคน!"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
-msgstr ""
+msgstr "ฅแฅวฅฃฅขคฮพรต๎คหคฯคทคะค้คฏคซคซค๊คคนกฃ"
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
-msgstr ""
+msgstr "CDฅขฅฏฅปฅนธขธยคฮฬไย๊คฌศฏภธคทคคทคฟกฃ"
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
-msgstr ""
+msgstr "%s คหฅฦกผฅืคฌคขค๊คคปค๓"
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "ฅทฅนฅฦฅเฅีฅกฅคฅ๋คฮฅะฅรฅฏฅขฅรฅื..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "ฅฯกผฅษฅวฅฃฅนฅฏคฮฅะฅรฅฏฅขฅรฅืฅีฅกฅคฅ๋..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "ฅๆกผฅถฅีฅกฅคฅ๋คฮฅะฅรฅฏฅขฅรฅื..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "ฅฯกผฅษฅวฅฃฅนฅฏฅะฅรฅฏฅขฅรฅืคฮฟสนิ..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "ยพคฮฅีฅกฅคฅ๋ค๒ฅะฅรฅฏฅขฅรฅื..."
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
-msgstr "ฅฦกผฅืคหฅะฅรฅฏฅขฅรฅื"
+msgstr "ฅะฅรฅฏฅขฅรฅืคนค๋สันนคฌคขค๊คคปค๓"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
"Drakbackup activities via %s:\n"
"\n"
msgstr ""
+"\n"
+"%s ทะอณคฮDrakbackup:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:1342
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:1346
+#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-"FTP ควม๗ค๋ฅีฅกฅคฅ๋คฮฅ๊ฅนฅศ: %s\n"
+"FTP ควม๗ครคฟฅีฅกฅคฅ๋ฐ์อ๗: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10551,39 +10758,46 @@ msgstr ""
"\n"
"(!) FTP ภยณคฮฅศฅ้ฅึฅ๋: FTPควฅะฅรฅฏฅขฅรฅืฅีฅกฅคฅ๋ค๒ม๗ค์คคปค๓ควคทคฟกฃ\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
+"\n"
+"CD ทะอณคฮDrakbackup:\n"
+":\n"
+"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
+"\n"
+"ฅฦกผฅื ทะอณคฮDrakbackup:\n"
+":\n"
+"\n"
-#: ../../standalone/drakbackup_.c:1377
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
-msgstr "(!) ฅแกผฅ๋ม๗ฟฎรๆคหฅจฅ้กผกฃ\n"
+msgstr "ฅแกผฅ๋ม๗ฟฎรๆคหฅจฅ้กผกฃ\n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
-msgstr ""
+msgstr "ฅซฅฟฅํฅฐคฌบ๎ค์คคปค๓!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "ฅีฅกฅคฅ๋ค๒มชย๒"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "ฅีฅกฅคฅ๋คไฅวฅฃฅ์ฅฏฅศฅ๊ค๒มชค๓ควกึฤษฒรกืค๒ฅฏฅ๊ฅรฅฏคทคคน"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10591,27 +10805,26 @@ msgstr ""
"\n"
"ษฌอืคสฅชฅืฅทฅ็ฅ๓คหฅมฅงฅรฅฏค๒คฤคฑคฦคฏคภคตคคกฃ\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"คณคฮฅชฅืฅทฅ็ฅ๓คฯ /etc ฅวฅฃฅ์ฅฏฅศฅ๊คฮฅีฅกฅคฅ๋ค๒คนคูคฦฅะฅรฅฏฅขฅรฅืกฆษธตควคญค"
"คนกฃ\n"
-#: ../../standalone/drakbackup_.c:1600
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "ฅทฅนฅฦฅเฅีฅกฅคฅ๋คฮฅะฅรฅฏฅขฅรฅืกส/etcฅวฅฃฅ์ฅฏฅศฅ๊)"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "ฅคฅ๓ฅฏฅ๊ฅแฅ๓ฅฟฅ๋ฅะฅรฅฏฅขฅรฅืกสธลคคฅะฅรฅฏฅขฅรฅืคฯปฤคน)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "ฝลอืฅีฅกฅคฅ๋ (passwd, group, fstab) คฯดคแคสคค"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10619,135 +10832,136 @@ msgstr ""
"คณคฮฅชฅืฅทฅ็ฅ๓ควคฯกขนฅคญคสฅะกผฅธฅ็ฅ๓คฮ /etc ฅวฅฃฅ์ฅฏฅศฅ๊ค๒\n"
"ษธตควคญคคนกฃ"
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "ฅะฅรฅฏฅขฅรฅืคหดคแคฟคคฅๆกผฅถค๒มดฐ๗มชค๓ควฒผคตคค"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "ฅึฅ้ฅฆฅถคฮฅญฅใฅรฅทฅๅคฯดคแคสคค"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "ฅคฅ๓ฅฏฅ๊ฅแฅ๓ฅฟฅ๋ฅะฅรฅฏฅขฅรฅืกสธลคคฅะฅรฅฏฅขฅรฅืคฯปฤคน)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "มชค๓คภคโคฮค๒บ๏ฝ"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "ฅๆกผฅถฬพ"
-#: ../../standalone/drakbackup_.c:1773
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
-msgstr "ฅะฅรฅฏฅขฅรฅืคห FTP ภยณค๒ปศอั"
+msgstr "ฅะฅรฅฏฅขฅรฅืคหฅอฅรฅศฅ๏กผฅฏภยณค๒ปศอั"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
-msgstr ""
+msgstr "ฅอฅรฅศสผฐ: "
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
-msgstr ""
+msgstr "Use Expect for SSH"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
+"SSHฅะฅรฅฏฅขฅรฅืธฐคฮ\n"
+"บ๎ภฎ/ลพม๗"
-#: ../../standalone/drakbackup_.c:1781
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
-msgstr "ฐฦฐ"
-
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
msgstr ""
+" บฃคนคฐ \n"
+"ลพม๗"
#: ../../standalone/drakbackup_.c:1786
+#, fuzzy
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
+msgstr "คนควคหธฐคฌฅปฅรฅศคตค์คฦคคคคน"
+
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "ฅฅนฅศฬพคซ IP ค๒ฦฮฯคทคฦคฏคภคตคคกฃ"
-#: ../../standalone/drakbackup_.c:1791
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-"คณคฮฅฅนฅศพๅควคฝคฮฅวฅฃฅ์ฅฏฅศฅ๊คห\n"
-"ฅะฅรฅฏฅขฅรฅืค๒สยธคทคคนคซกฉ"
+"คณคฮฅฅนฅศพๅควฅะฅรฅฏฅขฅรฅืค๒สยธคนค๋\n"
+"ฅวฅฃฅ์ฅฏฅศฅ๊คซฅโฅธฅๅกผฅ๋ค๒ฦฮฯคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "ฅํฅฐฅคฅ๓ฬพค๒ฦฮฯคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "ฅัฅนฅ๏กผฅษค๒ฦฮฯคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "คณคฮฅัฅนฅ๏กผฅษค๒ตญฒฑคนค๋"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
-msgstr ""
+msgstr "ฅฅนฅศฬพกขฅๆกผฅถฬพกขฅัฅนฅ๏กผฅษคฌษฌฟควคน!"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "CD/DVDROM คหฅะฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
+"CD/DVD ฅวฅะฅคฅนค๒มชค๓ควคฏคภคตคค\n"
+"(ยพคฮฅีฅฃกผฅ๋ฅษผซฦฐฦฮฯคหคฯ Enter ค๒ฒกคทคฦคฏคภคตคคกฃ\n"
+"คณคฮฅีฅฃกผฅ๋ฅษคฯษฌฟควคฯคสคฏกขฅีฅฉกผฅเฦฮฯคฮฅฤกผฅ๋ควคทคซคขค๊คคปค๓)"
-#: ../../standalone/drakbackup_.c:1921
-#, fuzzy
-msgid "Please choose your CD/DVD media size"
-msgstr "CD ฅนฅฺกผฅนค๒มชค๓ควคฏคภคตคค"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "CD/DVD ฅแฅวฅฃฅขคฮฅตฅคฅบค๒มชค๓ควคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1927
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
-msgstr "CDRWค๒ปศครคฦคคค๋พ์น็คฯฅมฅงฅรฅฏคทคฦคฏคภคตคค"
+msgstr "ฅฅ๋ฅมฅปฅรฅทฅ็ฅ๓CDคซคษคฆคซฅมฅงฅรฅฏคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "CDRWค๒ปศครคฦคคค๋พ์น็คฯฅมฅงฅรฅฏคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1939
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "คคบ CDRW ค๒พรต๎คนค๋พ์น็คหคฯคณคณค๒ฅฏฅ๊ฅรฅฏ"
+msgstr "RW ฅแฅวฅฃฅขกสบวฝ้คฮฅปฅรฅทฅ็ฅ๓) ค๒พรต๎คนค๋คหคฯฅมฅงฅรฅฏคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1940
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
-msgstr "ฐฦฐ"
+msgstr "บฃคนคฐพรต๎"
-#: ../../standalone/drakbackup_.c:1946
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
-msgstr "CDRWค๒ปศครคฦคคค๋พ์น็คฯฅมฅงฅรฅฏคทคฦคฏคภคตคค"
+msgstr "DVDRค๒ปศครคฦคคค๋พ์น็คฯฅมฅงฅรฅฏคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1952
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
-msgstr "CDRWค๒ปศครคฦคคค๋พ์น็คฯฅมฅงฅรฅฏคทคฦคฏคภคตคค"
+msgstr "DVDRAMค๒ปศครคฦคคค๋พ์น็คฯฅมฅงฅรฅฏคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10755,36 +10969,32 @@ msgstr ""
"CD ฅ้ฅคฅฟกผคฮฅวฅะฅคฅนฬพค๒ฦฮฯคทคฦคฏคภคตคค\n"
"ฮใ: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
-msgstr "ฅีฅกฅคฅ๋ค๒มชย๒"
+msgstr "CDฅวฅะฅคฅนคฌฤ๊ตมคตค์คฦคคคคปค๓!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "ฅฦกผฅืคหฅะฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "ฅะฅรฅฏฅขฅรฅือัฅวฅะฅคฅนฬพค๒ฦฮฯคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:2055
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
-msgstr "คคบ CDRW ค๒พรต๎คนค๋พ์น็คหคฯคณคณค๒ฅฏฅ๊ฅรฅฏ"
+msgstr "ดฌคญฬแคทคสคทคฮฅวฅะฅคฅนค๒ปศคฆคหคฯคณคณค๒ฅมฅงฅรฅฏ"
-#: ../../standalone/drakbackup_.c:2061
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
-msgstr "คคบ CDRW ค๒พรต๎คนค๋พ์น็คหคฯคณคณค๒ฅฏฅ๊ฅรฅฏ"
+msgstr "ฅะฅรฅฏฅขฅรฅืมฐคหฅฦกผฅืค๒พรต๎คนค๋คหคฯคณคณค๒ฅมฅงฅรฅฏ"
-#: ../../standalone/drakbackup_.c:2067
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
-msgstr "คคบ CDRW ค๒พรต๎คนค๋พ์น็คหคฯคณคณค๒ฅฏฅ๊ฅรฅฏ"
+msgstr "ฅะฅรฅฏฅขฅรฅืธๅคหฅฦกผฅืค๒ฅคฅธฅงฅฏฅศคนค๋คหคฯคณคณค๒ฅมฅงฅรฅฏ"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10792,63 +11002,61 @@ msgstr ""
"Drakbackupคหต๖คตค์ค๋บวย็ฅตฅคฅบค๒\n"
"ฦฮฯคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:2138
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
-msgstr "สยธคนค๋ฅวฅฃฅ์ฅฏฅศฅ๊ค๒ฦฮฯคทคฦคฏคภคตคค:"
+msgstr "สยธภ่คฮฅวฅฃฅ์ฅฏฅศฅ๊ค๒ฦฮฯคทคฦคฏคภคตคค:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "ฅะฅรฅฏฅขฅรฅืฅีฅกฅคฅ๋คฮฅฏฅฉกผฅฟค๒ปศคฆ"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "ฅอฅรฅศฅ๏กผฅฏ"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
-msgstr ""
+msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "ฅฯกผฅษฅษฅ้ฅคฅึ / NFS"
-#: ../../standalone/drakbackup_.c:2234
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
-msgstr "ฅฟฅคฅื"
+msgstr "ฅฦกผฅื"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "ห่ปดึ"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "ห่ฦ"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "ห่ฝต"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "ห่ท๎"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "ฅวกผฅโฅ๓ค๒ปศคฆ"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "ฅะฅรฅฏฅขฅรฅืคฮดึณึค๒มชค๓ควคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -10856,79 +11064,81 @@ msgstr ""
"ฅะฅรฅฏฅขฅรฅืคฮฅแฅวฅฃฅขค๒\n"
"มชค๓ควคฏคภคตคคคอกฃ"
-#: ../../standalone/drakbackup_.c:2287
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
-msgstr "ฅตกผฅำฅนคห cron ฅวกผฅโฅ๓คฌดคค์คฦคคค๋คณคศค๒ณฮวงคทคฦคฏคภคตคค"
+msgstr ""
+"ฅตกผฅำฅนคห cron ฅวกผฅโฅ๓คฌดคค์คฦคคค๋คณคศค๒ณฮวงคทคฦคฏคภคตคค.\n"
+"\n"
+"ธฝบ฿คนคูคฦคฮฅอฅรฅศฅแฅวฅฃฅขคฯกขฅฯกผฅษฅวฅฃฅนฅฏคโปศคคคคนกฃ"
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "ฅะฅรฅฏฅขฅรฅืห่คฮส๓น๐ฅแกผฅ๋ม๗ค๊ภ่: "
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
-msgstr ""
+msgstr "ยพคฮฅแฅวฅฃฅขคหฅะฅรฅฏฅขฅรฅืคทคฟค้ฅฯกผฅษฅษฅ้ฅคฅึคฮtarฅีฅกฅคฅ๋ค๒บ๏ฝ"
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ฒฟค๒"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "คฝคณคห"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "คคคฤ"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "คฝคฮยพฅชฅืฅทฅ็ฅ๓"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Drakbackup ภ฿ฤ๊"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "ฅะฅรฅฏฅขฅรฅืภ่ค๒มชค๓ควฒผคตคค"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "ฅฯกผฅษฅษฅ้ฅคฅึคุ"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "ฅอฅรฅศฅ๏กผฅฏทะอณคว"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
-msgstr ""
+msgstr "CDROMพๅคห"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
-msgstr ""
+msgstr "ฅฦกผฅืฅวฅะฅคฅนคห"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "ฅะฅรฅฏฅขฅรฅืคทคฟคคคโคฮค๒มชค๓ควฒผคตคค"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "ฅทฅนฅฦฅเค๒ฅะฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "ฅๆกผฅถค๒ฅะฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "ฅๆกผฅถค๒ผ๊ฦฐควมชคึ"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -10936,7 +11146,7 @@ msgstr ""
"\n"
"ฅะฅรฅฏฅขฅรฅืธต: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -10944,7 +11154,7 @@ msgstr ""
"\n"
"- ฅทฅนฅฦฅเฅีฅกฅคฅ๋:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -10952,7 +11162,7 @@ msgstr ""
"\n"
"- ฅๆกผฅถฅีฅกฅคฅ๋:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -10960,7 +11170,7 @@ msgstr ""
"\n"
"- คฝคฮยพฅีฅกฅคฅ๋:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -10969,55 +11179,59 @@ msgstr ""
"\n"
"- ฅฯกผฅษฅษฅ้ฅคฅึพๅคฮสยธฅัฅน: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
+"\n"
+"- ฅะฅรฅฏฅขฅรฅืธๅคหฅฯกผฅษฅษฅ้ฅคฅึคฮtarฅีฅกฅคฅ๋บ๏ฝ\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
+"\n"
+"- CDคหพฦคฏ"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
-msgstr ""
+msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2604
+#, c-format
msgid " on device: %s"
-msgstr "ฅฅฆฅนฅวฅะฅคฅน: %s\n"
+msgstr "ฐสฒผคฮฅวฅะฅคฅนพๅ: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
-msgstr ""
+msgstr " (ฅฅ๋ฅมฅปฅรฅทฅ็ฅ๓)"
-#: ../../standalone/drakbackup_.c:2602
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2606
+#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- FTP ควคฮสยธภ่ฅฅนฅศ: %s\n"
+"- ฐสฒผคฮฅวฅะฅคฅนคฮฅฦกผฅืคหสยธ: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
-msgstr ""
+msgstr "\t\tErase=%s"
-#: ../../standalone/drakbackup_.c:2606
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2610
+#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- FTP ควคฮสยธภ่ฅฅนฅศ: %s\n"
+"- ฐสฒผคฮฅฅนฅศพๅคฮ%sคหสยธ: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11026,7 +11240,7 @@ msgstr ""
"\t\t ฅๆกผฅถฬพ: %s\n"
"\t\t ฅัฅน: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11034,19 +11248,19 @@ msgstr ""
"\n"
"- ฅชฅืฅทฅ็ฅ๓:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tฅทฅนฅฦฅเฅีฅกฅคฅ๋คฯดคแคสคค\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tฅะฅรฅฏฅขฅรฅืคว tar คศ bzip2ค๒ปศอั\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tฅะฅรฅฏฅขฅรฅืคว tar คศ gzipค๒ปศอั\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11055,41 +11269,39 @@ msgstr ""
"\n"
"- ฅวกผฅโฅ๓ (%s) คฌดคเคโคฮ :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-ฅฯกผฅษฅษฅ้ฅคฅึกฃ\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
-msgstr ""
+msgstr "\t-ฅฦกผฅื \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-ฅอฅรฅศฅ๏กผฅฏคว FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-ฅอฅรฅศฅ๏กผฅฏคว SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
-msgstr "\t-ฅอฅรฅศฅ๏กผฅฏคว FTP.\n"
+msgstr "\t-ฅอฅรฅศฅ๏กผฅฏคว rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
-msgstr "\t-ฅอฅรฅศฅ๏กผฅฏคว FTP.\n"
+msgstr "\t-ฅอฅรฅศฅ๏กผฅฏคว webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "ภ฿ฤ๊คฌคขค๊คคปค๓กฃฅฆฅฃฅถกผฅษคซพๅต้ค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคค\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11097,7 +11309,7 @@ msgstr ""
"ษธตคนค๋ฅวกผฅฟคฮฐ์อ๗:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11105,256 +11317,251 @@ msgstr ""
"ฒ๕ค์คฦคคค๋ฅวกผฅฟฐ์อ๗:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "ผกฒ๓คหฅมฅงฅรฅฏค๒คฯคบคนคซบ๏ฝคทคฦคฏคภคตคคกฃ"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "ฅะฅรฅฏฅขฅรฅืฅีฅกฅคฅ๋คฌฒ๕ค์คฦคคคคน"
-#: ../../standalone/drakbackup_.c:2832
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " มชย๒คทคฟฅวกผฅฟคฯคนคูคฦ "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " %s พๅคหษธตคตค์คคทคฟ "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " ภ฿ฤ๊ษธต "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "ยพคฮฅีฅกฅคฅ๋ษธตคหคฯOKค๒"
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr "ษธตคนค๋ฅๆกผฅถคฮฐ์อ๗กสณฦฅๆกผฅถคฮบวฟทคฮฦษีคภคฑคฌฝลอืควคนกห"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "ฅทฅนฅฦฅเฅีฅกฅคฅ๋คฮฅะฅรฅฏฅขฅรฅืดธย:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "ษธตคนค๋ฦษีค๒มชย๒คทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "ฅะฅรฅฏฅขฅรฅืคหฅฯกผฅษฅวฅฃฅนฅฏค๒ปศอั"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "สยธคนค๋ฅวฅฃฅ์ฅฏฅศฅ๊ค๒ฦฮฯคทคฦคฏคภคตคค:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP ภยณ"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "ฅปฅญฅๅฅขภยณ"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "ฅฯกผฅษฅวฅฃฅนฅฏคซค้ษธตคนค๋"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "ฅะฅรฅฏฅขฅรฅืคฮสยธฅวฅฃฅ์ฅฏฅศฅ๊ค๒ฦฮฯคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "ษธตธตคฮฅแฅวฅฃฅขค๒มชคำคสคชคทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "คฝคฮยพฅแฅวฅฃฅข"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "ฅทฅนฅฦฅเษธต"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "ฅๆกผฅถษธต"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "คฝคฮยพฅีฅกฅคฅ๋ค๒ษธต"
-#: ../../standalone/drakbackup_.c:3263
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "ษธตฅัฅนค๒มชคึกส/ฐสณฐ)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "ษธตมฐคหฟทตฌฅะฅรฅฏฅขฅรฅืกสฅคฅ๓ฅฏฅ๊ฅแฅ๓ฅฟฅ๋ฅะฅรฅฏฅขฅรฅืคฮค฿กห"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "ษธตมฐคหฅๆกผฅถฅวฅฃฅ์ฅฏฅศฅ๊ค๒บ๏ฝ"
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
+"มชย๒คทคฟฅซฅฟฅํฅฐฅจฅ๓ฅศฅ๊ค๒\n"
+"ษณ่"
-#: ../../standalone/drakbackup_.c:3392
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
-msgstr "มชค๓คภคโคฮค๒บ๏ฝ"
+msgstr ""
+"มชค๓คภฅีฅกฅคฅ๋\n"
+"ค๒บ๏ฝ"
-#: ../../standalone/drakbackup_.c:3409
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
-msgstr "คฝคฮยพฅีฅกฅคฅ๋ค๒ษธต"
+msgstr ""
+"ษธตฅัฅนค๒\n"
+"สันน"
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:3479
+#, c-format
msgid "Backup files not found at %s."
-msgstr "ฅะฅรฅฏฅขฅรฅืฅีฅกฅคฅ๋คฌฒ๕ค์คฦคคคคน"
+msgstr "%sคหฅะฅรฅฏฅขฅรฅืฅีฅกฅคฅ๋คฌคขค๊คคปค๓"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
+"ฅฅ๊ฅๅกผฅเฅ้ฅูฅ๋%sคฮCDค๒\n"
+"/mnt/cdromฒผคฮCDฅษฅ้ฅคฅึคหฦค์คฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:3488
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
-msgstr "ฅฯกผฅษฅวฅฃฅนฅฏคซค้ษธตคนค๋"
+msgstr "CDคซค้ษธตคนค๋"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
-msgstr ""
+msgstr "CDฅ้ฅูฅ๋คฌคคมคฌครคฦคคคคนกฃคณคฮฅวฅฃฅนฅฏคฯ%sควคนกฃ"
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
+"ฅฅ๊ฅๅกผฅเฅ้ฅูฅ๋%sคฮฅฦกผฅืค๒\n"
+"%sคฮฅฦกผฅืฅษฅ้ฅคฅึคหฦค์คฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:3500
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
-msgstr "ฅักผฅฦฅฃฅทฅ็ฅ๓ฅฦกผฅึฅ๋ค๒บฦภธ"
+msgstr "ฅฦกผฅืคซค้ษธต"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
-msgstr ""
+msgstr "ฅฦกผฅืคฮฅ้ฅูฅ๋คฌคคมคฌครคฦคคคคนกฃคณคฮฅฦกผฅืคฯ%sควคนกฃ"
-#: ../../standalone/drakbackup_.c:3522
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
-msgstr "ฅๆกผฅถษธต"
+msgstr "ฅอฅรฅศฅ๏กผฅฏคซค้ษธต"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
-msgstr ""
+msgstr "ฐสฒผคฮฅอฅรฅศฅ๏กผฅฏฅืฅํฅศฅณฅ๋ควษธต: %s"
-#: ../../standalone/drakbackup_.c:3523
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
-msgstr "ฅฅนฅศฬพ:"
+msgstr "ฅฅนฅศฬพ"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
-msgstr ""
+msgstr "ฅฅนฅศคฮฅัฅนคซฅโฅธฅๅกผฅ๋"
-#: ../../standalone/drakbackup_.c:3531
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
-msgstr "ฅัฅนฅ๏กผฅษ"
+msgstr "ฅัฅนฅ๏กผฅษคฌอืค๊คคน"
-#: ../../standalone/drakbackup_.c:3537
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
-msgstr "ฅๆกผฅถฬพ"
+msgstr "ฅๆกผฅถฬพคฌอืค๊คคน"
-#: ../../standalone/drakbackup_.c:3540
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
-msgstr "ฅฅนฅศฬพ:"
+msgstr "ฅฅนฅศฬพคฌอืค๊คคน"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
-msgstr ""
+msgstr "ฅัฅนคซฅโฅธฅๅกผฅ๋คฌอืค๊คคน"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
-msgstr ""
+msgstr "ษธตคตค์คฟฅีฅกฅคฅ๋..."
-#: ../../standalone/drakbackup_.c:3561
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
-msgstr "คฝคฮยพฅีฅกฅคฅ๋ค๒ษธต"
+msgstr "ษธตผบวิ..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "มดฅะฅรฅฏฅขฅรฅืคฮษธต"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "ฅซฅนฅฟฅเษธต"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
-msgstr ""
+msgstr "CDคฌฅปฅรฅศ- ยณคฑค๋"
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
-msgstr ""
+msgstr "ฟทคทคคษธตrepositoryค๒ธซค๋"
-#: ../../standalone/drakbackup_.c:3863
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
-msgstr "ฅักผฅฦฅฃฅทฅ็ฅ๓ฅฦกผฅึฅ๋ค๒บฦภธ"
+msgstr "ฅซฅฟฅํฅฐคซค้ษธต"
-#: ../../standalone/drakbackup_.c:3891
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
-msgstr "ฅๆกผฅถษธต"
+msgstr "ษธตฟสนิรๆ"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "คโคษค๋"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "สยธ"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "ฅะฅรฅฏฅขฅรฅืนฝร"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "ษธต"
-#: ../../standalone/drakbackup_.c:4229
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -11364,15 +11571,15 @@ msgstr ""
" ส๓น๐ฅแกผฅ๋คฯม๗ฟฎควคญคคปค๓\n"
" sendmailค๒ภ฿ฤ๊คทคฦคฏคภคตคค"
-#: ../../standalone/drakbackup_.c:4253
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
-msgstr "ฐสฒผคฮฅัฅรฅฑกผฅธคฌฅคฅ๓ฅนฅศกผฅ๋คตค์คคน"
+msgstr ""
+"ฐสฒผคฮฅัฅรฅฑกผฅธคฮฅคฅ๓ฅนฅศกผฅ๋คฌษฌอืควคน:\n"
+" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11380,19 +11587,19 @@ msgstr ""
"FTPควคฮฅีฅกฅคฅ๋ลพม๗รๆคหฅจฅ้กผ.\n"
"FTP ภ฿ฤ๊ค๒คสคชคทคฦคฏคภคตคค."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "ษธตฅวกผฅฟค๒มชค๓ควคฏคภคตคคคอกฃ"
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "ฅะฅรฅฏฅขฅรฅือัฅแฅวฅฃฅขค๒มชค๓ควคฏคภคตคคคอกฃ"
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "ฅะฅรฅฏฅขฅรฅืคนค๋ฅวกผฅฟค๒มชค๓ควคฏคภคตคค..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11400,60 +11607,59 @@ msgstr ""
"ภ฿ฤ๊ฅีฅกฅคฅ๋คฌธซคฤคซค๊คคปค๓\n"
"ฅฆฅฃฅถกผฅษคซพๅต้ค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคคกฃ"
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "คคภณซศฏรๆ...ยิครคฦคฦคฏคภคตคคกฃ"
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "ฅทฅนฅฦฅเฅีฅกฅคฅ๋ค๒ฅะฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "ฅๆกผฅถฅีฅกฅคฅ๋ค๒ฅะฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "คฝคฮยพฅีฅกฅคฅ๋ค๒ฅะฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "มดยฮคฮฟสนิพ๕ถท"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "FTPควฅีฅกฅคฅ๋ม๗ฟฎรๆ"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "ฅีฅกฅคฅ๋ม๗ฟฎรๆ..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "ภ฿ฤ๊ฅีฅกฅคฅ๋คซค้บฃคนคฐฅะฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "ฅะฅรฅฏฅขฅรฅืภ฿ฤ๊ค๒ธซค๋"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "ฅฆฅฃฅถกผฅษภ฿ฤ๊"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "พๅต้ภ฿ฤ๊"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "บฃคนคฐฅัฅรฅฏฅขฅรฅื"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11513,7 +11719,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11527,7 +11733,7 @@ msgstr ""
" /etc/postfix/main.cfคฮ myhostname คซ mydomain ค๒ภ฿ฤ๊คทคคนกฃ\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11603,8 +11809,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11655,18 +11860,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11696,7 +11902,7 @@ msgstr ""
" Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
" Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11773,7 +11979,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11790,7 +11996,7 @@ msgstr ""
"มฐคหกขคคบฅฯกผฅษฅษฅ้ฅคฅึพๅคหฅะฅรฅฏฅขฅรฅืนฝรคฌษฌอืคหคสค๊คคนกฃ\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11811,7 +12017,7 @@ msgstr ""
"คนค๋คฮควกขคคคคฮฅวกผฅฟคฯมดษ๔พรคจคคนกฃควคนคซค้กขฅะฅรฅฏ\n"
"ฅขฅรฅืฅวกผฅฟคฮฅีฅกฅคฅ๋คฯผ๊ควฒสัคทคสคคคคฆคฌธญฬภควคนกฃ\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11901,135 +12107,134 @@ msgid ""
"\n"
"OPTIONS:\n"
msgstr ""
+"drakbug version %s\n"
+"Copyright (C) 2002 MandrakeSoft.\n"
+"หฅฝฅีฅศคฯฅีฅ๊กผฅฝฅีฅศฅฆฅงฅขควกขGNU GPLคฮพ๒ท๏ฒผควบฦวษฒฤวฝควคขค๋กฃ\n"
+"\n"
+"อัหก: drakbug [OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
#: ../../standalone/drakbug_.c:47
msgid " --help - print this help message.\n"
-msgstr ""
+msgstr " --help - print this help message.\n"
#: ../../standalone/drakbug_.c:48
msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
+msgstr " --report - program should be one of mandrake tools\n"
#: ../../standalone/drakbug_.c:49
msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
+msgstr " --incident - program should be one of mandrake tools\n"
#: ../../standalone/drakbug_.c:64
msgid "Mandrake Bug Report Tool"
-msgstr ""
+msgstr "Mandrake ฅะฅฐส๓น๐ฅฤกผฅ๋"
#: ../../standalone/drakbug_.c:70
msgid "First Time Wizard"
-msgstr ""
+msgstr "First Time Wizard"
#: ../../standalone/drakbug_.c:71
msgid "Synchronization tool"
-msgstr ""
+msgstr "ฦฑดฅฤกผฅ๋"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
-#, fuzzy
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
-msgstr "ฅณฅ๓ฅฝกผฅ๋ฅฤกผฅ๋"
+msgstr "ฦศฮฉฅฤกผฅ๋"
#: ../../standalone/drakbug_.c:73
-#, fuzzy
msgid "HardDrake"
-msgstr "ฅฯกผฅษฅษฅ้ฅคฅึคุ"
+msgstr "HardDrake"
#: ../../standalone/drakbug_.c:74
-#, fuzzy
msgid "Mandrake Online"
-msgstr "Mandrake ฅณฅ๓ฅตฅ๋ฅฦฅฃฅ๓ฅฐ"
+msgstr "Mandrake ฅชฅ๓ฅ้ฅคฅ๓"
#: ../../standalone/drakbug_.c:75
-#, fuzzy
msgid "Menudrake"
-msgstr "MandrakeStore"
+msgstr "Menudrake"
#: ../../standalone/drakbug_.c:76
-#, fuzzy
msgid "Msec"
-msgstr "ฅฅฆฅน"
+msgstr "Msec"
#: ../../standalone/drakbug_.c:77
-#, fuzzy
msgid "Remote Control"
-msgstr "ฅ๊ฅโกผฅศฅืฅ๊ฅ๓ฅฟ"
+msgstr "ฅ๊ฅโกผฅศฅณฅ๓ฅศฅํกผฅ๋"
#: ../../standalone/drakbug_.c:78
-#, fuzzy
msgid "Software Manager"
-msgstr "ฅทฅงฅขฬพ"
+msgstr "ฅฝฅีฅศฅฆฅงฅขฅฅอกผฅธฅใ"
#: ../../standalone/drakbug_.c:79
msgid "Urpmi"
-msgstr ""
+msgstr "Urpmi"
#: ../../standalone/drakbug_.c:80
msgid "Windows Migration tool"
-msgstr ""
+msgstr "ฅฆฅฃฅ๓ฅษฅฆฅบฐนิฅฤกผฅ๋"
#: ../../standalone/drakbug_.c:81
-#, fuzzy
msgid "Userdrake"
-msgstr "Printerdrake"
+msgstr "Userdrake"
#: ../../standalone/drakbug_.c:82
-#, fuzzy
msgid "Configuration Wizards"
-msgstr "ฅอฅรฅศฅ๏กผฅฏภ฿ฤ๊ฅฆฅฃฅถกผฅษ"
+msgstr "ภ฿ฤ๊ฅฆฅฃฅถกผฅษ"
#: ../../standalone/drakbug_.c:97
-#, fuzzy
msgid "Application:"
-msgstr "วงพฺ"
+msgstr "ฅขฅืฅ๊ฅฑกผฅทฅ็ฅ๓: "
#: ../../standalone/drakbug_.c:98
-#, fuzzy
msgid "Package: "
-msgstr "ฅัฅรฅฑกผฅธค๒มชย๒"
+msgstr "ฅัฅรฅฑกผฅธ: "
#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
-msgstr ""
+msgstr "ฅซกผฅอฅ๋: "
#: ../../standalone/drakbug_.c:100
-#, fuzzy
msgid "Release: "
-msgstr "คชยิคมฒผคตคค"
+msgstr "ฅ๊ฅ๊กผฅน: "
#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
+"\n"
+"\n"
+"ฅะฅฐส๓น๐คฮฤ๓ฝะคหคฯกขกึส๓น๐กืฅฅฟฅ๓ค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคคกฃ\n"
+"คนค๋คศwebฅึฅ้ฅฆฅถคฌณซคคคฦ https://drakbug.mandrakesoft.com คฌฝะคคนกฃ\n"
+"คฝคณคหส๓น๐ฝ๑คฌคขค๋คฮควกขตญฦคทคฦคฏคภคตคคกฃพๅตญคฮพ๐ส๓คฯคฝคฮฅตกผฅะ\n"
+"คหลพม๗คตค์คคน\n"
+"\n"
-#: ../../standalone/drakbug_.c:136
-#, fuzzy
+#: ../../standalone/drakbug_.c:134
msgid "Report"
-msgstr "ฅกผฅศ"
+msgstr "ส๓น๐"
-#: ../../standalone/drakbug_.c:166
-#, fuzzy
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
-msgstr "ฅขฅ๓ฅคฅ๓ฅนฅศกผฅ๋ธๅคฮบ๎ถศ"
+msgstr "ฅคฅ๓ฅนฅศกผฅ๋คตค์คฦคคคคปค๓"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
-msgstr ""
+msgstr "Bugzillaฅฆฅฃฅถกผฅษคหภยณรๆ..."
-#: ../../standalone/drakbug_.c:190
-#, fuzzy
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
-msgstr "%s คฮฅคฅ๓ฅนฅศกผฅ๋ธๅคหฅนฅฏฅ๊กผฅ๓ฅทฅ็ฅรฅศคฌฒฤวฝควคน"
+msgstr "ฅึฅ้ฅฆฅถคฌคขค๊คคปค๓กชกกฒฟคซฅคฅ๓ฅนฅศกผฅ๋คทคฦคฏคภคตคค"
#: ../../standalone/drakconnect_.c:79
#, c-format
@@ -12126,10 +12331,6 @@ msgstr "ฅฆฅฃฅถกผฅษ..."
msgid "Apply"
msgstr "ลฌอั"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "พฏกนคชยิคมค๒กฤกฤภ฿ฤ๊ค๒ลฌอัคทคฦคคคคน"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "ภยณดฐฮป"
@@ -12253,7 +12454,7 @@ msgstr "ฅโฅธฅๅกผฅ๋ฬพ"
msgid "Size"
msgstr "ฅตฅคฅบ"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12318,26 +12519,27 @@ msgstr "ฝะฮฯ"
msgid "Build the disk"
msgstr "ฅวฅฃฅนฅฏค๒บ๎ภฎ"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "ฅวฅะฅคฅน %s คหฅแฅวฅฃฅขคฯฦครคฦคคคคนคซกฉ"
-#: ../../standalone/drakfloppy_.c:426
-#, fuzzy, c-format
+# ../../standalone/drakfloppy_.c:426, c-format
+#: ../../standalone/drakfloppy_.c:381
+#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-"ฅวฅะฅคฅน %sคฮฅแฅวฅฃฅขคฌคขค๊คคปค๓กฃ\n"
+"ฅวฅะฅคฅน %sคฮฅแฅวฅฃฅขคฌคสคคคซฝ๑คญนค฿ถุป฿ควคนกฃ\n"
"ฅปฅรฅศคทคฦคฏคภคตคคกฃ"
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "%s ค๒ฅีฅฉกผฅฏควคญคคปค๓"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12552,7 +12754,7 @@ msgstr "ฅคฅ๓ฅฟกผฅอฅรฅศภยณคฮถฆอญ"
#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
-msgstr ""
+msgstr "คนค฿คคปค๓คฌกข2.4ฅซกผฅอฅ๋คทคซฅตฅกผฅศคทคคปค๓กฃ"
#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
@@ -12819,158 +13021,145 @@ msgstr ""
"\n"
"ภ฿ฤ๊ฅฆฅฃฅถกผฅษค๒ตฏฦฐคนค๋คหคฯกึภ฿ฤ๊กืค๒ฅฏฅ๊ฅรฅฏคทคคทค็คฆกฃ"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "group"
-msgstr "ฅ๏กผฅฏฅฐฅ๋กผฅื"
+msgstr "ฅฐฅ๋กผฅื"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
-msgstr ""
+msgstr "ฅัฅน"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
-msgstr "ฅักผฅฦฅฃฅทฅ็ฅ๓ %s"
+msgstr "ฅักผฅ฿ฅรฅทฅ็ฅ๓"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "user"
-msgstr "ฅๆกผฅถฬพ"
+msgstr "ฅๆกผฅถ"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
-msgstr ""
+msgstr "พๅ"
-#: ../../standalone/drakperm_.c:49
-#, fuzzy
+#: ../../standalone/drakperm_.c:50
msgid "delete"
msgstr "บ๏ฝ"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
-msgstr ""
+msgstr "สิฝธ"
-#: ../../standalone/drakperm_.c:51
-#, fuzzy
+#: ../../standalone/drakperm_.c:52
msgid "Down"
-msgstr "ฝชฮป"
+msgstr "ฒผ"
-#: ../../standalone/drakperm_.c:52
-#, fuzzy
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
-msgstr "ฅโฅธฅๅกผฅ๋ฤษฒร"
+msgstr "ฅ๋กผฅ๋ฤษฒร"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
-msgstr ""
+msgstr "ฑอ๗/สิฝธคนค๋permฅีฅกฅคฅ๋ค๒มชย๒"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
+"Drakperm คฯกขฅักผฅ฿ฅรฅทฅ็ฅ๓คไฝ๊อญผิกขฅฐฅ๋กผฅืค๒ msecควคคคธค๋คฟคแคฮคโคฮคว"
+"คนกฃ\n"
+"คคฟฅวฅีฅฉฅ๋ฅศค๒พรคทคฦผซสฌคฮฅ๋กผฅ๋ค๒สิฝธคนค๋คณคศคโควคญคคนกฃ"
-#: ../../standalone/drakperm_.c:61
-#, fuzzy
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
-msgstr "ฅืฅ๊ฅ๓ฅฟฤษฒร"
+msgstr "ฟทคทคคฅ๋กผฅ๋ค๒ฤษฒร"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
-msgstr ""
+msgstr "ธฝบ฿คฮฅ๋กผฅ๋ค๒สิฝธ"
-#: ../../standalone/drakperm_.c:63
-#, fuzzy
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
-msgstr "คนคูคฦค๒ศ๓มชย๒คห"
+msgstr "มชค๓คภฅ๋กผฅ๋ค๒ฐ์รสพๅคฒค๋"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
-msgstr ""
+msgstr "มชค๓คภฅ๋กผฅ๋ค๒ฐ์รสฒผคฒค๋"
-#: ../../standalone/drakperm_.c:65
-#, fuzzy
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
-msgstr "มชค๓คภคโคฮค๒บ๏ฝ"
+msgstr "มชค๓คภฅ๋กผฅ๋ค๒บ๏ฝ"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
-msgstr ""
+msgstr "ฅึฅ้ฅฆฅบ"
-#: ../../standalone/drakperm_.c:248
-#, fuzzy
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
-msgstr "ผ๕คฑษีคฑค๋ฅๆกผฅถ"
+msgstr "ธฝบ฿คฮฅๆกผฅถ"
-#: ../../standalone/drakperm_.c:253
-#, fuzzy
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
-msgstr "ฅะกผฅธฅ็ฅ๓: %s\n"
+msgstr "ฅักผฅ฿ฅรฅทฅ็ฅ๓"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
-msgstr ""
+msgstr "ฅัฅน"
-#: ../../standalone/drakperm_.c:255
-#, fuzzy
+#: ../../standalone/drakperm_.c:251
msgid "Property"
-msgstr "ฅกผฅศ"
+msgstr "ฅืฅํฅัฅฦฅฃ"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
-msgstr ""
+msgstr "sticky-bit"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
-msgstr ""
+msgstr "UIDภ฿ฤ๊"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
-msgstr ""
+msgstr "GIDภ฿ฤ๊"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
+"ฅวฅฃฅ์ฅฏฅศฅ๊อั:\n"
+" ฅวฅฃฅ์ฅฏฅศฅ๊คไกขคฝคฮรๆคฮฅีฅกฅคฅ๋คฮฝ๊อญผิคภคฑคฌบ๏ฝควคญคคน"
-#: ../../standalone/drakperm_.c:315
-#, fuzzy
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
-msgstr "ผซฦฐธกฝะค๒ปศคฆ"
+msgstr "ผยนิคหฝ๊อญผิidค๒ปศคฆ"
-#: ../../standalone/drakperm_.c:316
-#, fuzzy
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
-msgstr "ผซฦฐธกฝะค๒ปศคฆ"
+msgstr "ผยนิคหฅฐฅ๋กผฅืidค๒ปศคฆ"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
-msgstr ""
+msgstr "ฅมฅงฅรฅฏคนค๋คศกขฝ๊อญผิคไฅฐฅ๋กผฅืคฯสันนคตค์คคปค๓"
-#: ../../standalone/drakperm_.c:322
-#, fuzzy
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
-msgstr "ฅัฅรฅฑกผฅธมชย๒คฮสยธ"
+msgstr "ฅัฅนมชย๒"
-#: ../../standalone/drakperm_.c:368
-#, fuzzy
+#: ../../standalone/drakperm_.c:364
msgid "user :"
-msgstr "ฅๆกผฅถฬพ"
+msgstr "ฅๆกผฅถ: "
-#: ../../standalone/drakperm_.c:370
-#, fuzzy
+#: ../../standalone/drakperm_.c:366
msgid "group :"
-msgstr "ฅ๏กผฅฏฅฐฅ๋กผฅื"
+msgstr "ฅฐฅ๋กผฅื: "
-#: ../../standalone/draksound_.c:46
-#, fuzzy
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
-msgstr "ภยณคตค์คฦคคคคปค๓"
+msgstr "ฅตฅฆฅ๓ฅษฅซกผฅษคฌธกฝะคตค์คคปค๓ควคทคฟ!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12981,137 +13170,145 @@ msgid ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+"ฅตฅฆฅ๓ฅษฅซกผฅษคฌธกฝะควคญคคปค๓ควคทคฟกฃLinuxควฅตฅกผฅศคตค์คฦคคค๋คญคมค๓คศบนคทน"
+"คค์คฦคคค๋คซณฮวงคทคฦคฏคภคตคคกฃ\n"
+"\n"
+"\n"
+"สภผาคฮฅฯกผฅษฅฆฅงฅขฅวกผฅฟฅูกผฅนคโปฒพศคทคฦคฏคภคตคค:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:34
#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr "ภตคทคฏตกวฝคนค๋คหคฯ ImageMagickฅัฅรฅฑกผฅธคฌษฌอืควคน"
+
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
-msgstr "ฅึกผฅศฅวฅฃฅนฅฏบ๎ภฎ"
+msgstr "first stepบ๎ภฎ"
-#: ../../standalone/draksplash_.c:77
-#, fuzzy
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
-msgstr "ฒ๒มลู"
+msgstr "บวฝชฒ๒มลู"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
-#, fuzzy
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
-msgstr "ฅีฅกฅคฅ๋ค๒มชย๒"
-
-#: ../../standalone/draksplash_.c:79
-#, fuzzy
-msgid "Theme name"
-msgstr "ฅทฅงฅขฬพ"
+msgstr "ฒ่มฅีฅกฅคฅ๋ค๒มชย๒"
#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "ฅคฅ๓ฅนฅศกผฅ๋ภ฿ฤ๊ค๒ณฮฤ๊"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "ฝชฮป"
+msgid "Theme name"
+msgstr "ฅฦกผฅฬพ"
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "ฅทฅนฅฦฅเคฮฦณฦ"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "ฅึฅ้ฅฆฅบ"
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
-#, fuzzy
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
-msgstr "ฅตกผฅำฅนคฮภ฿ฤ๊"
-
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
+msgstr "ตฏฦฐฅนฅืฅ้ฅรฅทฅๅฒ่มคฮภ฿ฤ๊"
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
-msgstr ""
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
+msgstr "ฅฦฅญฅนฅศฅฅรฅฏฅนคฮxบยษธค๒สธป๚ฟ๔คว"
#: ../../standalone/draksplash_.c:101
-msgid "text width"
-msgstr ""
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
+msgstr "ฅฦฅญฅนฅศฅฅรฅฏฅนคฮyบยษธค๒สธป๚ฟ๔คว"
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
-msgstr ""
+msgid "text width"
+msgstr "ฅฦฅญฅนฅศคฮษ"
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr ""
+msgid "text box height"
+msgstr "ฅฦฅญฅนฅศฅฅรฅฏฅนคฮนโคต"
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
-msgstr ""
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr "ฅืฅํฅฐฅ์ฅนฅะกผบธพๅณัคฮxบยษธ"
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
-msgstr ""
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
+msgstr "ฅืฅํฅฐฅ์ฅนฅะกผบธพๅณัคฮyบยษธ"
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
-msgstr ""
+msgid "the width of the progress bar"
+msgstr "ฅืฅํฅฐฅ์ฅนฅะกผคฮษ"
#: ../../standalone/draksplash_.c:107
-msgid "the color of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:119
-#, fuzzy
-msgid "go back"
-msgstr "ฅ๋กผฅืฅะฅรฅฏ"
+msgid "the heigth of the progress bar"
+msgstr "ฅืฅํฅฐฅ์ฅนฅะกผคฮนโคต"
-#: ../../standalone/draksplash_.c:120
-#, fuzzy
-msgid "preview"
-msgstr "ฅวฅะฅคฅน"
+#: ../../standalone/draksplash_.c:108
+msgid "the color of the progress bar"
+msgstr "ฅืฅํฅฐฅ์ฅนฅะกผคฮฟง"
#: ../../standalone/draksplash_.c:121
-#, fuzzy
-msgid "choose color"
-msgstr "ฅโฅหฅฟค๒มชค๓ควฒผคตคค"
+msgid "Preview"
+msgstr "ฅืฅ์ฅำฅๅกผ"
+
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "ฅฦกผฅสยธ"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "ฟงค๒มชค๓ควฒผคตคค"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
-msgstr ""
+msgstr "ฅณฅ๓ฅฝกผฅ๋คหฅํฅดษฝผจ"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
-msgstr ""
+msgstr "ฅซกผฅอฅ๋ฅแฅรฅปกผฅธค๒ฅวฅีฅฉฅ๋ฅศควคฯนตคจคแคห"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
-msgstr ""
+msgstr "คณคฮฅฦกผฅคฯคคภตฏฦฐฅนฅืฅ้ฅรฅทฅๅคฌ%sคหคขค๊คคปค๓!"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
-msgstr ""
+msgstr "ตฏฦฐฅนฅืฅ้ฅรฅทฅๅฅฦกผฅค๒สยธรๆ..."
-#: ../../standalone/draksplash_.c:436
-#, fuzzy
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
-msgstr "ฅืฅ๊ฅ๓ฅฟคฮตกผ๏ค๒มชคึ"
+msgstr "ฅืฅํฅฐฅ์ฅนฅะกผคฮฟงค๒มชคึ"
-#: ../../standalone/draksplash_.c:454
-#, fuzzy
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
-msgstr "ฅืฅ๊ฅ๓ฅฟคซฅวฅะฅคฅนค๒ฦฮฯกฆมชย๒"
+msgstr "คคบฒ่มฅีฅกฅคฅ๋ค๒มชค๓ควคฏคภคตคค!"
-#: ../../standalone/draksplash_.c:463
-#, fuzzy
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
-msgstr "ฅวฅะฅคฅนคฮธกฝะรๆควคนกฤกฤ"
+msgstr "ฅืฅ์ฅำฅๅกผภธภฎรๆ..."
+
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
#: ../../standalone/drakxtv_.c:49
msgid ""
@@ -13127,15 +13324,24 @@ msgid ""
"\n"
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
+"XawTV คฌฅคฅ๓ฅนฅศกผฅ๋คตค์คฦคคคคปค๓!\n"
+"\n"
+"\n"
+"TV ฅซกผฅษคฌคขค๋คฮคห DrakX คฌธกฝะคปคบ (\"/etc/modules\"คหbttv คโ saa7134\n"
+"ฅโฅธฅๅกผฅ๋คโคสคค) xawtvคโฅคฅ๓ฅนฅศกผฅ๋คตค์คสคฑค์คะกข\n"
+"\"lspcidrake -v -f\" คฮท๋ฒฬค๒ \"install\\@mandrakesoft.com\"\n"
+"คหsubject \"undetected TV card\"ควฅแกผฅ๋คทคฦคฏคภคตคคกฃ\n"
+"\n"
+"\n"
+"ฅคฅ๓ฅนฅศกผฅ๋คหคฯrootคหคสครคฦฅณฅ๓ฅฝกผฅ๋คว \"urpmi xawtv\" คศฅฟฅคฅืคทคคนกฃ"
#: ../../standalone/drakxtv_.c:66
msgid "Canada (cable)"
msgstr "ฅซฅสฅภกสฅฑกผฅึฅ๋กห"
#: ../../standalone/drakxtv_.c:66
-#, fuzzy
msgid "USA (broadcast)"
-msgstr "USA (bcast)"
+msgstr "USA (สม๗)"
#: ../../standalone/drakxtv_.c:66
msgid "USA (cable)"
@@ -13146,14 +13352,12 @@ msgid "USA (cable-hrc)"
msgstr "USA (ฅฑกผฅึฅ๋-hrc)"
#: ../../standalone/drakxtv_.c:67
-#, fuzzy
msgid "China (broadcast)"
-msgstr "รๆน๑ (bcast)"
+msgstr "รๆน๑ (สม๗)"
#: ../../standalone/drakxtv_.c:67
-#, fuzzy
msgid "Japan (broadcast)"
-msgstr "ฦห (bcast)"
+msgstr "ฦห (สม๗)"
#: ../../standalone/drakxtv_.c:67
msgid "Japan (cable)"
@@ -13164,9 +13368,8 @@ msgid "East Europe"
msgstr "ล์ฅ่กผฅํฅรฅั"
#: ../../standalone/drakxtv_.c:68
-#, fuzzy
msgid "France [SECAM]"
-msgstr "ฅีฅ้ฅ๓ฅน"
+msgstr "ฅีฅ้ฅ๓ฅน [SECAM]"
#: ../../standalone/drakxtv_.c:68
msgid "Ireland"
@@ -13194,7 +13397,7 @@ msgstr "ฅขฅ๋ฅผฅ๓ฅมฅ๓"
#: ../../standalone/drakxtv_.c:72
msgid "Australian Optus cable TV"
-msgstr ""
+msgstr "ฅชกผฅนฅศฅ้ฅ๊ฅขOptusฅฑกผฅึฅ๋ฅฦฅ์ฅำ"
#: ../../standalone/drakxtv_.c:107
msgid ""
@@ -13221,25 +13424,24 @@ msgid "Scanning for TV channels"
msgstr "ฅฦฅ์ฅำฅมฅใฅ๓ฅอฅ๋ค๒รตคทคฦคคคคน"
#: ../../standalone/drakxtv_.c:125
-#, fuzzy
msgid "There was an error while scanning for TV channels"
-msgstr "ฅัฅรฅฑกผฅธคฮฅคฅ๓ฅนฅศกผฅ๋ควฅจฅ้กผคฌศฏภธ:"
+msgstr "ฅฦฅ์ฅำฅมฅใฅ๓ฅอฅ๋คฮม๖บบรๆคหฅจฅ้กผคฌศฏภธ"
#: ../../standalone/drakxtv_.c:126
msgid "XawTV isn't installed!"
-msgstr ""
+msgstr "XawTVคฌฅคฅ๓ฅนฅศกผฅ๋คตค์คฦคคคคปค๓"
#: ../../standalone/drakxtv_.c:129
msgid "Have a nice day!"
-msgstr ""
+msgstr "คชธตตคควกช"
#: ../../standalone/drakxtv_.c:130
msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr ""
+msgstr "คณค์ควxawtvค๒Xฅฆฅฃฅ๓ฅษฅฆพๅควปศคจคคนกช\n"
#: ../../standalone/drakxtv_.c:153
msgid "No TV Card detected!"
-msgstr ""
+msgstr "ฅฦฅ์ฅำฅซกผฅษคฌธซคฤคซค๊คคปค๓"
#: ../../standalone/drakxtv_.c:154
msgid ""
@@ -13252,6 +13454,22 @@ msgid ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+"TV ฅซกผฅษคฌธกฝะคตค์คคปค๓ควคทคฟกฃLinuxควฅตฅกผฅศคตค์คฟฅำฅวฅชTVฅซกผฅษคฌคญคมค๓"
+"คศมฦคตค์คฦคคค๋คซณฮคซคแคคทค็คฆกฃ\n"
+"\n"
+"\n"
+"สภผาคฮฅฯกผฅษฅฆฅงฅขฅวกผฅฟฅูกผฅนคโปฒพศคทคฦคฏคภคตคค:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"ปศคคส: harddrake [-h|--help] [--test]\n"
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
@@ -13281,11 +13499,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "ฅ้ฅคฅึฅขฅรฅืฅฐฅ์กผฅษค๒ณซปฯควคญคคปค๓!!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "สันนคฌดฐฮปคทคคทคฟคฌกขอญธ๚คหคนค๋คหคฯคคครคฟค๓ฅํฅฐฅขฅฆฅศคทคฦคฏคภคตคคกฃ"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13398,9 +13616,8 @@ msgid "Content of the file"
msgstr "ฅีฅกฅคฅ๋คฮฦโอฦ"
#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:391
-#, fuzzy
msgid "Mail alert"
-msgstr "Mail/SMS ทูน๐"
+msgstr "Mail ทูน๐"
#: ../../standalone/logdrake_.c:267
#, c-format
@@ -13408,69 +13625,59 @@ msgid "please wait, parsing file: %s"
msgstr "พฏกนคชยิคมค๒กขฅีฅกฅคฅ๋ %s ค๒รตคทคฦคคคคนกฃ"
#: ../../standalone/logdrake_.c:408
-#, fuzzy
msgid "Mail alert configuration"
-msgstr "Mail/SMS ทูน๐คฮภ฿ฤ๊"
+msgstr "Mail ทูน๐คฮภ฿ฤ๊"
#: ../../standalone/logdrake_.c:409
-#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-"Mail/SMS ภ฿ฤ๊ฅๆกผฅฦฅฃฅ๊ฅฦฅฃคุคคค้ครคทคใคคคคปกมกฃ\n"
+"Mail ภ฿ฤ๊ฅๆกผฅฦฅฃฅ๊ฅฦฅฃคุคคค้ครคทคใคคคคปกมกฃ\n"
"\n"
"คณคณควคฯทูน๐ฅทฅนฅฦฅเค๒ภ฿ฤ๊คทคคนกฃ\n"
#: ../../standalone/logdrake_.c:416
msgid "Apache World Wide Web Server"
-msgstr ""
+msgstr "Apache World Wide Webฅตกผฅะ"
#: ../../standalone/logdrake_.c:417
-#, fuzzy
msgid "Domain Name Resolver"
-msgstr "ฅษฅแฅคฅ๓ฬพ"
+msgstr "ฅษฅแฅคฅ๓ฬพฒ๒ท่"
#: ../../standalone/logdrake_.c:418
-#, fuzzy
msgid "Ftp Server"
-msgstr "NIS ฅตกผฅะ"
+msgstr "ftp ฅตกผฅะ"
#: ../../standalone/logdrake_.c:419
-#, fuzzy
msgid "Postfix Mail Server"
-msgstr "Postfix ฅแกผฅ๋ฅตกผฅะ, Inn ฅหฅๅกผฅนฅตกผฅะ"
+msgstr "Postfix ฅแกผฅ๋ฅตกผฅะ"
#: ../../standalone/logdrake_.c:420
-#, fuzzy
msgid "Samba Server"
-msgstr "NIS ฅตกผฅะ"
+msgstr "samba ฅตกผฅะ"
#: ../../standalone/logdrake_.c:421
-#, fuzzy
msgid "SSH Server"
-msgstr "NIS ฅตกผฅะ"
+msgstr "SSH ฅตกผฅะ"
#: ../../standalone/logdrake_.c:422
-#, fuzzy
msgid "Webmin Service"
-msgstr "ฅตกผฅำฅน"
+msgstr "Webmin ฅตกผฅำฅน"
#: ../../standalone/logdrake_.c:423
-#, fuzzy
msgid "Xinetd Service"
-msgstr "ฅืฅ๊ฅ๓ฅฟฅตกผฅะ"
+msgstr "Xinetdฅตกผฅำฅน"
#: ../../standalone/logdrake_.c:430
msgid "service setting"
msgstr "ฅตกผฅำฅนภ฿ฤ๊"
#: ../../standalone/logdrake_.c:431
-#, fuzzy
msgid ""
"You will receive an alert if one of the selected services is no more running"
-msgstr "ฐสฒผควมชค๓คภฅตกผฅำฅนคฌป฿คครคฟค้ทูส๓คฌฝะคคนกฃ"
+msgstr "ฐสฒผควมชค๓คภฅตกผฅำฅนคฮคษค์คซคฌป฿คครคฟค้ทูส๓คฌฝะคคนกฃ"
#: ../../standalone/logdrake_.c:443
msgid "load setting"
@@ -13485,9 +13692,8 @@ msgid "alert configuration"
msgstr "ทูน๐คฮภ฿ฤ๊"
#: ../../standalone/logdrake_.c:458
-#, fuzzy
msgid "Please enter your email address below "
-msgstr "ฅัฅนฅ๏กผฅษค๒ฦฮฯคทคฦคฏคภคตคค"
+msgstr "ฅแกผฅ๋ฅขฅษฅ์ฅนค๒ฦฮฯคทคฦคฏคภคตคค"
#: ../../standalone/logdrake_.c:497
msgid "Save as.."
@@ -13502,7 +13708,6 @@ msgid "Emulate third button?"
msgstr "ฟฟรๆฅฅฟฅ๓ค๒ฅจฅ฿ฅๅฅ์กผฅศคทคคนคซกฉ"
#: ../../standalone/printerdrake_.c:57
-#, fuzzy
msgid "Reading printer data ..."
msgstr "ฅืฅ๊ฅ๓ฅฟคฮพ๐ส๓ค๒ฦษค๓ควคคคคน..."
@@ -13518,17 +13723,17 @@ msgstr "ฅกผฅศคฮฅฦฅนฅศ"
#: ../../standalone/scannerdrake_.c:81
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr ""
+msgstr "%s คฯหฅะกผฅธฅ็ฅ๓คฮMandrake Linuxควคฯฅตฅกผฅศคตค์คฦคคคคปค๓"
#: ../../standalone/scannerdrake_.c:56
-#, fuzzy, c-format
+#, c-format
msgid "%s found on %s, configure it?"
msgstr "%s คฌ %s ควธซคฤคซค๊คคทคฟกฃภ฿ฤ๊คทคคนคซ?"
#: ../../standalone/scannerdrake_.c:59
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
-msgstr ""
+msgstr "%sคฯฅนฅญฅใฅสฅวกผฅฟฅูกผฅนคหคขค๊คคปค๓กฃผ๊ฦฐควภ฿ฤ๊คทคคนคซ?"
#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
@@ -13545,19 +13750,21 @@ msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
+"Scannerdrake คฯ %s ฅนฅญฅใฅสค๒ธกฝะควคญคคปค๓ควคทคฟกฃ\n"
+"ฅนฅญฅใฅสคฌภยณคตค์คฦคคค๋ฅวฅะฅคฅนค๒มชค๓ควคฏคภคตคค"
#: ../../standalone/scannerdrake_.c:109
-#, fuzzy
msgid "choose device"
-msgstr "ฅึกผฅศฅวฅะฅคฅน"
+msgstr "ฅวฅะฅคฅนมชย๒"
#: ../../standalone/scannerdrake_.c:115
-#, fuzzy, c-format
+#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
"You can launch printerdrake from the Mandrake Control Center in Hardware "
"section."
msgstr ""
+"%s ฅนฅญฅใฅสคฯprinterdrakeควภ฿ฤ๊คทคฦคฏคภคตคคกฃ\n"
"printerdrake คฮตฏฦฐคฯกขMandrake ฅณฅ๓ฅศฅํกผฅ๋ฅปฅ๓ฅฟกผคฮฅฯกผฅษฅฆฅงฅขคฮนเควนิคร"
"คฦคฏคภคตคคกฃ"
@@ -13568,18 +13775,21 @@ msgid ""
"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
"applications menu."
msgstr ""
+"%s ฅนฅญฅใฅสคฌภ฿ฤ๊คตค์คคทคฟกฃ\n"
+"ฅขฅืฅ๊ฅฑกผฅทฅ็ฅ๓ฅแฅหฅๅกผคฮฅฅ๋ฅมฅแฅวฅฃฅขกฟฅฐฅ้ฅีฅฃฅรฅฏคซค้กขกึXsaneกืค๒มชคึคศ"
+"ฅนฅญฅใฅสคฌปศคจคคนกฃ"
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr ""
+msgstr "%s ฅฯกผฅษฅฆฅงฅขฅฏฅ้ฅนคฮฅวฅะฅคฅนคฮฐ์ษ๔คฌบ๏ฝคตค์คคทคฟ:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
+"\n"
+"%s ฅฏฅ้ฅนคฮฅวฅะฅคฅนคฌฤษฒรคตค์คคทคฟ:\n"
#: ../../steps.pm_.c:14
msgid "Choose your language"
@@ -13653,7 +13863,7 @@ msgstr "ฅทฅนฅฦฅเนนฟทค๒ฅคฅ๓ฅนฅศกผฅ๋"
msgid "Exit install"
msgstr "ฦณฦบ๎ถศค๒ฝชฮป"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
"adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-1,-*-fixed-medium-r-"
@@ -13709,7 +13919,7 @@ msgstr "ฅชกผฅวฅฃฅชดุฯขฅฤกผฅ๋กงmp3, midi, ฅ฿ฅญฅตกผคสคษ"
#: ../../share/compssUsers:999
msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgstr "Linux Standard Base. Third party applications support"
#: ../../share/compssUsers:999
msgid "Books and Howto's on Linux and Free Software"
@@ -13864,7 +14074,7 @@ msgstr "ssh คสคษณฦผ๏ฅืฅํฅศฅณฅ๋อัฅฏฅ้ฅคฅขฅ๓ฅศ"
#: ../../share/compssUsers:999
msgid "LSB"
-msgstr ""
+msgstr "LSB"
#: ../../share/compssUsers:999
msgid "Internet gateway"
@@ -13899,6 +14109,276 @@ msgid "Scientific Workstation"
msgstr "ฒสณุฅ๏กผฅฏฅนฅฦกผฅทฅ็ฅ๓"
#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "ฅะฅฐส๓น๐คฮฤ๓ฝะคหคฯกขกึส๓น๐กืฅฅฟฅ๓ค๒ฅฏฅ๊ฅรฅฏคทคฦคฏคภคตคคกฃ\n"
+#~ "คนค๋คศwebฅึฅ้ฅฆฅถคฌณซคคคฦ https://www.bugzilla.com คฌฝะคคนกฃ\n"
+#~ "คฝคณคหส๓น๐ฝ๑คฌคขค๋คฮควกขตญฦคทคฦคฏคภคตคคกฃพๅตญคฮพ๐ส๓คฯคฝคฮฅตกผฅะ\n"
+#~ "คหลพม๗คตค์คคน\n"
+#~ "\n"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "ตฏฦฐฅนฅืฅ้ฅรฅทฅๅบ๎ภฎ ฅนฅฦฅรฅื2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "lilosplashภ฿ฤ๊คหนิคฏ"
+
+#~ msgid "Go back"
+#~ msgstr "ฬแค๋"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr "คณคฮฅตฅฆฅ๓ฅษฅซกผฅษ (%s) อัคฮด๛รฮคฮOSS/ALSAยๅยุฅษฅ้ฅคฅะคฌคขค๊คคปค๓"
+
+#~ msgid ""
+#~ "Introduction\n"
+#~ "\n"
+#~ "The operating system and the different components available in the "
+#~ "Mandrake Linux distribution \n"
+#~ "shall be called the \"Software Products\" hereafter. The Software "
+#~ "Products include, but are not \n"
+#~ "restricted to, the set of programs, methods, rules and documentation "
+#~ "related to the operating \n"
+#~ "system and the different components of the Mandrake Linux distribution.\n"
+#~ "\n"
+#~ "\n"
+#~ "1. License Agreement\n"
+#~ "\n"
+#~ "Please read this document carefully. 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 Mandrake Linux sites which are prohibited or restricted in "
+#~ "some countries by local laws.\n"
+#~ "This limited liability applies to, but is not restricted to, the strong "
+#~ "cryptography components \n"
+#~ "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\", \"Mandrake Linux\" 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"
+#~ msgstr ""
+#~ "คฯคธคแคห\n"
+#~ "\n"
+#~ "หฅชฅฺฅ์กผฅฦฅฃฅ๓ฅฐฅทฅนฅฦฅเคชค่คำMandrake Linuxฅวฅฃฅนฅศฅ๊ฅำฅๅกผฅทฅ็ฅ๓คว\n"
+#~ "ฤ๓ถกคตค์ค๋ณฦผ๏คฮฅณฅ๓ฅกผฅอฅ๓ฅศค๒กขฐสฒผควคฯกึฅฝฅีฅศฅฆฅงฅขภฝษสกืคศธฦคึกฃ\n"
+#~ "ฅฝฅีฅศฅฆฅงฅขภฝษสคฯกขฅชฅฺฅ์กผฅฦฅฃฅ๓ฅฐฅทฅนฅฦฅเคชค่คำMandrake Linuxฅวฅฃฅน\n"
+#~ "ฅศฅ๊ฅำฅๅกผฅทฅ็ฅ๓ควฤ๓ถกคตค์ค๋ณฦผ๏คฮฅณฅ๓ฅกผฅอฅ๓ฅศคหดุฯขคนค๋ฅืฅํฅฐฅ้ฅเทฒ\n"
+#~ "คไฅแฅฝฅรฅษกขคญคฝคฏคไฅษฅญฅๅฅแฅ๓ฅฦกผฅทฅ็ฅ๓ค๒ดคเคฌกขคฝค์คหธยค้ค์ค๋คโคฮคว\n"
+#~ "คฯคสคคกฃ\n"
+#~ "\n"
+#~ "\n"
+#~ "1. ฅ้ฅคฅปฅ๓ฅนฦฑฐีป๖นเ\n"
+#~ "\n"
+#~ "คณคฮสธฝ๑ค๒ฟตฝลคหฦษค๓ควคฏคภคตคคกฃหสธฝ๑คฯคขคสคฟคศMandrake S.A.คศคฮดึคว\n"
+#~ "ฤ๙ท๋คตค์ค๋กขฅฝฅีฅศฅฆฅงฅขภฝษสคหลฌอัคตค์ค๋ฅ้ฅคฅปฅ๓ฅนฦฑฐีป๖นเควคนกฃ\n"
+#~ "ฅฝฅีฅศฅฆฅงฅขภฝษสค๒คคคซคสค๋ทมควคขค์ฅคฅ๓ฅนฅศกผฅ๋กขสฃภฝกขปศอัคนค๋คณคศคว\n"
+#~ "คขคสคฟคฯฬภผจลชคหกขหฅ้ฅคฅปฅ๓ฅนคฮมดพ๒ท๏คไพ๒นเคหฝพคฆคณคศค๒ผ๕คฑฦค์\n"
+#~ "ดฐมดคหฦฑฐีคทคฟคโคฮคศคตค์คคนกฃ\n"
+#~ "หฅ้ฅคฅปฅ๓ฅนคฮคคคซคสค๋ษ๔สฌควคขค์ฦฑฐีควคญคสคฑค์คะกขฅฝฅีฅศฅฆฅงฅขภฝษสคฮ\n"
+#~ "ฅคฅ๓ฅนฅศกผฅ๋กขสฃภฝกขปศอัคฯวงคแค้ค์คคปค๓กฃ\n"
+#~ "หฅ้ฅคฅปฅ๓ฅนคฮพ๒นเคไพ๒ท๏คหลฌน็คทคสคคทมควฅฝฅีฅศฅฆฅงฅขภฝษสค๒ฅคฅ๓ฅนฅศกผฅ๋\n"
+#~ "สฃภฝกขอ๘อัคทค่คฆคศคนค๋ป๎ค฿คฯฬตธ๚ควคขค๊กขหฅ้ฅคฅปฅ๓ฅนฒผควคฮคขคสคฟคฮธขอ๘\n"
+#~ "ค๒วํรฅคนค๋คณคศคศคสค๊คคนกฃฅ้ฅคฅปฅ๓ฅนคฮวหดคหศผคคกขคขคสคฟคฯฅฝฅีฅศฅฆฅงฅข\n"
+#~ "ภฝษสคฮสฃภฝคนคูคฦค๒ยจบยคหวหฒ๕คทคสคฑค์คะคสค๊คคปค๓กฃ\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 Mandrake Linux sites which are prohibited or restricted in "
+#~ "some countries by local laws.\n"
+#~ "This limited liability applies to, but is not restricted to, the strong "
+#~ "cryptography components \n"
+#~ "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\", \"Mandrake Linux\" 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"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI ฅฯฅคฅีฅฉกผฅซฅน"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy คฯ ftp://... ควคน"
+
+#~ msgid "quit"
+#~ msgstr "ฝชฮป"
+
+#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
#~ "satisfied\n"
#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
@@ -14437,9 +14917,6 @@ msgstr "ฒสณุฅ๏กผฅฏฅนฅฦกผฅทฅ็ฅ๓"
#~ msgid "xinetd"
#~ msgstr "xinetd"
-#~ msgid "Setting security level"
-#~ msgstr "ฅปฅญฅๅฅ๊ฅฦฅฃฅ์ฅูฅ๋คฮภ฿ฤ๊รๆ"
-
#~ msgid "Select a graphics card"
#~ msgstr "ฅฐฅ้ฅีฅฃฅรฅฏฅซกผฅษค๒มชย๒คทคฦฒผคตคค"
diff --git a/perl-install/share/po/ko.po b/perl-install/share/po/ko.po
index 5966e86c0..8330bed40 100644
--- a/perl-install/share/po/ko.po
+++ b/perl-install/share/po/ko.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
-"PO-Revision-Date: 2002-08-16 13:50+0900\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
+"PO-Revision-Date: 2002-09-09 09:08+0900\n"
"Last-Translator: Jaegeum Cze <baedaron@hanafos.com>\n"
"Language-Team: Korean <beadaron@hanafos.com>\n"
"MIME-Version: 1.0\n"
@@ -89,24 +89,24 @@ msgstr "ธ๐ต็ ว์ตๅธฆ ตถธณภ๛ภธทฮ ผณมค"
msgid "Use Xinerama extension"
msgstr "Xinerama ศฎภๅ ป็ฟ๋"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "กธ%sกน%s ฤซตๅธธ ผณมค"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %sธฆ ป็ฟ๋วั 3D วฯตๅฟพ๎ ฐกผำ"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -115,17 +115,17 @@ msgstr ""
"ดิภว ฤซตๅดย XFree %sทฮธธ ฐกดษวั 3D วฯตๅฟพ๎ ฐกผำฑโดษภฬ ม๖ฟ๘ตหดฯดู.\n"
"ดิภว ฤซตๅดย พ๎ยผธ้ บธดู วโป๓ตศ 2D ผบดษภป บธภฯ ผ๖ ภึดย XFree %sภป ม๖ฟ๘วีดฯดู."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "ดิภว ฤซตๅดย XFree %sทฮ 3D วฯตๅฟพ๎ ฐกผำฑโดษภป ม๖ฟ๘วีดฯดู."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %sธฆ ป็ฟ๋วั ฝวว่ภ๛ 3D วฯตๅฟพ๎ ฐกผำ"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -136,7 +136,7 @@ msgstr ""
"มึภว: ภฬฐอภบ ฝวว่ภ๛ภฮ ม๖ฟ๘ภฬธ็ ดิภว ฤฤวปลอธฆ ธุร฿ฐิ วา ผ๖ ภึฝภดฯดู.\n"
"ดิภว ฤซตๅดย พ๎ยผธ้ บธดู วโป๓ตศ 2D ผบดษภป บธภฯ ผ๖ ภึดย XFree %sภป ม๖ฟ๘วีดฯดู."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -145,12 +145,12 @@ msgstr ""
"ดิภว ฤซตๅดย XFree %sทฮธธ ฐกดษวั 3D วฯตๅฟพ๎ ฐกผำฑโดษภฬ ม๖ฟ๘ตหดฯดู.\n"
"มึภว: ภฬฐอภบ ฝวว่ภ๛ภฮ ม๖ฟ๘ภฬธ็ ดิภว ฤฤวปลอธฆ ธุร฿ฐิ วา ผ๖ ภึฝภดฯดู."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (ผณฤก วฅฝร ตๅถ๓ภฬน๖)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "ป็ฟ๋ภฺ มคภว"
@@ -170,32 +170,32 @@ msgstr "วุป๓ตต"
msgid "Test"
msgstr "ลืฝบฦฎ"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "ฟษผวต้"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "ศฎภฮ"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "มพทแ"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -291,25 +291,25 @@ msgstr "วุป๓ตตฟอ ป๖ป๓ภป ผฑลรวฯผผฟไ"
msgid "Graphics card: %s"
msgstr "ฑืทกวศ ฤซตๅ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "ร๋ผา"
@@ -385,11 +385,11 @@ msgstr "XFree86 ผญน๖: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 ตๅถ๓ภฬน๖: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "ฝรภฝร นูทฮ X ฝววเ"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -398,7 +398,7 @@ msgstr ""
"บฮฦรฝรฟก ภฺตฟภธทฮ Xภฉตตฟ์ฐก ฝรภตวตตทฯ วาผ๖ ภึฝภดฯดู.\n"
"ดูฝร บฮฦรว฿ภปถง ภฺตฟภธทฮ Xภฉตตฐก ฝรภตวฑๆ ฟ๘วฯผผฟไ?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -410,7 +410,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "TV ฤซตๅฐก พ๎ถฒ ณ๐ภป ป็ฟ๋วีดฯฑ๎?"
@@ -482,7 +482,7 @@ msgstr "ฤฦัตๅ ธ๐ตๅ"
msgid "compact"
msgstr "ฤฦัฦฎ ธ๐ตๅ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "บ๑ต๐ฟภ ธ๐ตๅ"
@@ -490,17 +490,17 @@ msgstr "บ๑ต๐ฟภ ธ๐ตๅ"
msgid "Delay before booting default image"
msgstr "ฑโบป ภฬนฬม๖ทฮ บฮฦรตษ ถงฑ๎ม๖ ม๖ฟฌฝรฐฃ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "พฯศฃ"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "พฯศฃ (ศฎภฮ)"
@@ -534,14 +534,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "ฟษผว: กธธํทษวเ ฟษผวมฆวักนภบ พฯศฃพ๘ภฬ ป็ฟ๋ตษผ๖ พ๘ฝภดฯดู."
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "ดูฝร ฝรตตวฯผผฟไ."
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "พฯศฃฐก ภฯฤกวฯม๖ พสฝภดฯดู."
@@ -578,7 +578,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -586,155 +586,155 @@ msgstr ""
"ธ๎ ฐกม๖ วืธ๑ภฬ ฟฉฑโฟก วฅฝรตวฐํ ภึฝภดฯดู.\n"
"ด๕ ร฿ฐกวฯฐลณช, ฑโมธภว ฐอต้ภป ผ๖มควาผ๖ ภึฝภดฯดู."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "ร฿ฐก"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "ฟฯทแ"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "บฏฐๆ"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "พ๎ถฒ มพท๙ภว วืธ๑ภป ร฿ฐกวฯฝรฐฺฝภดฯฑ๎?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "ธฎดชฝบ"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "ฑโลธ OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "ฑโลธ OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "ฑโลธ OS (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "ภฬนฬม๖"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "ท็ฦฎ"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "ร฿ฐก"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "รสฑโศญ ทฅต๐ฝบลฉ"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ภะฑโ-พฒฑโ"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "ลืภฬบํ"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "ภงว่"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "วืธ๑ธํ"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "ฑโบปฐช"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "ทฅต๐ฝบลฉ ฟ๋ทฎ"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "บ๑ต๐ฟภ พ๘ภฝ"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "วืธ๑ มฆฐล"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "บ๓ วืธ๑ธํภบ วใฟ๋ตวม๖ พสฝภดฯดู."
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "ฤฟณฮ ภฬนฬม๖ธฆ ม๖มควุ มึผผฟไ."
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "ท็ฦฎ ฦฤฦผผวภบ นตๅฝร ม๖มคตวพ๎พ฿ วีดฯดู."
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "ภฬ วืธ๑ธํภบ ภฬนฬ ป็ฟ๋ตวฐํ ภึฝภดฯดู."
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s ภฮลอฦไภฬฝบฐก ฐจม๖ตวพ๚ฝภดฯดู."
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "ถว ดูธฅฐอภฬ ผณฤกตวพ๎ ภึฝภดฯฑ๎?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ถว ดูธฅ %s ภฮลอฦไภฬฝบฐก ผณฤกตวพ๎ ภึฝภดฯฑ๎?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "พฦดฯฟภ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "ฟน"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%sฤซตๅ ตๅถ๓ภฬน๖ %s ผณฤกม฿"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(%s ธ๐ตโ ป็ฟ๋)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -745,17 +745,17 @@ msgstr ""
"ฟษผวภบ ``ภฬธง=ฐช ภฬธง2=ฐช2 ...''วฝฤภธทฮ ม๖มควีดฯดู..\n"
"ฐกทษ, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "ธ๐ตโ ฟษผวต้:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "พ๎ถฒ %s ตๅถ๓ภฬน๖ธฆ ฝรตตวุ บพดฯฑ๎?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -772,15 +772,15 @@ msgstr ""
"ภฺตฟฐหป๖ภบ พ๎ยผดูฐก ฤฤวปลอธฆ ธุร฿ฐิ วา ผ๖ตต ภึฝภดฯดู.วฯม๖ธธ,\n"
"ภๅฤกธฆ ศัผีวฯม๖ดย พสฝภดฯดู."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "ภฺตฟฐหป๖"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "ฟษผว ม๖มค"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -789,63 +789,61 @@ msgstr ""
"%s ธ๐ตโภป ภะพ๎ต้ภฬดยตฅ ฝวฦะว฿ฝภดฯดู.\n"
"ดูธฅ ฐชภธทฮ ดูฝร ฝรตตวุ บธฝรฐฺฝภดฯฑ๎?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "X วมทฮฑืทฅ พืผผฝบ"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "RPM ตตฑธ พืผผฝบ"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "กธsuกนวใฟ๋"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "ฝรฝบล ฐธฎฦฤภฯ พืผผฝบ"
-#: ../../any.pm_.c:754
-#, fuzzy
+#: ../../any.pm_.c:755
msgid "access to network tools"
-msgstr "RPM ตตฑธ พืผผฝบ"
+msgstr "ณืฦฎฟ๗ ตตฑธ พืผผฝบ"
-#: ../../any.pm_.c:755
-#, fuzzy
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
-msgstr "RPM ตตฑธ พืผผฝบ"
+msgstr "ฤฤฦฤภฯ ตตฑธ พืผผฝบ"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(ภฬนฬ %sดย(ภบ) ร฿ฐกตวพ๚ฝภดฯดู.)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ภฬ พฯศฃดย ณสนซ ดผ๘วีดฯดู."
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "ป็ฟ๋ภฺธํภป ภิทยวุ มึผผฟไ"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "ป็ฟ๋ภฺธํภบ ฟตนฎ ผานฎภฺณช ผภฺ, '-' ฑืธฎฐํ '_' ธธ ฦ๗วิตษผ๖ ภึฝภดฯดู."
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "ป็ฟ๋ภฺ ธํภฬ ณสนซ ฑ้ดฯดู."
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ภฬ ป็ฟ๋ภฺธํภบ ภฬนฬ ร฿ฐกตวพ๎ ภึฝภดฯดู."
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ป็ฟ๋ภฺ ร฿ฐก"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -854,32 +852,32 @@ msgstr ""
"ป็ฟ๋ภฺ ภิทย\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ป็ฟ๋ภฺ วใฐก"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "ฝวมฆ ภฬธง"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ป็ฟ๋ภฺธํ"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "ธํทษ วุผฎฑโ"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "พฦภฬฤ"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "ภฺตฟทฮฑืภฮ"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -887,54 +885,54 @@ msgstr ""
"ภฺตฟภธทฮ ฦฏมค ป็ฟ๋ภฺทฮผญ ทฮฑืภฮตวตตทฯ วา ผ๖ ภึฝภดฯดู.\n"
"ภฬทฑ ฦฏผบภป ฟ๘วฯผผฟไ?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "ฑโบป ป็ฟ๋ภฺธฆ ผฑลรวฯผผฟไ:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "ป็ฟ๋วา ภฉตตฟ์ ธลดฯภ๚ธฆ ผฑลรวฯผผฟไ:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "ป็ฟ๋วา พ๐พ๎ธฆ ผฑลรวุ มึผผฟไ."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "ผณฤกศฤ ดูธฅ ดูธฅ พ๐พ๎ธฆ ผฑลรวาผ๖ ภึฝภดฯดู."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ธ๐ตฮ"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "ธ๐ต็ ป็ฟ๋ภฺ วใฟ๋"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "บ๑ฐ๘ภฏ"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "ฦัลฐม๖ %sฐก วสฟไวีดฯดู. ผณฤกวฯฐฺฝภดฯฑ๎?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "NFSฟอ ป๏นู ม฿, พ๎ดภ ฐอภป ภฬฟ๋วฯฝรฐฺฝภดฯฑ๎?"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "วสผ๖ ฦัลฐม๖ %sฐก พ๘ฝภดฯดู."
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -943,41 +941,41 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "ป็ฟ๋ภฺตๅทนภฬลฉ ฝววเ"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "บธพศฟก ฝลฐๆพศพธ"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "รึภ๚"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "วฅมุ"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "ณ๔ภฝ"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "ด๕ ณ๔ภฝ"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "รึฐํ"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -987,7 +985,7 @@ msgstr ""
"ฟ๋ภฬวฯฐฺม๖ธธ ธลฟ์ นฮฐจวฯฐิ ภตฟวีดฯดู: ภฮลอณภฬณช ณืฦฎฟ๗ฟก ฟฌฐแตศ ฝรฝบลฟ๋\n"
"ภธทฮดย ป็ฟ๋วฯม๖ ธถผผฟไ. พฯศฃฑโดษภฬ พ๘ฝภดฯดู."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -995,23 +993,20 @@ msgstr ""
"พฯศฃฑโดษภฬ ภ๛ฟ๋ตวม๖ธธ, ณืฦฎฟ๗ฟก ฟฌฐแตศ ฤฤวปลอทฮ ป็ฟ๋วฯฑโฟกดย พฦม๗ ภ๛ภวฯม๖ พส"
"ฝภดฯดู."
-#: ../../any.pm_.c:1083
-#, fuzzy
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
msgstr ""
-"ภฬ ต๎ฑภบ ลฌถ๓ภฬพ๐ฦฎทฮผญ ภฮลอณฟก มขผำวฯดยตฅ ภ๛ด็วั วฅมุ บธพศต๎ฑภิดฯดู.\n"
-"ภฬ ต๎ฑบฮลอ ภ๛มควั ฝรฝบล บธพศ มกฐหฑโดษภฬ ภึฝภดฯดู. "
+"ภฬ ต๎ฑภบ ลฌถ๓ภฬพ๐ฦฎทฮผญ ภฮลอณฟก มขผำวฯดยตฅ ภ๛ด็วั วฅมุ บธพศต๎ฑภิดฯดู."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
-#, fuzzy
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1022,43 +1017,43 @@ msgid ""
msgstr ""
"ภฬ บธพศต๎ฑภธทฮ ภฬ ฝรฝบลภป ผญน๖ทฮ ฟ๎ฟ๋วา ผ๖ ภึฐิ ตหดฯดู.\n"
"ภฬ บธพศต๎ฑภบ ฟบฮภว ลฌถ๓ภฬพ๐ฦฎต้ภว มขผำภป นพฦต้ภฬดยตฅ ภึพ๎ผญ \n"
-"รๆบะศ๗ ณ๔ภบ บธพศต๎ฑภิดฯดู. "
+"รๆบะศ๗ ณ๔ภบ บธพศต๎ฑภิดฯดู. มึภว: ภฮลอณ ลฌถ๓ภฬพ๐ฦฎทฮ ฤฤวปลอธฆ ป็ฟ๋วัดูธ้, "
+"ด๕ ณทภบ ต๎ฑภป ผฑลรวฯผผฟไ."
-#: ../../any.pm_.c:1088
-#, fuzzy
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
msgstr ""
-"บธพศ 4 ต๎ฑภฬ ภ๛ฟ๋ตหดฯดู. ฝรฝบลภฬ ฟฯภศ๗ ฟบฮมขฑูฟกผญ ฐธฎตหดฯดู.\n"
-"รึฐํ บธพศ ผ๖มุภิดฯดู."
+"ภฬภ ต๎ฑฐ๚ บ๑ฝมวฯม๖ธธ, ฝรฝบลภฬ ฟฯภศ๗ ฟบฮมขฑูฟกผญ ฐธฎตหดฯดู. รึฐํ บธพศ ผ๖"
+"มุภิดฯดู."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "DrakSec ฑโบป ฟษผว"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "ศ๑ธมวฯดย บธพศ ดฐ่ธฆ ผฑลรวุ มึผผฟไ."
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "บธพศ ผ๖มุ"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "ผญน๖ฟก ด๋วุ libsafe ป็ฟ๋"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr "น๖ฦ ณัฤงภฬณช วฝฤศญ นฎภฺฟญ ฐ๘ฐภป ธทดย ถ๓ภฬบ๊ทฏธฎ."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "บธพศ ฐธฎภฺ (ทฮฑืภฮ ถวดย ภฬธภฯ)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1066,7 +1061,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1086,58 +1081,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "นฐฉฝภดฯดู. ฟ๎ฟตรผมฆ ผฑลรฑโ, ฑืทดภิดฯดู."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "/bootฟก ฐ๘ฐฃภฬ บฮมทวีดฯดู."
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "ตฅฝบลฉลพ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "ฝรภ ธดบ"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "กธ%sกนฦฤฦผผวฟก บฮฦฎทฮด๕ธฆ ผณฤกวา ผ๖ พ๘ฝภดฯดู.\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "พฦม๗ ตตฟ๒ธปภฬ มุบ๑ตวม๖ พสพาฝภดฯดู.\n"
@@ -1189,103 +1184,102 @@ msgstr "LILO/Grub ธ๐ตๅ"
msgid "Yaboot mode"
msgstr "Yaboot ธ๐ตๅ"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "ลืธถ ผณฤก"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "ฤผึวฯฟกผญ ลืธถ บธภฬฑโ"
-#: ../../bootlook.pm_.c:150
-#, fuzzy
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
-msgstr "ป๕ ฦฤฦผผว ธธต้ฑโ"
+msgstr "ป๕ ลืธถ ธธต้ฑโ"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "%sธฆ %s.oldทฮ น้พ๗"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "ฟภท๙"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "ธฑทฮ ธฝรม๖ธฆ น้พ๗วา ผ๖ พ๘ฝภดฯดู."
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "%sธฆ %sทฮ บนป็"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "ธฑทฮ ธฝรม๖ธฆ บฏฐๆวา ผ๖ พ๘ฝภดฯดู."
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "ธฑทฮ ธฝรม๖ธฆ รฃภป ผ๖ พ๘ฝภดฯดู."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "%s ฑโทฯ"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "ธฑทฮ ภ็ฝววเ"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "มึภว"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "ลืธถ ผณฤก ฝวฦะ!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1294,21 +1288,21 @@ msgstr ""
"ว๖ภ็ บฮฦฎ ฐธฎภฺทฮ %sธฆ ป็ฟ๋วฯฐํ ภึฝภดฯดู.\n"
"ผณมค ธถนป็ธฆ ฝววเวฯทมธ้ กธผณมคกนภป ดฉธฃผผฟไ."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "ผณมค"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "ฝบวรทกฝฌ ผฑลร"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "ลืธถ"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1317,44 +1311,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "ธฑทฮ ฝบลฉธฐ"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "บฮฦฎฝบวรทนฝฌ"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "ฝรฝบล ธ๐ตๅ"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "ฝรภวา ถง X-Window ฝววเ"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "พฦดฯฟภ, ภฺตฟทฮฑืภฮภป ป็ฟ๋วฯม๖ พสฝภดฯดู."
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "ฟน, ภฺตฟทฮฑืภฮภป ป็ฟ๋วีดฯดู."
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "ศฎภฮ"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "กธ/etc/inittabกนฦฤภฯภป ภะภป ผ๖ พ๘ฝภดฯดู: %s"
@@ -1390,14 +1384,13 @@ msgid "%d seconds"
msgstr "%d รส"
#: ../../common.pm_.c:159
-#, fuzzy
msgid "Can't make screenshots before partitioning"
-msgstr "ด๕ภฬป๓ ฦฤฦผผวภป ร฿ฐกวา ผ๖ พ๘ฝภดฯดู."
+msgstr "ฦฤฦผผวภป ณชดฉฑโ ภฟกดย ฝบลฉธฐผฆภป ธธต้ ผ๖ พ๘ฝภดฯดู."
#: ../../common.pm_.c:166
-#, fuzzy, c-format
+#, c-format
msgid "Screenshots will be available after install in %s"
-msgstr "ผณฤกศฤ ดูธฅ ดูธฅ พ๐พ๎ธฆ ผฑลรวาผ๖ ภึฝภดฯดู."
+msgstr "ฝบลฉธฐผฆภบ ผณฤกศฤฟก %sฟก ภึฝภดฯดู."
#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
#: ../../network/tools.pm_.c:113
@@ -1452,53 +1445,58 @@ msgstr "ฟภฝบฦฎธฎพฦ"
msgid "United States"
msgstr "นฬฑน"
-#: ../../diskdrake/dav.pm_.c:23
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "ป๕ทฮ ธธต้ฑโ"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "พ๐ธถฟ๎ฦฎ"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "ธถฟ๎ฦฎ"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "ผญน๖"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "ธถฟ๎ฦฎ ภงฤก"
-#: ../../diskdrake/dav.pm_.c:81
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
-msgstr "CD ทนฤฺด๕ ผำตตธฆ ภิทยวฯผผฟไ."
+msgstr "WebDAV ผญน๖ URLภป ภิทยวฯผผฟไ."
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
-msgstr "ผญน๖"
+msgstr "ผญน๖:"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "ธถฟ๎ฦฎ ภงฤก: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "ฟษผวต้: %s"
@@ -1553,9 +1551,8 @@ msgid "Details"
msgstr "ป๓ผผผณธํ"
#: ../../diskdrake/hd_gtk.pm_.c:252
-#, fuzzy
msgid "No hard drives found"
-msgstr "วมธฐลอธฆ รฃภป ผ๖ พ๘ฝภดฯดู!"
+msgstr "วฯตๅ ต๐ฝบลฉธฆ รฃภป ผ๖ พ๘ฝภดฯดู."
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
@@ -1587,7 +1584,7 @@ msgstr "บ๓ฐ๘ฐฃ"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "ฑโลธ"
@@ -1729,7 +1726,7 @@ msgstr ""
"น้พ๗ ฦฤฦผผว ลืภฬบํ ลฉฑโฐก ฐฐม๖ พสฝภดฯดู.\n"
"ฐ่ผำ วฯฝรฐฺฝภดฯฑ๎?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "ฐๆฐํ"
@@ -1848,9 +1845,9 @@ msgstr ""
"loopbackภป ธีภ๚ มฆฐลวฯผผฟไ."
#: ../../diskdrake/interactive.pm_.c:594
-#, fuzzy, c-format
+#, c-format
msgid "Where do you want to mount %s?"
-msgstr "ภๅฤก %sธฆ พ๎ต๐ฟก ธถฟ๎ฦฎ วฯฝรฐฺฝภดฯฑ๎?"
+msgstr "%sธฆ พ๎ต๐ฟก ธถฟ๎ฦฎ วฯฝรฐฺฝภดฯฑ๎?"
#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
@@ -2108,9 +2105,9 @@ msgid ", %s sectors"
msgstr ", %s ผฝลอ"
#: ../../diskdrake/interactive.pm_.c:1112
-#, fuzzy, c-format
+#, c-format
msgid "Cylinder %d to %d\n"
-msgstr "%d ฝวธฐด๕บฮลอ %d ฝวธฐด๕ฑ๎ม๖\n"
+msgstr "ฝวธฐด๕ %dฟกผญ %dฑ๎ม๖\n"
#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
@@ -2223,23 +2220,21 @@ msgid "on channel %d id %d\n"
msgstr "%d น๖ฝบป๓ฟกผญ ID %d\n"
#: ../../diskdrake/interactive.pm_.c:1186
-#, fuzzy
msgid "Filesystem encryption key"
-msgstr "ฦฤภฯฝรฝบล ภฏว: "
+msgstr "ฦฤภฯฝรฝบล พฯศฃศญ ลฐ"
#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "ฦฤภฯ ฝรฝบล พฯศฃศญ ลฐ ผฑลร"
#: ../../diskdrake/interactive.pm_.c:1190
-#, fuzzy, c-format
+#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "ภฬ พฯศฃดย ณสนซ ดผ๘วีดฯดู.( ภ๛พ๎ตต %d ฑภฺดย ณัพ๎พ฿ วีดฯดู)"
+msgstr "ภฬ พฯศฃศญ ลฐดย ณสนซ ดผ๘วีดฯดู.( ภ๛พ๎ตต %d ฑภฺดย ณัพ๎พ฿ วีดฯดู)"
#: ../../diskdrake/interactive.pm_.c:1191
-#, fuzzy
msgid "The encryption keys do not match"
-msgstr "พฯศฃฐก ภฯฤกวฯม๖ พสฝภดฯดู."
+msgstr "พฯศฃศญ ลฐฐก ภฯฤกวฯม๖ พสฝภดฯดู."
#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
@@ -2263,14 +2258,12 @@ msgid "Can't login using username %s (bad password?)"
msgstr ""
#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
msgid "Domain Authentication Required"
-msgstr "ป็ฟ๋ภฺ ภฮม๕"
+msgstr "ตตธภฮ ภฮม๕ภฬ วสฟไวีดฯดู."
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Another one"
-msgstr "ภฮลอณ"
+msgstr "ถว ดูธฅ ฐอ"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
msgid "Which username"
@@ -2281,7 +2274,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "ป็ฟ๋ภฺธํ"
@@ -2293,23 +2286,23 @@ msgstr "ตตธภฮ"
msgid "Search servers"
msgstr "ผญน๖ ฐหป๖"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ฦ๗ธห ฝวฦะ(ตๅถ๓ภฬบ๊ %s)"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "%sดย %s ภฏวภฬนวทฮ ฦ๗ธหวาผ๖ พ๘ฝภดฯดู."
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "%sธฆ พ๐ธถฟ๎ฦฎม฿ ฟภท๙น฿ป: %s"
@@ -2371,17 +2364,16 @@ msgid "This directory should remain within the root filesystem"
msgstr "ภฬ ต๐ทบลไธฎดย ท็ฦฎ ฦฤภฯฝรฝบล พศฟก ภึพ๎พ฿ วีดฯดู."
#: ../../fsedit.pm_.c:530
-#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
-"ภฬ ธถฟ๎ฦฎ ภงฤกฟกดย ฦฎท็ ฦฤภฯฝรฝบล (ext2, reiserfs)ภฬ ธถฟ๎ฦฎ ตวพ๎พ฿ วีดฯดู.\n"
+"ภฬ ธถฟ๎ฦฎ ภงฤกฟกดย ฦฎท็ ฦฤภฯฝรฝบล (ext2, reiserfs, xfs, jfs)ภฬ วสฟไวีดฯดู.\n"
#: ../../fsedit.pm_.c:532
-#, fuzzy, c-format
+#, c-format
msgid "You can't use an encrypted file system for mount point %s"
-msgstr " %s ธถฟ๎ฦฎ ฦ๗ภฮฦฎทฮ LVM ณํธฎบผทภป ป็ฟ๋วา ผ๖ดย พ๘ฝภดฯดู. "
+msgstr " %s ธถฟ๎ฦฎ ภงฤกฟกดย พฯศฃศญ ฦฤภฯฝรฝบลภป ป็ฟ๋วา ผ๖ พ๘ฝภดฯดู. "
#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
@@ -2396,47 +2388,107 @@ msgstr "วา ภฯ พ๘ภฝ."
msgid "Error opening %s for writing: %s"
msgstr "%sธฆ พฒฑโภงวุ ฟฉดยม฿ ฟภท๙น฿ป: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
-msgstr "CUPS ผณมค"
+msgstr "ป็ฟ๎ตๅ ผณมค"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
-msgstr "ตๅถ๓ภฬน๖"
+msgstr "ตๅถ๓ภฬน๖:"
+
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "ตตฟ๒ธป"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "ฑโดูทม มึผผฟไ... ผณมคภป ภ๛ฟ๋วฯฐํ ภึฝภดฯดู."
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "ฑโดูทม มึผผฟไ"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
-msgstr "พห ผ๖พ๘ดย ธ๐ตจ"
+msgstr "พห ผ๖ พ๘ดย ตๅถ๓ภฬน๖"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2541,9 +2593,8 @@ msgid "the vendor name of the device"
msgstr ""
#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
msgid "Alternative drivers"
-msgstr "ฝรว่ ฦไภฬม๖ ศฐผบศญ (A4)"
+msgstr "ด๋รผ ตๅถ๓ภฬน๖ต้"
#: ../../harddrake/ui.pm_.c:39
msgid "the list of alternative drivers for this sound card"
@@ -2554,7 +2605,8 @@ msgid "/_Quit"
msgstr "/มพทแ(_Q)"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/ตตฟ๒ธป(_H)"
@@ -2573,69 +2625,70 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/น๖ฑื บธฐํ(_R)"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/มคบธ(_A)..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "วฯตๅ ตๅทนภฬลฉ มคบธ"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "มฆภภฺ:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "วฯตๅ ตๅทนภฬลฉ 2 น๖ภ"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "ฐหป๖ตศ วฯตๅฟพ๎"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "มคบธ"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "ธ๐ตโ ผณมค"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "ผณมค ตตฑธ ฝววเ"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "ฐหป๖ ม๘วเ ม฿"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "ฑโดูทม มึผผฟไ"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "กธ%sกน ฝววเ ม฿..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "มึ"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "ตฮน๘ยฐ"
@@ -4188,7 +4241,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4213,7 +4266,7 @@ msgstr ""
"\n"
"มคธปทฮ ภฬ ผญน๖ต้ภป ผณฤกวีดฯฑ๎?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4222,20 +4275,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "NIS ตตธภฮ พ๘ภฬดย บ๊ทฮตๅฤษฝบฦฎธฆ ป็ฟ๋วา ผ๖ พ๘ฝภดฯดู."
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "วรทฮวว ต๐ฝบลฉธฆ %s ตๅถ๓ภฬบ๊ฟก ณึภธผผฟไ"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "ภฬ วรทฮวว ต๐ฝบลฉดย FAT ฦ๗ธหภฬ พฦดีดฯดู."
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4243,12 +4296,12 @@ msgstr ""
"ภฬ ภ๚ภๅตศ ฦัลฐม๖ ผฑลรธ๑ทฯภป ป็ฟ๋วาทมธ้, ``linux defcfg=floppy''ถ๓ฐํ ภิทยวฯฟฉ "
"ผณฤกภป ฝรภวฯผผฟไ."
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "%s ฦฤภฯภป ภะดยม฿ ฟภท๙ฐก น฿ปว฿ฝภดฯดู."
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4490,7 +4543,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "%sฟก ฟภฝลฐอภป ศฏฟตวีดฯดู."
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "วรทฮวว ตๅถ๓ภฬบ๊ธฆ ป็ฟ๋วา ผ๖ พ๘ฝภดฯดู."
@@ -4522,11 +4575,11 @@ msgstr "ผณฤก ภฏว"
msgid "Please choose one of the following classes of installation:"
msgstr "ดูภฝ ผณฤก ภฏวม฿ วฯณชธฆ ผฑลรวุ มึผผฟไ."
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "ฦัลฐม๖ ฑืท์ ผฑลร"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "ฐณบฐ ฦัลฐม๖ ผฑลร"
@@ -4602,7 +4655,7 @@ msgstr "ภฺตฟภธทฮ ผฑลรตศ ฦัลฐม๖ต้ บธภฬฑโ"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "ผณฤก"
@@ -4622,7 +4675,7 @@ msgstr "รึผา ผณฤก"
msgid "Choose the packages you want to install"
msgstr "ผณฤกวฯฐํภฺ วฯดย ฦัลฐม๖ธฆ ผฑลรวฯผผฟไ."
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "ผณฤกม฿"
@@ -4649,17 +4702,17 @@ msgid "Installing package %s"
msgstr "%s ฦัลฐม๖ ผณฤกม฿"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "ตฟภว"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "ฐลบฮ"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4674,16 +4727,16 @@ msgstr ""
"ธธพเ CDROMภป ฐกม๖ฐํ ภึม๖ พสดูธ้, กธร๋ผากนธฆ ดญทฏ ร฿ฐก ผณฤกธฆ ร๋ผาวฯผผฟไ."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "ฐ่ผำ ม๘วเวีดฯฑ๎?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "ฦัลฐม๖ธฆ มคทฤวฯดย ม฿ ฟภท๙น฿ป:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "ดูภฝ ฦัลฐม๖ธฆ ผณฤกม฿ ฟภท๙ฐก น฿ปว฿ฝภดฯดู: "
@@ -4779,7 +4832,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4857,7 +4910,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "ลฐบธตๅ"
@@ -5060,29 +5113,29 @@ msgstr "ฦัลฐม๖ ผฑลรธ๑ทฯ วรทฮวว ต๐ฝบลฉธฆ ณึภธผผฟไ."
msgid "Selected size is larger than available space"
msgstr "ผฑลรตศ ฟ๋ทฎภฬ ป็ฟ๋วา ผ๖ ภึดย ฐ๘ฐฃบธดู ลฎดฯดู."
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5092,16 +5145,16 @@ msgstr ""
"ภว๔ ฐกม๖ฐํ ภึม๖ พสดูธ้, กธร๋ผากนธฆ, \n"
"ภฯบฮธธ ฐกม๖ฐํ ภึดูธ้, พ๘ดย CDธฆ ผฑลรวุมฆวั ศฤฟก กธศฎภฮกนภป ดฉธฃผผฟไ."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "กธ%sกนถ๓ฐํ วฅฝรตศ CDROM"
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "ผณฤก มุบ๑ม฿ภิดฯดู"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5110,21 +5163,21 @@ msgstr ""
" %s ฦัลฐม๖ ผณฤก ม฿... \n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "ผณฤกภ ศฏฐๆผณมค"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "บฮฦร วรทฮววธฆ %s ตๅถ๓ภฬบ๊ฟก ณึภธผผฟไ"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "พ๗ตฅภฬฦฎ ธ๐ตโ วรทฮววธฆ %s ตๅถ๓ภฬบ๊ฟก ณึภธผผฟไ"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5163,7 +5216,7 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5175,154 +5228,154 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "ภฏศฟวั นฬทฏ ธ๑ทฯภป นฑโ ภงวุ ธวตๅทนภฬลฉ ธฎดชฝบ ภฅป็ภฬฦฎฟก มขผำ ม฿..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "ฦัลฐม๖ธฆ นภป นฬทฏ ป็ภฬฦฎธฆ ผฑลรวุ มึผผฟไ."
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "ป็ฟ๋ฐกดษวั ฦัลฐม๖ภว ธฎฝบฦฎธฆ นฬทฏ ป็ภฬฦฎฟก มขผำวุผญ นฝภดฯดู."
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "ดิภว ฝรฐฃด๋ดย พ๎ต๐ภิดฯฑ๎?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "วฯตๅฟพ๎ ฝรฐ่ GMT ผณมค"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "ภฺตฟ ฝรฐฃ ตฟฑโศญ (NTP ป็ฟ๋)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP ผญน๖"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "ฟ๘ฐ CUPS ผญน๖"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "วมธฐลอ พ๘ภฝ"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "ISA ป็ฟ๎ตๅ ฤซตๅฐก ภึฝภดฯฑ๎?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "ฟไพเผณธํ"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "ธถฟ์ฝบ"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "ฝรฐฃด๋"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "วมธฐลอ"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN ฤซตๅ"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "ป็ฟ๎ตๅ ฤซตๅ"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV ฤซตๅ"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "ภฉตตฟ์ม๎ ตตธภฮ"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "ม๖ฟช ฦฤภฯต้"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "root พฯศฃ ผณมค"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "พฯศฃ พ๘ภฝ"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "ภฬ พฯศฃดย ณสนซ ดผ๘วีดฯดู.( ภ๛พ๎ตต %d ฑภฺดย ณัพ๎พ฿ วีดฯดู)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "ป็ฟ๋ภฺ ภฮม๕"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "ภฮม๕ LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP ฑโน DN"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP ผญน๖"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "ภฮม๕ NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS ตตธภฮ"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS ผญน๖"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5338,19 +5391,19 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "ภฮม๕ ภฉตตฟ์ม๎ ตตธภฮ"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "ตตธภฮ ฐธฎภฺ ป็ฟ๋ภฺธํ"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5368,19 +5421,19 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "รนน๘ยฐ วรทฮวว ตๅถ๓ภฬบ๊"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "ตฮน๘ยฐ วรทฮวว ตๅถ๓ภฬบ๊"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "ฐวณสถูฑโ"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5403,7 +5456,7 @@ msgstr ""
"ธธตๅฝรฐฺฝภดฯฑ๎?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5412,28 +5465,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "มหผวีดฯดู. ป็ฟ๋ฐกดษวั วรทฮวว ตๅถ๓ภฬบ๊ฐก พ๘ฝภดฯดู."
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "บฮฦฎ ต๐ฝบลฉธฆ ธธต้ถง ป็ฟ๋วา วรทฮวว ตๅถ๓ภฬบ๊ธฆ ผฑลรวุ มึผผฟไ"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "%sฟก วมทฮววธฆ ณึภธผผฟไ."
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "บฮฦฎ ต๐ฝบลฉ ปผบม฿"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "บฮฦฎ ทฮด๕ มุบ๑ม฿"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5441,11 +5494,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "abootธฆ ป็ฟ๋วฯฝรฐฺฝภดฯฑ๎?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5453,15 +5506,15 @@ msgstr ""
"aboot ผณฤก ฝวฦะ. \n"
"รนน๘ยฐ ฦฤฦผผวภป ศัผีวาม๖ถ๓ตต ฐญมฆ ผณฤกวาฑ๎ฟไ?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "บฮฦฎทฮด๕ ผณฤก ม฿"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "บฮฦฎทฮด๕ ผณฤกฐก ฝวฦะว฿ฝภดฯดู. ดูภฝฐ๚ ฐฐภบ ฟภท๙ฐก น฿ปว฿ฝภดฯดู:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5478,17 +5531,17 @@ msgstr ""
"shut-down\n"
"ฑืทฏฐํณชธ้ ดูภฝบฮลอดย บฮฦฎทฮด๕ วมทาวมฦฎธฆ บผ ผ๖ ภึภป ฐอภิดฯดู."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s ตๅถ๓ภฬบ๊ฟก บ๓ วรทฮวว ต๐ฝบลฉธฆ ณึภธผผฟไ"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "ภฺตฟ ผณฤก วรทฮวว ต๐ฝบลฉ ปผบ ม฿"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5498,8 +5551,8 @@ msgstr ""
"\n"
"มคธป ม๖ฑ มพทแ วฯฝรฐฺฝภดฯฑ๎?"
-#: ../../install_steps_interactive.pm_.c:1316
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:1317
+#, c-format
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press return to reboot.\n"
@@ -5520,23 +5573,23 @@ msgstr ""
"บฮฦฎ นฬต๐พ๎ธฆ มฆฐลวฯฐํ ธฎลฯภป ดญทฏผญ ธฎบฮฦร วฯผผฟไ.\n"
"\n"
"\n"
-"ภฬ น๖ภภว ธวตๅทนภฬลฉ ธฎดชฝบภว น๖ฑืผ๖มค มคบธดย http://www.linux-mandrake.com/"
-"en/82errata.php3\n"
+"ภฬ น๖ภภว ธวตๅทนภฬลฉ ธฎดชฝบภว น๖ฑืผ๖มค มคบธดย\n"
+"%s\n"
"ฟกผญ พ๒ภธฝว ผ๖ ภึฝภดฯดู.\n"
"\n"
"\n"
"ผณฤกศฤ ฝรฝบล ผณมคฟก ด๋วั มคบธดย ฐ๘ฝฤ ธวตๅทนภฬลฉ ธฎดชฝบ ภฏภ๚ ฐกภฬตๅธฆ\n"
"ยฐํวฯฝรฑโ นูถ๘ดฯดู."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr ""
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "ภฺตฟ ผณฤก วรทฮวว ต๐ฝบลฉ ปผบ"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5550,15 +5603,15 @@ msgstr ""
"\n"
"ภฯนภ๛ภธทฮ ม๗มข ผณฤกวฯดย ฐอภฬ มมฝภดฯดู.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "ภฺตฟ"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "ภ็ฝรตต"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "ผฑลรตศ ฦัลฐม๖ ธ๑ทฯ ภ๚ภๅ"
@@ -5594,14 +5647,14 @@ msgstr "ฐํฑ"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- ภฬภ"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "ดูภฝ"
@@ -6044,7 +6097,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "ผ๘ศฏ ธถฟ๎ฦฎ %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "ณํธฎ บผทภป ธีภ๚ มฆฐลวุ มึผผฟไ.\n"
@@ -6104,9 +6157,8 @@ msgid "Genius NetScroll"
msgstr "ม๖ดฯพ๎ฝบ ณฝบลฉทั"
#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
msgid "Microsoft Explorer"
-msgstr "ธถภฬลฉทฮผาวมฦฎ ภฮลฺธฎธถฟ์ฝบ"
+msgstr "ธถภฬลฉทฮผาวมฦฎ ภอฝบวรทฮทฏ"
#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
@@ -6180,24 +6232,23 @@ msgstr "พ๘ภฝ"
msgid "No mouse"
msgstr "ธถฟ์ฝบ พ๘ภฝ"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "ธถฟ์ฝบธฆ ลืฝบฦฎวฯผผฟไ."
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "ธถฟ์ฝบธฆ ศฐผบศญวฯทมธ้"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "ธถฟ์ฝบศูภป ฟ๒ม๗ฟฉ บธผผฟไ."
#: ../../my_gtk.pm_.c:64
-#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr ""
-"-adobe-helvetica-bold-r-normal--16-*-75-75-p-*-iso8859-1,-*-gulim-bold-r-"
-"normal--16-*-75-75-*-*-ksc5601.1987-0,*-r-*"
+"-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-1,-*-gulim-bold-r-normal--"
+"25-*-*-*-c-*-ksc5601.1987-0,*-r-*"
#: ../../my_gtk.pm_.c:159
msgid "Finish"
@@ -6227,11 +6278,11 @@ msgstr "ฦฎธฎ มขฑโ"
msgid "Toggle between flat and group sorted"
msgstr "ฑืท์บฐ/ฦัลฐม๖บฐ มคทฤ ภศฏ"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "ภฮลอณฟก ฟฌฐแ"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6241,53 +6292,43 @@ msgstr ""
"วฯม๖ธธ, พ๎ถฒ ฐๆฟ์ฟกดย PPTPณช, ฑุศ๗ ตๅนฐฐิดย DHCPตต ป็ฟ๋ตหดฯดู.\n"
"ภ฿ ธ๐ธฃฐฺดูธ้, กธPPPOE ป็ฟ๋กนภป ผฑลรวฯผผฟไ."
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "พหฤซลฺ ฝบววตๅลอฤก USB"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "DHCP ป็ฟ๋"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "PPPOE ป็ฟ๋"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "PPTP ป็ฟ๋"
#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
msgid "Web Server"
-msgstr "ผญน๖"
+msgstr "ภฅ ผญน๖"
#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
msgid "Domain Name Server"
-msgstr "ตตธภฮ ณืภำ วุฐแป็"
+msgstr "ตตธภฮ ณืภำ ผญน๖"
#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
msgid "Mail Server"
-msgstr "ผญน๖ ป็ฟ๋"
+msgstr "ธภฯ ผญน๖"
#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
msgid "POP and IMAP Server"
-msgstr "LDAP ผญน๖"
+msgstr "POP and IMAP ผญน๖"
#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
msgid "No network card"
-msgstr "ณืฦฎฟ๗ ฤซตๅธฆ รฃภปผ๖ พ๘ฝภดฯดู"
+msgstr "ณืฦฎฟ๗ ฤซตๅ พ๘ภฝ"
#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
msgid ""
"drakfirewall configurator\n"
"\n"
@@ -6295,9 +6336,9 @@ msgid ""
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-"TinyFirewall ผณมค\n"
+"ตๅทนภฬลฉ นๆศญบฎ ฐธฎภฺ\n"
"\n"
-"ภฬฐอภบ ธฎดชฝบ ธวตๅทนภฬลฉ ฝรฝบลภว ฐณภฮ นๆศญบฎภป ผณมควีดฯดู.\n"
+"ภฬฐอภบ ธวตๅทนภฬลฉ ธฎดชฝบ ฝรฝบลภว ฐณภฮ นๆศญบฎภป ผณมควีดฯดู.\n"
"ฐญทยวั ภนฎ นๆศญบฎภป ป็ฟ๋วฯฐํ ฝอดูธ้, ธวตๅทนภฬลฉ บธพศ นๆศญบฎ\n"
"น่ฦ๗ฦวภป ฑธวฯฝรฑโ นูถ๘ดฯดู."
@@ -6325,9 +6366,8 @@ msgid "Everything (no firewall)"
msgstr ""
#: ../../network/drakfirewall.pm_.c:164
-#, fuzzy
msgid "Other ports"
-msgstr "ฦ๗ฦฎ ฐหป็"
+msgstr "ฑโลธ ฦ๗ฦฎ"
#: ../../network/ethernet.pm_.c:37
msgid ""
@@ -6358,7 +6398,7 @@ msgstr "พ๎ถฒ พ๎ด๐ลอทฮ ภฮลอณฟก ฟฌฐแวา ฐอภฮม๖ ผฑลรวฯผผฟไ."
msgid "no network card found"
msgstr "ณืฦฎฟ๗ ฤซตๅธฆ รฃภปผ๖ พ๘ฝภดฯดู"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "ณืฦฎฟ๗ ผณมค"
@@ -6374,15 +6414,15 @@ msgstr ""
"ศฃฝบฦฎธํภบ ฟฯบฎวั มคฑิวภฬพ๎พ฿ วีดฯดู.\n"
"ฟน)กธmybox.mylab.myco.comกน"
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "ศฃฝบฦฎธํ:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ณืฦฎฟ๗ ผณมค ธถนป็"
@@ -6430,8 +6470,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ฑโมธภว ผณมค (ISDN4NET)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN ผณมค"
@@ -6467,23 +6507,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "พ๎ถฒ วมทฮลไฤภป ป็ฟ๋วฯฝรฐฺฝภดฯฑ๎?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "พ๎ถฒ มพภฏภว ฤซตๅธฆ ฐกม๖ฐํ ภึฝภดฯฑ๎?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "ธ๐ธฃฐฺภฝ"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6496,19 +6541,19 @@ msgstr ""
"\n"
"ธธพเ PCMCIA ฤซตๅธฆ ฐกม๖ฐํ ภึดูธ้, IRQฟอ IO ฐชภป พหฐํ ภึพ๎พ฿ วีดฯดู.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "ม฿ม๖"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "ฐ่ผำ"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "พ๎ดภ ฐอภฬ ดิภว ISDN ฤซตๅภิดฯฑ๎?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6516,7 +6561,7 @@ msgstr ""
"ISDN PCI ฤซตๅฐก ฐจม๖ตวพ๚ม๖ธธ, ฑื ภฏวภป พห ผ๖ พ๘ฝภดฯดู. ดูภฝ ศญธ้ฟกผญ PCI ฤซ"
"ตๅธฆ ผฑลรวุ มึผผฟไ."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "ISDN PCI ฤซตๅ ฐหป๖ ฝวฦะ. ดูภฝ ศญธ้ฟกผญ ม๗มข ผฑลรวุ มึผผฟไ."
@@ -6568,7 +6613,7 @@ msgstr "รนน๘ยฐ DNS ผญน๖ (ฟษผว)"
msgid "Second DNS Server (optional)"
msgstr "ตฮน๘ยฐ DNS ผญน๖ (ฟษผว)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6576,7 +6621,7 @@ msgstr ""
"\n"
"ฟฌฐแภป วุมฆวฯฐลณช ดูฝร ผณมควา ผ๖ ภึฝภดฯดู."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6584,11 +6629,11 @@ msgstr ""
"\n"
"ฟฌฐแภป ดูฝร ผณมควา ผ๖ ภึฝภดฯดู."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "ว๖ภ็ ภฮลอณฟก ฟฌฐแตวพ๎ ภึฝภดฯดู."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6596,32 +6641,32 @@ msgstr ""
"\n"
"ภฮลอณฟก ฟฌฐแวฯฐลณช ฟฌฐแภป ภ็ผณมควา ผ๖ ภึฝภดฯดู."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "ว๖ภ็ ภฮลอณฟก ฟฌฐแตวพ๎ ภึม๖ พสฝภดฯดู."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "ฟฌฐแ"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "ฟฌฐแ ฒ๗ฑโ"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "ฟฌฐแ ผณมค"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "ภฮลอณ ฟฌฐแ & ผณมค"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "ภฬมฆ กธ%sกนฟฌฐแภป ผณมควา ฐอภิดฯดู."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6640,12 +6685,12 @@ msgstr ""
"\n"
"ฝรภวฯทมธ้ กธศฎภฮกนภป ดฉธฃผผฟไ."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "ณืฦฎฟ๗ ศฏฐๆ ผณมค"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6657,7 +6702,7 @@ msgstr ""
"กธศฎภฮกนภป ดญทฏ ว๖ภ็ ผณมคภป ภฏม๖วฯฐลณช, กธร๋ผากนธฆ ดญทฏ ภฮลอณ/ณืฦฎฟ๗ ฟฌฐแภป "
"ดูฝร ผณมควฯผผฟไ.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6669,72 +6714,72 @@ msgstr ""
"ม๖ฑ ภฮลอณ/ณืฦฎฟ๗ ฟฌฐแภป ผณมควฯทม วีดฯดู.\n"
"ภฺตฟ ฐหป๖ภป ป็ฟ๋วฯฐํ ฝอม๖ พสดูธ้, รผลฉนฺฝบธฆ วุมฆวฯผผฟไ.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "ผณมควา วมทฮฦฤภฯภป ผฑลรวฯผผฟไ."
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "ภฺตฟฐหป๖ ป็ฟ๋"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "ภนฎฐก ธ๐ตๅ"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "ภๅฤกธฆ ฐหป๖วฯฐํ ภึฝภดฯดู..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "ภฯน ธ๐ตฉ ฟฌฐแ"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "%s ฦ๗ฦฎฟกผญ น฿ฐ฿"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN ฟฌฐแ"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "%s น฿ฐ฿"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL ฟฌฐแ"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "ภฮลอฦไภฬฝบ %sป๓ฟกผญ น฿ฐ฿"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "ฤณภฬบํ ฟฌฐแ"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "ฤณภฬบํ ฟฌฐแ น฿ฐ฿"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN ฟฌฐแ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ภฬด๕ณ ฤซตๅ น฿ฐ฿"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "ผณมควา ฟฌฐแภป ผฑลรวฯผผฟไ."
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -6744,23 +6789,23 @@ msgstr ""
"ฟฌฐแฟก ป็ฟ๋วา นๆฝฤภป ผฑลรวฯผผฟไ.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "ภฮลอณ ฟฌฐแ"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "บฮฦรฝรฟก ฟฌฐแวฯตตทฯ วฯฐฺฝภดฯฑ๎?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "ณืฦฎฟ๗ ผณมค"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "ณืฦฎฟ๗ภป ดูฝร ฝรภวุพ฿ วีดฯดู."
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6771,7 +6816,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6781,7 +6826,7 @@ msgstr ""
"\n"
"ภฬมฆ ผณมคภฬ ฝรฝบลฟก ภ๛ฟ๋ตษ ฐอภิดฯดู.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6789,14 +6834,14 @@ msgstr ""
"ฟฯทแตศ ศฤฟก, Xธฆ ดูฝร ฝรภวฯฟฉ ศฃฝบฦฎธํ บฏฐๆฟก ต๛ธฅ\n"
"นฎมฆ น฿ปภป วววฯฝรฑโ นูถ๘ดฯดู."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6807,7 +6852,7 @@ msgstr ""
"ฑืณษ ว๖ภ็ ผณมคภป ภฏม๖วฯผผฟไ.\n"
"พฦทก ภิทยถ๕ภป บฏฐๆวฯธ้ ว๖ภ็ ผณมคภป ตคพ๎พฒฐิ ตหดฯดู."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6817,42 +6862,42 @@ msgstr ""
"ฐขฐขภว วืธ๑ภบกธ.กนภธทฮ ฑธบะตศ ฝสม๘ผ๖ IP มึผาทฮ ภิทยวุพ฿ วีดฯดู.\n"
"(ฟน, 1.2.3.4)"
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "%s ณืฦฎฟ๗ ฤซตๅ ผณมคม฿"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (%s ตๅถ๓ภฬน๖)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP มึผา"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "ณธถฝบลฉ"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(BOOTP/DHCP)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP ภฺตฟวาด็"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "บฮฦรฝร ฝรภ"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP มึผาดย 1.2.3.4ฐ๚ ฐฐภบ วฝฤภฬพ๎พ฿ วีดฯดู."
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6864,42 +6909,53 @@ msgstr ""
"ภฬธงภฬพ๎พ฿ วีดฯดู. \n"
"ฐิภฬฦฎ ฟภฬฐก ภึดูธ้ ฑื IP มึผาตต ภิทยวุพ฿ วีดฯดู."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS ผญน๖"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "rpdlxmdnpdl (ฟน. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "ฐิภฬฦฎฟภฬ ภๅฤก"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP มึผาดย 1.2.3.4ฐ๚ ฐฐภบ วฝฤภฬพ๎พ฿ วีดฯดู."
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP มึผาดย 1.2.3.4ฐ๚ ฐฐภบ วฝฤภฬพ๎พ฿ วีดฯดู."
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "วมถ๔ฝร ผณมค"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "ภฅ วมถ๔ฝร"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP วมถ๔ฝร"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "ณืฦฎฟ๗ฤซตๅ ID ร฿ภ๛ (ทฆลพฟก ภฏฟ๋วิ)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "วมถ๔ฝร ภฬธงภบ httP://... ภฬพ๎พ฿ วีดฯดู."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "วมถ๔ฝร ภฬธงภบ ftp://... ภฬพ๎พ฿ วีดฯดู."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "มึผาดย กธhttp:กนทฮ ฝรภวุพ฿ วีดฯดู."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -7357,9 +7413,8 @@ msgid "Printerdrake"
msgstr "วมธฐลอตๅทนภฬลฉ"
#: ../../printerdrake.pm_.c:178
-#, fuzzy
msgid "Checking your system..."
-msgstr "ภฮผโ ฝรฝบล ภ็ฝววเ ม฿ ..."
+msgstr "ฝรฝบล ฐหป็ ม฿..."
#: ../../printerdrake.pm_.c:186
msgid ""
@@ -8301,7 +8356,7 @@ msgstr "วมธฐลอกธ%sกนป๓ฟกผญ ภฮผโ ม฿"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8349,7 +8404,7 @@ msgid "Transfer printer configuration"
msgstr "วมธฐลอ ผณมค ภผ"
#: ../../printerdrake.pm_.c:2437
-#, fuzzy, c-format
+#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
"s to %s, your current spooler. All the configuration data (printer name, "
@@ -8357,53 +8412,48 @@ msgid ""
"overtaken, but jobs will not be transferred.\n"
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-"ฝบวฎทฏ %sธฆ ภงวุ ป็ฟ๋วั วมธฐลอ ผณมคภป ว๖ภ็ ฝบวฎทฏภฮ %sทฮ\n"
-"บนป็วา ผ๖ ภึฝภดฯดู. ธ๐ต็ ผณมค ตฅภฬลอ(วมธฐลอธํ, ผณธํ, ภงฤก,\n"
-"ฟฌฐแ ภฏว, ฑืธฎฐํ ฑโบป ฟษผวฐชต้)ฐก ณัฐม๚ ฐอภิดฯดู.\n"
-"ฑืทฏณช ภพ๗ต้ภบ ภผตวม๖ พสฝภดฯดู.\n"
+"ฝบวฎทฏ %sธฆ ภงวุ ป็ฟ๋วั วมธฐลอ ผณมคภป ว๖ภ็ ฝบวฎทฏภฮ %sทฮ บนป็วา ผ๖ ภึฝภดฯดู. "
+"ธ๐ต็ ผณมค ตฅภฬลอ(วมธฐลอธํ, ผณธํ, ภงฤก, ฟฌฐแ ภฏว, ฑืธฎฐํ ฑโบป ฟษผวฐชต้)ฐก ณั"
+"ฐม๚ ฐอภิดฯดู. ฑืทฏณช ภพ๗ต้ภบ ภผตวม๖ พสฝภดฯดู.\n"
"ดูภฝฐ๚ ฐฐภบ ภฬภฏทฮภฮวฯฟฉ ธ๐ต็ ลฅฐก ภผตษ ผ๖ดย พ๘ฝภดฯดู:\n"
#: ../../printerdrake.pm_.c:2440
-#, fuzzy
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-"CUPSดย ณ๋บง ผญน๖ป๓ภว วมธฐลอณช ภฺภฏวฝฤ ธํทษพ๎ทฮ ตฅภฬลอธฆ บธณปดย\n"
-"วมธฐลอดย ม๖ฟ๘วฯม๖ พสฝภดฯดู.\n"
+"CUPSดย ณ๋บง ผญน๖ป๓ภว วมธฐลอณช ภฺภฏวฝฤ ธํทษพ๎ทฮ ตฅภฬลอธฆ บธณปดย วมธฐลอดย ม๖ฟ๘"
+"วฯม๖ พสฝภดฯดู.\n"
#: ../../printerdrake.pm_.c:2442
-#, fuzzy
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-"LPQดย ดม๖ ม๖ฟช วมธฐลอ, ฟ๘ฐ LPD วมธฐลอ ฑืธฎฐํ ผาฤฯ/TCP\n"
-"วมธฐลอธธภป ม๖ฟ๘วีดฯดู.\n"
+"LPQดย ดม๖ ม๖ฟช วมธฐลอ, ฟ๘ฐ LPD วมธฐลอ ฑืธฎฐํ ผาฤฯ/TCP วมธฐลอธธภป ม๖ฟ๘วีดฯ"
+"ดู.\n"
#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPDฟอ LPRngดย IPP วมธฐลอธฆ ม๖ฟ๘วฯม๖ พสฝภดฯดู.\n"
#: ../../printerdrake.pm_.c:2446
-#, fuzzy
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-"ฑืธฎฐํ ถววั, ภฬ วมทฮฑืทฅภฬณช กธFoomatic ผณมคกนภธทฮ\n"
-"ปผบตวม๖ พสภบ ลฅดย ภผตษ ผ๖ พ๘ฝภดฯดู."
+"ฑืธฎฐํ ถววั, ภฬ วมทฮฑืทฅภฬณช กธFoomatic ผณมคกนภธทฮ ปผบตวม๖ พสภบ ลฅดย ภผตษ "
+"ผ๖ พ๘ฝภดฯดู."
#: ../../printerdrake.pm_.c:2447
-#, fuzzy
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
"or with native CUPS drivers cannot be transferred."
msgstr ""
"\n"
-"ถววั มฆมถพ๗รผฐก มฆฐ๘วั PPD ฦฤภฯภฬณช CUPS ฦ๗วิ ตๅถ๓ภฬน๖ทฮ\n"
-"ผณมคตศ วมธฐลอตต ภผตษ ผ๖ พ๘ฝภดฯดู."
+"ถววั มฆมถพ๗รผฐก มฆฐ๘วั PPD ฦฤภฯภฬณช CUPS ฦ๗วิ ตๅถ๓ภฬน๖ทฮ ผณมคตศ วมธฐลอตต ภผ"
+"ตษ ผ๖ พ๘ฝภดฯดู."
#: ../../printerdrake.pm_.c:2448
msgid ""
@@ -8456,14 +8506,13 @@ msgid "Transferring %s..."
msgstr "%s ภผ ม฿ ..."
#: ../../printerdrake.pm_.c:2500
-#, fuzzy, c-format
+#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-"ภฬภ ฑโบป วมธฐลอ(กธ%sกน)ธฆ ภผวฯฟดฝภดฯดู.\n"
-"ป๕ วมธฐฦร ฝรฝบล %sวฯฟกผญ ฑืฐอภฬ ถววั ฑโบป วมธฐลอฐก\n"
-"ตวตตทฯ วฯฝรฐฺฝภดฯฑ๎?"
+"ภฬภ ฑโบป วมธฐลอ(กธ%sกน)ธฆ ภผวฯฟดฝภดฯดู. ป๕ วมธฐฦร ฝรฝบล %sวฯฟกผญ ฑืฐอภฬ "
+"ถววั ฑโบป วมธฐลอฐก ตวตตทฯ วฯฝรฐฺฝภดฯฑ๎?"
#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
@@ -8488,25 +8537,21 @@ msgid "Network functionality not configured"
msgstr "ณืฦฎฟ๗ ฑโดษภฬ ผณมคตวม๖ พสพาฝภดฯดู."
#: ../../printerdrake.pm_.c:2556
-#, fuzzy
msgid ""
"You are going to configure a remote printer. This needs working network "
"access, but your network is not configured yet. If you go on without network "
"configuration, you will not be able to use the printer which you are "
"configuring now. How do you want to proceed?"
msgstr ""
-"ฟ๘ฐ วมธฐลอธฆ ผณมควฯทม วีดฯดู. ฑืทฏฑโ ภงวุผญดย ณืฦฎฟ๗ภฬ\n"
-"ตฟภวฯฐํ ภึพ๎พ฿ วฯดยตฅ, พฦม๗ ณืฦฎฟ๗ ผณมคภฬ ตวพ๎ ภึม๖ พสฝภดฯดู.\n"
-"ณืฦฎฟ๗ ผณมคพ๘ภฬ ฐ่ผำ ม๘วเวฯธ้, ม๖ฑ ผณมควฯฐํ ภึดย วมธฐลอธฆ\n"
-"ป็ฟ๋วา ผ๖ พ๘ฝภดฯดู.\n"
-"พ๎ถปฐิ วฯฝรฐฺฝภดฯฑ๎?"
+"ฟ๘ฐ วมธฐลอธฆ ผณมควฯทม วีดฯดู. ฑืทฏฑโ ภงวุผญดย ณืฦฎฟ๗ภฬ ตฟภวฯฐํ ภึพ๎พ฿ วฯดย"
+"ตฅ, พฦม๗ ณืฦฎฟ๗ ผณมคภฬ ตวพ๎ ภึม๖ พสฝภดฯดู. ณืฦฎฟ๗ ผณมคพ๘ภฬ ฐ่ผำ ม๘วเวฯธ้, ม๖"
+"ฑ ผณมควฯฐํ ภึดย วมธฐลอธฆ ป็ฟ๋วา ผ๖ พ๘ฝภดฯดู. พ๎ถปฐิ วฯฝรฐฺฝภดฯฑ๎?"
#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "ณืฦฎฟ๗ ผณมค พ๘ภฬ ฐ่ผำ"
#: ../../printerdrake.pm_.c:2592
-#, fuzzy
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8515,25 +8560,19 @@ msgid ""
"printer, also using the Mandrake Control Center, section \"Hardware\"/"
"\"Printer\""
msgstr ""
-"ผณฤกฐ๚มคฟกผญ ผณมควั ณืฦฎฟ๗ภป ฝรภวา ผ๖ พ๘ฝภดฯดู.\n"
-"ฝรฝบลภฬ บฮฦรตษ ถง, ณืฦฎฟ๗ภฬ ภฺตฟ ฝววเตวตตทฯ ตวพ๎ ภึดยม๖\n"
-"ศฎภฮวฯฐํ, ธวตๅทนภฬลฉ มฆพ๎ ผพลอ(กธณืฦฎฟ๗ฐ๚ ภฮลอณกน->กธฟฌฐแกน)\n"
-"ธฆ ภฬฟ๋วฯฟฉ ฟรนูธฃฐิ ผณมควฯผผฟไ.ฑืธฎฐํณชผญ ดูฝร ธวตๅทนภฬลฉ มฆพ๎ ผพลอ(กธวฯตๅฟ"
-"พ๎กน->กธวมธฐลอกน)\n"
-"ธฆ ภฬฟ๋วฯฟฉ, วมธฐลอ ผณมคภป\n"
-"ดูฝร วุ บธผผฟไ."
+"ผณฤกฐ๚มคฟกผญ ผณมควั ณืฦฎฟ๗ภป ฝรภวา ผ๖ พ๘ฝภดฯดู. ฝรฝบลภฬ บฮฦรตษ ถง, ณืฦฎฟ๗"
+"ภฬ ภฺตฟ ฝววเตวตตทฯ ตวพ๎ ภึดยม๖ ศฎภฮวฯฐํ, ธวตๅทนภฬลฉ มฆพ๎ ผพลอ(กธณืฦฎฟ๗ฐ๚ ภฮลอ"
+"ณกน/กธฟฌฐแกน)ธฆ ภฬฟ๋วฯฟฉ ฟรนูธฃฐิ ผณมควฯผผฟไ.ฑืธฎฐํณชผญ ดูฝร ธวตๅทนภฬลฉ มฆ"
+"พ๎ ผพลอ(กธวฯตๅฟพ๎กน/กธวมธฐลอกน)ธฆ ภฬฟ๋วฯฟฉ, วมธฐลอ ผณมคภป ดูฝร วุ บธผผฟไ."
#: ../../printerdrake.pm_.c:2593
-#, fuzzy
msgid ""
"The network access was not running and could not be started. Please check "
"your configuration and your hardware. Then try to configure your remote "
"printer again."
msgstr ""
-"ณืฦฎฟ๗ มขฑูภฬ บาฐกดษว฿ภธธ็, ฝรภวา ผ๖ตต พ๘พ๚ฝภดฯดู.\n"
-"ณืฦฎฟ๗ ผณมคฐ๚ วฯตๅฟพ๎ธฆ มกฐหวุ มึผผฟไ.\n"
-"ฑืธฎฐํณชผญ ฟ๘ฐ วมธฐลอ ผณมคภป ดูฝร ฝรตตวุ\n"
-"บธผผฟไ."
+"ณืฦฎฟ๗ มขฑูภฬ บาฐกดษว฿ภธธ็, ฝรภวา ผ๖ตต พ๘พ๚ฝภดฯดู. ณืฦฎฟ๗ ผณมคฐ๚ วฯตๅฟพ๎ธฆ "
+"มกฐหวุ มึผผฟไ. ฑืธฎฐํณชผญ ฟ๘ฐ วมธฐลอ ผณมคภป ดูฝร ฝรตตวุ บธผผฟไ."
#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
@@ -8643,9 +8682,8 @@ msgid "Printer options"
msgstr "วมธฐลอ ฟษผว"
#: ../../printerdrake.pm_.c:2989
-#, fuzzy
msgid "Preparing Printerdrake..."
-msgstr "วมธฐลอตๅทนภฬลฉ มุบ๑ ม฿ ..."
+msgstr "วมธฐลอ ตๅทนภฬลฉ มุบ๑ ม฿ ..."
#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
@@ -8863,11 +8901,6 @@ msgstr ""
"FTP วมถ๔ฝร มคบธธฆ ภิทยวฯผผฟไ.\n"
"FTP วมถ๔ฝรฐก วสฟไพ๘ดูธ้, ฐ๘ถ๕ภธทฮ ตฮผผฟไ."
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "มึผาดย กธhttp:กนทฮ ฝรภวุพ฿ วีดฯดู."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8915,6 +8948,43 @@ msgstr "mkraid ฝวฦะ (raidtoolภฬ ผณฤกตวพ๎ ภึม๖ พสภป ผ๖ ภึฝภดฯดู.)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "RAID ทนบง %dธฆ ภงวั ฦฤฦผผวต้ภฬ รๆบะวฯม๖ พสฝภดฯดู.\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "บธพศ ผ๖มุ"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "บธพศ ผ๖มุ"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "บธพศ ฐธฎภฺ (ทฮฑืภฮ ถวดย ภฬธภฯ)"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (ฑโบปฐช)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "ศ๑ธมวฯดย บธพศ ดฐ่ธฆ ผฑลรวุ มึผผฟไ."
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "ผณฤก มุบ๑ม฿ภิดฯดู. ภแฝร ฑโดูธฎผผฟไ."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ALSA (ม๘บธตศ ธฎดชฝบ ป็ฟ๎ตๅ พฦลฐลุรณ) ป็ฟ๎ตๅ ฝรฝบล ฝววเ"
@@ -9045,7 +9115,6 @@ msgstr ""
"ป็ฟ๋ตหดฯดู."
#: ../../services.pm_.c:47
-#, fuzzy
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
"names to IP addresses."
@@ -9218,7 +9287,7 @@ msgstr "ภฮลอณ"
msgid "File sharing"
msgstr "ฦฤภฯ ฐ๘ภฏ"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "ฝรฝบล"
@@ -9274,12 +9343,10 @@ msgid "Stop"
msgstr "ม฿ม๖"
#: ../../share/advertising/01-thanks.pl_.c:9
-#, fuzzy
msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr "ธวตๅทนภฬลฉ ธฎดชฝบ 8.2ธฆ ผฑลรวุ มึผลผญ ฐจป็วีดฯดู."
+msgstr "ธวตๅทนภฬลฉ ธฎดชฝบ 9.0ธฆ ผฑลรวุ มึผลผญ ฐจป็วีดฯดู."
#: ../../share/advertising/01-thanks.pl_.c:10
-#, fuzzy
msgid "Welcome to the Open Source world"
msgstr "ฐ๘ฐณ ผาฝบ ผผฐ่ฟก ฟภฝล ฐอภป ศฏฟตวีดฯดู."
@@ -9291,9 +9358,8 @@ msgid ""
msgstr ""
#: ../../share/advertising/02-community.pl_.c:9
-#, fuzzy
msgid "Get involved in the Free Software world"
-msgstr "ภฺภฏ ผาวมฦฎฟพ๎ ผผฐ่ฟก ยฟฉ"
+msgstr "ภฺภฏ ผาวมฦฎฟพ๎ ผผฐ่ฟก ยฟฉวฯผผฟไ."
#: ../../share/advertising/02-community.pl_.c:10
msgid "Want to know more about the Open Source community?"
@@ -9306,13 +9372,12 @@ msgid ""
msgstr ""
#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
msgid "Get the most from the Internet"
-msgstr "ภฮลอณฟก ฟฌฐแ"
+msgstr "ภฮลอณฟกผญ ธถภฝฒฏ ฑธวุ บธผผฟไ."
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9357,14 +9422,13 @@ msgstr "ป็ฟ๋ภฺ ภฮลอฦไภฬฝบ"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
msgid "Development simplified"
-msgstr "ฐณน฿"
+msgstr "ฐฃฦํวั ฐณน฿"
#: ../../share/advertising/08-development.pl_.c:10
msgid "Mandrake Linux 9.0 is the ultimate development platform"
@@ -9382,13 +9446,13 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:9
msgid "Optimize your security"
-msgstr ""
+msgstr "บธพศ รึภ๛ศญ"
#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
@@ -9398,7 +9462,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9413,7 +9477,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9449,9 +9513,8 @@ msgid ""
msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
msgid "Become a MandrakeExpert"
-msgstr "ธวตๅทนภฬลฉภนฎฐก"
+msgstr "ธวตๅทนภฬลฉ ภนฎฐกฐก ตวผผฟไ."
#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
@@ -9462,14 +9525,13 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
msgid "MandrakeExpert Corporate"
-msgstr "ธวตๅทนภฬลฉภนฎฐก"
+msgstr "ธวตๅทนภฬลฉ ภนฎฐก นภฮ"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
msgid "An online platform to respond to company's specific support needs"
@@ -9499,11 +9561,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "ฦัลฐม๖ ผณฤก ม฿..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "ทฮฑืพฦฟ๔วฯฐํ Crtl-Alt-BackSpaceลฐธฆ ดฉธฃผผฟไ."
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "บฏฐๆป็วืภป ภ๛ฟ๋วฯทมธ้ %sทฮ ภ็ทฮฑืภฮ วฯผผฟไ."
@@ -9544,16 +9606,6 @@ msgstr "ป็ฟ๋ภฺ ร฿ฐก/มฆฐล"
msgid "Add/Del Clients"
msgstr "ลฌถ๓ภฬพ๐ฦฎ ร฿ฐก/มฆฐล"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "ตตฟ๒ธป"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "บฮฦฎ วรทฮวว"
@@ -9602,48 +9654,63 @@ msgstr "ป็ฟ๋ภฺ ร฿ฐก -->"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- ลฌถ๓ภฬพ๐ฦฎ ป่มฆ"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "DHCPD ผณมค ม฿..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "ฐํฑ ผณมค"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "ผณมค ฑโทฯ"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "วรทฮววธฆ ณึพ๎ มึผผฟไ:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "ภฏศฟวั วมทฮวว ตๅถ๓ภฬบ๊ธฆ รฃภป ผ๖ พ๘ฝภดฯดู!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9772,13 +9839,12 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
-#, fuzzy
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "ภรผ ม๘วเ"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9787,41 +9853,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "พฯศฃ พ๘ภฝ"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "%sธฆ ฟญ ผ๖ พ๘ฝภดฯดู: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9832,65 +9898,64 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "ฝรฝบล ฦฤภฯ น้พ๗..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "วฯตๅ ต๐ฝบลฉ น้พ๗ ฦฤภฯต้"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "ป็ฟไภฺ ฦฤภฯ น้พ๗..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "ดูธฅ ฦฤภฯ น้พ๗..."
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
-msgstr "ลืภิภป ป็ฟ๋วั น้พ๗"
+msgstr "น้พ๗วา บฏฐๆป็วืภฬ พ๘ฝภดฯดู!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9898,294 +9963,294 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr "ธภฯ ภผ ม฿ ฟภท๙.\n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "ฦฤภฯ ผฑลร"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "ฝรฝบล ฦฤภฯ ธีภ๚ น้พ๗:"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "น้พ๗ฟก ฦ๗วิวา ธ๐ต็ ป็ฟ๋ภฺธฆ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "ผฑลร วืธ๑ มฆฐล"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "ภฉตตฟ์ม๎(FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "ป็ฟ๋ภฺต้"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "ณืฦฎฟ๗ภป ป็ฟ๋วุ น้พ๗"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
-msgstr "ภผ"
-
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
msgstr ""
+" ม๖ฑ \n"
+"ภผ"
#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "ศฃฝบฦฎ ภฬธง ถวดย IPธฆ ภิทยวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "พฦภฬต๐ธฆ ภิทยวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "บ๑นะน๘ศฃธฆ ภิทยวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "บ๑นะน๘ศฃ ฑโพ๏"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
-#, fuzzy
-msgid "Please choose your CD/DVD media size"
-msgstr "CD ฟ๋ทฎภป ผฑลรวฯผผฟไ."
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "CD/DVD ฟ๋ทฎภป ผฑลรวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "CDRW ธลรผธฆ ป็ฟ๋วฯฐํ ภึดยม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "CDRW ธลรผธฆ ป็ฟ๋วฯฐํ ภึดยม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "CDRW ธลรผธฆ ป็ฟ๋วฯฐํ ภึดยม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1940
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
-msgstr "ภผ"
+msgstr " ม๖ฑ ป่มฆ"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "CDRW ธลรผธฆ ป็ฟ๋วฯฐํ ภึดยม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "CDRW ธลรผธฆ ป็ฟ๋วฯฐํ ภึดยม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
-msgstr "ฟภทกตศ ภๅฤก ฦฤภฯ"
+msgstr "CD ภๅฤกฐก มคภวตวม๖ พสพาฝภดฯดู!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "ลืภิภป ป็ฟ๋วั น้พ๗"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "น้พ๗วฯฑโ ภฟก ลืภิภป ม๖ฟ๏ม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr "น้พ๗วฯฑโ ภฟก ลืภิภป ม๖ฟ๏ม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "น้พ๗วฯฑโ ภฟก ลืภิภป ม๖ฟ๏ม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "ภ๚ภๅวา ต๐ทบลไธฎธฆ ผฑลรวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "น้พ๗ ฦฤภฯฟก ฤ๕ลอ ป็ฟ๋"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "ณืฦฎฟ๗"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "วฯตๅ ต๐ฝบลฉ / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "ลืภิ"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "ธลฝร"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "ธลภฯ"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "ธลมึ"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "ธลฟ๙"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "ด๋ธ๓ ป็ฟ๋"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10193,7 +10258,7 @@ msgstr ""
"น้พ๗ฐฃ ฝรฐฃ ฐฃฐภป\n"
"ผฑลรวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -10201,567 +10266,559 @@ msgstr ""
"น้พ๗ฟ๋ ธลรผธฆ\n"
"ผฑลรวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "น้พ๗ ศฤ บธฐํ ธภฯ บธณปฑโ:"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ด๋ป๓"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "ภๅผา"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "ฝรฐฃ"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "ร฿ฐก ฟษผว"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "ตๅทนภฬลฉ น้พ๗ ผณมค"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "น้พ๗วา ฐ๗ภป ผฑลรวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "วฯตๅ ตๅถ๓ภฬบ๊"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "ณืฦฎฟ๗ ฐๆภฏ"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "น้พ๗วา ด๋ป๓ภป ผฑลรวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "น้พ๗ ฝรฝบล"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "ป็ฟ๋ภฺ น้พ๗"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "ผ๖ตฟภธทฮ ป็ฟ๋ภฺ ผฑลร"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr "ภๅฤก: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "ฟษผวต้"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "ดูภฝ น๘ฟกดย ฑืฐอภป ผฑลร วุมฆ ถวดย มฆฐลวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " ผณมค บนฑธ "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "ดูธฅ ฦฤภฯต้ภป ธ๑ฑธวฯทมธ้, OKธฆ ดฉธฃผผฟไ."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "ฝรฝบล ฦฤภฯ ธีภ๚ น้พ๗:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "บนฑธวา ณฏยฅธฆ ผฑลรวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "วฯตๅ ต๐ฝบลฉทฮ น้พ๗"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "ภ๚ภๅวา ต๐ทบลไธฎธฆ ผฑลรวฯผผฟไ:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP ฟฌฐแ"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "บธพศ ฟฌฐแ"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "วฯตๅ ต๐ฝบลฉฟกผญ บนฑธ"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "น้พ๗ ฦฤภฯต้ภฬ ภ๚ภๅตษ ต๐ทบลไธฎธฆ ภิทยวฯผผฟไ."
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "ดูธฅ บนฑธ ธลรผ ผฑลร"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "ดูธฅ ธลรผ"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "ฝรฝบล บนฑธ"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "ป็ฟ๋ภฺต้ บนฑธ"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "ดูธฅ ฐอต้ บนฑธ"
-#: ../../standalone/drakbackup_.c:3263
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
-msgstr "([/] ด๋ฝลฟก) บนฑธวา ต๐ทบลไธฎ ผฑลร"
+msgstr "([/] ด๋ฝลฟก) บนฑธ ฐๆทฮ ผฑลร"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "บนฑธวฯฑโ ภฟก ป็ฟ๋ภฺ ต๐ทขลไธฎต้ภป มฆฐล"
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
-msgstr "ผฑลร วืธ๑ มฆฐล"
+msgstr ""
+"ผฑลรตศ ฦฤภฯ\n"
+"บนฑธ"
-#: ../../standalone/drakbackup_.c:3409
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
-msgstr "ดูธฅ ฐอต้ บนฑธ"
+msgstr ""
+"บนฑธ ฐๆทฮ\n"
+"ผ๖มค"
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:3479
+#, c-format
msgid "Backup files not found at %s."
-msgstr "%sธฆ %s.oldทฮ น้พ๗"
+msgstr "%sฟกผญ น้พ๗ ฦฤภฯภป รฃภป ผ๖ พ๘ฝภดฯดู."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
-msgstr "วฯตๅ ต๐ฝบลฉฟกผญ บนฑธ"
+msgstr "CDทฮบฮลอ บนฑธ"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
-msgstr "ฦฤฦผผว ลืภฬบํ บนฑธ"
+msgstr "ลืภิภธทฮบฮลอ บนฑธ"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
-msgstr "ป็ฟ๋ภฺต้ บนฑธ"
+msgstr "ณืฦฎฟ๗ภป ล๋วั บนฑธ"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
-msgstr "ศฃฝบฦฎธํ:"
+msgstr "ศฃฝบฦฎธํ"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
-msgstr "พฯศฃ"
+msgstr "พฯศฃฐก วสฟไวีดฯดู."
-#: ../../standalone/drakbackup_.c:3537
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
-msgstr "ป็ฟ๋ภฺธํ"
+msgstr "ป็ฟ๋ภฺธํภฬ วสฟไวีดฯดู."
-#: ../../standalone/drakbackup_.c:3540
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
-msgstr "ศฃฝบฦฎธํ:"
+msgstr "ศฃฝบฦฎธํภฬ วสฟไวีดฯดู."
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
-msgstr "ดูธฅ ฐอต้ บนฑธ"
+msgstr "บนฑธ ฝวฦะ..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "ธ๐ต็ น้พ๗ บนฑธ"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "ป็ฟ๋ภฺ มคภว บนฑธ"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
-msgstr "ฦฤฦผผว ลืภฬบํ บนฑธ"
+msgstr "ฤซลปทฮฑืทฮบฮลอ บนฑธ"
-#: ../../standalone/drakbackup_.c:3891
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
-msgstr "ป็ฟ๋ภฺต้ บนฑธ"
+msgstr "บนฑธ ม๘วเ"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "ภฬภ"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "ภ๚ภๅ"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "น้พ๗ บ๔ตๅ"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "บนฑธ"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
-msgstr "ดูภฝ ฦัลฐม๖ต้ภฬ ผณฤกตษ ฐอภิดฯดู."
+msgstr ""
+"ดูภฝ ฦัลฐม๖ต้ภฬ ผณฤกตวพ๎พ฿ วีดฯดู.\n"
+" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "บนฑธวา ตฅภฬลอธฆ ผฑลรวฯผผฟไ..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "น้พ๗ฟ๋ ธลรผธฆ ผฑลรวฯผผฟไ..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "น้พ๗วา ตฅภฬลอธฆ ผฑลรวฯผผฟไ..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "ฝรฝบล ฦฤภฯ น้พ๗"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "ป็ฟ๋ภฺ ฦฤภฯ น้พ๗"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "ดูธฅ ฦฤภฯ น้พ๗"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "ภรผ ม๘วเ"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "FTPทฮ ฦฤภฯ ภผ"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "ฦฤภฯ ภผ ม฿ ..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "ม๖ฑ ผณมค ฦฤภฯทฮบฮลอ น้พ๗"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "น้พ๗ ผณมค บธฑโ"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "ธถนป็ ผณมค"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "ฐํฑ ผณมค"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "ม๖ฑ น้พ๗"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "ตๅทนภฬลฉ น้พ๗"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10793,7 +10850,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10802,7 +10859,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10843,7 +10900,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10871,17 +10928,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10898,7 +10955,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10938,7 +10995,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10949,7 +11006,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10962,7 +11019,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11044,8 +11101,8 @@ msgid "Synchronization tool"
msgstr "ตฟฑโศญ ตตฑธ"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "ฐณบฐ ตตฑธ"
@@ -11110,26 +11167,26 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "บธฐํ"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "ผณฤกตวม๖ พสพาฝภดฯดู."
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "น๖ม๚ถ๓ ธถนป็ฟก ฟฌฐแ ม฿ ..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "บ๊ถ๓ฟ์ภ๚ธฆ รฃภป ผ๖ พ๘ฝภดฯดู! ผณฤกวุ มึผผฟไ."
@@ -11229,10 +11286,6 @@ msgstr "ธถนป็..."
msgid "Apply"
msgstr "ภ๛ฟ๋"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "ฑโดูทม มึผผฟไ... ผณมคภป ภ๛ฟ๋วฯฐํ ภึฝภดฯดู."
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "ฟฌฐแตส"
@@ -11352,7 +11405,7 @@ msgstr "ธ๐ตโ ภฬธง"
msgid "Size"
msgstr "ลฉฑโ"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "ตๅทนภฬลฉวรทฮวว"
@@ -11417,12 +11470,12 @@ msgstr "รโทย"
msgid "Build the disk"
msgstr "ต๐ฝบลฉ ปผบ"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "%s ภๅฤกฟก ธลรผฐก ต้พ๎ภึดยม๖ ศฎภฮวฯผผฟไ."
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11431,12 +11484,12 @@ msgstr ""
"%s ภๅฤกฟก ธลรผฐก พ๘ฐลณช, พฒฑโฑม๖ตวพ๎ ภึฝภดฯดู.\n"
"ธลรผธฆ ณึพ๎ มึผผฟไ."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "บะฑโวา ผ๖ พ๘ฝภดฯดู: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11893,158 +11946,140 @@ msgstr ""
"\n"
"ธถนป็ธฆ ฝววเวฯทมธ้ กธผณมคกนภป ดฉธฃผผฟไ."
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "group"
-msgstr "ภพ๗ ฑืท์"
+msgstr "ฑืท์"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
-msgstr ""
+msgstr "ฐๆทฮ"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
-msgstr "ฦฤฦผผว %s"
+msgstr "วใฐกฑว"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "user"
msgstr "ป็ฟ๋ภฺ"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
-msgstr ""
+msgstr "ภงทฮ"
-#: ../../standalone/drakperm_.c:49
-#, fuzzy
+#: ../../standalone/drakperm_.c:50
msgid "delete"
msgstr "ป่มฆ"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
-msgstr ""
+msgstr "ฦํม"
-#: ../../standalone/drakperm_.c:51
-#, fuzzy
+#: ../../standalone/drakperm_.c:52
msgid "Down"
-msgstr "ฟฯทแ"
+msgstr "พฦทกทฮ"
-#: ../../standalone/drakperm_.c:52
-#, fuzzy
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
-msgstr "ธ๐ตโ ร฿ฐก"
+msgstr "ฑิฤข ร฿ฐก"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
-#, fuzzy
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
-msgstr "ป๕ วมธฐลอ ร฿ฐก"
+msgstr "ป๕ ฑิฤข ณกฟก ร฿ฐก"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
-msgstr ""
+msgstr "ว๖ภ็ ฑิฤข ฦํม"
-#: ../../standalone/drakperm_.c:63
-#, fuzzy
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
-msgstr "ธ๐ต็ ผฑลร วุมฆ"
+msgstr "ผฑลรตศ ฑิฤข วั ดฐ่ ภงทฮ"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
-msgstr ""
+msgstr "ผฑลรตศ ฑิฤข วั ดฐ่ พฦทกทฮ"
-#: ../../standalone/drakperm_.c:65
-#, fuzzy
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
-msgstr "ผฑลร วืธ๑ มฆฐล"
+msgstr "ผฑลรตศ ฑิฤข ป่มฆ"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
-msgstr ""
+msgstr "รฃพฦบธฑโ"
-#: ../../standalone/drakperm_.c:248
-#, fuzzy
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
-msgstr "ป็ฟ๋ภฺ วใฐก"
+msgstr "ว๖ภ็ ป็ฟ๋ภฺ"
-#: ../../standalone/drakperm_.c:253
-#, fuzzy
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
-msgstr "น๖มฏ: %s\n"
+msgstr "วใฐกฑว"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
-msgstr ""
+msgstr "ฐๆทฮ"
-#: ../../standalone/drakperm_.c:255
-#, fuzzy
+#: ../../standalone/drakperm_.c:251
msgid "Property"
-msgstr "ฦ๗ฦฎ"
+msgstr "ผำผบ"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
-msgstr ""
+msgstr "ฝบฦผลฐ บ๑ฦฎ"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
-msgstr ""
+msgstr "UID ผณมค"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
-msgstr ""
+msgstr "GID ผณมค"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
-#, fuzzy
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
-msgstr "ภฺตฟฐหป๖ ป็ฟ๋"
+msgstr "ฝววเฝร ผาภฏภฺ พฦภฬต๐ ป็ฟ๋"
-#: ../../standalone/drakperm_.c:316
-#, fuzzy
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
-msgstr "ภฺตฟฐหป๖ ป็ฟ๋"
+msgstr "ฝววเฝร ฑืท์ พฦภฬต๐ ป็ฟ๋"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
-#, fuzzy
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
-msgstr "ฝบวรทกฝฌ ผฑลร"
+msgstr "ฐๆทฮ ผฑลร"
-#: ../../standalone/drakperm_.c:368
-#, fuzzy
+#: ../../standalone/drakperm_.c:364
msgid "user :"
-msgstr "ป็ฟ๋ภฺ"
+msgstr "ป็ฟ๋ภฺ:"
-#: ../../standalone/drakperm_.c:370
-#, fuzzy
+#: ../../standalone/drakperm_.c:366
msgid "group :"
-msgstr "ภพ๗ ฑืท์"
+msgstr "ฑืท์:"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
-msgstr "TV ฤซตๅธฆ รฃภป ผ๖ พ๘ฝภดฯดู!"
+msgstr "ป็ฟ๎ตๅฤซตๅธฆ รฃภป ผ๖ พ๘ฝภดฯดู!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12056,137 +12091,135 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
-#, fuzzy
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
-msgstr "บฮฦฎ ต๐ฝบลฉ ปผบ"
+msgstr "รน ดฐ่ ปผบ"
-#: ../../standalone/draksplash_.c:77
-#, fuzzy
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
-msgstr "วุป๓ตต"
+msgstr "รึมพ วุป๓ตต"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
-#, fuzzy
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
-msgstr "ฦฤภฯ ผฑลร"
-
-#: ../../standalone/draksplash_.c:79
-#, fuzzy
-msgid "Theme name"
-msgstr "ฐ๘ภฏ ภฬธง"
+msgstr "ภฬนฬม๖ ฦฤภฯ ผฑลร"
#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "ผณฤกภ ศฏฐๆผณมค"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "มพทแ"
+msgid "Theme name"
+msgstr "ลืธถ ภฬธง"
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "ลืธถ ผณฤก"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "รฃพฦบธฑโ"
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
-#, fuzzy
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
-msgstr "บฮฦฎฝบวรทกฝฌ นฬธฎบธฑโธฆ ปผบวา ผ๖ พ๘ฝภดฯดู."
-
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
+msgstr "บฮฦฎฝบวรทกฝฌ ฑืธฒ ผณมค"
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
-msgid "the color of the progress bar"
+msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
-#, fuzzy
-msgid "go back"
-msgstr "ท็วมน้"
-
-#: ../../standalone/draksplash_.c:120
-#, fuzzy
-msgid "preview"
-msgstr "ภๅฤก"
+#: ../../standalone/draksplash_.c:108
+msgid "the color of the progress bar"
+msgstr ""
#: ../../standalone/draksplash_.c:121
-#, fuzzy
-msgid "choose color"
-msgstr "ธ๐ดฯลอธฆ ผฑลรวฯผผฟไ"
+msgid "Preview"
+msgstr "นฬธฎบธฑโ"
+
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "ลืธถ ภ๚ภๅ"
#: ../../standalone/draksplash_.c:124
-#, fuzzy
+msgid "Choose color"
+msgstr "ป๖ป๓ ผฑลร"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
-msgstr "ฤผึวฯฟกผญ ลืธถ บธภฬฑโ"
+msgstr "ฤผึวฯป๓ฟก ทฮฐํ บธภฬฑโ"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
-#, fuzzy
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
-msgstr "วมธฐลอ ธ๐ตจ ผฑลร"
+msgstr "ม๘วเธทด๋ ป๖ป๓ ผฑลร"
-#: ../../standalone/draksplash_.c:454
-#, fuzzy
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
-msgstr "วมธฐลอ ถวดย ภๅฤกธฆ ภิทย ถวดย ผฑลรวุพ฿ วีดฯดู!"
+msgstr "ธีภ๚ ภฬนฬม๖ ฦฤภฯภป ผฑลรวุพ฿ วีดฯดู!"
-#: ../../standalone/draksplash_.c:463
-#, fuzzy
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
-msgstr "ภๅฤก ฐหป๖ ม฿ ..."
+msgstr "นฬธฎบธฑโ ปผบ ม฿ ..."
+
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
#: ../../standalone/drakxtv_.c:49
msgid ""
@@ -12323,6 +12356,14 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"ป็ฟ๋น: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "ป็ฟ๋น: keyboarddrake [--expert] [ลฐบธตๅ]\n"
@@ -12351,11 +12392,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "ถ๓ภฬบ๊ พ๗ฑืทนภฬตๅธฆ ฝรภวา ผ๖ พ๘ฝภดฯดู!!! \n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "บฏฐๆภฬ ฟฯทแ ตวพ๚ม๖ธธ, ภ๛ฟ๋ตวฑโ ภงวุผญดย ภ็ทฮฑืภฮวุพ฿ วีดฯดู."
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "ทฮฑืตๅทนภฬลฉ"
@@ -12578,9 +12619,9 @@ msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
#: ../../standalone/scannerdrake_.c:56
-#, fuzzy, c-format
+#, c-format
msgid "%s found on %s, configure it?"
-msgstr "ภฮผโ ผณมคภป วฯฝรฐฺฝภดฯฑ๎?"
+msgstr "%sภฬ %sฟกผญ น฿ฐ฿ตวพ๚ฝภดฯดู. ผณมควฯฝรฐฺฝภดฯฑ๎?"
#: ../../standalone/scannerdrake_.c:59
#, c-format
@@ -12623,16 +12664,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12707,7 +12745,7 @@ msgstr "ฝรฝบล พ๗ตฅภฬฦฎ ผณฤก"
msgid "Exit install"
msgstr "ผณฤก มพทแ"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
"-adobe-helvetica-bold-r-normal--16-*-75-75-p-*-iso8859-1,-*-gulim-bold-r-"
@@ -12762,9 +12800,8 @@ msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr "ฟภต๐ฟภ ฐทร ตตฑธ; mp3/midi วรทนภฬพ๎, นอผญ, ต๎ต๎"
#: ../../share/compssUsers:999
-#, fuzzy
msgid "Linux Standard Base. Third party applications support"
-msgstr "ธฎดชฝบ วฅมุ ฑโน ศฃศฏ ฦัลฐม๖"
+msgstr "ธฎดชฝบ วฅมุ ฑโน. ฟบฮ พึวรธฎฤษภฬผว ม๖ฟ๘"
#: ../../share/compssUsers:999
msgid "Books and Howto's on Linux and Free Software"
@@ -12952,288 +12989,17 @@ msgstr "ธึฦผนฬต๐พ๎ - CD ฑมฑโ"
msgid "Scientific Workstation"
msgstr "ฐ๚วะ ฟ๖ลฉฝบลืภฬผว"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "บฮฦฎฝบวรทกฝฌ นฬธฎบธฑโธฆ ปผบวา ผ๖ พ๘ฝภดฯดู."
-
-#~ msgid ""
-#~ "The first time you try the X configuration, you may not be very "
-#~ "satisfied\n"
-#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
-#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
-#~ "suits you. It will also propose to change it by displaying a list of "
-#~ "valid\n"
-#~ "modes it could find, asking you to select one.\n"
-#~ "\n"
-#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
-#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
-#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
-#~ "modern graphics card. Then choose \"Test again\" to be sure."
-#~ msgstr ""
-#~ "รณภฝ X ผณมคภป ฝรตตวา ถง, ศญธ้ภฬ ภฬป๓วฯฐิ บธภฯ ผ๖ ภึฝภดฯดู.\n"
-#~ "(ศญธ้ภฬ ณสนซ ภฐลณช, ฟภธฅยส ศคภบ ฟยสภธทฮ ฤกฟ์รฤ ภึภป ผ๖ ภึฝภดฯดู.)\n"
-#~ "ฑืทธฑโ ถงนฎฟก, บ๑ทฯ Xฐก มคป๓ ฝววเตวด๕ถ๓ตต ตๅทนภฬลฉXดย ดิฒฒ ภ๛ภวั\n"
-#~ "ผณมคภฮม๖ธฆ ม๚นฎวา ฐอภิดฯดู. ถววั ดิภฬ ผฑลรวา ผ๖ ภึดย ภฏศฟวั ศญธ้ธ๐ตๅต้ภว\n"
-#~ "ธ๑ทฯภป วฅฝรวุผญ ม๗มข บฏฐๆวา ผ๖ ภึฐิ วา ฐอภิดฯดู.\n"
-#~ "\n"
-#~ "พฦนซธฎ วุตต Xฐก มคป๓ภ๛ภธทฮ ภตฟตวฐิ วา ผ๖ พ๘ดูธ้, กธฑืทกวศ ฤซตๅ บฏฐๆกนภป "
-#~ "ผฑลรวฯฐํ\n"
-#~ "กธธ๑ทฯฟก พ๘ดย ฤซตๅกนธฆ ผฑลรวฯผผฟไ. ฑืธฎฐํ ผญน๖ มพท๙ธฆ ม๚นฎวา ถง, กธFBDevกน"
-#~ "ธฆ\n"
-#~ "ผฑลรวฯผผฟไ. ภฬฐอภบ พศภธ๐ตๅ ฟษผวภฬธ็ ว๖ภ็ภว ธ๐ต็ ฑืทกวศ ฤซตๅฟอ ศฃศฏตหดฯ"
-#~ "ดู.\n"
-#~ "ฑืธฎฐํ ณชผญ, กธดูฝร ลืฝบฦฎกนธฆ ผฑลรวฯฟฉ ศฎภฮวฯผผฟไ."
-
-#~ msgid "Internet and Messaging"
-#~ msgstr "ภฮลอณฐ๚ ธฝรยก"
-
-#~ msgid "Multimedia and Graphics"
-#~ msgstr "ธึฦผนฬต๐พ๎ฟอ ฑืทกวศ"
-
-#~ msgid "Server Software"
-#~ msgstr "ผญน๖ ผาวมฦฎฟพ๎"
-
-#~ msgid "MandrakeCampus"
-#~ msgstr "ธวตๅทนภฬลฉฤทฦฝบ"
-
-#~ msgid "MandrakeConsulting"
-#~ msgstr "ธวตๅทนภฬลฉป๓ดใ"
-
-#~ msgid "MandrakeStore"
-#~ msgstr "ธวตๅทนภฬลฉฐกฐิ"
-
-#~ msgid "LBA (doesn't work on old BIOSes)"
-#~ msgstr "LBA (ฟภทกตศ BIOSต้ฟกผฑ ภตฟวฯม๖ พสภปผ๖ตต ภึฝภดฯดู.)"
-
-#~ msgid "You don't have any partitions!"
-#~ msgstr "พ๎ถฒ ฦฤฦผผวตต มธภ็วฯม๖ พสฝภดฯดู."
-
-#~ msgid ""
-#~ "DiskDrake failed to read correctly the partition table.\n"
-#~ "Continue at your own risk!"
-#~ msgstr ""
-#~ "ต๐ฝบลฉตๅทนลฉฐก ฦฤฦผผว ลืภฬบํภป มคศฎศ๗ ภะพ๎ฟภดยตฅ ฝวฦะว฿ฝภดฯดู.\n"
-#~ "ภงว่ภป ฐจผ๖วา มุบ๑ฐก ตศ ฐๆฟ์ฟกธธ ฐ่ผำวฯผผฟไ!"
-
-#~ msgid ""
-#~ "I can't read your partition table, it's too corrupted for me :(\n"
-#~ "I'll try to go on blanking bad partitions"
-#~ msgstr ""
-#~ "วฯตๅ ต๐ฝบลฉภว ฦฤฦผผว ลืภฬบํภป ภะภปผ๖ พ๘ฝภดฯดู. ณสนซ บฏวตศ ฐอ ฐฐฝภดฯดู. :"
-#~ "(\n"
-#~ "ภ฿ธ๘ตศ ฦฤฦผผว บ๑ฟ์ฑโธฆ ฝรตตวา ฐอภิดฯดู."
-
-#~ msgid "Firewalling Configuration"
-#~ msgstr "นๆศญบฎ ผณมค"
-
-#~ msgid "Firewalling configuration"
-#~ msgstr "นๆศญบฎ ผณมค"
-
-#~ msgid ""
-#~ "Firewalling\n"
-#~ "\n"
-#~ "You already have set up a firewall.\n"
-#~ "Click on Configure to change or remove the firewall"
-#~ msgstr ""
-#~ "นๆศญบฎ\n"
-#~ "\n"
-#~ "นๆศญบฎภบ ภฬนฬ ผณมคตวพ๎ ภึฝภดฯดู.\n"
-#~ "นๆศญบฎภป บฏฐๆ ถวดย มฆฐลวฯทมธ้, กธผณมคกนภป ดฉธฃผผฟไ."
-
-#~ msgid ""
-#~ "Firewalling\n"
-#~ "\n"
-#~ "Click on Configure to set up a standard firewall"
-#~ msgstr ""
-#~ "นๆศญบฎ\n"
-#~ "\n"
-#~ "วฅมุ นๆศญบฎภป ผณมควฯทมธ้, กธผณมคกนภป ดฉธฃผผฟไ."
-
-#~ msgid ""
-#~ "We'll now ask you questions about which services you'd like to allow\n"
-#~ "the Internet to connect to. Please think carefully about these\n"
-#~ "questions, as your computer's security is important.\n"
-#~ "\n"
-#~ "Please, if you're not currently using one of these services, firewall\n"
-#~ "it off. You can change this configuration anytime you like by\n"
-#~ "re-running this application!"
-#~ msgstr ""
-#~ "ภฬมฆ ภฮลอณภธทฮบฮลอ มขผำวา ผ๖ ภึดย ผญบ๑ฝบฟก ฐวั ม๚นฎภป วา ฐอภิดฯดู.\n"
-#~ "ฤฤวปลอภว บธพศป๓ ม฿ฟไวฯนวทฮ ฐข ม๚นฎฟก มึภววุผญ ภภวฯฝรฑโ นูถ๘ดฯดู.\n"
-#~ "\n"
-#~ "ผญบ๑ฝบ ม฿ฟก ป็ฟ๋วฯม๖ พสดย ฐอภฬ ภึดูธ้, นๆศญบฎภธทฮ ธทฝภดฯดู.\n"
-#~ "ภฬ ผณมคภบ พ๐มฆถ๓ตต ภฬ วมทฮฑืทฅภป ดูฝร ฝววเวิภธทฮฝแ \n"
-#~ "บฏฐๆวา ผ๖ ภึฝภดฯดู!"
-
-#~ msgid ""
-#~ "Are you running a web server on this machine that you need the whole\n"
-#~ "Internet to see? If you are running a webserver that only needs to be\n"
-#~ "accessed by this machine, you can safely answer NO here.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "ภฮลืณภว พ๎ต๐ผญถ๓ตต มขผำวา ผ๖ ภึดย ภฅผญน๖ธฆ ฟ๎ฟ๋วีดฯฑ๎?\n"
-#~ "ธธพเ ฟภม๗ ภฬ ฤฤวปลอฟกผญธธ มขผำวา ผ๖ ภึดย ภฅผญน๖ธฆ ฟ๎ฟ๋วัดูธ้,\n"
-#~ "พศภวฯฐิ กธพฦดฯฟภกนธฆ ดฉธฃผผฟไ.\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "Are you running a name server on this machine? If you didn't set one\n"
-#~ "up to give away IP and zone information to the whole Internet, please\n"
-#~ "answer no.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "ณืภำ ผญน๖ธฆ ฟ๎ฟ๋วีดฯฑ๎?\n"
-#~ "ธธพเ IPฟอ ม๖ฟช มคบธธฆ ภรผ ภฮลอณภธทฮ บธณปตตทฯ ผณมควฯม๖ พสพาดูธ้,\n"
-#~ "กธพฦดฯฟภกนธฆ ดฉธฃผผฟไ.\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-#~ "is a telnet-replacement that you might use to login. If you're using\n"
-#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
-#~ "encrypted -- so some attackers can steal your password if you use\n"
-#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
-#~ msgstr ""
-#~ "บธพศ ฝฉ(SSH) มขผำภป วใฟ๋วฯฝรฐฺฝภดฯฑ๎?\n"
-#~ "ภฬฐอภบ ฟบฮฟกผญ ทฮฑืภฮวฯฑโภงวุ ป็ฟ๋ตวดย ลฺณ ด๋ฟ๋ วมทฮฑืทฅ\n"
-#~ "ภิดฯดู. พฦม๗ตต ลฺณภป ป็ฟ๋วฯฐํ ภึดูธ้, SSHทฮ นูฒูผผฟไ.\n"
-#~ "ลฺณภบ พฯศฃศญฐก ตวพ๎ ภึม๖ พสฑโ ถงนฎฟก, ดิภฬ ลฺณภป ป็ฟ๋วา ถง,\n"
-#~ "ฟบฮ ฐ๘ฐภฺฐก พฯศฃธฆ ศษฤฅ ผ๖ ภึฝภดฯดู. SSHดย พฯศฃศญธฆ ป็ฟ๋วฯฑโ\n"
-#~ "ถงนฎฟก ภฬทฑ ตตรปภธทฮบฮลอ พศภวีดฯดู."
-
-#~ msgid ""
-#~ "Do you want to allow incoming telnet connections?\n"
-#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
-#~ "strongly recommend answering No here and using ssh in place of\n"
-#~ "telnet.\n"
-#~ msgstr ""
-#~ "ฟบฮ ลฺณ มขผำภป วใฟ๋วฯฝรฐฺฝภดฯฑ๎?\n"
-#~ "ภฬภ ศญธ้ฟกผญ ผณธํว฿ตํภฬ, ภฬฐอภบ มคธป ภงว่วั ฐอภิดฯดู.\n"
-#~ "กธพฦดฯฟภกนธฆ ดฉธฃฐํ SSHธฆ ป็ฟ๋วา ฐอภป ฐญทยศ๗\n"
-#~ "ฑวภๅวีดฯดู.\n"
-
-#~ msgid ""
-#~ "Are you running an FTP server here that you need accessible to the\n"
-#~ "Internet? If you are, we strongly recommend that you only use it for\n"
-#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
-#~ msgstr ""
-#~ "ภฮลอณฟกผญ มขผำวา ผ๖ ภึดย FTP ผญน๖ธฆ ฟ๎ฟ๋วีดฯฑ๎?\n"
-#~ "ธธพเ ฑืทฏวฯดูธ้, ภอธํ มขผำธธภป วใฟ๋วา ฐอภป ฐญทยศ๗\n"
-#~ "ฑวภๅวีดฯดู. FTPตต ถววั พฯศฃศญธฆ ป็ฟ๋วฯม๖ พสฑโ ถงนฎฟก\n"
-#~ "FTPทฮ ภผตวดย พ๎ถฐวั พฯศฃตต ฐ๘ฐภฺฟกฐิ ณ๋รโตษ ผ๖ ภึฝภดฯดู.\n"
-
-#~ msgid ""
-#~ "Are you running a mail server here? If you're sending you \n"
-#~ "messages through pine, mutt or any other text-based mail client,\n"
-#~ "you probably are. Otherwise, you should firewall this off.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "ธภฯ ผญน๖ธฆ ฟ๎ฟ๋วีดฯฑ๎?\n"
-#~ "ธธพเ pine, mutt ถวดย ฑื ฟภว ลุฝบฦฎ ฑโน ธภฯ วมทฮฑืทฅภป ป็ฟ๋วัดูธ้, \n"
-#~ "วสฟไวีดฯดู. ฑืทธม๖ พสดูธ้ นๆศญบฎภธทฮ ธทภธผผฟไ.\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "Are you running a POP or IMAP server here? This would\n"
-#~ "be used to host non-web-based mail accounts for people via \n"
-#~ "this machine.\n"
-#~ "\n"
-#~ msgstr ""
-#~ "POP ถวดย IMAP ผญน๖ธฆ ฟ๎ฟ๋วีดฯฑ๎?\n"
-#~ "ภฬฐอภบ ป็ฟ๋ภฺต้ฟกฐิ ภฅ ฑโนภฬ พฦดั นๆนภธทฮ ธภฯ ฐ่มคภป \n"
-#~ "ผญบ๑ฝบวา ถง ป็ฟ๋ตหดฯดู.\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "You appear to be running a 2.2 kernel. If your network IP\n"
-#~ "is automatically set by a computer in your home or office \n"
-#~ "(dynamically assigned), we need to allow for this. Is\n"
-#~ "this the case?\n"
-#~ msgstr ""
-#~ "2.2 ฤฟณฮภป ป็ฟ๋วฯฐํ ภึดย ตํ วีดฯดู. ณืฦฎฟ๗ IPฐก ม ถวดย ป็นซฝว\n"
-#~ "ต๎ภว ดูธฅ ฤฤวปณสฟก ภววุ ภฺตฟ วาด็ตศดูธ้(ภฏตฟ IP),\n"
-#~ "ภฬฐอภฬ วสฟไวีดฯดู.\n"
-#~ "ภฬฟอ ฐฐภบ ศฏฐๆฟก ภึฝภดฯฑ๎?\n"
-
-#~ msgid ""
-#~ "Is your computer getting time syncronized to another computer?\n"
-#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
-#~ "to synchronize time for logging and such. If you're not part\n"
-#~ "of a larger office and haven't heard of this, you probably \n"
-#~ "aren't."
-#~ msgstr ""
-#~ "ภฬ ฤฤวปลอภว ฝรฐฃภฬ ดูธฅ ฤฤวปลอฟก ภววุ ตฟฑโศญ ตหดฯฑ๎?\n"
-#~ "ด๋ฐณ ภฬฐอภบ ม฿ฑ ภฏดะฝบ/ธฎดชฝบ มดฟกผญ ทฮฑื ฑโทฯ ถวดย\n"
-#~ "ฑื ฟภว ฟ๋ตตทฮธฆ ภงวุ ป็ฟ๋ตหดฯดู. ภฬ ฤฤวปลอฐก ด๋ฑิธ๐\n"
-#~ "ป็นซฝว ณืฦฎฟ๗ฟก ยฟฉวฯฐํ ภึม๖ พสฐลณช, ภฬฐอฟก ด๋วุ รณภฝ\n"
-#~ " ต้พ๎ บปดูธ้, พฦธถ วสฟไวฯม๖ พสภป ฐอภิดฯดู."
-
-#~ msgid ""
-#~ "Configuration complete. May we write these changes to disk?\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ msgstr ""
-#~ "ผณมค ฟฯทแ. บฏฐๆ ป็วืภป ต๐ฝบลฉฟก ภ๚ภๅวาฑ๎ฟไ?\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-
-#~ msgid "Can't open %s for writing: %s\n"
-#~ msgstr "%sธฆ พฒฑโ ธ๐ตๅทฮ ฟญ ผ๖ พ๘ฝภดฯดู: %s\n"
-
-#~ msgid "No I don't need DHCP"
-#~ msgstr "พฦดฯฟภ | DHCPดย วสฟไพ๘ฝภดฯดู."
-
-#~ msgid "Yes I need DHCP"
-#~ msgstr "ฟน | DHCPฐก วสฟไวีดฯดู."
-
-#~ msgid "No I don't need NTP"
-#~ msgstr "พฦดฯฟภ | NTPดย วสฟไพ๘ฝภดฯดู."
-
-#~ msgid "Yes I need NTP"
-#~ msgstr "ฟน | NTPฐก วสฟไวีดฯดู."
-
-#~ msgid "Don't Save"
-#~ msgstr "ภ๚ภๅ พศวิ"
-
-#~ msgid "Save & Quit"
-#~ msgstr "ภ๚ภๅ นื มพทแ"
-
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "นๆศญบฎ ผณมค ธถนป็"
-
-#~ msgid "No (firewall this off from the internet)"
-#~ msgstr "พฦดฯฟภ (ภฮลอณฟกผญ ฐธฎ)"
-
-#~ msgid "Yes (allow this through the firewall)"
-#~ msgstr "ฟน (นๆศญบฎภป ล๋วั วใฟ๋)"
-
-#~ msgid "Please Wait... Verifying installed packages"
-#~ msgstr "ภแฝร ฑโดูธฎผผฟไ... ผณฤกตศ ฦัลฐม๖ต้ภป ศฎภฮ ม฿ภิดฯดู."
-
-#~ msgid "Basic Options"
-#~ msgstr "ฑโบป ฟษผว"
-
-#~ msgid "Security Checks"
-#~ msgstr "บธพศ มกฐห"
-
-#~ msgid "Data list to include on CDROM."
-#~ msgstr "CDROMฟก ฦ๗วิวา ตฅภฬลอ ธ๑ทฯ"
-
-#~ msgid "Please choose your CD space"
-#~ msgstr "CD ฟ๋ทฎภป ผฑลรวฯผผฟไ."
-
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "CD ทนฤฺด๕ ผำตตธฆ ภิทยวฯผผฟไ."
-
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "CDฟก ผณฤก บฮฦฎธฆ ฦ๗วิวาม๖ธฆ มกฐหวฯผผฟไ."
-
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "มึผาดย กธftp:กนทฮ ฝรภวุพ฿ วีดฯดู."
-
-#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "CDฟก ผณฤก บฮฦฎธฆ ฦ๗วิวาม๖ ศฎภฮวฯผผฟไ."
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "ธฑทฮฝบวรทกฝฌ ผณมคภธทฮ ฐกฑโ"
+
+#~ msgid "Go back"
+#~ msgstr "ตนพฦฐกฑโ"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "วมถ๔ฝร ภฬธงภบ ftp://... ภฬพ๎พ฿ วีดฯดู."
+
+#~ msgid "quit"
+#~ msgstr "มพทแ"
diff --git a/perl-install/share/po/lt.po b/perl-install/share/po/lt.po
index d7f3137ee..3ce3eade4 100644
--- a/perl-install/share/po/lt.po
+++ b/perl-install/share/po/lt.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2000-12-23 13:50+0200\n"
"Last-Translator: Mykolas Norvaiญas <Myka@centras.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -88,24 +88,24 @@ msgstr ""
msgid "Use Xinerama extension"
msgstr "Naudokite automatinแ aptikimเ"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Tinklo Konfig๛ravimo Meistras"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s su 3D แrenginio akseleracija"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -114,17 +114,17 @@ msgstr ""
"Tavo plok๐t๋ palaiko 3D แrenginio akseleracijเ, bet tik su XFree %s.\n"
"Tavo plok๐t๋ dirba su XFree %s, kuris galb๛t geriau palaiko 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Tavo plok๐t๋ palaiko 3D akseleracijเ su XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s su EKSPERIMENTINE 3D แrenginio akseleracija"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -136,7 +136,7 @@ msgstr ""
"KOMPIUTERม.\n"
"J๛s๘ korta dirba su XFree %s kuris galb๛t geriau palaiko 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -145,12 +145,12 @@ msgstr ""
"J๛s๘ korta palaiko 3D akseleracija su XFree %s.ATMINKITE, KAD TAI YRA "
"EKSPERIMENTINIS PALIKYMAS IR GALI PAKABINTI KOMPIUTERม."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Prisitaikyti"
@@ -171,32 +171,32 @@ msgstr "Skiriamoji geba"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Pasirinktys"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Gerai"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "I๐eiti"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -292,25 +292,25 @@ msgstr "Pasirink skiriamเjเ gebเ ir spalv๘ gylแ"
msgid "Graphics card: %s"
msgstr "Vaizdo plok๐t๋: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Nutraukti"
@@ -387,11 +387,11 @@ msgstr "XFree86 serveris: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 tvarkykl๋: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X paleidiant"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -400,7 +400,7 @@ msgstr ""
"Tu gali nustatyti, kad X startuot๘ automati๐kai.\n"
"Ar tu nori, kad X startuot๘ po kompiuterio perkrovimo?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -412,7 +412,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Kokios r๛๐ies tavo ISDN jungtis?"
@@ -485,7 +485,7 @@ msgstr "Kompakti๐kas"
msgid "compact"
msgstr "kompakti๐kas"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Vaizdo reimas"
@@ -493,17 +493,17 @@ msgstr "Vaizdo reimas"
msgid "Delay before booting default image"
msgstr "Palaukti prie๐ แkraunant แprastเ atvaizdเ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Slaptaodis"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Slaptaodis (v๋l)"
@@ -539,14 +539,14 @@ msgstr ""
"Parinktis ฅGrietos komandin๋s eilut๋s parinktysด yra nenaudingเ be "
"slaptaodio"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Pra๐om bandyti v๋l"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Slaptaodiai nesutampa"
@@ -584,7 +584,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -592,158 +592,158 @@ msgstr ""
"ศia yra skirtingi แra๐ai.\n"
"Tu gali pakeisti esamus arba prijungti naujus."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Prid๋ti"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Atlikta"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
#, fuzzy
msgid "Modify"
msgstr "Taisyti RAID"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Kokio tipo แra๐เ tu nori prid๋ti?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Kitos OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Kitos OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Kitos OS (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Atvaizdas"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "ะakninis"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Pridurti"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Skaitymui-ra๐ymui"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Lentel๋"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Nesaugus"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "ym๋"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "มprastas"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "I๐mesti แra๐เ"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Tu๐่ia ym๋ neleidiama"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "Tu privalai tur๋ti swap skirsnแ"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "ะi ym๋ jau naudojama"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Rasti %s %s interfeisai"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Ar turi dar vienเ?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Ar tu turi kokแ nors %s interfeisเ?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Taip"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Pai๛r๋k แrangos informacijเ"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "มdiegiama tvarkykl๋ %s plok๐tei %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modulis %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -754,17 +754,17 @@ msgstr ""
"Opcij๘ formatas yra toks : ''vardas=reik๐m๋ vardas2=reik๐m๋2 ...''.\n"
"Pvz, ''io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Modulio parinktys:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kokiเ %s tvarkyklๆ tur๋่iau i๐bandyti?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -780,15 +780,15 @@ msgstr ""
"parinktis, ar leisi pabandyti nusistatyti pa่iai. Bandymas gali\n"
"pakabinti kompiuterแ, bet tai netur๋t๘ padaryti alos."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Automatinis bandymas"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Nurodyti parinktis"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -797,64 +797,64 @@ msgstr ""
"Modulio %s i๐kvietimas nepavyko.\n"
"Ar nori bandyti su kitais nustatymais?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s jau prid๋tas)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ะis slaptaodis pernelyg paprastas"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Pra๐om suteikti vartotojo vardเ"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Vartotojo vardas turi susidaryti tik i๐ ma๘j๘ raidi๘, skai่i๘ ir simboli๘ "
"`-' bei `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "ะis vartotojo vardas jau prid๋tas"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ะis vartotojo vardas jau prid๋tas"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Prid๋ti vartotojเ"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -863,32 +863,32 @@ msgstr ""
"มvesk vartotojเ\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Priimti vartotojเ"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Tikras vardas"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Vartotojo vardas"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Automatinis pasisveikinimas"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -897,57 +897,57 @@ msgstr ""
"A๐ galiu nustatyti taip, kad vienas vartotojas pasisveikint๘ automati๐kai.\n"
"Jei nenori to naudoti, spausk mygtukเ Nutraukti."
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Pasirink แprastเ vartotojเ:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Pasirink, kuriเ lang๘ tvarkyklๆ naudosi:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "Pra๐om pasirinkti kalbเ, kuriเ naudosi."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Tu gali pasirinkti kitas kalbas, kurios bus prieinamos po แdiegimo"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Visos"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Prid๋ti vartotojเ"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "CUPS paleidiamas"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Kokius j๛s norite แdiegti paketus"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -956,42 +956,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Sveiki atvykๆ แ cracker'i๘ ๐alแ"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Menkas"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standartin๋"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Auk๐tas"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Auk๐tas"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoji๐kas"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1001,7 +1001,7 @@ msgstr ""
"bet labai jautriai: ji tur๋t๘ neb๛ti naudojama kompiuteriuose,\n"
"sujungtais su kitais arba prie Interneto. ศia n๋ra slaptaodi๘."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1009,7 +1009,7 @@ msgstr ""
"Dabar slaptaodiai yra แjungti bet naudoti kaip tinklinแ kompiuterแ dar "
"nerekomenduojama."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1019,13 +1019,13 @@ msgstr ""
"naudojamas prisijungti prie interneto kaip klientas. N๋ra joki๘ saugumo "
"tikrinim๘."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1040,7 +1040,7 @@ msgstr ""
"priima\n"
"prisijungimus i๐ daugyb๋s klient๘."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1049,36 +1049,36 @@ msgstr ""
"Dabar naudojami 4 lygio privalumai,bet sistema yra visi๐kai udaryta.\n"
"Saugumo savyb๋s yra maksimalios."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Pasirinktys"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Pasirink saugumo lygแ"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Nustatomas saugumo lygis"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Pasirink serverio nuostatas"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1086,7 +1086,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1102,58 +1102,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Sveiki, besinaudojantys GRUB, operaciniu sistemu parinkikliu!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Naudok %c ir %c klavisus, kad pasirinktum, kuris irasas pazymetas"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Spausk enter, noredami ikrauti pasirinkta OS, 'e', noredami keisti"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandas pries ikrova, arba 'c', komandinei eilutei iskviesti "
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Pasirinktas irasas bus ikrautas automatiskai po %d sekundziu."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nepakanka vietos /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Darbastalis"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Paleidimo meniu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kur nori แdiegti แkrovos tvarkyklๆ?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "pagalba dar nesukurta.\n"
@@ -1209,129 +1209,129 @@ msgstr "Skambinimo reimas"
msgid "Yaboot mode"
msgstr "มkrovos reimas"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "มdiegti sistemเ"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Sukurti naujเ skirsnแ"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Klaida"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "nuostabu"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Parink แdiegimo klasๆ"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Interneto jungties dalinimas"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
#, fuzzy
msgid "Configure"
msgstr "Nustatyti X"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "I๐saugoti paket๘ pasirinkimเ"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1340,44 +1340,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sistemos reimas"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Startuojant paleisti X_Windows"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Ne, a๐ nenoriu automatinio pasisveikinimo"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Taip, a๐ noriu automatinio pasisveikinimo (vrtotojas, darbastalis)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Gerai"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "negaliu atidaryti /etc/inittab skaitymui: %s"
@@ -1481,54 +1481,62 @@ msgstr "nuoseklioji"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "naujas"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Atjungti"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Primontuoti"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
#, fuzzy
msgid "Server"
msgstr "serveris"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Prijungimo vieta"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Pra๐om i๐bandyti pelๆ"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "serveris"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Montavimo ta๐kas: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Pasirinktys: %s"
@@ -1618,7 +1626,7 @@ msgstr "Tu๐่ias"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Kitas"
@@ -1769,7 +1777,7 @@ msgstr ""
"Atsargin๋ skirsni๘ lentel๋ n๋ra tokio paties dydio\n"
"Vis tiek tๆsti?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "D๋mesio"
@@ -2328,7 +2336,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Vartotojo vardas"
@@ -2343,23 +2351,23 @@ msgstr "NIS domenas"
msgid "Search servers"
msgstr "DNS serveris"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %s suym๋jimas nepavyko"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Neinau, kaip suym๋ti %s tipu %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "klaida numontuojant %s: %s"
@@ -2447,46 +2455,111 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Klaida atidarant %s แra๐ymui: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "LAN Konfiguravimas"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Tvarkykl๋"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/Pagalba"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#, fuzzy
+msgid "Please Wait... Applying the configuration"
+msgstr "Nustatym๘ tikrinimas"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Pra๐om palaukti"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2613,7 +2686,8 @@ msgid "/_Quit"
msgstr "I๐eiti"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Pagalba"
@@ -2633,76 +2707,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Raportuoti Klaidเ"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Pagalba/_Apie..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Automatinis bandymas"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Kieto disko nustatymas"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Pai๛r๋k แrangos informacijเ"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Rodyti informacijเ"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Pel๋s nustatymas"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "aptiktas prievade %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Pra๐om palaukti"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Skaitoma CUPS tvarkykli๘ duomen๘ baz๋"
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekund๋s"
@@ -4156,7 +4231,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4171,7 +4246,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4180,20 +4255,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Negalima naudoti transliavimo be NIS domeno"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "มd๋k FAT formatuotเ diskelแ แ kaupiklแ %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4201,12 +4276,12 @@ msgstr ""
"Kad i๐saugoti ๐i๘ paket๘ pasirinkimเ แkraukite sistemเ su ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Klaida skaitant bylเ %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4453,7 +4528,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Sveiki atvykๆ แ %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Neprieinamas n๋ vienas diskeli๘ kaupiklis"
@@ -4483,11 +4558,11 @@ msgstr "มdiegimo klas๋"
msgid "Please choose one of the following classes of installation:"
msgstr "Pra๐om pasirinkti vienเ i๐ ๐i๘ แdiegimo klasi๘:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Paket๘ grupi๘ pasirinkimas"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Atskir๘ paket๘ pasirinkimas"
@@ -4564,7 +4639,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "มdiegti"
@@ -4587,7 +4662,7 @@ msgstr "I๐mesti"
msgid "Choose the packages you want to install"
msgstr "Pasirink paketus, kuriuos tu nori แdiegti"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "มdiegiama"
@@ -4614,17 +4689,17 @@ msgid "Installing package %s"
msgstr "มdiegiamas paketas %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Sutinku"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Atmetu"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4639,16 +4714,16 @@ msgstr ""
"Jei tu jo neturi, spausk Nutraukti, kad i๐vengtum แdiegimo i๐ ๐io CD."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Vis tiek tๆsti?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "มvyko klaida, bandant sutvarkyti paketus:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "มvyko klaida, แdiegiant paketus:"
@@ -4774,7 +4849,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4852,7 +4927,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Klaviat๛ra"
@@ -5065,31 +5140,31 @@ msgstr "มd๋k diskelแ แ kaupiklแ %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
#, fuzzy
msgid "Type of install"
msgstr "Pasirink paketเ แdiegimui"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
#, fuzzy
msgid "With X"
msgstr "Palauk"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5099,16 +5174,16 @@ msgstr ""
"Jei neturi n๋ vieno i๐ ๐i๘ CD, spausk Nutraukti.\n"
"Jei tr๛ksta tik kai kuri๘ CD, atym๋k juos, o tada spausk Gerai."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM su ura๐u \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Ruo๐iamas แdiegimas"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5117,21 +5192,21 @@ msgstr ""
"มdiegiamas paketas %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Konfig๛racija po แdiegimo"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "มd๋k diskelแ แ kaupiklแ %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "มd๋k tu๐่iเ diskelแ แ kaupiklแ %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5186,7 +5261,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5198,169 +5273,169 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Jungiamasi prie atvaizdio (mirror), kad gautume prieinam๘ paket๘ sเra๐เ"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Pasirink atvaizdแ (mirror), i๐ kurio imti paketus"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"Jungiamasi prie atvaizdio (mirror), kad gautume prieinam๘ paket๘ sเra๐เ"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Kokia tavo laiko juosta?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Ar tavo แrangos laikrodis nustatytas GMT?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "NIS serveris"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Nutolๆs CUPS serveris"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Spausdintuvo n๋ra"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Ar turi dar vienเ?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Apibendrinimas"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Pel๋"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Laiko juosta"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Spausdintuvas"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
#, fuzzy
msgid "ISDN card"
msgstr "Vidin๋ ISDN plok๐t๋"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
#, fuzzy
msgid "Sound card"
msgstr "Standartin๋"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "Naudoti NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "NIS domenas"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "Vietinis spausdintuvas"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Nurodyti root slaptaodแ"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Jokio slaptaodio"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"ะis slaptaodis yra pernelyg paprastas (turi b๛ti bent %d simboli๘ ilgio)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "serveris"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "Autentikacijos NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS domenas"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS serveris"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5376,21 +5451,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domeno vardas"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5420,19 +5495,19 @@ msgstr ""
"Jei nori sukurti แkrovos diskelแ savo sistemai, แki๐k diskelแ แ pirmเjแ\n"
"แrenginแ ir spausk \"Gerai\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Pirmasis diskeli๘ แrenginys"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Antrasis diskeli๘ แrenginys"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Praleisti"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5461,7 +5536,7 @@ msgstr ""
"Ar tu nori sukurti แkrovos diskelแ?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5470,28 +5545,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Atleisk, bet neradau jokio diskeli๘ kaupiklio"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Pasirink kaupiklแ, kurแ nori naudoti แkrovos diskeliui sukurti"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "มd๋k diskelแ แ kaupiklแ %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Kuriamas แkrovos diskelis"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Ruo๐iama แkrovos tvarkykl๋"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5499,11 +5574,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Ar nori naudoti aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5511,16 +5586,16 @@ msgstr ""
"Klaida แdiegiant aboot,\n"
"bandyti แdiegti priverstinai, net jei tai sunaikint๘ pirmเjแ skirsnแ?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "มdiegti แkrovos tvarkyklๆ"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Nepavyko แdiegti แkrovos tvarkykl๋s. มvyko tokia klaida:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5531,17 +5606,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "มd๋k tu๐่iเ diskelแ แ kaupiklแ %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Kuriamas automatinio แdiegimo diskelis"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5551,7 +5626,7 @@ msgstr ""
"\n"
"Ar tu nori i๐eiti dabar?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5583,15 +5658,15 @@ msgstr ""
"Informacija apie tavo sistemos konfig๛ravimเ yra oficialioje\n"
"Mandrake Linux User's Guide knygoje."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Sukurti automatinio แdiegimo diskelแ"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5605,15 +5680,15 @@ msgstr ""
"\n"
"J๛s galb๛t nor๋site pakartoti แdiegimเ.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatinis"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Parodyti v๋l"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "I๐saugoti paket๘ pasirinkimเ"
@@ -5651,14 +5726,14 @@ msgstr "I๐pl๋stinis"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Ankstesnis"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Tekstas"
@@ -6114,7 +6189,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Loopback montavimai %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Pirmiausia i๐meskite loginius tomus\n"
@@ -6253,15 +6328,15 @@ msgstr "jokios"
msgid "No mouse"
msgstr "Pel๋s n๋ra"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Pra๐om i๐bandyti pelๆ"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Kad suadintum pelๆ,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "PASUK RATUKภ!"
@@ -6297,11 +6372,11 @@ msgstr "Suskleisti medแ"
msgid "Toggle between flat and group sorted"
msgstr "Perjungti tarp rikiavimo pagal grupes ar ab๋c๋lๆ"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Prisijungti prie interneto"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6311,23 +6386,19 @@ msgstr ""
"Vis d๋lto, kai kurios jungtys gali naudoti PPTP arba DHCP.\n"
"Jei neinai, pasirink 'naudoti pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "naudoti dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "naudoti pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "naudoti pptp"
@@ -6424,7 +6495,7 @@ msgstr ""
msgid "no network card found"
msgstr "nerasta jokia tinklo plok๐t๋"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Konfig๛ruojamas tinklas"
@@ -6440,15 +6511,15 @@ msgstr ""
"tai tur๋t๘ b๛ti pilnai apra๐ytas hosto vardas, pana๐us\n"
"แ \"mano.filialas.istaiga.lt\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Hosto vardas"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Tinklo Konfig๛ravimo Meistras"
@@ -6488,8 +6559,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Aptikta ugniasien๋s konfig๛racija!"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN konfig๛ravimas"
@@ -6529,23 +6600,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Kurแ protokolเ nori naudoti?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Kokios r๛๐ies plok๐tๆ tu turi?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Neinau"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6558,19 +6634,19 @@ msgstr ""
"\n"
"Jei turi PCMCIA plok๐tๆ, tu turi inoti jos IRQ bei IO.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Nutraukti"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Tๆsti"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Kuri yra tavo ISDN plok๐t๋?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6578,7 +6654,7 @@ msgstr ""
"A๐ aptikau ISDN PCI plok๐tๆ, ta่iau neinau jos tipo. Pasirink vienเ PCI "
"plok๐tๆ sekan่iame ekrane."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Jokia ISDN PCI plok๐t๋ nerasta. pra๐om pasirinkti vienเ kitame ekrane."
@@ -6634,7 +6710,7 @@ msgstr "Pirmasis DNS serveris"
msgid "Second DNS Server (optional)"
msgstr "Antrasis DNS serveris"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6642,7 +6718,7 @@ msgstr ""
"\n"
"Tu gali atsijungti arba i๐ naujo nustatyti jungtแ."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6650,11 +6726,11 @@ msgstr ""
"\n"
"Tu gali i๐ naujo nustatyti jungtแ."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Tu dabar esi prisijungๆs prie interneto."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6662,37 +6738,37 @@ msgstr ""
"\n"
"Tu gali prisijungti prie interneto arba i๐ naujo nustatyti jungtแ."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Tu dabar nesi prisijungๆs prie interneto."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
#, fuzzy
msgid "Connect"
msgstr "Sujungimas..."
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "Sujungimas..."
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Nustatyti tinklเ"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Interneto jungtis ir nustatymas"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Tu gali atsijungti arba i๐ naujo nustatyti jungtแ."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6706,12 +6782,12 @@ msgstr ""
"\n"
"Tu gali atsijungti arba i๐ naujo nustatyti jungtแ."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Tinklo konfig๛ravimas"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
#, fuzzy
msgid ""
"Because you are doing a network installation, your network is already "
@@ -6723,7 +6799,7 @@ msgstr ""
"Spragtel๋kite ant Gerai kad perkonfiguruoti Network/Internet pasijungimเ "
"arbaat๐aukti, kad praleisti ๐แ punktเ.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
#, fuzzy
msgid ""
"Welcome to The Network Configuration Wizard.\n"
@@ -6736,99 +6812,99 @@ msgstr ""
"Mes ruo๐iam๋s konfiguruoti j๛s๘ internet/tinklinแ pasijungimเ.\n"
"Jeigu nenorite naudoti automatinio aptikimo nuimkite ๐iเ atymเ.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Konfiguravimui pasirinkite prifailเ"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Naudokite automatinแ aptikimเ"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Experto reimas"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Ie๐koma แranga..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Nustatyti normaliเ jungtแ per modemเ"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "aptiktas prievade %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN jungtis"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "aptiktas %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "LAN jungtis"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "aptiktas interfeise %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kabelin๋ jungtis"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Kabelin๋ jungtis"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN jungtis"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "aptiktos ethernet kortos(a)"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Pasirink kurแ แrankแ nor๋tum naudoti"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Interneto jungties dalinimas"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Ar tu nori prisijungti tik แjungus?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Tinklo konfig๛ravimas"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6836,7 +6912,7 @@ msgid ""
"%s"
msgstr "Ar tu nori i๐ naujo paleisti tinklเ"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6846,7 +6922,7 @@ msgstr ""
"\n"
"Dabar konfiguracijเ pritaikysime sistemai.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6854,14 +6930,14 @@ msgstr ""
"Po to rekomenduojame jums perleisti X aplinkเ,\n"
"kad i๐vengti problem๘ su kompiuterio vardu."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6874,7 +6950,7 @@ msgstr ""
"Jei pakeisi kเ nors emiau esan่iuose laukuose, tai แsigalios vietoj sen๘j๘ "
"nuostat๘."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6884,43 +6960,43 @@ msgstr ""
"Kiekvienas laukas turi b๛ti แra๐ytas kaip IP adresas\n"
"de๐imtainiais skai่iais su ta๐kais (pvz. 192.168.2.36)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfig๛ruojamas tinklo แrenginys %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (tvarkykl๋ %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP adresas"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatinis IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Startavo แkrovos metu"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresas tur๋t๘ b๛ti 1.2.3.4 formato"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6932,42 +7008,53 @@ msgstr ""
"แ \"mano.filialas.istaiga.lt\".\n"
"Taip pat gali แvesti ๐liuzo (gateway) IP adresเ, jeigu tokแ turi"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS serveris"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "ะliuzo (gateway) แrenginys"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP adresas tur๋t๘ b๛ti 1.2.3.4 formato"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP adresas tur๋t๘ b๛ti 1.2.3.4 formato"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Proxy konfig๛racija"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy tur๋t๘ b๛ti http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy tur๋t๘ b๛ti ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Proxy tur๋t๘ b๛ti http://..."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8369,7 +8456,7 @@ msgstr "I๐jungiamas tinklas"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
@@ -8883,11 +8970,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Proxy tur๋t๘ b๛ti http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8937,6 +9019,43 @@ msgstr "mkraid nepavyko (gal b๛t tr๛ksta raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "N๋ra pakankamai sri่i๘ %d lygio RAID\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Nustatomas saugumo lygis"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Nustatomas saugumo lygis"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Nutolusio lpd spausdintuvo nuostatos"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (มprastas)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Nustatomas saugumo lygis"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Pra๐ome palaukti. Ruo๐iamas แdiegimas"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -9234,7 +9353,7 @@ msgstr "Internetas"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Sistemos reimas"
@@ -9331,7 +9450,7 @@ msgstr "Prisijungti prie interneto"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9378,7 +9497,7 @@ msgstr "Tinklo interfeisas"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9403,7 +9522,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9419,7 +9538,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9434,7 +9553,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9483,8 +9602,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9521,11 +9640,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "มdiegiamas paketas %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Pra๐om atsisveikinti ir paskui paspausti Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Pra๐om i๐ naujo paleisti %s, kad pakeitimai b๛t๘ aktyvuoti"
@@ -9573,17 +9692,6 @@ msgstr "Prid๋ti vartotojเ"
msgid "Add/Del Clients"
msgstr "DHCP klientas"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/Pagalba"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9636,53 +9744,68 @@ msgstr "Prid๋ti vartotojเ"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP klientas"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Konfig๛ruojama..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "LAN Konfiguravimas"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "i๐ naujo nustatyti"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "มd๋k diskelแ แ kaupiklแ %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Neprieinamas n๋ vienas diskeli๘ kaupiklis"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9806,13 +9929,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Patikrinti prievadus"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9821,41 +9944,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Jokio slaptaodio"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Adapteris %s: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9866,68 +9989,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9935,926 +10058,928 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Klaida skaitant bylเ %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Paket๘ grupi๘ pasirinkimas"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Pasirink paketus, kuriuos tu nori แdiegti."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Pa๐alinti eilๆ"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "I๐mesti Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "Vartotojo vardas"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Pra๐om i๐bandyti pelๆ"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Pra๐om bandyti v๋l"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Pra๐om bandyti v๋l"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Jokio slaptaodio"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Pra๐om pasirinkti klaviat๛ros i๐d๋stymเ."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Pra๐om spragtel๋ti ant skirsnio"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Pra๐om spragtel๋ti ant skirsnio"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Pra๐om spragtel๋ti ant skirsnio"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Pra๐om spragtel๋ti ant skirsnio"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Pra๐om spragtel๋ti ant skirsnio"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Pasirink bylเ"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Pasirink paketus, kuriuos tu nori แdiegti."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Pasirink paketus, kuriuos tu nori แdiegti."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Pasirink paketus, kuriuos tu nori แdiegti."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Pra๐om i๐bandyti pelๆ"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Tinklo interfeisas"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "R๛๐is"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Vartotojo vardas"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Pasirink paketus, kuriuos tu nori แdiegti."
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Pra๐om pasirinkti kalbเ, kuriเ naudosi."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "Palauk"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Su ratuku"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Su ratuku"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Modulio parinktys:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Tinklo konfig๛ravimas"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Pasirink paketus, kuriuos tu nori แdiegti."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Pasirink paketus, kuriuos tu nori แdiegti."
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Nustatyti byl๘ sistemas"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Pel๋s แrenginys: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Pasirinktys"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr ""
"Pra๐om pasirinkti, prie kurios nuosekliosios jungties yra prijungtas tavo "
"modemas."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "Tinklo konfig๛ravimas"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "Pra๐om pasirinkti savo pel๋s r๛๐แ."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Pra๐om i๐bandyti pelๆ"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "LAN jungtis"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Pasirink spausdintuvo jungtแ"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Atstatyti i๐ diskelio"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "Pra๐om pasirinkti savo pel๋s r๛๐แ."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Kitas"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "มdiegti sistemเ"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Atstatyti i๐ bylos"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Atstatyti i๐ bylos"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Pra๐om pasirinkti savo pel๋s r๛๐แ."
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Pa๐alinti eilๆ"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Atstatyti i๐ bylos"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Atstatyti i๐ diskelio"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "I๐gelb๋ti skirsni๘ lentelๆ"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Atstatyti i๐ bylos"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Hosto vardas"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Slaptaodis"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Vartotojo vardas"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Kompiuterio vardas:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Atstatyti i๐ bylos"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Prisitaikyti"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "I๐gelb๋ti skirsni๘ lentelๆ"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Atstatyti i๐ bylos"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- Ankstesnis"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "B๛sena:"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Atstatyti i๐ bylos"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Ruo๐iamasi แdiegti ๐iuos paketus"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "Pra๐om pasirinkti kalbเ, kuriเ naudosi."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "Pra๐om pasirinkti kalbเ, kuriเ naudosi."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "Pra๐om pasirinkti kalbเ, kuriเ naudosi."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Bloga atsargin๋ byla"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "I๐saugoti แ bylเ"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Tinklo konfig๛ravimas"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "Tinklo konfig๛ravimas"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "LAN Konfiguravimas"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "LAN Konfiguravimas"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Nustatyti byl๘ sistemas"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10886,7 +11011,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10895,7 +11020,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10936,7 +11061,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10964,17 +11089,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10991,7 +11116,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11031,7 +11156,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11042,7 +11167,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11055,7 +11180,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11137,8 +11262,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsol๋s แrankiai"
@@ -11214,28 +11339,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Prievadas"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "I๐eiti i๐ แdiegimo"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Tu gali pasirinkti kitas kalbas, kurios bus prieinamos po แdiegimo"
@@ -11337,11 +11462,6 @@ msgstr "Meistras..."
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:301
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Nustatym๘ tikrinimas"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
#, fuzzy
msgid "Connected"
@@ -11459,7 +11579,7 @@ msgstr "Modulio vardas"
msgid "Size"
msgstr "Dydis"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11524,24 +11644,24 @@ msgstr "I๐vedimas"
msgid "Build the disk"
msgstr "Sukurti diskelแ"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, fuzzy, c-format
msgid "Unable to fork: %s"
msgstr "Udrausti tinklเ"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12036,157 +12156,157 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Interneto jungties dalinimas"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Darbo grup๋"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "skirsnyje %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Vartotojo vardas"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "I๐trinti"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Atlikta"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Prid๋ti modulแ"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Spausdintuvo n๋ra"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Pa๐alinti eilๆ"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Priimti vartotojเ"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versija: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Prievadas"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Naudokite automatinแ aptikimเ"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Naudokite automatinแ aptikimเ"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "I๐saugoti paket๘ pasirinkimเ"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Vartotojo vardas"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Darbo grup๋"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nepajungtas"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12198,137 +12318,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "แkrovos diskelio suk๛rimui"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Skiriamoji geba"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Pasirink veiksmเ"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Share'o vardas"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Konfig๛racija po แdiegimo"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "I๐eiti"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "มdiegti sistemเ"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Nustatyti servisus"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "แrenginys"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "แrenginys"
+msgid "Save theme"
+msgstr "มdiegti sistemเ"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Pasirink monitori๘"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Spausdintuvo jungtis"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Spausdintuvo แrenginio URI"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Ie๐koma แranga..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12469,6 +12599,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "vartosena: keyboarddrake [--expert] [klaviat๛ra]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "vartosena: keyboarddrake [--expert] [klaviat๛ra]\n"
@@ -12498,11 +12635,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "nepavyko paleisti gyvo atnaujinimo!!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
#, fuzzy
msgid "logdrake"
msgstr "draknet"
@@ -12784,16 +12921,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12870,7 +13004,7 @@ msgstr "มdiegti sistemเ"
msgid "Exit install"
msgstr "I๐eiti i๐ แdiegimo"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -13128,6 +13262,21 @@ msgstr "Multimedija - CD kepimas"
msgid "Scientific Workstation"
msgstr "Mokslin๋s darbo stotis"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Konfig๛racija po แdiegimo"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy tur๋t๘ b๛ti ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "I๐eiti"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (nedirba su senais BIOS'ais)"
@@ -13216,9 +13365,6 @@ msgstr "Mokslin๋s darbo stotis"
#~ msgid "Test again"
#~ msgstr "Patikrinti v๋l"
-#~ msgid "Setting security level"
-#~ msgstr "Nustatomas saugumo lygis"
-
#~ msgid "Select a graphics card"
#~ msgstr "Pasirink vaizdo plok๐tๆ"
@@ -13295,3 +13441,6 @@ msgstr "Mokslin๋s darbo stotis"
#~ msgid "Percentage of packages to install"
#~ msgstr "Kiek procent๘ paket๘ แdiegti"
+
+#~ msgid "/Help/_Report Bug"
+#~ msgstr "/Pagalba/_Raportuoti Klaidเ"
diff --git a/perl-install/share/po/lv.po b/perl-install/share/po/lv.po
index cc78aad5d..93f921892 100644
--- a/perl-install/share/po/lv.po
+++ b/perl-install/share/po/lv.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-08-21 09:34+0200\n"
"Last-Translator: Juris Kudi๒๐ <cooker@inbox.lv>\n"
"Language-Team: Latvian\n"
@@ -91,24 +91,24 @@ msgstr "Konfigurโt visus ekrโnus neatkar๎gi"
msgid "Use Xinerama extension"
msgstr "Lietot Xinerama pieb๛vi"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigurโt tikai karti \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ar aparat๛ras 3D akselerโciju"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,17 +117,17 @@ msgstr ""
"J๛su karte sp็j nodro๐inโt 3D akselerโciju, bet tikai ar XFree %s.\n"
"J๛su karti uztur XFree %s, kam var b๛t labโks 2D atbalsts."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "J๛su karte sp็j nodro๐inโt 3D akselerโciju ar XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ar EKSPERIMENTยLU aparat๛ras 3D akselerโciju"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -138,7 +138,7 @@ msgstr ""
"าEMIET VวRย, KA TAS IR EKSPERIMENTยLS ATBALSTS, KAS VAR UZKยRT DATORU.\n"
"J๛su karti uztur XFree %s, kam var b๛t labโks 2D atbalsts."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -147,12 +147,12 @@ msgstr ""
"J๛su karte sp็j nodro๐inโt 3D akselerโciju ar XFree %s.\n"
"าEMIET VวRย, KA TAS IR EKSPERIMENTยLS ATBALSTS, KAS VAR UZKยRT DATORU."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Pielโgota"
@@ -173,32 +173,32 @@ msgstr "Iz๐ํirtsp็ja"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcijas"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Labi"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Beigt"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -295,25 +295,25 @@ msgstr "Norโdiet iz๐ํirtsp็ju un krโsu dzi๏umu"
msgid "Graphics card: %s"
msgstr "Grafiskโ karte: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Atcelt"
@@ -390,11 +390,11 @@ msgstr "XFree86 serveris: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 draiveris: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X p็c start็๐anas"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -403,7 +403,7 @@ msgstr ""
"Datoru var konfigur็t, lai p็c sist็mas ielโdes automโtiski start็tu X.\n"
"Vai v็laties, lai p็c pโrstart็๐anas tiktu palaists X?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -415,7 +415,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Kโds ir j๛su ISDN piesl็guma veids?"
@@ -488,7 +488,7 @@ msgstr "Kompakts"
msgid "compact"
msgstr "kompakts"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Video re๎ms"
@@ -496,17 +496,17 @@ msgstr "Video re๎ms"
msgid "Delay before booting default image"
msgstr "Pauze pirms noklus็tโs sist็mas ielโdes"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Parole"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Parole (atkโrtoti)"
@@ -540,14 +540,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcijai ``Ierobeot komandrindas opcijas'' nav j็gas bez paroles"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "L๛dzu m็์iniet v็lreiz"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Paroles nesakr๎t"
@@ -584,7 +584,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -592,156 +592,156 @@ msgstr ""
"ะeit ir daโdi sโkn็๐anas ieraksti.\n"
"J๛s varat pievienot jaunus vai izmain๎t eso๐os."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Pievienot"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Izdar๎ts"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Main๎t"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Kโda veida ierakstu gribat pievienot"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Cita OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Cita OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Cita OS (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Att็ls"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Sakne"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Papildinโt"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Las๎t-rakst๎t"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabula"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Nedro๐s"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Nosaukums"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Noklus็ts"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-izm็rs"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "BezVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Izdz็st ierakstu"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Tuk๐s nosaukums nav at๏auts"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "Jums ir nepiecie๐ama swap part๎cija"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "ะis nosaukums jau ir izmantots"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Atrasti %s %s interfeisi"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Vai ir v็l kโds?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Vai datorโ ir kโds %s interfeiss?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "N็"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Jโ"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Apskat๎t dzelu informโciju"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instal็ju draiveri %s kartei %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modulis %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -752,17 +752,17 @@ msgstr ""
"Opciju formโts ir ``nosaukums=v็rt๎ba nosaukums2=v็rt๎ba2 ...''.\n"
"Piem็ram, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Modu๏a opcijas:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kuru %s draiveri pam็์inโt?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -779,15 +779,15 @@ msgstr ""
"nepiecie๐amo informโciju? Retos gad๎jumos aptaujโ๐ana var uzkโrt datoru,\n"
"ta่u tas nerad๎s nekโdus bojโjumus."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Aptaujโt"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Norโd๎t opcijas"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -796,62 +796,62 @@ msgstr ""
"Modu๏a %s ielโde bija neveiksm๎ga.\n"
"Vai v็laties pam็์inโt ar citiem parametriem?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(jau pievienots %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ะ๎ parole ir pโrโk vienkโr๐a"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "L๛dzu ievadiet lietotโja vโrdu"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Lietotโja vโrdโ var b๛t tikai mazie ang๏u burti, cipari, `-' un `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "ะโds lietotโja vโrds jau ir pievienots"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ะโds lietotโja vโrds jau ir pievienots"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Pievienot lietotโju"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -860,32 +860,32 @@ msgstr ""
"Ievadiet lietotโju\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Apstiprinโt lietotโju"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Vโrds un uzvโrds"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Lietotโja vโrds"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "ศaula"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autore์istr็๐anโs"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -895,59 +895,59 @@ msgstr ""
"atv็rta viena noteikta lietotโja sesija. \n"
"Ja nev็laties izmantot ๐o iesp็ju, nospiediet atcel๐anas pogu."
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Norโdiet noklus็to lietotโju:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Norโdiet izmantojamo logu menederi:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "L๛dzu izv็lieties izmantojamo valodu."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "J๛s varat izv็l็ties citas valodas, kas b๛s pieejamas p็c instal็๐anas"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Viss"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Lietotโju pievieno๐ana"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "CUPS start็๐ana"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"ะo pakotni ir nepiecie๐ams uzlabot\n"
"Vai tie๐โm v็laties atteikties no tโs?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -956,42 +956,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Sveiciens hakeriem"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Vโj๐"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standarta"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Augsts"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Augsts"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoisks"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1001,7 +1001,7 @@ msgstr ""
"izmantojamu, ta่u ๏oti nedro๐u: to nedr๎kst izmantot datoram, kas ir\n"
"piesl็gts citiem datoriem vai Internetam. Netiek pras๎tas paroles."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1009,7 +1009,7 @@ msgstr ""
"Tagad tiek izmantota parole, ta่u izmantot datoru t๎klโ v็l aizvien\n"
"nav ieteicams."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1018,13 +1018,13 @@ msgstr ""
"ะis ir parasts dro๐๎bas l๎menis, kas ir ieteicams datoram, kas tiks\n"
"izmantots kโ klients Interneta piesl็gumam. Tagad tiek pโrbaud๎ta dro๐๎ba. "
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1038,7 +1038,7 @@ msgstr ""
"Dro๐๎ba tagad ir pietieko๐i augsta, lai izmantotu sist็mu kโ serveri, kas\n"
"apkalpo piesl็gumus no daudziem klientiem. "
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1047,36 +1047,36 @@ msgstr ""
"M็s izmantojam 4. l๎me๒a iesp็jas, ta่u tagad sist็ma ir piln๎bโ\n"
"aizsl็gta. Dro๐๎ba tagad ir maksimโlajโ l๎men๎."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcijas"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Izv็lieties dro๐๎bas l๎meni?"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Uzstโdu dro๐๎bas l๎meni"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Norโdiet servera opcijas"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1089,7 +1089,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1114,7 +1114,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Juus sveic GRUB, opereetaajsisteemu izveeles programma!"
@@ -1128,7 +1128,7 @@ msgstr "Juus sveic GRUB, opereetaajsisteemu izveeles programma!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Izmantojiet taustinus %c un %c, lai izveeleetos vajadziigo ierakstu."
@@ -1143,7 +1143,7 @@ msgstr "Izmantojiet taustinus %c un %c, lai izveeleetos vajadziigo ierakstu."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Nospiediet ievadu, lai saakneetu izveeleeto OS, 'e', lai redigeetu"
@@ -1157,7 +1157,7 @@ msgstr "Nospiediet ievadu, lai saakneetu izveeleeto OS, 'e', lai redigeetu"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandas pirms saakneesanas, vai 'c', lai izsauktu komandrindu."
@@ -1171,33 +1171,33 @@ msgstr "komandas pirms saakneesanas, vai 'c', lai izsauktu komandrindu."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Izdaliitais ieraksts tiks saakneets peec %d sekundeem."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nepietiek vietas part๎cijโ /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Darbavirsma"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Starta izv็lne"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kur j๛s v็laties instal็t sโkn็tโju?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "pal๎dz๎ba pagaidโm nav realiz็ta.\n"
@@ -1249,106 +1249,106 @@ msgstr "Lilo/grub re๎ms"
msgid "Yaboot mode"
msgstr "Yaboot re๎ms"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Sist็mas instal็๐ana"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Izveidot jaunu part๎ciju"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "K๏๛da"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "BezVideo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Instal็๐anas klases izv็le"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1357,22 +1357,22 @@ msgstr ""
"J๛s pa๐laik lietojat OS ielโd็tโju %s.\n"
"Spiediet Konfigur็t, lai palaistu uzstโd๎๐anas meistaru."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigur็t"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Saglabโt pakot๒u izv็li"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1381,44 +1381,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sist็mas re๎ms"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Palaist X-Window sist็mu sโkn็๐anas laikโ"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "N็, negribu lietot autologin"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Jโ, gribu lietot autologin ๐im lietotโjam un darba virsmai"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Ok"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "las๎๐anai nevar atv็rt /etc/inittab: %s"
@@ -1524,54 +1524,62 @@ msgstr "seriโla"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "jauns"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Nomont็t"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Mont็ta"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
#, fuzzy
msgid "Server"
msgstr "serveris"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Mont็๐anas punkts"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "L๛dzu notest็jiet peli"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "serveris"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Mont็๐anas punkts: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcijas: %s"
@@ -1660,7 +1668,7 @@ msgstr "Tuk๐s"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Cits"
@@ -1809,7 +1817,7 @@ msgstr ""
"Part๎ciju tabulas rezerves kopijai ir at๐ํir๎gs izm็rs\n"
"Tom็r turpinโt, ja?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Uzman๎bu"
@@ -2364,7 +2372,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Lietotโja vโrds"
@@ -2379,23 +2387,23 @@ msgstr "NIS dom็ns"
msgid "Search servers"
msgstr "DNS serveris"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s format็๐ana %s neizdevโs"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nezinu, kโ format็t %s, izmantojot tipu %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "k๏๛da nomont็jot %s: %s"
@@ -2481,47 +2489,112 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "K๏๛da, atverot %s ierakst๎๐anai: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "LAN konfigurโcija"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Draiveris"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/_Pal๎dz๎ba"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#, fuzzy
+msgid "Please Wait... Applying the configuration"
+msgstr "Konfigurโcijas izm็์inโ๐ana"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "L๛dzu uzgaidiet"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "nezinโms"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2647,7 +2720,8 @@ msgid "/_Quit"
msgstr "Beigt"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "_Pal๎dz๎ba"
@@ -2667,76 +2741,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Zi๒ot k๏๛du"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Pal๎dz๎ba/_Par..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Aptaujโt"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Cietโ diska noteik๐ana"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Apskat๎t dzelu informโciju"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Parโd๎t informโciju"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Peles konfigur็๐ana"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "atklโts uz porta %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "L๛dzu uzgaidiet"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Nolasu CUPS draiveru datubโzi..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekundes"
@@ -4126,7 +4201,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4141,7 +4216,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4150,20 +4225,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Ielieciet FAT format็tu disketi iekโrtโ %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4171,12 +4246,12 @@ msgstr ""
"Lai izmantotu ๐o saglabโto pakot๒u izv็li, palaidiet instalโciju ar ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "K๏๛da, nolasot failu %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4417,7 +4492,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "J๛s sveic %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nav nevienas diske๐u iekโrtas"
@@ -4448,11 +4523,11 @@ msgstr "Instal็๐anas klase"
msgid "Please choose one of the following classes of installation:"
msgstr "L๛dzu izv็lieties vienu no sekojo๐โm instal็๐anas klas็m:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Pakot๒u grupu izv็le"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Atsevi๐ํu pakot๒u izv็le"
@@ -4529,7 +4604,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instal็t"
@@ -4552,7 +4627,7 @@ msgstr "Instal็๐anas beigas"
msgid "Choose the packages you want to install"
msgstr "Izv็lieties pakotnes, ko v็laties instal็t"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instal็ju"
@@ -4579,17 +4654,17 @@ msgid "Installing package %s"
msgstr "Instal็ju pakotni %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Pie๒emt"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Noraid๎t"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4604,16 +4679,16 @@ msgstr ""
"Ja jums nav ๐๎ diska, nospiediet Atcelt, lai neinstal็tu no ๐๎ Cd-Rom."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Tom็r turpinโt?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Pakot๒u kโrto๐anas laikโ atklโta k๏๛da:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Pakot๒u instal็๐anas laikโ atklโta k๏๛da:"
@@ -4737,7 +4812,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4815,7 +4890,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastat๛ra"
@@ -5026,29 +5101,29 @@ msgstr "Ielieciet disketi iekโrtโ %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5058,16 +5133,16 @@ msgstr ""
"Ja jums nav neviena no norโd๎tajiem CD, nospiediet Atcelt.\n"
"Ja tr๛kst tikai dau CD, sarakstโ atsl็dziet tos un nospiediet Labi."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom ar nosaukumu \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Sagatavoju instal็๐anu"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5076,21 +5151,21 @@ msgstr ""
"Instal็ju pakotni %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "P็cinstal็๐anas konfigur็๐ana"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Ielieciet disketi iekโrtโ %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Ielieciet tuk๐u disketi iekโrtโ %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5157,7 +5232,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5169,166 +5244,166 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Piesl็dzos spogu๏serverim, lai sa๒emtu pieejamo pakot๒u sarakstu"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Izv็lieties spogu๏serveri, no kura ๒emt pakotnes"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Piesl็dzos spogu๏serverim, lai sa๒emtu pieejamo pakot๒u sarakstu"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Kโda ir j๛su laika josla?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Vai datora pulkstenis rโda GMT laiku?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "NIS serveris"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Attโls CUPS serveris"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Nav printera"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Vai ir v็l kโds?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Kopsavilkums"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Pele"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Laika josla"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printeris"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
#, fuzzy
msgid "ISDN card"
msgstr "Iek๐็ja ISDN karte"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
#, fuzzy
msgid "Sound card"
msgstr "Standarta"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "Izmantot NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "NIS dom็ns"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "Lokโls printeris"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "root paroles izv็le"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Bez paroles"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "ะ๎ parole ir pโrโk vienkโr๐a (jโb๛t vismaz %d simbolus garai)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentifikโcija"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autentifikโcija"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "serveris"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "Autentifikโcijas NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS dom็ns"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS serveris"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5344,21 +5419,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autentifikโcija"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Dom็na nosaukums"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5385,19 +5460,19 @@ msgstr ""
"Ja v็laties izveidot j๛su sist็mai pielโgotu sโkn็๐anas disketi,\n"
"ielieciet sisketi pirmajโ iekโrtโ un nospiediet \"Labi\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Pirmโ diske๐u iekโrta"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Otrโ diske๐u iekโrta"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Izlaist"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5421,7 +5496,7 @@ msgstr ""
"izveidot j๛su sist็mai pielโgotu sโkn็๐anas disketi?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5430,28 +5505,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Diem็l nav pieejama neviena diske๐u iekโrta"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Norโdiet diske๐u iekโrtu, ko izmanto distetes veido๐anai"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Ielieciet disketi iekโrtโ %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Gatavoju sโkn็๐anas disketi"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Sagatavoju sโkn็tโju"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5459,11 +5534,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Vai v็laties izmantot aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5471,16 +5546,16 @@ msgstr ""
"K๏๛da, instal็jot aboot, \n"
"vai instal็t piespiedu kโrtโ pat tad, ja tiks izn๎cinโta pirmโ part๎cija?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Sโkn็tโja instal็๐ana"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Sโkn็tโja instal็๐ana neizdevโs. Atklโta ๐โda k๏๛da:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5491,17 +5566,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ielieciet tuk๐u disketi iekโrtโ %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Sagatavoju auto instal็๐anas disketi"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5511,7 +5586,7 @@ msgstr ""
"\n"
"Vai tie๐โm v็laties iziet t๛l๎t?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5544,15 +5619,15 @@ msgstr ""
"Informโcija par j๛su sist็mas konfigur็๐anu ir pieejama Oficiโlโs\n"
"Mandrake Linux rokasgrโmatas p็cinstal็๐anas noda๏โ."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Sagatavot auto instal็๐anas disketi"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5561,15 +5636,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automโtisks"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Atkโrtot"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Saglabโt pakot๒u izv็li"
@@ -5607,14 +5682,14 @@ msgstr "Izv็rsta"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Atpaka๏"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Tโlโk ->"
@@ -6070,7 +6145,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Cikliski mont็๐anas punkti %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr ""
@@ -6209,15 +6284,15 @@ msgstr "neviens"
msgid "No mouse"
msgstr "Nav peles"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "L๛dzu notest็jiet peli"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Lai aktiviz็tu peli,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "PAKUSTINIET RITENI!"
@@ -6254,11 +6329,11 @@ msgstr "Sak๏aut koku"
msgid "Toggle between flat and group sorted"
msgstr "Sakโrtots vienโ sarakstโ vai pa grupโm"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Piesl็gties Internetam"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6268,23 +6343,19 @@ msgstr ""
"Dai piesl็gumi izmanto pptp, pavisam nedaudzi dhcp.\n"
"Ja j๛s nezinat, izv็lieties 'izmantot pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "izmantot dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "izmantot pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "izmantot pptp"
@@ -6380,7 +6451,7 @@ msgstr ""
msgid "no network card found"
msgstr "t๎kla karte nav atrasta"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Konfigur็ju t๎klu"
@@ -6396,15 +6467,15 @@ msgstr ""
"Resursa vโrdam ir jโb๛t pilnam kvalific็tam resursa vโrdam,\n"
"piem็ram, ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Resursa vโrds:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "T๎kla konfigur็๐anas meistars"
@@ -6444,8 +6515,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Tika atklโta ugunsm๛ra konfigurโcija!"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN konfigurโcija"
@@ -6485,23 +6556,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Kโdu protokolu v็laties izmantot?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Kโds ir j๛su kartes tips?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Nezinu"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6514,19 +6590,19 @@ msgstr ""
"\n"
"Ja jums ir PCMCIA karte, jums ir jโzina kartes irq un io.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Pโrtraukt"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Turpinโt"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Kura ir j๛su ISDN karte ?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6534,7 +6610,7 @@ msgstr ""
"Ir atklโta ISDN PCI karte, bet nav zinโms kartes tips. L๛dzu izv็lieties "
"kโdu no nโkamajโ ekrโnโ uzskait๎tajโm PCI kart็m."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nav atrasta neviena ISDN PCI karte. L๛dzu izv็lieties kโdu no saraksta."
@@ -6589,7 +6665,7 @@ msgstr "Pirmais DNS serveris"
msgid "Second DNS Server (optional)"
msgstr "Otrais DNS serveris"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6597,7 +6673,7 @@ msgstr ""
"\n"
"Varat atsl็gties vai pโrkonfigur็t piesl็gumu."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6605,11 +6681,11 @@ msgstr ""
"\n"
"Varat pโrkonfigur็t piesl็gumu."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Pa๐laik j๛s esat piesl็dzies Internetam."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6617,37 +6693,37 @@ msgstr ""
"\n"
"Varat piesl็gties Internetam vai pโrkonfigur็ts piesl็gumu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Pa๐laik j๛s neesat piesl็dzies Internetam."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
#, fuzzy
msgid "Connect"
msgstr "Nav piesl็gts"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "ISDN piesl็gums"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "T๎kla konfigur็๐ana"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Interneta piesl็gums un konfigurโcija"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Varat atsl็gties vai pโrkonfigur็t piesl็gumu."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6661,12 +6737,12 @@ msgstr ""
"\n"
"Varat atsl็gties vai pโrkonfigur็t piesl็gumu."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "T๎kla konfigurโcija"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6674,7 +6750,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6682,99 +6758,99 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Izv็lieties konfigur็jamo profilu"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Eksperta re๎ms"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Noskaidroju ier๎ces..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Parasts mod็ma piesl็gums"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "atklโts uz porta %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN piesl็gums"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "atklโts %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "LAN piesl็gums"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "atklโts uz interfeisa %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kabe๏a piesl็gums"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Kabe๏a piesl็gums"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN piesl็gums"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernet karte(s) atrasta"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Izv็lieties izmantojamo r๎ku"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Interneta piesl็guma koplieto๐ana"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Vai v็laties start็t piesl็gumu palai๐anas laikโ?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "T๎kla konfigurโcija"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6782,27 +6858,27 @@ msgid ""
"%s"
msgstr "Vai v็laties pโrstart็t t๎klu"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6813,7 +6889,7 @@ msgstr ""
"Vienkโr๐i apstipriniet, ka v็laties saglabโt ๐o konfigurโciju.\n"
"Tโlโko lauku izmain๎๐ana pโrrakst๎s ๐o konfigurโciju."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6823,43 +6899,43 @@ msgstr ""
"Visi dati jโievada kโ IP adreses ar punktiem atdal๎tu decimโlu\n"
"skait๏u veidโ (piem็ram, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigur็ju t๎kla iekโrtu %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (draiveris %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP adrese"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "T๎kla maska"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automโtisks IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Sist็mdisketes rad๎๐ana"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adreses formโtam jโb๛t 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6871,42 +6947,53 @@ msgstr ""
"piem็ram, ``mybox.mylab.myco.com''.\n"
"J๛s varat ievad๎t ar๎ vโrtejas IP adresi, ja tโda ir"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS serveris"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Vโrtejas ier๎ce"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP adreses formโtam jโb๛t 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP adreses formโtam jโb๛t 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Proxy serveru konfigurโcija"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy b๛tu jโb๛t http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy b๛tu jโb๛t ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Proxy b๛tu jโb๛t http://..."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8304,7 +8391,7 @@ msgstr "Atsl็dzu t๎klu"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
@@ -8817,11 +8904,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Proxy b๛tu jโb๛t http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8871,6 +8953,43 @@ msgstr "mkraid neizdevโs (varb๛t nav uzstโd๎ti raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nepietiek diska part๎ciju RAID l๎menim %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Uzstโdu dro๐๎bas l๎meni"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Uzstโdu dro๐๎bas l๎meni"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Attโla lpd printera opcijas"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Noklus็ts)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Uzstโdu dro๐๎bas l๎meni"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "L๛dzu gaidiet, gatavoju instalโciju"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -9166,7 +9285,7 @@ msgstr "Internets"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Sist็mas re๎ms"
@@ -9263,7 +9382,7 @@ msgstr "Piesl็gties Internetam"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9311,7 +9430,7 @@ msgstr "T๎kla interfeiss"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9337,7 +9456,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9353,7 +9472,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9368,7 +9487,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9417,8 +9536,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9455,11 +9574,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Instal็ju pakotni %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "L๛dzu aizveriet sesiju un nospiediet Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Lai aktiviz็tu izmai๒as, l๛dzu aizveriet un atveriet %s sesiju"
@@ -9507,17 +9626,6 @@ msgstr "Pievienot lietotโju"
msgid "Add/Del Clients"
msgstr "DHCP klients"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/_Pal๎dz๎ba"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9570,53 +9678,68 @@ msgstr "Pievienot lietotโju"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP klients"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Konfigur็ju..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "LAN konfigurโcija"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "pโrkonfigur็t"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Ielieciet disketi iekโrtโ %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Nav nevienas diske๐u iekโrtas"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9740,13 +9863,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Pโrbaud๎t portus"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9755,41 +9878,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Bez paroles"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Adapteris %s: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9800,68 +9923,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9869,923 +9992,925 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "K๏๛da, nolasot failu %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Pakot๒u grupu izv็le"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "L๛dzu izv็lieties pakotnes, ko v็laties instal็t"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "No๒emt rindu"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "No๒emt Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "Lietotโja vโrds"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "L๛dzu notest็jiet peli"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "L๛dzu m็์iniet v็lreiz"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "L๛dzu m็์iniet v็lreiz"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Bez paroles"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "L๛dzu izv็lieties j๛su tastat๛ras izkโrtojumu."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "L๛dzu uzklik๐ํiniet uz part๎cijas"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "L๛dzu uzklik๐ํiniet uz part๎cijas"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "L๛dzu uzklik๐ํiniet uz part๎cijas"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "L๛dzu uzklik๐ํiniet uz part๎cijas"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "L๛dzu uzklik๐ํiniet uz part๎cijas"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Izv็lieties failu"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "L๛dzu izv็lieties pakotnes, ko v็laties instal็t"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "L๛dzu izv็lieties pakotnes, ko v็laties instal็t"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "L๛dzu izv็lieties pakotnes, ko v็laties instal็t"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "L๛dzu notest็jiet peli"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "T๎kla interfeiss"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tips"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Lietotโja vโrds"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "L๛dzu izv็lieties pakotnes, ko v็laties instal็t"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "L๛dzu izv็lieties izmantojamo valodu."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Ritenis"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Ritenis"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Modu๏a opcijas:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "T๎kla konfigurโcija"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "L๛dzu izv็lieties pakotnes, ko v็laties instal็t"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "L๛dzu izv็lieties pakotnes, ko v็laties instal็t"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Failu sist็mu uzstโd๎๐ana"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Peles ier๎ce: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Opcijas"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "L๛dzu norโdiet, kuram seriโlajam portam ir piesl็gts mod็ms."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "T๎kla konfigurโcija"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "L๛dzu izv็lieties j๛su peles tipu."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "L๛dzu notest็jiet peli"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "LAN piesl็gums"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Izv็lieties printera piesl็gumu"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Atjanot no disketes"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "L๛dzu izv็lieties j๛su peles tipu."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Cits"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Sist็mas instal็๐ana"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Atjaunot no faila"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Atjaunot no faila"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "L๛dzu izv็lieties j๛su peles tipu."
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "No๒emt rindu"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Atjaunot no faila"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Atjanot no disketes"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Salabot part๎ciju tabulu"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Atjaunot no faila"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Resursa vโrds:"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Parole"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Lietotโja vโrds"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Resursa vโrds: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Atjaunot no faila"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Pielโgota"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Salabot part๎ciju tabulu"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Atjaunot no faila"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- Atpaka๏"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Stโvoklis:"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Atjaunot no faila"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Tiks instal็tas sekojo๐as pakotnes"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "L๛dzu izv็lieties izmantojamo valodu."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "L๛dzu izv็lieties izmantojamo valodu."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "L๛dzu izv็lieties izmantojamo valodu."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Slikts rezerves kopijas fails"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Saglabโt failโ"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "T๎kla konfigurโcija"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "T๎kla konfigurโcija"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "LAN konfigurโcija"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "LAN konfigurโcija"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Failu sist็mu uzstโd๎๐ana"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10817,7 +10942,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10826,7 +10951,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10867,7 +10992,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10895,17 +11020,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10922,7 +11047,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10962,7 +11087,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10973,7 +11098,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10986,7 +11111,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11068,8 +11193,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsoles r๎ki"
@@ -11145,28 +11270,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Ports"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Instal็๐anas beigas"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "J๛s varat izv็l็ties citas valodas, kas b๛s pieejamas p็c instal็๐anas"
@@ -11271,11 +11396,6 @@ msgstr "Meistars..."
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:301
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Konfigurโcijas izm็์inโ๐ana"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
#, fuzzy
msgid "Connected"
@@ -11392,7 +11512,7 @@ msgstr "Modu๏a nosaukums"
msgid "Size"
msgstr "Izm็rs"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11457,12 +11577,12 @@ msgstr "Izvade"
msgid "Build the disk"
msgstr "Izveidot disku"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Pโrliecinieties ka datu nes็js %s ir vajadz๎gajโ vietโ"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11471,12 +11591,12 @@ msgstr ""
"Nav datu nes็ja ier๎c็ %s.\n"
"L๛dzu ielieciet kโdu."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Nevar atdal๎t: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11975,155 +12095,155 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Interneta piesl็guma koplieto๐ana"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Darba grupa"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "part๎cija %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Lietotโja vโrds"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Izdz็st"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Izdar๎ts"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Pievienot moduli"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Nav printera"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "No๒emt rindu"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Apstiprinโt lietotโju"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versija: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Ports"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Saglabโt pakot๒u izv็li"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Lietotโja vโrds"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Darba grupa"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nav piesl็gts"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12135,137 +12255,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "sโkn็๐anas diska veido๐ana"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Iz๐ํirtsp็ja"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Izv็lieties darb๎bu"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Koplietojuma vโrds"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "P็cinstal็๐anas konfigur็๐ana"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Beigt"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Sist็mas instal็๐ana"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Servisu konfigur็๐ana"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "ier๎ce"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "ier๎ce"
+msgid "Save theme"
+msgstr "Sist็mas instal็๐ana"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Norโdiet monitoru"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Printera piesl็gums"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Printera ier๎ces URI"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Noskaidroju ier๎ces..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12406,6 +12536,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "pielietojums: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "pielietojums: keyboarddrake [--expert] [keyboard]\n"
@@ -12434,11 +12571,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Neizdodas uzsโkt uzlabo๐anu no t๎kla !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -12719,16 +12856,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12804,7 +12938,7 @@ msgstr "Sist็mas instal็๐ana"
msgid "Exit install"
msgstr "Instal็๐anas beigas"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -13072,6 +13206,21 @@ msgstr "Multim็diji - CD ierakst๎๐ana"
msgid "Scientific Workstation"
msgstr "Zinโtniskโ darbastacija"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "P็cinstal็๐anas konfigur็๐ana"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy b๛tu jโb๛t ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Beigt"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (nedarbojas ar veciem BIOSiem)"
@@ -13160,9 +13309,6 @@ msgstr "Zinโtniskโ darbastacija"
#~ msgid "Test again"
#~ msgstr "M็์inโt v็lreiz"
-#~ msgid "Setting security level"
-#~ msgstr "Uzstโdu dro๐๎bas l๎meni"
-
#~ msgid "Select a graphics card"
#~ msgstr "Izv็lieties grafisko karti"
diff --git a/perl-install/share/po/nl.po b/perl-install/share/po/nl.po
index edf6ee33c..a866230af 100644
--- a/perl-install/share/po/nl.po
+++ b/perl-install/share/po/nl.po
@@ -1,4 +1,4 @@
-# SOME DESCRIPTIVE TITLE.
+# Dutch translation of DrakX.
# Copyright (C) 2000 Free Software Foundation, Inc.
# Copyright (c) 2000 MandrakeSoft
# Niels Gras <niels.gras@wanadoo.nl>, 2000
@@ -9,10 +9,10 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
-"PO-Revision-Date: 2002-08-31 01:30+0100\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
+"PO-Revision-Date: 2002-09-08 19:00+0200\n"
"Last-Translator: Reinout van Schouwen <reinout@cs.vu.nl>\n"
-"Language-Team: Nederlands <vertaling@nl.linux.org>\n"
+"Language-Team: Dutch <vertaling@nl.linux.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -59,7 +59,7 @@ msgstr "Selecteer een X-server"
#: ../../Xconfig/card.pm_.c:203
msgid "X server"
-msgstr "X-Server"
+msgstr "X-server"
#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
@@ -93,24 +93,24 @@ msgstr "Alle koppen afzonderlijk configureren"
msgid "Use Xinerama extension"
msgstr "Xinerama-uitbreiding gebruiken"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Alleen kaart \"%s\"%s configureren"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s met 3D hardware acceleratie"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -121,17 +121,17 @@ msgstr ""
"Uw kaart wordt ondersteund door XFree %s, welke betere ondersteuning zou \n"
"kunnen hebben in 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Uw kaart kan 3D acceleratie ondersteuning krijgen met XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s met EXPERIMENTELE 3D hardware acceleratie"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -145,7 +145,7 @@ msgstr ""
"Uw kaart wordt ondersteund door XFree %s, welke betere ondersteuning zou \n"
"kunnen hebben in 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -155,12 +155,12 @@ msgstr ""
"LET OP: DIT IS EEN EXPERIMENTELE ONDERSTEUNING, WELKE UW COMPUTER KAN LATEN "
"VASTLOPEN."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installatie beeldscherm-stuurprogramma)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Aangepast"
@@ -180,32 +180,32 @@ msgstr "Resolutie"
msgid "Test"
msgstr "Test"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opties"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ok"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Afsluiten"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -305,25 +305,25 @@ msgstr "Kies resolutie en kleurdiepte"
msgid "Graphics card: %s"
msgstr "Grafische kaart: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Annuleren"
@@ -401,11 +401,11 @@ msgstr "XFree86-server: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 stuurprogramma: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X bij opstarten"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -414,7 +414,7 @@ msgstr ""
"Ik kan uw computer instellen om automatisch X te starten bij het opstarten.\n"
"Wenst u X te starten bij het opstarten?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -434,7 +434,7 @@ msgstr ""
"\n"
"Heeft u deze mogelijkheid?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Welke norm gebruikt uw TV?"
@@ -506,7 +506,7 @@ msgstr "Compact"
msgid "compact"
msgstr "compact"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Video-modus"
@@ -514,23 +514,23 @@ msgstr "Video-modus"
msgid "Delay before booting default image"
msgstr "Pauze voor het opstarten van standaard-kernel"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Wachtwoord"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Wachtwoord (nogmaals)"
#: ../../any.pm_.c:172
msgid "Restrict command line options"
-msgstr "Commandoregel-opties beperken"
+msgstr "Opdrachtregel-opties beperken"
#: ../../any.pm_.c:172
msgid "restrict"
@@ -559,14 +559,14 @@ msgid ""
msgstr ""
"De optie ``Commandoregel-opties beperken'' heeft geen nut zonder wachtwoord"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Gelieve opnieuw te proberen"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "De wachtwoorden komen niet overeen"
@@ -608,7 +608,7 @@ msgstr ""
"\n"
"Van welke schijf start U op ?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -616,148 +616,148 @@ msgstr ""
"Hier zijn de waardes voor LILO.\n"
"U kunt er enkele toevoegen of de bestaande wijzigen."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Toevoegen"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Klaar"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Aanpassen"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Welk type waarde wenst u toe te voegen?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Ander OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Ander OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Ander OS (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
-msgstr "Kernel"
+msgstr "Beeldbestand"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Toevoegen"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Lezen-schrijven"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Onveilig"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Naam"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Standaard"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-grootte"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
-msgstr "Geen Video"
+msgstr "Geen video"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
-msgstr "Waarde verwijderen"
+msgstr "Item verwijderen"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Lege naam is niet toegelaten"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "U dient een kernel-bestand aan te geven"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "U dient een hoofdmap(root)-partitie aan te geven"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Deze naam wordt al gebruikt"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s interfaces gevonden"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Heeft u er nog รฉรฉn?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Heeft u een %s interface?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nee"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
-msgstr "Bekijk hardware-info"
+msgstr "Hardware-info bekijken"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Bezig met installeren van stuurprogramma voor %s kaart %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -766,7 +766,7 @@ msgstr ""
"U kunt nu de opties doorgeven aan module %s.\n"
"Merk op dat een adres moet worden ingegeven met de prefix 0x zoals '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -777,17 +777,17 @@ msgstr ""
"Opties staan in het formaat ``naam=waarde naam2=waarde2 ...''.\n"
"Bijvoorbeeld, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Module-opties:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Welk %s stuurprogramma moet ik proberen?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -804,15 +804,15 @@ msgstr ""
"zelf zoeken? Soms zal de automatische detectie de computer laten hangen,\n"
"maar het zou geen schade mogen veroorzaken."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
-msgstr "Automatisch detecteren"
+msgstr "Automatisch bespeuren"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Opties specificeren"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -821,62 +821,62 @@ msgstr ""
"Het laden van module %s is niet gelukt.\n"
"Wenst u opnieuw te proberen met andere parameters?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "toegang tot X-programma's"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "toegang tot rpm-gereedschappen"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "\"su\" toestaan"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "toegang tot administratieve bestanden"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "toegang tot netwerk-gereedschappen"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr "toegang tot compileer-gereedschappen"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s reeds toegevoegd)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Dit wachtwoord is te eenvoudig"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Gelieve een gebruikersnaam in te geven"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"De gebruikersnaam mag slechts kleine letters, cijfers, `-' en`_' bevatten"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Deze gebruikersnaam is te lang"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Deze gebruikersnaam is al toegevoegd"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Gebruiker toevoegen"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -885,32 +885,32 @@ msgstr ""
"Geef een gebruiker in\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Gebruiker aanvaarden"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Echte naam"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Gebruikersnaam"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Pictogram"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Automatisch inloggen"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -918,56 +918,56 @@ msgstr ""
"Ik kan uw computer instellen om automatisch รฉรฉn gebruiker in te loggen.\n"
"Wilt u van deze mogelijkheid gebruik maken?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Kies de standaard gebruiker:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Selecteer de 'window manager' die u wilt gebruiken:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Kies de taal die u wenst te gebruiken."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "U kunt andere talen kiezen die beschikbaar zullen zijn na installatie"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Alles"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Alle gebruikers toestaan"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Niet delen"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pakket %s dient geรฏnstalleerd te worden. Wilt u het installeren?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"U kunt bestandssystemen delen met behulp van NFS of Samba. Welke daarvan "
"wilt u gebruiken?"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Verplicht pakket %s ontbreekt"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -981,11 +981,11 @@ msgstr ""
"\n"
"\"Aangepast\": per-gebruiker instellingen toestaan.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Userdrake opstarten"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -994,31 +994,31 @@ msgstr ""
"\"fileshare\". U kunt met userdrake een gebruiker\n"
"aan deze groep toevoegen."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Welkom Bij krakers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Weinig"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standaard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Hoog"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Hoger"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoรฏde"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1030,7 +1030,7 @@ msgstr ""
"machine met andere computers of het internet verbonden is. Er worden\n"
"geen wachtwoorden gebruikt."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1038,7 +1038,7 @@ msgstr ""
"Wachtwoorden zijn nu ingeschakeld, maar het gebruik als genetwerkte computer "
"is nog steeds niet aanbevolen."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1046,7 +1046,7 @@ msgstr ""
"Dit is de standaardbeveiliging, aangeraden voor een computer die als cliรซnt "
"met het Internet verbonden zal worden."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1054,7 +1054,7 @@ msgstr ""
"Er zijn al enkele restricties en meer automatische checks worden iedere "
"nacht gedraaid."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1070,7 +1070,7 @@ msgstr ""
"een\n"
"client op het Internet is, dan kunt u beter een lager niveau kiezen."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1078,34 +1078,34 @@ msgstr ""
"Gebaseerd op het lagere niveau, maar nu is het systeem volledig afgesloten.\n"
"Beveiligingsfuncties staan op hun maximumwaarde."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "DrakSec basisopties"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Kies het gewenste veiligheidsniveau"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Veiligheidsniveau"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Gebruik libsafe voor servers"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Een bibliotheek welke bescherming biedt tegen \"buffer-overflow\"- en "
"\"format string\"-aanvallen."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Beveiligings-beheerder (gebruikersnaam of e-mail)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1116,7 +1116,7 @@ msgstr ""
"mogelijk maakt (bijv.: Latijn en niet-Latijn)"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1132,59 +1132,59 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welkom bij GRUB - Kies uw besturingssysteem!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Gebruik de %c en %c-toetsen om de aangeduide waarde te selecteren."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Druk Enter om het geselecteerde besturingssysteem te booten, druk 'e'"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr " om de waarde eerst te bewerken, of 'c' voor een command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
"De aangeduide waarde zal automatisch gestart worden binnen %d seconden."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "niet genoeg ruimte in /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "U kunt de opstart-lader niet installeren op een %s-partitie\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "Nog geen hulp beschikbaar.\n"
@@ -1236,63 +1236,63 @@ msgstr "Lilo/Grub modus"
msgid "Yaboot mode"
msgstr "Yaboot modus"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Thema's installeren"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Thema weergeven onder keuzemenu"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "Nieuw thema creรซren"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Reservekopie maken van %s naar %s.old"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Fout"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "niet in staat reservekopie te maken van lilo-melding"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "%s naar %s kopiรซren"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "kan lilo-melding niet veranderen"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Lilo-melding niet gevonden"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Kan /etc/sysconfig/bootsplash niet wegschrijven."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "%s schrijven"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1300,17 +1300,17 @@ msgstr ""
"Kan /etc/sysconfig/bootsplash niet wegschrijven\n"
"Bestand niet gevonden."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Kan mkinitrd -f /boot/initrd-%s.img %s niet starten."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "initrd maken: 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1319,47 +1319,47 @@ msgstr ""
"Start \"lilo\" als root vanaf de opdrachtregel om de LiLo thema-installatie "
"te voltooien."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "'Lilo' opnieuw starten"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Melding"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Installatie van LiLo- en opstartschermthema's geslaagd"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Thema-installatie mislukt!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr ""
"U gebruikt op dit moment %s als Opstart-manager.\n"
-"Klik op Configureer om de instel-hulp te starten."
+"Klik op Configureer om de instel-wizard te starten."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configureren"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Selectie opstartscherm"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Thema's"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1373,44 +1373,44 @@ msgstr ""
"opstartscherm,\n"
"u kunt ze apart kiezen"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Lilo-scherm"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Opstartscherm"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Systeem modus"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Open het X-Window systeem bij opstarten"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nee, ik wil niet automatisch inloggen"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, ik wil automatisch inloggen met deze (gebruiker, werkomgeving)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "kan /etc/inittab niet lezen: %s"
@@ -1507,50 +1507,63 @@ msgstr "Oostenrijk"
msgid "United States"
msgstr "Verenigde Staten"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+"WebDAV is een protocol dat u in staat stelt een map op een web server\n"
+"lokaal te koppelen, en deze te behandelen alsof het een lokaal bestands-\n"
+"systeem is (vooropgesteld dat de web server geconfigureerd is als een\n"
+"WebDAV-server). Indien u WebDAV-koppelpunten wenst toe te voegen,selecteer "
+"dan \"Nieuw\"."
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Nieuw"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Ontkoppelen"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Koppelen"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Koppelpunt"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Geef de URL van de WebDAV-server in"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "De URL moet beginnen met http:// of https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Server:"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Koppelpunt: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opties: %s"
@@ -1577,7 +1590,7 @@ msgstr ""
#: ../../diskdrake/hd_gtk.pm_.c:151
msgid "Wizard"
-msgstr "Hulp"
+msgstr "Wizard"
#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
msgid "Choose action"
@@ -1638,7 +1651,7 @@ msgstr "Leeg"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Overig"
@@ -1782,7 +1795,7 @@ msgstr ""
"De backup partitietabel heeft niet dezelfde grootte\n"
"Toch verdergaan?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Waarschuwing"
@@ -2333,7 +2346,7 @@ msgstr "Kan niet inloggen met gebruikersnaam %s (verkeerd wachtwoord?)"
#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
msgid "Domain Authentication Required"
-msgstr "Domein Authenticatie Vereist"
+msgstr "Domein-aanmelding vereist"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
msgid "Another one"
@@ -2350,7 +2363,7 @@ msgstr ""
"Voer uw gebruikersnaam, wachtwoord en domeinnaam in om toegang te krijgen "
"tot deze host."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Gebruikersnaam"
@@ -2362,23 +2375,23 @@ msgstr "Domein"
msgid "Search servers"
msgstr "Servers zoeken"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatteren van %s mislukt"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ik weet niet hoe %s in type %s te formatteren"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "het koppelen van partitie %s in map %s is mislukt"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "fout bij ontkoppelen %s: %s"
@@ -2417,11 +2430,11 @@ msgstr ""
#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "U kan JFS niet gebruiken op een partitie kleiner dan 16MB"
+msgstr "U kunt JFS niet gebruiken op een partitie kleiner dan 16MB"
#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "U kan ReiserFS niet gebruiken op een partitie kleiner dan 32MB"
+msgstr "U kunt ReiserFS niet gebruiken op een partitie kleiner dan 32MB"
#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
@@ -2467,46 +2480,137 @@ msgstr "Niets meer te doen"
msgid "Error opening %s for writing: %s"
msgstr "Fout bij het openen van %s voor schrijfbewerking: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "Geen alternatief stuurprogramma"
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
-msgstr "Er is geen bekend OSS/ALSA-stuurprogramma voor uw geluidskaart (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
+"Er is geen alternatief OSS/ALSA-stuurprogramma bekend voor uw geluidskaart(%"
+"s) welke momenteel \"%s\" gebruikt"
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "Geluidsconfiguratie"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
"Hier kunt u een alternatief stuurprogramma selecteren (OSS of ALSA) voor uw "
-"geluidskaart (%s)"
+"geluidskaart (%s)."
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+"\n"
+"\n"
+"Uw kaart gebruikt momenteel het %s\"%s\"-stuurprogramma (standaard "
+"stuurprogramma voor uw kaart is \"%s\")"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "Stuurprogramma:"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Help"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr "Hulp bij het schakelen tussen ALSA en OSS"
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+"OSS (Open Source Sound) was de eerste geluidsarchitectuur (API) voor Linux. "
+"een besturingssysteem-onafhankelijke geluids-API (het is beschikbaar opde "
+"meeste UNIX-systemen) maar het is een erg simpele en beperkte API.\n"
+"Daarbij komt dat alle OSS-stuurprogramma's het wiel opnieuw uitvinden.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is een gemodulariseerde "
+"architectuurwelke een behoorlijk groot bereik van ISA-, USB- en PCI-kaarten "
+"ondersteunt.\n"
+"\n"
+"Tevens biedt het een interface op veel hoger niveau dan OSS.\n"
+"\n"
+"Om van ALSA gebruik te maken, kan men twee dingen doen:\n"
+"- gebruik maken van de compatibiliteits-API voor het oude OSS\n"
+"- gebruik maken van de nieuwe ALSA-API welke veel verbeterde "
+"functionaliteit kent maar vereist dat u de ALSA-bibliotheek gebruikt.\n"
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+"Het oude \"%s\"-stuurprogramma staat op de zwarte lijst.\n"
+"\n"
+"Er is gerapporteerd dat het kernel-oopses veroorzaakt bij\n"
+"het uitladen.\n"
+"\n"
+"Het nieuwe \"%s\"-stuurprogramma zal slechts gebruikt worden\n"
+"bij de volgende \"bootstrap\"."
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Even geduld... bezig met toepassen van de configuratie"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Even geduld"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "Geen stuurprogramma bekend"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Er is geen stuurprogramma bekend voor uw geluidskaart (%s)"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "Onbekend stuurprogramma"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2633,7 +2737,8 @@ msgid "/_Quit"
msgstr "/_Afsluiten"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Hulp"
@@ -2654,14 +2759,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Rapporteer Bug"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_Info over..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "Info over Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2669,62 +2778,59 @@ msgstr ""
"Dit is HardDrake, een Mandrake hardware configuratie-tool.\n"
"Versie:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Auteur:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 versie "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Gevonden randapparatuur"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informatie"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Module configureren"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "Start configuratie-tool"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
-msgstr "Bezig met detecteren"
+msgstr "Bezig met zoeken"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Even geduld"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "U kunt elke vlag van de module hier configureren"
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "Draait \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr ""
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "Bezig met onderzoeken %s -klasse\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
-msgstr "Primaire"
+msgstr "primaire"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "secundaire"
#: ../../harddrake/v4l.pm_.c:15 ../../harddrake/v4l.pm_.c:65
msgid "Auto-detect"
-msgstr "Autodetecteren"
+msgstr "Automatisch bespeuren"
#: ../../harddrake/v4l.pm_.c:66 ../../harddrake/v4l.pm_.c:186
msgid "Unknown|Generic"
@@ -2878,24 +2984,24 @@ msgid ""
"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
"\"second lowest SCSI ID\", etc."
msgstr ""
-"Hierboven zijn de bestaande Linux partities afgebeeld die op uw harde\n"
-"schijf gevonden zijn. U kunt de keuzes die gemaakt zijn door de hulp\n"
+"Hierboven zijn de bestaande Linuxpartities afgebeeld die op uw harde\n"
+"schijf gevonden zijn. U kunt de keuzes die gemaakt zijn door de wizard\n"
"behouden, ze zijn goed voor de meeste doorsnee installaties.\n"
"Indien u veranderingen maakt, moet u in ieder geval een root partitie\n"
"(\"/\") definiรซren. Kies een partitie niet te klein, anders zult u niet in\n"
-"staat zijn genoeg software te installeren. Indien u uw gegevens op een\n"
+"staat zijn genoeg software te installeren. Indien u uw gegevens op een\n"
"aparte partitie wilt bewaren, dient u tevens een \"/home\" partitie te\n"
"creรซren (alleen mogelijk wanneer er meer dan รฉรฉn Linux partitie\n"
"beschikbaar is).\n"
"\n"
-"Elke partitie is als volgt afgebeeld: \"Naam\", \"Capaciteit\"\n"
+"Elke partitie is als volgt afgebeeld: \"Naam\", \"Capaciteit\".\n"
"\n"
-"\"Naam\" is als volgt opgebouwd: \"type harde schijf\", \"harde schijf-nummer"
+"\"Naam\" is als volgt opgebouwd: \"type harde schijf\", \"nummer harde schijf"
"\",\n"
-"\"partitienumer\" (bijvoorbeeld \"hda1\").\n"
+"\"partitienummer\" (bijvoorbeeld \"hda1\").\n"
"\n"
-"\"Type harde schijf\" is \"hd\" als uw harde schijf van het IDE-type is en"
-"\"sd\" wanneer deze van het SCSI type is.\n"
+"\"Type harde schijf\" is \"hd\" als uw harde schijf van het IDE-type is en\n"
+"\"sd\" wanneer deze van het SCSI-type is.\n"
"\n"
"\"Harde schijf-nummer\" is altijd een letter na \"hd\" of \"sd\". Voor IDE\n"
"harde schijven:\n"
@@ -2924,7 +3030,6 @@ msgstr ""
"dat nodig is."
#: ../../help.pm_.c:77
-#, fuzzy
msgid ""
"It is now time to specify which programs you wish to install on your\n"
"system. There are thousands of packages available for Mandrake Linux, and\n"
@@ -2981,7 +3086,7 @@ msgstr ""
"Linux, en er wordt niet van u verwacht dat u ze allemaal uit uw hoofd kent.\n"
"\n"
"Indien u een standaard-installatie vanaf CD-ROM uitvoert, zal u eerst\n"
-"gevraagd worden de CD's die u bij de hand heeft te specificeren (alleen\n"
+"gevraagd worden aan te geven welke CD's u bij de hand heeft (alleen\n"
"in Expert-modus). Ga de CD-etiketten na en selecteer de vakjes die\n"
"corresponderen met de CD's die u heeft voor de installatie. Klik op \"OK\"\n"
"zodra u gereed bent om verder te gaan.\n"
@@ -3001,7 +3106,7 @@ msgstr ""
"kunt u aangeven welke van de meest algemene diensten u op uw\n"
"computer geรฏnstalleerd wilt zien.\n"
"\n"
-"* \"Grafische Omgeving\": tot slot is dit waar u uw voorkeur voor een "
+"* \"Grafische omgeving\": tot slot is dit waar u uw voorkeur voor een "
"grafische\n"
"omgeving kunt aangeven. Tenminste รฉรฉn moet geselecteerd zijn als u een\n"
"grafisch werkstation wilt hebben!\n"
@@ -3015,9 +3120,8 @@ msgstr ""
"zal een dialoogvenster verschijnen dat verscheidene opties voor een "
"minimale\n"
"installatie voorstelt:\n"
-" * \"Met X\" Installeer zo min mogelijk pakketten met behoud van een "
-"grafische\n"
-"werkomgeving;\n"
+" * \"Met X\": installeer zo min mogelijk pakketten met behoud van een "
+"werkende grafische werkomgeving;\n"
" \n"
" * \"Met basis-documentatie\" installeert het basissysteem plus algemene\n"
"hulpprogramma's en hun documentatie. Deze installatie is geschikt om een "
@@ -3027,8 +3131,8 @@ msgstr ""
" * \"Werkelijk minimale installatie\" zal het absolute minimum installeren "
"dat nodig\n"
"is om een werkend Linux-systeem te verkrijgen, slechts met een "
-"commandoregel.\n"
-"Deze installatie is ongeveer 65MB groot.\n"
+"opdrachtregel.\n"
+"Deze installatie is ongeveer 65 MB groot.\n"
"\n"
"U kunt het \"Individuele pakketselectie\"-vakje selecteren, welke nuttig is "
"als\n"
@@ -3043,7 +3147,6 @@ msgstr ""
"systeem."
#: ../../help.pm_.c:128
-#, fuzzy
msgid ""
"Finally, depending on whether or not you chose to be able to select\n"
"individual packages, you will be presented a tree containing all packages\n"
@@ -3081,7 +3184,7 @@ msgid ""
"a floppy."
msgstr ""
"Tenslotte, afhankelijk van uw keus om al dan niet individuele pakketten\n"
-"te selecteren, wordt u een boom getoond bevattende alle pakketten\n"
+"te selecteren, wordt u een boom getoond die alle pakketten bevat\n"
"geclassificeerd in groepen en subgroepen. Terwijl u door de boom bladert,\n"
"kunt u gehele groepen, subgroepen of individuele pakketten selecteren.\n"
"\n"
@@ -3094,12 +3197,12 @@ msgstr ""
"helpen inschatten of er nog tijd is om te genieten van een kopje koffie.\n"
"\n"
"!! Als een server-pakket geselecteerd is, ofwel bedoeld ofwel omdat\n"
-"het onderdeel is van een gehele groep, zal u gevraagd worden om\n"
+"het onderdeel is van een hele groep, zal u gevraagd worden om\n"
"te bevestigen dat u deze servers echt wilt installeren. Onder Mandrake\n"
"Linux worden alle geรฏnstalleerde servers standaard ingeschakeld\n"
"tijdens het opstarten. Zelfs wanneer zij veilig zijn en geen bekende\n"
-"beveiligingsgebreken hadden op het moment dat de distributie "
-"werdnuitgebracht, kan het gebeuren dat beveiligingsfouten ontdekt worden\n"
+"beveiligingsgebreken hadden op het moment dat de distributie werd\n"
+"uitgebracht, kan het gebeuren dat beveiligingsfouten ontdekt worden\n"
"nadat deze versie van Mandrake Linux afgemaakt werd. Indien u niet\n"
"weet wat een bepaalde dienst geacht wordt te doen of waarom het\n"
"geรฏnstalleerd wordt, klikt u dan \"Nee\". Klikken op \"Ja\" zorgt ervoor\n"
@@ -3112,7 +3215,7 @@ msgstr ""
"dat het een afhankelijkheid moet vervullen met een ander pakket om de\n"
"installatie succesvol te kunnen voltooien.\n"
"\n"
-"Het minuscule diskette-pictogram onderaan de lijst stelt u in staat de\n"
+"Het kleine diskette-pictogram onderaan de lijst stelt u in staat de\n"
"pakketten-lijst te laden die tijdens een eerdere installatie gekozen was.\n"
"Als u klikt op dit pictogram zal u gevraagd worden een diskette in het\n"
"diskettestation te plaatsen welke gecreรซerd was aan het eind van een\n"
@@ -3120,7 +3223,6 @@ msgstr ""
"dergelijke diskette aanmaakt."
#: ../../help.pm_.c:164
-#, fuzzy
msgid ""
"You are now able to set up your Internet/network connection. If you wish to\n"
"connect your computer to the Internet or to a local network, click \"OK\".\n"
@@ -3150,18 +3252,19 @@ msgstr ""
"deselecteer dan het \"Automatische bespeuring gebruiken\"-vakje de\n"
"volgende keer. U kunt ook besluiten het netwerk niet te configureren of\n"
"het later pas te doen; in dat geval klikt u op de \"Annuleren\"-knop.\n"
-"Beschikbare verbindingstypen zijn:\n"
-"conventionele modem, ISDN-adapter, ADSL-verbinding, kabelmodem en\n"
-"tenslotte een eenvoudige LAN-verbinding (Ethernet).\n"
+"\n"
+"Beschikbare verbindingstypen zijn: conventionele modem, ISDN-adapter,\n"
+"ADSL-verbinding, kabelmodem en tenslotte een eenvoudige\n"
+"LAN-verbinding (Ethernet).\n"
"\n"
"Wij zullen hier niet tot in detail ingaan op elke configuratie. Zorgt u er\n"
"gewoon voor dat u alle instellingen van uw Internetprovider of\n"
"systeembeheerder bij de hand heeft.\n"
"\n"
-"U kunt het hoofdstuk over Internetverbindingen in het handboek\n"
+"U kunt het hoofdstuk over internetverbindingen in het handboek\n"
"raadplegen voor details over de instellingen, of gewoon wachten\n"
-"totdat uw systeem geรฏnstalleerd is en dan het beschreven programma\n"
-"gebruiken om uw verbinding in te stellen.\n"
+"totdat uw systeem geรฏnstalleerd is en dan het daarin beschreven\n"
+"programma gebruiken om uw verbinding in te stellen.\n"
"\n"
"Indien u wenst het netwerk later na de installatie in te stellen of\n"
"indien u klaar bent met het instellen van uw verbinding, klikt u\n"
@@ -3195,15 +3298,15 @@ msgstr ""
"te selecteren. Wanneer u niet zeker bent of een dienst nuttig is of niet,\n"
"dan is het veiliger om de standaard-instelling over te nemen.\n"
"\n"
-"Wees vooral voorzichtig in deze stap als u uw machine als een server wil\n"
-"gebruiken: u zal waarschijnlijk de diensten die u niet nodig heeft niet "
-"willen\n"
-"starten. Onthoud alstublieft dat een aantal diensten gevaarlijk kunnen zijn\n"
-"wanneer ze geactiveerd zijn op een server. In het algemeen geldt: kies\n"
-"alleen de services die u echt nodig heeft."
+"!! Wees vooral voorzichtig in deze stap als u uw machine als een server \n"
+"wilt gebruiken: u zult waarschijnlijk de diensten die u niet nodig heeft "
+"niet\n"
+"willen starten. Onthoudt alstublieft dat een aantal diensten riskant kunnen\n"
+"zijn indien ze geactiveerd zijn op een server. In het algemeen geldt: kies\n"
+"alleen de diensten die u echt nodig heeft.\n"
+"!!"
#: ../../help.pm_.c:203
-#, fuzzy
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
@@ -3234,7 +3337,6 @@ msgstr ""
"andere computers op uw lokale netwerk."
#: ../../help.pm_.c:217
-#, fuzzy
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
@@ -3258,10 +3360,10 @@ msgid ""
"configure your display."
msgstr ""
"X (voor X Window System) is het hart van de GNU/Linux grafische interface\n"
-"waarvan alle grafische omgevingen (KDE, GNOME, AfterStep, WindowMaker...)\n"
-"afhankelijk zijn die met Mandrake Linux zijn meegeleverd. In deze stap zal "
-"DrakX\n"
-"trachten X automatisch te configureren.\n"
+"waarvan alle grafische omgevingen (KDE, GNOME, AfterStep, WindowMaker,\n"
+"etc) die met Mandrake Linux zijn meegeleverd, afhankelijk zijn. In deze "
+"stap\n"
+"zal DrakX trachten X automatisch te configureren.\n"
"\n"
"Het is uiterst ongebruikelijk dat dit mislukt, tenzij de hardware erg oud "
"(of\n"
@@ -3270,15 +3372,17 @@ msgstr ""
"oplossend vermogen mogelijk, afhankelijk van de grootte van uw monitor.\n"
"Een venster zal verschijnen en u vragen of u het kunt zien.\n"
"\n"
-"Indien u een \"Expert\"-installatie uitvoert, komt u in de X instellingen "
-"hulp.\n"
+"Indien u een \"Expert\"-installatie uitvoert, komt u in de X "
+"configuratiewizard.\n"
"Zie het corresponderende stuk in de handleiding voor meer informatie over\n"
-"deze hulp.\n"
+"deze wizard.\n"
"\n"
"Als u het bericht tijdens de test kunt zien en \"Ja\" antwoordt, zal DrakX\n"
"doorgaan naar de volgende stap. Zoniet, dan betekent dat gewoon dat de\n"
"instelling onjuist was. De test zal in dat geval automatisch eindigen na\n"
-"10 seconden en het scherm herstellen."
+"10 seconden en het scherm herstellen. Voor meer informatie over hoe u\n"
+"uw beeldscherm moet configureren zij u verwezen naar het hoofdstuk over\n"
+"videoconfiguratie in de handleiding."
#: ../../help.pm_.c:239
msgid ""
@@ -3288,14 +3392,13 @@ msgid ""
"act as a server, or if you were not successful in getting the display\n"
"configured."
msgstr ""
-"Tenslotte zal u gevraagd wordne of u de grafische interface wilt zien\n"
+"Tenslotte zal u gevraagd worden of u de grafische interface wilt zien\n"
"bij het opstarten. Merk op dat deze vraag ook gesteld wordt zelfs als\n"
"u niet ervoor gekozen hebt om de configuratie te testen. Vanzelfsprekend\n"
"wilt u \"Nee\" antwoorden als uw machine als server moet dienen, of\n"
"indien u er niet in slaagde het beeld te configureren."
#: ../../help.pm_.c:246
-#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3321,14 +3424,13 @@ msgid ""
"disk."
msgstr ""
"De Mandrake Linux CD-ROM heeft een ingebouwde reddings-modus. U kunt\n"
-"er bij komen door op te starten van de CD-ROM, de \"F1\"-toets in te "
-"drukken\n"
-"tijdens het opstarten en \"rescue\" in te typen bij de aanwijzing. Maar in "
+"erbij komen door op te starten van de CD-ROM, de \"F1\"-toets in te drukken\n"
+"bij het opstartscherm en \"rescue\" in te typen bij de aanwijzing. Maar in "
"het\n"
"geval dat uw computer niet kan opstarten van de CD-ROM, moet u terugkomen\n"
"naar deze stap voor hulp in tenminste twee situaties:\n"
"\n"
-" * wanneer de opstart-lader geรฏnstalleerd wordt, zal DrakX de boot sector "
+" * wanneer de opstartlader geรฏnstalleerd wordt, zal DrakX de boot sector "
"(MBR)\n"
"van uw eerste harde schijf overschrijven (tenzij u een andere "
"opstartbeheerder\n"
@@ -3345,14 +3447,12 @@ msgstr ""
"stroomonderbreking, een ongelukkige typfout, een vergissing in een\n"
"wachtwoord, of wat voor reden dan ook.\n"
"\n"
-"Wanneer u op deze stap klikt, wordt u gevraagd een diskette te plaatsen in\n"
-"het diskettestation. De diskette moet leeg zijn of geen gegevens bevatten "
-"die\n"
+"Indien u \"Ja\" zegt, wordt u gevraagd een diskette te plaatsen in het\n"
+"diskettestation. De diskette moet leeg zijn of geen gegevens bevatten die\n"
"u nog nodig heeft. Het is niet nodig om hem te formatteren omdat DrakX de\n"
"gehele diskette zal herschrijven."
#: ../../help.pm_.c:270
-#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3442,8 +3542,8 @@ msgstr ""
"DiskDrake,\n"
"het partitioneringsprogramma van Mandrake Linux, dat u in staat stelt\n"
"om uw partities precies af te stellen. Zie het hoofdstuk over DiskDrake\n"
-"in de handleiding. Voor de installatie-interace kunt u de hulpen gebruiken\n"
-"die hier beschreven zijn door op de \"Hulp\"-knop van het dialoogvenster\n"
+"in de handleiding. Voor de installatie-interace kunt u de wizards gebruiken\n"
+"die hier beschreven zijn door op de \"Wizard\"-knop van het dialoogvenster\n"
"te klikken.\n"
"\n"
"Indien er reeds partities gedefinieerd zijn, hetzij van een vorige "
@@ -3452,29 +3552,36 @@ msgstr ""
"eenvoudigweg selecteren om uw Linux-systeem op te installeren.\n"
"\n"
"Indien er geen partities gedefinieerd zijn, zult u ze moeten aanmaken met\n"
-"de hulp. Afhankelijk van de configuratie van uw harde schijf, zijn er\n"
+"de wizard. Afhankelijk van de configuratie van uw harde schijf, zijn er\n"
"verscheidene opties beschikbaar:\n"
"\n"
-" * \"Gebruik vrije ruimte\": deze optie zal leiden tot het automatisch\n"
+" * \"Vrije ruimte gebruiken\": deze optie zal leiden tot het automatisch\n"
"partitioneren van uw lege schijf/schijven. Er worden u verder geen vragen\n"
"gesteld.\n"
"\n"
-" * \"Gebruik bestaande partitie\": de hulp heeft รฉรฉn of meer bestaande\n"
+" * \"Bestaande partitie gebruiken\": de wizard heeft รฉรฉn of meer bestaande\n"
"Linux-partities op uw harde schijf gevonden. Indien u deze wilt gebruiken,\n"
-"kiest u deze optie.\n"
+"kiest u deze optie. Vervolgens zal u gevraagd worden de koppelpunten te\n"
+"kiezen die met elk van de partities geassocieerd zijn. De bestaande\n"
+"koppelpunten zijn standaard al geselecteerd en meestal is het het beste\n"
+"als u deze behoudt.\n"
"\n"
-" * \"Gebruik vrije ruime op de Windows-partitie\": indien Microsoft Windows\n"
+" * \"Vrije ruime op de Windows-partitie gebruiken\": indien Microsoft "
+"Windows\n"
"op uw harde schijf is geรฏnstalleerd en alle beschikbare ruimte in beslag "
"neemt,\n"
"dient u vrije ruimte te creรซren voor Linux-gegevens. Om dat te doen, kunt u "
"uw\n"
-"Microsoft Windows-partitie en -gegevens wissen (zie \"Wis gehele schijf\"\n"
-"of \"Expert-modus\"-oplossingen) om uw Microsoft Windows-partitie te\n"
+"Microsoft Windows-partitie en -gegevens wissen (zie \"Gehele schijf wissen"
+"\"\n"
+"of \"Expert-modus\"-oplossingen) of uw Microsoft Windows-partitie\n"
"verkleinen. Het aanpassen van de grootte kan bewerkstelligd worden zonder\n"
-"verlies van enige gegevens. Deze oplossing is aanbevolen indien u zowel\n"
+"verlies van enige gegevens, vooropgesteld dat u eerst de Windows-partitie\n"
+"gedefragmenteerd heeft. Een reservekopie maken van uw gegevens kan\n"
+"ook geen kwaad. Deze oplossing is aanbevolen indien u zowel\n"
"Mandrake Linux en Microsoft Windows op dezelfde computer wilt gebruiken.\n"
"\n"
-" Laat het goed tot u doordringen, voordat u deze optie kiest, dat uw\n"
+" Laat het goed tot u doordringen, voordat u deze optie kiest, dat uw\n"
"Microsoft Windows partitie na afloop van deze procedure minder groot\n"
"zal zijn dan hij nu is. U zult minder vrije ruimte hebben onder\n"
"Microsoft Windows om uw gegevens op te slaan of om nieuwe software te\n"
@@ -3488,7 +3595,7 @@ msgstr ""
" !! Als u deze optie kiest, zullen alle gegevens op uw schijf verloren "
"gaan. !!\n"
"\n"
-" * \"Verwijder Windows\": dit wist simpelweg alles op de schijf en begint "
+" * \"Windows verwijderen\": dit wist simpelweg alles op de schijf en begint "
"van\n"
"voren af aan met partitioneren. Alle gegevens op uw schijf zullen verloren\n"
"gaan.\n"
@@ -3502,7 +3609,10 @@ msgstr ""
"keuze.\n"
"U kunt erg gemakkelijk al uw gegevens kwijtraken. Kiest u derhalve niet "
"hiervoor\n"
-"tenzij u weet wat u doet."
+"tenzij u weet wat u doet. Om te leren hoe u het DiskDrake-hulpprogramma "
+"kunt\n"
+"gebruiken zij u verwezen naar het hoofdstuk ``Uw partities beheren'' in de\n"
+"handleiding."
#: ../../help.pm_.c:341
msgid ""
@@ -3537,20 +3647,21 @@ msgid ""
"\"mformat a:\")"
msgstr ""
"Alstublieft. De installatieprocedure is voltooid en uw GNU/Linux-systeem\n"
-"is klaar voor gebruik. Klik gewoon op \"OK\" om uw computer opnieuw te\n"
-"starten. Indien u een meervoudig opstartsysteem gebruikt, kunt u GNU/Linux\n"
-"of Windows opstarten, welke u prefereert, zodra de computer de\n"
-"zelftestprocedure heeft doorlopen.\n"
+"is klaar voor gebruik. U hoeft alleen maar op \"OK\" te klikken om uw \n"
+"computer opnieuw te starten. U kunt GNU/Linux of Windows opstarten,\n"
+"welke u prefereert (indien u een meervoudig opstartsysteem gebruikt), \n"
+"zodra de computer opnieuw is gestart.\n"
"\n"
-"De \"Geavanceerd\"-knop (alleen in Expert-modus) toont twee knoppen meer\n"
-"voor:\n"
+"De \"Geavanceerd\"-knop (alleen in Expert-modus) toont twee extra \n"
+"knoppen voor:\n"
"\n"
" * \"auto-installatiediskette aanmaken\": om een installatiediskette te\n"
-"creรซren weke de gehele installatie automatisch zal uitvoeren zonder hulp\n"
-"van een beheerder, gelijkend op de installatie die u zonet heeft\n"
+"creรซren welke de gehele installatie automatisch zal uitvoeren zonder een\n"
+"toezichthouder, gelijkend op de installatie die u zonet heeft\n"
"geconfigureerd.\n"
"\n"
-"Merk op dat er twee verschillende opties zijn na het klikken van deze knop:\n"
+" Merk op dat er twee verschillende opties zijn na het aanklikken\n"
+" van deze knop:\n"
"\n"
" * \"Afspelen\". Dit is een gedeeltelijk geautomatiseerde installatie, "
"omdat\n"
@@ -3559,7 +3670,7 @@ msgstr ""
" * \"Geautomatiseerd\". Volledig geautomatiseerde installatie: de harde\n"
"schijf wordt volledig overschreven en alle gegevens erop raken verloren.\n"
"\n"
-" Deze mogelijkheid is erg handig wanneer u een grote hoeveelheid\n"
+" Deze mogelijkheid is erg handig wanneer u een grote hoeveelheid\n"
"soortgelijke computers installeert. Zie ook de Auto-installatie afdeling op\n"
"onze website.\n"
"\n"
@@ -3641,7 +3752,6 @@ msgstr ""
"Even geduld alstublieft."
#: ../../help.pm_.c:406
-#, fuzzy
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
@@ -3663,7 +3773,7 @@ msgstr ""
"Kies \"Ja\" indien u een werkende internetverbinding heeft, of \"Nee\"\n"
"als u liever later vernieuwde pakketten installeert.\n"
"\n"
-"Wanneeru op \"Ja\" klikt verschijnt er een lijst van plaatsen waar\n"
+"Wanneer u op \"Ja\" klikt verschijnt er een lijst van plaatsen waar\n"
"vernieuwingen van kunnen worden opgehaald. Kies degene waar\n"
"u zich het dichtst bij in de buurt bevindt. Daarna verschijnt een\n"
"pakketselectieboom: ga de selectie na en druk op \"Installeren\"\n"
@@ -3685,7 +3795,6 @@ msgstr ""
"verder te gaan met de installatie, klikt u op de \"Accepteren\"-knop."
#: ../../help.pm_.c:426
-#, fuzzy
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
@@ -3696,18 +3805,18 @@ msgid ""
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-"Op dit punt is het tijd om het beveiligingsniveau te kiezen voor deze\n"
-"computer. Als een vuistregel is aan te houden dat hoe meer blootgesteld\n"
+"Op dit punt is het tijd om het gewenste beveiligingsniveau te kiezen voor\n"
+"deze computer. Als een vuistregel is aan te houden dat hoe meer "
+"blootgesteld\n"
"de computer is, en hoe meer cruciale gegevens erop opgeslagen zijn,\n"
"hoe hoger het beveiligingsniveau moet zijn. Echter, een hoger\n"
"beveiligingsniveau gaat meestal ten koste van gebruiksgemak. U zij\n"
-"verwezen naar het MSEC-hoofdstuk van de \"Reference Manual\" voor\n"
+"verwezen naar het MSEC-hoofdstuk van de \"Referentiehandleiding\" voor\n"
"meer informatie over de betekenis van deze niveaus.\n"
"\n"
"In het geval dat u niet weet wat te kiezen, behoudt u de standaard optie."
#: ../../help.pm_.c:436
-#, fuzzy
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3779,7 +3888,7 @@ msgid ""
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-"Op dit punt moet u kiezen welke partitie(s) gebruikt zullen worden voor\n"
+"Op dit punt dient u te kiezen welke partitie(s) gebruikt zullen worden voor\n"
"de installatie van uw Mandrake Linux systeem. Indien er reeds partities\n"
"gedefinieerd zijn, van een vorige GNU/Linux installatie of door een\n"
"ander partitioneringsprogramma, kunt u bestaande partities gebruiken.\n"
@@ -3799,43 +3908,43 @@ msgstr ""
"geselecteerde\n"
"harde schijf.\n"
"\n"
-" * \"Automatisch toewijzen\": deze optie creรซert automatisch Ext2- en swap-\n"
+" * \"Automatisch toewijzen\": deze optie creรซert automatisch ext3- en swap-\n"
"partities in de vrije ruimte op uw harde schijf.\n"
"\n"
" * \"Meer\": geeft toegang tot extra opties:\n"
"\n"
-" * \"Partitietabel opslaan\": slaat de partitietabel op op een diskette. "
+" * \"Partitietabel opslaan\": slaat de partitietabel op op een diskette. "
"Nuttig om\n"
"later zonodig de partitietabel te herstellen. Het is sterk aanbevolen deze "
"stap uit\n"
"te voeren.\n"
-" * \"Partitietabl herstellen\": deze optie stelt u in staat om een eerder "
+"\n"
+" * \"Partitietabel herstellen\": deze optie stelt u in staat om een eerder "
"opgeslagen\n"
"partitietabel van diskette te herstellen.\n"
"\n"
-" * \"Partitietabel redden\": indien uw partitietabel is beschadigd, kunt "
-"u deze\n"
+" * \"Partitietabel redden\": indien uw partitietabel is beschadigd, kunt u "
+"deze\n"
"trachten te herstellen met deze optie. Weest u voorzichtig en onthoud dat "
"dit\n"
"kan mislukken.\n"
"\n"
-" * \"Partitietabel herladen\": gooit alle veranderingen weg en laadt de\n"
-"partitietabel waarmee u begon\n"
+" * \"Partitietabel herladen\": gooit alle veranderingen weg en laadt de\n"
+"partitietabel waarmee u begon;\n"
"\n"
-" * \"Auto-koppeling verwisselbare media\": het deselecteren van deze "
-"optie\n"
+" * \"Auto-koppeling verwisselbare media\": het deselecteren van deze optie\n"
"dwingt gebruikers om handmatig verwisselbare media zoals diskettes en\n"
"CD-ROMs te koppelen en te ontkoppelen.\n"
"\n"
-" * \"Hulp\": gebruik deze optie indien u een hulp wenst te gebruiken om\n"
+" * \"Wizard\": gebruik deze optie indien u een wizard wenst te gebruiken om\n"
"uw harde schijf mee te partitioneren. Dit is aanbevolen als u geen brede "
"kennis\n"
"heeft over partitioneren.\n"
"\n"
" * \"Ongedaan maken\": gebruik deze optie om uw wijzigingen te annuleren.\n"
"\n"
-" * \"Schakel naar normale / expert modus\": laat extra handelingen toe op\n"
-"partities (Type, opties, formatteren) en geeft meer informatie.\n"
+" * \"Naar normale / expert modus schakelen\": laat extra handelingen toe op\n"
+"partities (type, opties, formatteren) en geeft meer informatie.\n"
"\n"
" * \"Klaar\": wanneer u klaar bent met het partitioneren van uw harde "
"schijf, zal dit\n"
@@ -3857,7 +3966,7 @@ msgstr ""
"\n"
"Voor meer informatie over de verschillende types bestandssystemen die er "
"zijn,\n"
-"leest u het hoofdstuk 'ext2fs' van de ``Referentie Handleiding''.\n"
+"leest u het hoofdstuk 'ext2fs' van de ``Referentiehandleiding''.\n"
"\n"
"In het geval dat u op een PPC computer aan het installeren bent, zult u een "
"kleine\n"
@@ -3936,7 +4045,6 @@ msgid "Please be patient. This operation can take several minutes."
msgstr "Even geduld a.u.b. Deze operatie kan enkele minuten duren."
#: ../../help.pm_.c:541
-#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
@@ -3979,25 +4087,25 @@ msgstr ""
"verder\n"
"de keus tussen het uitvoeren van een nieuwe installatie en het opwaarderen\n"
"van een reeds aanwezig Mandrake Linux systeem:\n"
-" * \"Installeren\" Wist het vorige systeem volledig. Echter, afhankelijk van "
-"hoe\n"
-"uw computer momenteel is ingesteld, is het mogelijk om oude (Linux- of "
-"andere)\n"
-"partities onveranderd te behouden.\n"
"\n"
-" * \"Opwaarderen\" De installatieklasse laat u eenvoudigweg de pakketten\n"
+" * \"Installeren\" wist het vorige systeem volledig. Echter, afhankelijk "
+"van\n"
+"wat er momenteel op uw computer geรฏnstalleerd is, is het mogelijk om\n"
+"oude (Linux- of andere) partities onveranderd te behouden.\n"
+"\n"
+" * \"Opwaarderen\" deze installatieklasse laat u eenvoudigweg de pakketten\n"
"vernieuwen die nu op uw Mandrake Linux-systeem geรฏnstalleerd zijn. Het\n"
"behoudt de huidige partities van uw harde schijven zowel als de\n"
"gebruikersconfiguraties. Alle andere configuratiestappen van een gewone\n"
"installatie zullen beschikbaar blijven.\n"
"\n"
-" * \"Alleen pakketten opwaarderen\" Deze gloednieuwe installatieklasse\n"
+" * \"Alleen pakketten opwaarderen\" Deze nieuwe installatieklasse\n"
"laat u een bestaand Mandrake Linux-systeem opwaarderen met behoud\n"
"van de gehele systeemconfiguratie. Het is mogelijk om nieuwe pakketten\n"
"toe te voegen aan de huidige installatie.\n"
"\n"
"Opwaarderen zou goed moeten gaan voor Mandrake Linux-systemen\n"
-"vanaf versie 8.1.\n"
+"vanaf versie \"8.1\".\n"
"\n"
"Kies, afhankelijk van uw kennis van GNU/Linux, รฉรฉn van de volgende\n"
"mogelijkheden:\n"
@@ -4007,15 +4115,13 @@ msgstr ""
"geรฏnstalleerd. De installatie zal erg gemakkelijk verlopen en er zullen u\n"
"slechts enkele vragen gesteld worden.\n"
"\n"
-" * Expert: als u een goede kennis bezit van GNU/Linux kunt u deze\n"
-"installatieklasse kiezen. De expert-installatie staat u toe een in hoge "
-"mate\n"
-"aangepaste installatie uit te voeren. Het beantwoorden van sommige vragen\n"
-"kan moeilijk zijn als u geen goede kennis van GNU/Linux bezit, dus kies dit\n"
-"niet tenzij u weet wat u doet."
+" * Expert: als u een goede kennis bezit van GNU/Linux dan wilt u wellicht\n"
+"een in hoge mate aangepaste installatie uitvoeren. Sommige van de \n"
+"beslissingen die u zult moeten maken kunnen moeilijk zijn als u geen\n"
+"goede kennis heeft van GNU/Linux, dus het is niet aan te raden dat diegenen\n"
+"zonder een behoorlijke hoeveelheid ervaring deze installatieklasse kiezen."
#: ../../help.pm_.c:578
-#, fuzzy
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
"language you have chosen). However, you might not have a keyboard that\n"
@@ -4033,22 +4139,22 @@ msgid ""
"keyboard layout between the latin and non latin layouts."
msgstr ""
"Normaal gesproken selecteert DrakX het juiste toetsenbord voor u\n"
-"(afhankelijk van de taal die u heeft gekozen) en zult u deze stap niet eens\n"
-"te zien krijgen. Het is echter mogelijk dat u een toetsenbord bezit dat "
-"niet\n"
-"exact correspondeert met uw taal: bijvoorbeeld, als u een Engels sprekende\n"
-"Zwitser bent wilt u nog steeds dat uw toetsenbordinstelling op Zwitsers "
-"staat.\n"
-"Of indien u Engels spreekt maar zich in Quebec bevindt, verkeert u "
-"misschien\n"
-"in dezelfde situatie. In beide gevallen zult u terug moeten gaan naar deze\n"
-"installatiestap en het juiste toetsenbord uit de lijst kiezen.\n"
+"(afhankelijk van de taal die u heeft gekozen). Het is echter mogelijk dat\n"
+"u een toetsenbord bezit dat niet exact correspondeert met uw taal: \n"
+"bijvoorbeeld, als u een Engels sprekende Zwitser bent wilt u nog steeds\n"
+"dat uw toetsenbordinstelling op Zwitsers staat. Of indien u Engels spreekt\n"
+"maar zich in Quebec bevindt, verkeert u misschien in dezelfde situatie.\n"
+"In beide gevallen zult u terug moeten gaan naar deze installatiestap\n"
+"en het juiste toetsenbord uit de lijst kiezen.\n"
"\n"
"Klik op de \"Meer\"-knop om de complete lijst van ondersteunde\n"
-"toetsenbordindelingen te zien."
+"toetsenbordindelingen te zien.\n"
+"\n"
+"Als u een toetsenbordindeling kiest welke gebaseerd is op een niet-Latijns\n"
+"alfabet, zal het volgende dialoogvenster u vragen om de toetscombinatie\n"
+"te kiezen die zal schakelen tussen de Latijn- en niet-Latijnse indelingen."
#: ../../help.pm_.c:594
-#, fuzzy
msgid ""
"The first step is to choose your preferred language.\n"
"\n"
@@ -4064,15 +4170,17 @@ msgid ""
"Note that multiple languages may be installed. Once you have selected any\n"
"additional locales, click the \"OK\" button to continue."
msgstr ""
-"Kiest u de gewenste taal voor installatie en gebruik op uw computer.\n"
+"De eerste stap is het kiezen van de taal van uw voorkeur.\n"
+"\n"
+"Kies u alstublieft uw geprefereerde taal voor installatie en gebruik door\n"
+"het systeem.\n"
"\n"
"Door te klikken op de \"Geavanceerd\"-knop kunt u andere talen selecteren\n"
"die op uw werkstation geรฏnstalleerd moeten worden. Het selecteren van\n"
"andere talen zal de taalspecifieke bestanden voor systeemdocumentatie\n"
-"en applicaties installeren. Als u bijvoorbeeld gastheer bent voor Spaanse\n"
+"en toepassingen installeren. Als u bijvoorbeeld gastheer bent voor Spaanse\n"
"gebruikers op uw machine, selecteert u Nederlands als eerste taal in het\n"
-"boom-overzicht en in de Geavanceerd-afdeling klikt u op de grijze ster "
-"naast\n"
+"boom-overzicht en in de Geavanceerd-afdeling klikt u op het vakje naast\n"
"\"Spaans|Spanje\".\n"
"\n"
"Merk op dat meerdere talen geรฏnstalleerd kunnen worden. Zodra u enige\n"
@@ -4080,7 +4188,6 @@ msgstr ""
"te gaan."
#: ../../help.pm_.c:609
-#, fuzzy
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -4102,18 +4209,26 @@ msgid ""
"mouse to activate it correctly. Then test all buttons and movements are\n"
"correct."
msgstr ""
-"Normaal gesproken neemt DrakX aan dat u een tweeknops-muis heeft en\n"
-"zal deze instellen voor het nadoen van een derde knop. DrakX zoekt zelf uit\n"
-"of dit een PS/2-, seriรซle- of USB-muis is.\n"
+"Normaal gesproken ziet DrakX vanzelf het aantal knoppen op uw muis.\n"
+"Zoniet, dan neemt het aan dat u een tweeknops-muis heeft en\n"
+"zal deze instellen voor het nadoen van een derde knop. DrakX zoekt\n"
+"zelf uit of dit een PS/2-, seriรซle- of USB-muis is.\n"
"\n"
-"Indien u een ander type muis wenst te specificeren, selecteer dan het "
-"juiste\n"
-"type uit de getoonde lijst.\n"
+"Indien u een ander type muis wenst te specificeren, selecteer dan het\n"
+"juiste type uit de getoonde lijst.\n"
"\n"
"Indien u een andere muis kiest dan de standaardmuis, zult u een muis-\n"
"testscherm te zien krijgen. Gebruik de knoppen en het wieltje om te\n"
"controleren dat de instellingen goed zijn. Als de muis niet correct werkt,\n"
-"druk dan op de spatiebalk of Enter om te \"Annuleren\" en kies opnieuw."
+"druk dan op de spatiebalk of Enter om te \"Annuleren\" en kies opnieuw.\n"
+"\n"
+"Wielmuizen worden soms niet automatisch bespeurd. U dient ze handmatig\n"
+"te selecteren uit de lijst. Zorg ervoor dat u degene kiest die "
+"correspondeert\n"
+"met het type poort waaraan de muis verbonden is. Nadat u op \"OK\" heeft\n"
+"geklikt, wordt een afbeelding van een muis weergegeven. U dient dan\n"
+"het wieltje van uw muis te bewegen om het op de juiste manier te activeren.\n"
+"Ga vervolgens na of alle knoppen en bewegingen goed werken."
#: ../../help.pm_.c:630
msgid ""
@@ -4124,7 +4239,6 @@ msgstr ""
"\"ttyS0\" genoemd onder GNU/Linux."
#: ../../help.pm_.c:634
-#, fuzzy
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -4163,8 +4277,9 @@ msgid ""
msgstr ""
"Dit is de meest cruciale beslissing voor de beveiliging van uw GNU/Linux\n"
"systeem: u moet het \"root\"-wachtwoord invoeren. \"root\" is de systeem-\n"
-"beheerder en is de enige die geautoriseerd is om updates uit te voeren,\n"
-"gebruikers toe te voegen, de algehele systeemconfiguratie te wijzigen,\n"
+"beheerder en is de enige die geautoriseerd is om vernieuwingen uit te \n"
+"voeren, gebruikers toe te voegen, de algehele systeemconfiguratie te "
+"wijzigen,\n"
"enzovoort. Kortom, \"root\" kan alles doen! Daarom dient u een lastig\n"
"te raden wachtwoord te kiezen - DrakX vertelt het u als het te makkelijk\n"
"is. Zoals u kunt zien kunt u ervoor kiezen geen wachtwoord in te vullen,\n"
@@ -4189,18 +4304,17 @@ msgstr ""
"worden bij de eerste keer dat u verbinding maakt.\n"
"\n"
"In expert-modus wordt u gevraagd of u verbinding gaat maken met een\n"
-"authenticatie-server zoals NIS of LDAP.\n"
+"aanmeldingsserver zoals NIS of LDAP.\n"
"\n"
-"Indien uw netwerk het LDAP (of NIS) protocol gebruikt voor authenticatie,\n"
-"selecteer dan \"LDAP\" (of NIS). In het geval dat u dit niet weet, "
-"raadpleeg\n"
+"Indien uw netwerk LDAP, NIS, of PDC Windows Domein aanmeldings-\n"
+"diensten gebruikt voor aanmelding, selecteer dan de overeenkomende\n"
+"optie als \"aanmelding\". In het geval dat u dit niet weet, raadpleeg\n"
"dan uw netwerkbeheerder.\n"
"\n"
"Indien uw computer niet verbonden is aan een beheerd netwerk, zult u\n"
-"willen kiezen voor \"Lokale bestanden\" als wijze van authenticatie."
+"willen kiezen voor \"Lokale bestanden\" als wijze van aanmelding."
#: ../../help.pm_.c:670
-#, fuzzy
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4246,17 +4360,17 @@ msgstr ""
"bootsector van de schijf en handelt al naar gelang hetgeen hier\n"
"gevonden wordt:\n"
"\n"
-" * als een Windows bootsector gevonden is, zal deze vervangen\n"
-"worden door een GRUB/LILO bootsector. Dientengevolgde zult u\n"
+" * als een Windows bootsector gevonden is, zal deze vervangen\n"
+"worden door een GRUB/LILO bootsector. Dientengevolge zult u\n"
"ofwel GNU/Linux kunnen opstarten ofwel een ander besturingssysteem;\n"
"\n"
-" * als een GRUB- of LILO bootsector gevonden is zal deze vervangen\n"
+" * als een GRUB- of LILO bootsector gevonden is zal deze vervangen\n"
"worden door een nieuwe;\n"
"\n"
"In het geval dat er onzekerheid is, zal DrakX een dialoogvenster\n"
"weergeven met diversie opties.\n"
"\n"
-" * \"Te gebruiken opstartlader\": u heeft drie keuzes:\n"
+" * \"Te gebruiken opstartlader\": u heeft drie keuzes:\n"
"\n"
" * \"GRUB\": indien u GRUB prefereert (tekstmenu).\n"
"\n"
@@ -4280,24 +4394,13 @@ msgstr ""
"\"\n"
"te kiezen) u ervoor moet zorgen dat u een manier heeft om uw Mandrake\n"
"Linux-systeem op te starten! Zorg er tevens voor dat u weet wat u doet\n"
-"wanneer u รฉรฉn van de opties wijzigt. !!\n"
+"voordat u รฉรฉn van de opties wijzigt. !!\n"
"\n"
"Onder de \"Geavanceerd\"-knop in dit dialoogvenster zitten veel\n"
"geavanceerde opties, waar alleen een gevorderde gebruiker iets\n"
-"aan heeft.\n"
-"\n"
-"Nadat u de algemene opstartlader-parameters heeft geconfigureerd,\n"
-"wordt u de lijst van opstartopties getoond die beschikbaar zullen zijn\n"
-"bij het opstarten.\n"
-"\n"
-"Als er een ander besturingssysteem op uw computer geรฏnstalleerd is, zal\n"
-"het automatisch aan het opstartmenu worden toegevoegd. U kunt hier de\n"
-"bestaande opties fijn afregelen. Selecteer een item en klik op \"Wijzigen\"\n"
-"om hem te wijzigen of te verwijderen; \"Toevoegen\" creรซert een nieuw\n"
-"item en \"Klaar\" gaat door naar de volgende installatiestap."
+"aan heeft."
#: ../../help.pm_.c:710
-#, fuzzy
msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
@@ -4312,16 +4415,20 @@ msgid ""
"anyone. In which case, you can delete the corresponding entries. But then,\n"
"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-"LILO (de LInux LOader) en GRUB zijn opstart-laders: ze kunnen Linux of\n"
-"eender welk ander besturingssysteem opstarten op uw computer.\n"
-"Normaal gesproken worden deze besturingssystemen correct bespeurd en\n"
-"geรฏnstalleerd. Als dit niet het geval is, kunt u handmatig een ingang "
-"toevoegen\n"
-"op dit scherm. Let goed op dat u de juiste opties kiest.\n"
+"Nadat u de algemene opstartlader-parameters heeft geconfigureerd, zal de\n"
+"lijst van opstartopties die beschikbaar zijn bij het opstarten worden "
+"weergegeven.\n"
+"\n"
+"Als er een ander besturingssysteem op uw computer is geรฏnstalleerd, zal\n"
+"dit automatisch worden toegevoegd aan het opstartmenu. Hier kunt u de\n"
+"bestaande opties fijn afregelen. Selecteer een item en klik op \"Wijzigen\" "
+"om\n"
+"het te wijzigen of te verwijderen; \"Toevoegen\" creรซert een nieuw item; en\n"
+"\"Klaar\" gaat door naar de volgende installatiestap.\n"
"\n"
"U wilt verder misschien niet iedereen toegang geven tot die "
"besturingssystemen.\n"
-"In dat geval kunt u de overeenkomstige ingangen verwijderen. Maar dan zult\n"
+"In dat geval kunt u de overeenkomstige items verwijderen. Maar dan zult\n"
"u echter wel een opstartdiskette nodig hebben om ze nog te kunnen opstarten!"
#: ../../help.pm_.c:724
@@ -4402,7 +4509,6 @@ msgstr ""
"in netwerkverband."
#: ../../help.pm_.c:759
-#, fuzzy
msgid ""
"DrakX now detects any IDE devices present in your computer. It will also\n"
"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
@@ -4430,20 +4536,20 @@ msgid ""
"Internet access) or from Microsoft Windows (if you used this hardware with\n"
"Windows on your system)."
msgstr ""
-"DrakX is nu bezig met het bespeuren van IDE-apparaten die in uw\n"
+"DrakX is nu bezig met het zoeken naar IDE-apparaten die in uw\n"
"computer aanwezig zijn. Het zal tevens zoeken naar รฉรฉn of meer PCI\n"
"SCSI-kaart(en) in uw systeem. Als een SCSI-kaart gevonden is, zal\n"
-"DrakX automatisch he geschikte stuurprogramma installeren.\n"
+"DrakX automatisch het geschikte stuurprogramma installeren.\n"
"\n"
"Omdat hardware-bespeuring niet altijd een stuk hardware bespeurt, zal\n"
"DrakX u vragen om te bevestigen dat er een PCI SCSI-kaart aanwezig is.\n"
"Klik op \"Ja\" indien u weet dat er een SCSI-kaart in uw machine is\n"
"geรฏnstalleerd. U krijgt een lijst van SCSI-kaarten te zien waaruit u kunt\n"
"kiezen. Klik op \"Nee\" indien u geen SCSI-hardware heeft. In het geval\n"
-"dat u niet zeker bent dan kunt u de lijst van bespeurde hardware in uw\n"
-"computer nagaan door \"Bekijk hardware-info\" te selecteren en op \"OK\"\n"
+"dat u niet zeker bent dan kunt u de lijst van gevonden hardware in uw\n"
+"computer nagaan door \"Hardware-info bekijken\" te selecteren en op \"OK\"\n"
"te klikken. Bekijk de lijst van hardware en klik vervolgens op de \"OK\"-\n"
-"knop om terug te gaan naar de SCSI-interface vraag.\n"
+"knop om terug te gaan naar de SCSI-interface-vraag.\n"
"\n"
"Indien u uw adapter handmatig moet aangeven zal DrakX vragen of u\n"
"er opties voor wilt specificeren. U kunt het beste DrakX toestaan om\n"
@@ -4513,7 +4619,7 @@ msgstr ""
"beeldbestand.\n"
"\n"
"Voor andere besturingssystemen bestaan de parameters uit een\n"
-"naam (label) en een hoofd partitie (root partitie).\n"
+"naam (label) en een \"root\"-partitie.\n"
"\n"
"Voor Linux zijn er nog enkele extra opties:\n"
"\n"
@@ -4523,7 +4629,7 @@ msgstr ""
" * Image: dit is de naam van de kernel, gebruikelijk is vmlinux of een\n"
" variatie van vmlinux-met-een-extensie;\n"
"\n"
-" * Root: het hoofd apparaat (root) voor uw Linux installatie;\n"
+" * Root: het \"root\"-apparaat of \"/\" voor uw Linux-installatie;\n"
"\n"
" * Append: op Apple apparaten wordt de kernel-append optie veel\n"
" gebruikt om te assisteren bij het ingebruik nemen van\n"
@@ -4541,14 +4647,14 @@ msgstr ""
" bereikbaar is, of om een geheugen schijf te laden voor een\n"
" nood opstart situatie;\n"
"\n"
-" * Initrd-size: de standaard geheugen schijf grootte is 4MB, indien U\n"
+" * Initrd-size: de standaard geheugenschijf-grootte is 4.096 bytes. Indien "
+"U\n"
" een grotere geheugenschijf wilt laden, kunt U met "
"deze\n"
" optie de grootte instellen;\n"
"\n"
-" * Read-write: normaal gesproken wordt de hoofd(root) partitie tijdens\n"
-" opstarten alleen-lezen geladen om een controlle "
-"te\n"
+" * Read-write: normaal gesproken wordt de \"root\"-partitie tijdens\n"
+" opstarten alleen-lezen geladen om een controle te\n"
" kunnen uitvoeren alvorens \"live\" te gaan.\n"
" Hier kunt U deze optie met de hand instellen;\n"
"\n"
@@ -4557,11 +4663,13 @@ msgstr ""
" zogenaamde \"novideo\" modus met standaard\n"
" framebuffer ondersteuning;\n"
"\n"
-" * Default: selecteerd deze selectie als de standaard selectie,\n"
+" * Default: selecteert dit item als de standaard Linuxselectie,\n"
" deze selectie zal op de yaboot prompt dan standaard\n"
" verkozen zijn wanneer U op ENTER drukt. Deze selectie\n"
" zal ook met een \"*\" herkenbaar zijn als U op de TAB\n"
-" toets drloukt op de yaboot-prompt."
+" toets drukt op de yaboot-prompt om de "
+"opstartmogelijkheden\n"
+" te bekijken."
#: ../../help.pm_.c:833
msgid ""
@@ -4599,7 +4707,7 @@ msgstr ""
"Yaboot is een zogenaamde bootloader (opstart selector) voor moderne\n"
"MacIntosh apparatuur. Het kan GNU/Linux, MacOS of MacOSX opstarten\n"
"indien aanwezig op uw computer. Normaal gesproken worden deze\n"
-"besturingssystemen automatisch gedetecteerd en ingesteld. Als dit niet het\n"
+"besturingssystemen automatisch bespeurd en ingesteld. Als dit niet het\n"
"geval is, dan kunt U hier handmatig deze toegangen toevoegen. Kijk uit\n"
"om de correcte parameters te selecteren.\n"
"\n"
@@ -4639,7 +4747,6 @@ msgstr ""
" wordt gestart na de Open Firmware vertraging."
#: ../../help.pm_.c:865
-#, fuzzy
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
"your installed hardware, you may - or not, see the following entries:\n"
@@ -4693,20 +4800,24 @@ msgstr ""
"te stellen aan de hand van de tijdzone waarin u zich bevindt.\n"
"\n"
" * \"Printer\": klikken op de \"Geen printer\"-knop zal de "
-"printerconfiguratie-hulp\n"
-"openen.\n"
-"\n"
-" * \"Geluidskaart\": indien een geluidskaart bespeurd is op uw systeem, "
+"printerconfiguratie-wizard\n"
+"openen. Raadpleeg het corresponderende hoofdstuk van de "
+"\"Gebruikershandleiding\"\n"
+"voor meer informatie over hoe u een nieuwe printer instelt. De hier "
+"getoonde\n"
+"interface lijkt op degene die tijdens de installatie gebruikt wordt;\n"
+"\n"
+" * \"Geluidskaart\": indien een geluidskaart gevonden is op uw systeem, "
"wordt dat\n"
"hier weergegeven. Het is niet mogelijk dit aan te passen gedurende de "
"installatie.\n"
"\n"
-" * \"TV-kaart\": indien een TV-kaart bespeurd is op uw systeem, wordt dat "
+" * \"TV-kaart\": indien een TV-kaart gevonden is op uw systeem, wordt dat "
"hier\n"
"weergegeven. Het is niet mogelijk dit aan te passen gedurende de "
"installatie.\n"
"\n"
-"* \"ISDN-kaart\": indien een ISDN-kaart bespeurd is op uw systeem, wordt "
+"* \"ISDN-kaart\": indien een ISDN-kaart gevonden is op uw systeem, wordt "
"dat\n"
"hier weergegeven. U kunt op de knop klikken om de parameters aan te passen\n"
"die erbij horen."
@@ -4758,7 +4869,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "U dient tevens %s te formatteren"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4782,7 +4893,7 @@ msgstr ""
"\n"
"Weet u zeker dat u deze servers wilt installeren?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4796,21 +4907,21 @@ msgstr ""
"\n"
"Weet u zeker dat u deze pakketten wilt verwijderen?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Kan niet uitzenden zonder NIS-domein"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr ""
"Plaats een met het FAT-bestandssysteem geformatteerde diskette in station %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Deze diskette is niet FAT-geformatteerd"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4818,12 +4929,12 @@ msgstr ""
"Om deze opgeslagen pakketselectie te gebruiken, start u de installatie \n"
"met ''linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fout bij het lezen van bestand %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4987,7 +5098,7 @@ msgstr "Volledige harde schijf wissen"
#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
-msgstr "Verwijder Windows(TM)"
+msgstr "Windows(TM) verwijderen"
#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
@@ -4997,8 +5108,8 @@ msgstr "U heeft meer dan รฉรฉn harde schijf, op welke wilt u Linux installeren?"
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-"ALLE bestaande partities en de data die ze bevatten, zal worden gewist van "
-"schijf %s"
+"ALLE bestaande partities en de gegevens die ze bevatten, zullen verloren "
+"gaan op schijf %s"
#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
@@ -5014,7 +5125,7 @@ msgid ""
"You can now partition %s.\n"
"When you are done, don't forget to save using `w'"
msgstr ""
-"U kan nu uw schijf %s partitioneren.\n"
+"U kunt nu uw schijf %s partitioneren.\n"
"Vergeet niet op te slaan met `w' wanneer u klaar bent."
#: ../../install_interactive.pm_.c:229
@@ -5063,16 +5174,16 @@ msgid ""
"\"\n"
msgstr ""
"Sommige belangrijke pakketen werden niet juist\n"
-"geรฏnstalleerd. Of uw cdrom drive of uw cdrom is defect.\n"
+"geรฏnstalleerd. Of uw CD-ROM-speler of uw CD-ROM is defect.\n"
"Controleer de cdrom op een geรฏnstalleerde computer met\n"
"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
-msgstr "Welkom bij %s!"
+msgstr "Welkom bij %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Geen diskettestation beschikbaar"
@@ -5091,22 +5202,22 @@ msgid ""
msgstr ""
"Uw systeem heeft weinig bronnen beschikbaar. U zou problemen kunnen\n"
"ondervinden bij het installeren van Mandrake Linux. Als dit gebeurt,\n"
-"kunt u een text installatie proberen. Om dit te doen, drukt u op `F1'\n"
+"kunt u een tekstinstallatie proberen. Om dit te doen, drukt u op `F1'\n"
"terwijl de CDROM opstart, en dan voert u `text' in."
#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
msgid "Install Class"
-msgstr "Installatie-klasse"
+msgstr "Installatieklasse"
#: ../../install_steps_gtk.pm_.c:164
msgid "Please choose one of the following classes of installation:"
-msgstr "Gelieve een van de volgende installatieklasses te kiezen:"
+msgstr "Kies alstublieft รฉรฉn van de volgende installatieklasses:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
-msgstr "Pakket-groep Selectie"
+msgstr "Pakketgroep-selectie"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Individuele pakketselectie"
@@ -5142,7 +5253,9 @@ msgstr "Belangrijkheid: %s\n"
#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
-msgstr "U kan dit pakket niet selecteren omdat er te weinig vrije ruimte is"
+msgstr ""
+"U kunt dit pakket niet selecteren omdat er te weinig ruimte over is om het "
+"te installeren"
#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
@@ -5154,7 +5267,7 @@ msgstr "De volgende pakketten zullen gedeรฏnstalleerd worden"
#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
-msgstr "U kan dit pakket niet (de)selecteren"
+msgstr "U kunt dit pakket niet (de)selecteren"
#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
@@ -5162,7 +5275,7 @@ msgstr "Dit is een verplicht pakket, het kan niet gedeselecteerd worden"
#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
-msgstr "U kan dit pakket niet deselecteren. Het is al geinstalleerd."
+msgstr "U kunt dit pakket niet deselecteren. Het is al geรฎnstalleerd."
#: ../../install_steps_gtk.pm_.c:396
msgid ""
@@ -5170,7 +5283,7 @@ msgid ""
"Are you sure you want to deselect it?"
msgstr ""
"Dit pakket moet opgewaardeerd worden.\n"
-"Weet u zeker dat u het wenst te deselecteren?"
+"Weet u zeker dat u het wilt deselecteren?"
#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
@@ -5178,11 +5291,11 @@ msgstr "U kunt dit pakket niet deselecteren. Het moet opgewaardeerd worden."
#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
-msgstr "Toon automatisch geselecteerde pakketten"
+msgstr "Automatisch geselecteerde pakketten tonen"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Installeren"
@@ -5202,7 +5315,7 @@ msgstr "Minimale installatie"
msgid "Choose the packages you want to install"
msgstr "Kies de pakketten die u wenst te installeren"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Bezig met installeren"
@@ -5229,17 +5342,17 @@ msgid "Installing package %s"
msgstr "Bezig met installeren van pakket %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Accepteren"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Weigeren"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5250,25 +5363,24 @@ msgid ""
msgstr ""
"Verwissel uw CD-ROM!\n"
"\n"
-"\n"
-"Gelieve de CD-ROM met als naam \"%s\" in uw station te plaatsen en Ok te "
+"Gelieve de CD-ROM met de naam \"%s\" in uw station te plaatsen en Ok te "
"kiezen wanneer u klaar bent.\n"
"Als u deze CD niet heeft, klik dan Annuleren om verdere installatie vanaf "
"deze CD te vermijden."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Toch verdergaan?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
-msgstr "Er was een fout bij het sorteren van de pakketten:"
+msgstr "Er is een fout opgetreden bij het sorteren van de pakketten:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
-msgstr "Er was een fout bij het installeren van de pakketten:"
+msgstr "Er is een fout opgetreden bij het installeren van de pakketten:"
#: ../../install_steps_interactive.pm_.c:10
msgid ""
@@ -5395,7 +5507,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5604,7 +5716,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Weet u zeker dat u de licentie niet accepteert?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Toetsenbord"
@@ -5815,11 +5927,11 @@ msgstr "Plaats een diskette met de pakket-selectie in diskettestation"
msgid "Selected size is larger than available space"
msgstr "De geselecteerde grootte is meer dan de beschikbare ruimte"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Type installatie"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5827,19 +5939,19 @@ msgstr ""
"U heeft geen enkele pakketgroep geselecteerd\n"
"Gelieve de minimale installatie die u wenst te kiezen."
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Met X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Met basis-documentatie (aanbevolen!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Werkelijk minimale installatie (in het bijzonder geen urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5849,16 +5961,16 @@ msgstr ""
"Als u geen enkele van die CDs heeft, klik dan Annuleren.\n"
"Als maar enkele CDs zoek zijn, deselecteer ze dan, en klik Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-Rom genaamd \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Bezig met voorbereiden van installatie"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5867,21 +5979,21 @@ msgstr ""
"Bezig met installeren van pakket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Installatie na configuratie"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Plaats de gebruikte Opstartdiskette in station %s alstublieft"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Plaats de \"Modules Vernieuwen\"-diskette in station %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5954,7 +6066,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5974,159 +6086,159 @@ msgstr ""
"\n"
"Wenst u de vernieuwde pakketten te installeren?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Bezig te verbinden met de Mandrake Linux-website om de lijst met beschikbare "
"mirrors op te halen..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Kies een `mirror' om de pakketten van af te halen"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"Bezig met verbinden met de mirror om de lijst met beschikbare pakketten op "
"te halen..."
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Wat is uw tijdzone?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Hardware-klok ingesteld op GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatische tijdssynchronisatie (met gebruik van NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP-server"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Netwerk CUPS server"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Geen printer"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Heeft u een ISA geluidskaart?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Draai \"sndconfig\" na de installatie om uw geluidskaart te configureren"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Geen geluidskaart bespeurd. Probeer \"harddrake\" na de installatie"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Overzicht"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Muis"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Tijdzone"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printer"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Interne ISDN kaart"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Geluidskaart"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV-kaart"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Windows Domein"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Bestanden op deze computer"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Root-wachtwoord instellen"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Geen wachtwoord"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Dit wachtwoord is te makkelijk (moet tenminste %d tekens lang zijn)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
-msgstr "Authenticatie"
+msgstr "Aanmelding"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
-msgstr "Authenticatie LDAP"
+msgstr "LDAP-aanmelding"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP-server"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
-msgstr "Authenticatie NIS"
+msgstr "NIS-aanmelding"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS-server"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6154,19 +6266,19 @@ msgstr ""
"beheerdersgebruikersnaam en -wachtwoord invult.\n"
"De opdracht 'wbinfo -t' gaat na of uw aanmeldingsgeheimen kloppen."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Aanmelding Windows-domein"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Gebruikersnaam van domeinbeheerder"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Wachtwoord domeinbeheerder"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6193,19 +6305,19 @@ msgstr ""
"fouten. Wil u nu een bootdiskette aanmaken voor uw systeem?\n"
"Stop dan een diskette in het station en druk op \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Eerste diskettestation"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Tweede diskettestation"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Overslaan"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6230,7 +6342,7 @@ msgstr ""
"fouten. Wil u nu een opstartdiskette aanmaken voor uw systeem?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6245,28 +6357,28 @@ msgstr ""
"zal hoogstwaarschijnlijk mislukken omdat XFS een zeer groot\n"
"stuurprogramma benodigt)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Sorry, geen diskettestation beschikbaar"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Kies het diskettestation waarmee u de opstart-diskette wenst te maken"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Plaats een diskette in station %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Bezig met het aanmaken van de opstart-diskette"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Bezig met klaarmaken van opstartlader"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6279,11 +6391,11 @@ msgstr ""
"De installatie zal doorgaan, maar u zult BootX nodig \n"
"hebben om uw machine op te starten"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Wenst u aboot te gebruiken?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6291,17 +6403,17 @@ msgstr ""
"Fout bij het installeren van aboot,\n"
"toch proberen te installeren, zelfs als dat de eerste partitie vernietigt?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Bezig met opstart-lader installeren"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"De installatie van de opstartlader is mislukt. De volgende fout werd "
"gevonden:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6320,17 +6432,17 @@ msgstr ""
"Bij de volgende keer opstarten zou u dan de opstartlader-prompt \n"
"moeten zien."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Plaats een lege floppy in station %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Bezig met aanmaken van auto-installatiediskette"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6338,9 +6450,9 @@ msgid ""
msgstr ""
"Sommige stappen zijn nog niet voltooid.\n"
"\n"
-"Weet u zeker dat u op dit moment wilt beรซindigen?"
+"Weet u zeker dat u op dit moment wilt afsluiten?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6371,15 +6483,15 @@ msgstr ""
"Informatie over het configureren van uw systeem is beschikbaar in het\n"
"\"post install\"-hoofdstuk van de Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/nl/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Maak auto-installatiediskette aan"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6393,15 +6505,15 @@ msgstr ""
"\n"
"Wellicht geeft u de voorkeur aan het herhalen van de installatie.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Geautomatiseerd"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Herhalen"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Pakket-selectie opslaan"
@@ -6438,14 +6550,14 @@ msgstr "Geavanceerd"
msgid "Basic"
msgstr "Basis"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Vorige"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Volgende"
@@ -6891,7 +7003,7 @@ msgstr "Rechter \"Windows\"-toets"
msgid "Circular mounts %s\n"
msgstr "Circulaire mounts: %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Verwijder eerst de logische delen\n"
@@ -7028,17 +7140,17 @@ msgstr "geen"
msgid "No mouse"
msgstr "Geen muis"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Test uw muis a.u.b."
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Om de muis te activeren,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
-msgstr "BEWEEG UW WIELTJE"
+msgstr "BEWEEG UW WIELTJE!"
#: ../../my_gtk.pm_.c:64
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
@@ -7072,11 +7184,11 @@ msgstr "Boom inklappen"
msgid "Toggle between flat and group sorted"
msgstr "Schakelen tussen gewoon en per-groep-gesorteerd"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Verbinden met het Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -7086,25 +7198,21 @@ msgstr ""
"pppoe. Sommige verbindingen gebruiken pptp, enkele gebruiken\n"
"dhcp. Als u het niet weet, kiest u 'gebruik pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
-msgstr "gebruik DHCP"
+msgstr "DHCP gebruiken"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
-msgstr "gebruik pppoe"
+msgstr "pppoe gebruiken"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
-msgstr "gebruik pptp"
+msgstr "pptp gebruiken"
#: ../../network/drakfirewall.pm_.c:12
msgid "Web Server"
@@ -7127,7 +7235,6 @@ msgid "No network card"
msgstr "Geen netwerkkaart"
#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
msgid ""
"drakfirewall configurator\n"
"\n"
@@ -7135,12 +7242,12 @@ msgid ""
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-"Configuratie van tinyfirewall\n"
+"Configuratie van drakfirewall\n"
"\n"
-"Dit programma configureert een persoonlijk instelling van de firewall\n"
-"voor deze Mandrake Linux machine. Voor een krachtige, specifieke\n"
-"firewall-oplossing, zie de gespecialiseerde MandrakeSecurity Firewall\n"
-"distributie."
+"Dit programma configureert een persoonlijke firewall voor deze \n"
+"Mandrake Linux machine. Voor een krachtige, specifieke\n"
+"firewall-oplossing, zie de gespecialiseerde MandrakeSecurity \n"
+"Firewall-distributie."
#: ../../network/drakfirewall.pm_.c:147
msgid "Which services would you like to allow the Internet to connect to?"
@@ -7205,7 +7312,7 @@ msgstr "Kies a.u.b. met welke netwerkkaart u met het Internet wilt verbinden"
msgid "no network card found"
msgstr "Geen netwerkkaart gevonden"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Bezig met configureren van netwerk"
@@ -7220,15 +7327,15 @@ msgstr ""
"Sommige DHCP servers hebben de computernaam nodig om te werken.\n"
"Het moet een volledige computernaam zijn, zoals ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Computer naam:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Netwerk-configuratie hulp"
@@ -7276,8 +7383,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Oude configuratie (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN Configuratie"
@@ -7313,23 +7420,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Welk protocol wenst u te gebruiken?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr "\"%s\"-interface gevonden. Wilt u deze gebruiken? "
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Welk type kaart heeft u?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Ik weet het niet"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7343,19 +7455,19 @@ msgstr ""
"\n"
"Als u een PCMCIA kaart bezit, moet u het irq en io van uw kaart weten.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Annuleren"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Verder"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Welke is uw ISDN kaart?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7363,7 +7475,7 @@ msgstr ""
"Ik heb een ISDN PCI kaart gevonden, maar ik ken het merk niet. Selecteer a.u."
"b. een PCI kaart op het volgende scherm."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Geen ISDN PCI kaart gevonden. Selecteer a.u.b. uw kaart op het volgende "
@@ -7417,7 +7529,7 @@ msgstr "Eerste DNS-server (optioneel)"
msgid "Second DNS Server (optional)"
msgstr "Tweede DNS-server (optioneel)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7425,7 +7537,7 @@ msgstr ""
"\n"
"U kunt nu de verbinding verbreken of uw connectie opnieuw instellen."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7433,11 +7545,11 @@ msgstr ""
"\n"
"U kunt uw connectie opnieuw instellen"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "U bent op dit moment aangesloten op het Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7445,32 +7557,32 @@ msgstr ""
"\n"
"U kunt verbinding maken met het Internet of uw connectie opnieuw instellen"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "U bent op dit moment niet aangesloten op het Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Verbinden"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Verbinding verbreken"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Configureer de verbinding"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internet verbinding & configuratie"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "We gaan nu de %s -verbinding configureren."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7489,12 +7601,12 @@ msgstr ""
"\n"
"Klik op OK om door te gaan."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Netwerk-instellingen"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7505,85 +7617,85 @@ msgstr ""
"Klik op OK om uw instellingen te behouden, of op Annuleren om uw Internet & "
"Netwerkverbinding opnieuw in te stellen.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
"We are about to configure your internet/network connection.\n"
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-"Welkom bij de Netwerk Instellingen Hulp\n"
+"Welkom bij de Netwerkinstellingen-wizard.\n"
"\n"
-"We staan op het punt uw internet/netwerkverbinding in te stellen.\n"
-"Als u de auto-detectie niet wilt gebruiken, deselecteer het aankruisvakje "
-"dan.\n"
+"U staat op het punt uw internet/netwerkverbinding in te stellen.\n"
+"Als u de automatische bespeuring niet wilt gebruiken, \n"
+"deselecteer het aankruisvakje dan.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Kies het profiel om in te stellen"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Gebruik auto-detectie"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Expert modus"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
-msgstr "Bezig met het detecteren van apparaten..."
+msgstr "Bezig met het zoeken naar apparaten..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normale modemverbinding"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "gevonden op poort %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN-verbinding"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "%s ontdekt"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL-verbinding"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "gevonden op interface %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kabelverbinding"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "kabelverbinding gevonden"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN-verbinding"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernet kaart(en) gevonden"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Selecteer de verbinding die u wenst in te stellen"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7593,23 +7705,23 @@ msgstr ""
"Kies degene die u wenst te gebruiken.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internetverbinding"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Wenst u bij het opstarten uw connectie te starten?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Netwerk instellingen"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Het netwerk dient herstart te worden"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7620,7 +7732,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7630,7 +7742,7 @@ msgstr ""
"\n"
"De configuratie zal nu worden toegepast op uw systeem.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7639,7 +7751,7 @@ msgstr ""
"te herstarten om het hostnaam-veranderingprobleem\n"
"te voorkomen."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7649,7 +7761,7 @@ msgstr ""
"Test uw verbinding via net_monitor of mcc. Indien uw verbinding niet werkt, "
"kunt u proberen de configuratie opnieuw op te starten."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7662,7 +7774,7 @@ msgstr ""
"Als u de onderstaande velden aanpast, wordt het apparaat opnieuw "
"geconfigureerd"
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7672,42 +7784,42 @@ msgstr ""
"Elke ingang moet ingegeven worden als een IP adres in `dotted-decimal'-\n"
"vorm (bijvoorbeeld 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Bezig met configureren van netwerk-apparaat %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr "(driver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP adres"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmasker"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(BootP/DHCP)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatisch IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Bij opstarten starten"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Het IP-adres moet het formaat 1.2.3.4 hebben"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7718,46 +7830,54 @@ msgstr ""
"Het moet een volledige computernaam zijn, zoals ``mybox.mylab.myco.com''.\n"
"U mag ook het IP-adres van de gateway invoeren als u er een heeft."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (bijvoorbeeld %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway apparaat"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Het DNS-serveradres moet in het formaat 1.2.3.4 staan"
+
+#: ../../network/network.pm_.c:380
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Het gateway-adres moet in het formaat 1.2.3.4 staan"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Configuratie van proxie(s)"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP-proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP-proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Netwerkkaart id onthouden (nuttig voor laptops)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy moet http://... zijn"
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy moet ftp://... zijn"
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "URL moet beginnen met 'ftp:' of 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
-msgstr "Firewall configuratie gedetecteerd!"
+msgstr "Firewall configuratie bespeurd!"
#: ../../network/shorewall.pm_.c:25
msgid ""
@@ -8336,9 +8456,9 @@ msgid ""
"connection types."
msgstr ""
"\n"
-"Welkom bij de Printer Instellingen Hulp\n"
+"Welkom bij de Printerinstellingen-wizard\n"
"\n"
-"Deze hulp laat u lokale- of afstand-printers installeren die vanaf deze of "
+"Deze wizard laat u lokale- of afstand-printers installeren die vanaf deze of "
"andere computers in het netwerk gebruikt gaan worden.\n"
"\n"
"Het zal u vragen naar alle benodigde informatie om de printer in te stellen "
@@ -9025,7 +9145,6 @@ msgstr ""
"configureren op de machine waaraan hij is verbonden."
#: ../../printerdrake.pm_.c:1813
-#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
@@ -9049,7 +9168,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:1816
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr ""
+msgstr "GDI Laserprinter die het Zenographics ZJ-Stream-formaat gebruikt"
#: ../../printerdrake.pm_.c:1817
msgid ""
@@ -9073,6 +9192,25 @@ msgid ""
"The first command can be given by any normal user, the second must be given "
"as root. After having done so you can print normally.\n"
msgstr ""
+"Uw printer behoort tot de groep van GDI laserprinters (winprinters) van "
+"verschillende fabrikanten die het Zenographics ZJ-stream rasterformaat "
+"gebruikt voor de gegevens die naar de printer worden gestuurd. Het "
+"stuurprogramma voor deze printers is nog in een vroeg ontwikkelingsstadium "
+"en zal daarom niet altijd goed werken. In het bijzonder is het mogelijk dat "
+"de printer slechts werkt wanneer u het A4-papierformaat kiest.\n"
+"\n"
+"Voor sommige van deze printers, zoals de HP LaserJet 1000 (waarvoor dit "
+"stuurprogramma aanvankelijk gecreรซerd is), is het nodig dat hun firmware "
+"naar hen ge-upload wordt nadat ze aangezet zijn. In het geval van de HP "
+"LaserJet 1000 dient u op de Windows-stuurprogramma's-CD of uw Windows-"
+"partitie te zoeken naar het bestand \"sihp1000.img\" en dit bestand naar de "
+"printer uploaden met รฉรฉn van de volgende opdrachten:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"De eerste opdracht kan gegeven worden door iedere normale gebruiker, de "
+"tweede moet gegeven worden als root. Hierna kunt u gewoon afdrukken.\n"
#: ../../printerdrake.pm_.c:2040
msgid ""
@@ -9339,7 +9477,7 @@ msgstr "Bezig met afdrukken op printer \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9916,10 +10054,6 @@ msgstr ""
"Gelieve de ftp-proxy informatie\n"
"in te vullen. Laat het leeg als u geen ftp proxy wenst"
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "URL moet beginnen met 'ftp:' of 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9967,6 +10101,40 @@ msgstr "mkraid-fout! (misschien ontbreken de raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Niet genoeg partities voor RAID-niveau %d\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "Veiligheidsniveau:"
+
+#: ../../security/main.pm_.c:74
+msgid "Security Alerts:"
+msgstr "Beveiligingswaarschuwingen:"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "Beveiligings-beheerder:"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, c-format
+msgid " (default: %s)"
+msgstr " (standaard: %s)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+"De volgende opties kunnen worden ingesteld om uw systeembeveiliging\n"
+"in te stellen. Indien u uitleg nodig heeft, kunt u op 'Hulp' klikken.\n"
+
+#: ../../security/main.pm_.c:256
+msgid "Please wait, setting security level..."
+msgstr "Even geduld, bezig met instellen van beveiligingsniveau..."
+
+#: ../../security/main.pm_.c:262
+msgid "Please wait, setting security options..."
+msgstr "Even geduld, bezig met instellen van beveiligingsopties..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Start het ALSA (Advanced Linux Sound Architecture) geluidssysteem"
@@ -10286,7 +10454,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Bestanden delen"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Systeem"
@@ -10363,17 +10531,16 @@ msgstr "Doe mee met de wereld van Vrije Software"
#: ../../share/advertising/02-community.pl_.c:10
msgid "Want to know more about the Open Source community?"
-msgstr ""
+msgstr "Wilt u meer weten over de Open Source-gemeenschap?"
#: ../../share/advertising/02-community.pl_.c:11
-#, fuzzy
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-"Leer de Open Source-gemeenschap kennen en word er deelgenoot van. Leer, "
-"doceer en help anderen door u aan te sluiten bij de vele discussiefora die u "
-"vindt op onze \"Community\"-webpagina's"
+"Sluit u aan bij de discussiefora die u vindt op onze \"Community\"-"
+"webpagina's om uw kennis te delen en te helpen met het bouwen van Linux-"
+"programmatuur."
#: ../../share/advertising/03-internet.pl_.c:9
msgid "Get the most from the Internet"
@@ -10381,7 +10548,7 @@ msgstr "Haal het meeste uit het internet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10391,11 +10558,11 @@ msgstr ""
#: ../../share/advertising/04-multimedia.pl_.c:9
msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr ""
+msgstr "Ontdek de meest recente grafische- en multimedia-programma's!"
#: ../../share/advertising/04-multimedia.pl_.c:10
msgid "Push multimedia to its limits!"
-msgstr ""
+msgstr "Drijf multimedia tot haar grenzen!"
#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
@@ -10436,7 +10603,7 @@ msgstr "Gebruikersinterfaces"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"Mandrake Linux 9.0 geeft u de beschikking over elf gebruikersinterfaces "
@@ -10464,7 +10631,7 @@ msgstr "Verander uw computer in een betrouwbare server"
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Transformeer uw computer naar een krachtige Linuxserver met slechts enkele "
@@ -10479,33 +10646,35 @@ msgid ""
"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
"F.)"
msgstr ""
+"De MandrakeSecurity-serie omvat het 'Multi Network Firewall'-produkt (M.N.F.)"
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
+"Deze firewall bevat netwerkfunctionaliteit die een oplossing biedt voor al "
+"uw beveiligingsbenodigdheden"
#: ../../share/advertising/10-mnf.pl_.c:12
msgid "This product is available on MandrakeStore website"
-msgstr ""
+msgstr "Dit produkt is beschikbaar op de MandrakeStore-website"
#: ../../share/advertising/11-mdkstore.pl_.c:9
msgid "The official MandrakeSoft store"
-msgstr ""
+msgstr "De officiรซle MandrakeSoft-winkel"
#: ../../share/advertising/11-mdkstore.pl_.c:10
-#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"Ons volledige scala aan Linux-oplossingen, naast speciale aanbiedingen voor "
-"onze produkten en 'goodies', is beschikbaar op onze e-store"
+"onze produkten en \"goodies\", is on-line beschikbaar in onze webwinkel:"
#: ../../share/advertising/12-mdkstore.pl_.c:9
msgid "Strategic partners"
-msgstr ""
+msgstr "Strategische partners"
#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
@@ -10513,20 +10682,25 @@ msgid ""
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
+"MandrakeSoft werkt samen met een aantal bedrijven die professionele "
+"oplossingen bieden die compatibel zijn met Mandrake Linux. Een lijst van "
+"deze partners is beschikbaar op de MandrakeStore"
#: ../../share/advertising/13-mdkcampus.pl_.c:9
msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr ""
+msgstr "Ontdek MandrakeSoft's Linux-Campus training-catalogus"
#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
"The training program has been created to respond to the needs of both end "
"users and experts (Network and System administrators)"
msgstr ""
+"Het trainingsprogramma is gecreรซerd om te beantwoorden aan de behoeften van "
+"eindgebruikers zowel als experts (netwerk- en systeembeheerders)"
#: ../../share/advertising/13-mdkcampus.pl_.c:11
msgid "Certify yourself on Linux"
-msgstr ""
+msgstr "Certificeer uzelf op Linux"
#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
@@ -10534,43 +10708,53 @@ msgid ""
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
"certification program (worldwide professional technical certification)"
msgstr ""
+"Of u nu kiest voor on-line zelfstudie of voor een studie via ons netwerk van "
+"trainingspartners, de Linux-Campus catalogus bereidt u voor op het erkende "
+"LPI-certificatieprogramma (wereldwijde professionele technische certificatie)"
#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
msgid "Become a MandrakeExpert"
-msgstr "MandrakeExpert"
+msgstr "Wordt een MandrakeExpert"
#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
"Find the solutions of your problems via MandrakeSoft's online support "
"platform"
msgstr ""
+"Vind de oplossingen voor uw problemen via MandrakeSoft's on-line "
+"ondersteuningsplatform"
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
+"Sluit u aan bij de MandrakeSoft ondersteuningsteams en de on-line "
+"Linuxgemeenschap om uw kennis te delen en anderen te helpen door een erkende "
+"Expert te worden op de on-line technische ondersteuningswebsite:"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert"
+msgstr "MandrakeExpert Zakelijk"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
msgid "An online platform to respond to company's specific support needs"
msgstr ""
+"Een on-line platform dat beantwoordt aan de specifieke "
+"ondersteuningsbehoeften van een bedrijf"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
+"Alle incidenten zullen afgehandeld worden door een enkele gekwalificeerde "
+"technische expert van MandrakeSoft."
#: ../../share/advertising/17-mdkclub.pl_.c:9
msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr ""
+msgstr "Ontdek MandrakeClub en Mandrake Corporate Club"
#: ../../share/advertising/17-mdkclub.pl_.c:10
msgid ""
@@ -10581,16 +10765,23 @@ msgid ""
"competititve edge, if you want to support Mandrake Linux development, join "
"MandrakeClub!"
msgstr ""
+"MandrakeClub en Mandrake Corporate Club zijn gecreรซerd voor particuliere- en "
+"zakelijke gebruikers van Mandrake Linux die graag hun favoriete "
+"Linuxdistributie direct ondersteunen, terwijl zij aan de andere kant "
+"speciale privileges ontvangen. Als onze produkten u bevallen, als uw bedrijf "
+"van onze produkten profiteert en zodoende een voorsprong neemt op de "
+"concurrentie, als u de ontwikkeling van Mandrake Linux wilt ondersteunen, "
+"sluit u dan aan bij MandrakeClub!"
#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Bezig met installeren van pakketten..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Gelieve uit te loggen en daarna Ctrl-Alt-Backspace te gebruiken"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Gelieve opnieuw in te loggen op %s om de wijzigingen te activeren"
@@ -10631,16 +10822,6 @@ msgstr "Gebruikers toevoegen/verwijderen"
msgid "Add/Del Clients"
msgstr "Clienten toevoegen/verwijderen"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Help"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Boot Floppy"
@@ -10689,48 +10870,64 @@ msgstr "Gebruiker Toevoegen -->"
msgid "<-- Del User"
msgstr "<-- Verwijder Gebruiker"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr "Geen beeldbestanden voor opstarten vanaf netwerk gecreรซerd!"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Client Toevoegen -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Verwijder Client"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "dhcpd Configureren..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+msgid "dhcpd Server Configuration"
+msgstr "Configuratie van dhcpd-server"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+"Het grootse deel van deze waarden zijn\n"
+"gehaald uit uw lopende systeem. U kunt ze zonodig aanpassen."
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
-msgstr "Schrijf configuratie weg"
+msgstr "Configuratie wegschrijven"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Plaats een diskette in het station:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Kon de diskette niet benaderen!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "De diskette kan nu worden uitgenomen"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Geen diskettestation beschikbaar!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO image is %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Er ging iets fout - Is mkisofs wel geรฏnstalleerd?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Er moet eerst een /etc/dhcpd.conf worden aangemaakt!"
@@ -10878,12 +11075,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Totale voortgang"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10897,41 +11094,41 @@ msgstr ""
" is het waarschijnlijk nodig om de ingang uit authorized_keys\n"
" op de server te verwijderen."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "Het kan enige tijd duren om de sleutels te genereren."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "FOUT: kan %s niet starten."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
-msgstr ""
+msgstr "Geen wachtwoord-aanvraag bij %s op poort %s"
-#: ../../standalone/drakbackup_.c:849
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:852
+#, c-format
msgid "Bad password on %s"
-msgstr "Geen wachtwoord"
+msgstr "Onjuist wachtwoord op %s"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgstr "Toegang geweigerd bij het overdragen van %s naar %s"
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, c-format
msgid "Can't find %s on %s"
-msgstr ""
+msgstr "Kan %s op %s niet vinden"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
-msgstr ""
+msgstr "%s geeft geen antwoord"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10948,64 +11145,64 @@ msgstr ""
"\n"
"zonder om een wachtwoord gevraagd te worden."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr "WebDAV-site op afstand loopt al synchroon!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr "WebDAV-overdracht mislukt!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr "Geen CD-R/DVD-R in station!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr "Dit lijkt geen opneembare media te zijn!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr "Geen wisbare media!"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "Het kan enige tijd duren voordat de media gewist is."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr "Rechten-probleem bij benaderen CD."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
-msgstr ""
+msgstr "Geen tape in %s!"
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Reservekopie maken van systeembestanden..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Harde schijf reservekopie..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Reservekopie gebruikersbestanden..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Voortgang reservekopie harde schijf..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Reservekopie andere bestanden..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr "Geen veranderingen om een reservekopie van te maken!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -11016,7 +11213,7 @@ msgstr ""
"Drakbackup-activiteiten via %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -11025,7 +11222,7 @@ msgstr ""
"bestandslijst via FTP verzonden: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -11035,7 +11232,7 @@ msgstr ""
" FTP verbindingsprobleem: het was niet mogelijk uw reservekopie via FTP te "
"versturen.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -11045,7 +11242,7 @@ msgstr ""
"Drakbackup-activiteiten via CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -11055,24 +11252,24 @@ msgstr ""
"Drakbackup-activiteiten via tape:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr "Fout tijdens versturen post.\n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr "Kan catalogus niet creรซren!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Bestandsselectie"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Selecteer de bestanden of mappen en klik op 'Toevoegen'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -11080,70 +11277,70 @@ msgstr ""
"\n"
"Gelieve alle opties te selecteren die u nodig heeft.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Deze opties kunnen een reservekopie maken van alle bestanden in uw /etc "
"map.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "Reservekopie maken van uw systeembestanden. ( /etc map )"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
"Gebruik incrementele reservekopie (de oude reservekopieรซn niet vervangen)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Essentiรซle bestanden niet opnemen (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr "Met deze optie kunt u iedere versie van uw /etc herstellen."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
"Gelieve alle gebruikers te selecteren die u in uw reservekopie wilt opnemen."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Browser-cache niet opnemen"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Gebruik incrementele reservekopieรซn (vervang geen oude reservekopieรซn)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Verwijder geselecteerden"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32) "
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Gebruikers"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "Netwerkverbinding gebruiken voor reservekopie"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
-msgstr ""
+msgstr "Net-methode:"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr "Expect voor SSH gebruiken"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -11151,7 +11348,7 @@ msgstr ""
"Reservesleutels voor SSH\n"
"creรซren/overzetten"
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
@@ -11159,15 +11356,19 @@ msgstr ""
" Nu\n"
"Overzetten"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
-msgstr "Sleutels staan reeds op hun plaats"
-
#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
+msgstr ""
+"Overige (niet drakbackup)\n"
+"sleutels staan reeds op hun plaats"
+
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Gelieve hostnaam of IP in te voeren."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -11175,27 +11376,27 @@ msgstr ""
"Voer de map op deze computer in\n"
" om de reservekopie in op te slaan."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Voer uw login in"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Voer uw wachtwoord in"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Onthoud dit wachtwoord"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr "Hostnaam, gebruikersnaam en wachtwoord benodigd!"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Gebruik CD/DVD-ROM voor reservekopie"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -11206,35 +11407,35 @@ msgstr ""
"Dit veld is niet vereist, slechts een hulpmiddel voor het invullen van het "
"formulier.)"
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Kies uw CD/DVD-mediagrootte"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr "Ga na of u een multisessie-CD gebruikt"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Ga na of u CDRW-media gebruikt"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Ga alstublieft na of u uw RW-media (eerste sessie) wilt wissen"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr " Nu wissen"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr "Ga alstublieft na of u een DVDR-apparaat gebruikt"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr "Ga alstublieft na of een DVDRAM-apparaat gebruikt"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11242,34 +11443,34 @@ msgstr ""
"Voer het apparaatnaam van uw CD Writer in\n"
" Voorbeeld: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr "Geen CD-apparaat gedefiniรซerd!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Gebruik tape voor backup"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Voer de apparaatnaam in om voor de reservekopie te gebruiken"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr "Ga alstublieft na te gaan of u uw CDRW wilt wissen voor u verdergaat"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr ""
"Geeft u aan of u uw tape wilt wissen vรณรณr de reservekopie gemaakt wordt."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr ""
"Geeft u aan of u uw tape wilt uitwerpen nadat de reservekopie gemaakt is."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11277,55 +11478,55 @@ msgstr ""
"Voer de maximumruimte in die\n"
" Drakbackup mag gebruiken"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "Voer de map voor opslaan in:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Gebruik quota voor reservekopie-bestanden"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Netwerk"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CD-ROM / DVD-ROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Harde schijf / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Tape"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "ieder uur"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "dagelijks"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "wekelijks"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "maandelijks"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Gebruik daemon"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11333,7 +11534,7 @@ msgstr ""
"Gelieve het tijdsinterval \n"
"tussen iedere backup te kiezen"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11341,7 +11542,7 @@ msgstr ""
"Kies de media\n"
"voor de reservekopie."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -11351,72 +11552,72 @@ msgstr ""
"\n"
"Merk op dat momenteel alle 'net'-media ook van de harde schijf gebruikmaken."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Verstuur e-mailrapport na elke reservekopie naar:"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
"Tar-bestanden op harde schijf wissen na reservekopie naar andere media."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Wat"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Waar"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Wanneer"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Meer opties"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Drakbackup configuratie"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Bepaal waar u de reservekopie wilt maken"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "op harde schijf"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "over netwerk"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "op CDROM"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr "op Tape-apparaat"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Kies waar u een reservekopie van wilt maken"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Reservekopie-systeem"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Reservekopie Gebruikers"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Handmatig gebruiker selecteren"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11424,7 +11625,7 @@ msgstr ""
"\n"
"Reservekopie-bronnen: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11432,7 +11633,7 @@ msgstr ""
"\n"
"- Systeembestanden:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11440,7 +11641,7 @@ msgstr ""
"\n"
"- Gebruikersbestanden:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11448,7 +11649,7 @@ msgstr ""
"\n"
"- Overige bestanden:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11457,7 +11658,7 @@ msgstr ""
"\n"
"- Pad voor opslaan op harde schijf: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
@@ -11465,7 +11666,7 @@ msgstr ""
"\n"
"- Tar-bestanden op harde schijf wissen na reservekopie.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -11473,20 +11674,20 @@ msgstr ""
"\n"
"- Naar CD branden"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr " op apparaat: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr " (multi-sessie)"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -11495,12 +11696,12 @@ msgstr ""
"\n"
"- Naar tape opslaan op apparaat: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tWissen=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -11509,7 +11710,7 @@ msgstr ""
"\n"
"- Opslaan via %s op host: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11518,7 +11719,7 @@ msgstr ""
"\t\t gebruikersnaam: %s\n"
"\t\t op pad: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11526,20 +11727,20 @@ msgstr ""
"\n"
"- Opties:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tSysteembestanden niet opnemen\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tReservekopieรซn gebruiken tar en bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tReservekopieรซn gebruiken tar en gzip\n"
# check if this is the right translation, unclear! -Reinout
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11548,39 +11749,39 @@ msgstr ""
"\n"
"- Daemon (%s) invoegen: \n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Harde schijf.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-Tape \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Netwerk over FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Netwerk over SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Netwerk over rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Netwerk over webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Geen configuratie, gelieve Hulp of Geavanceerd aan te klikken.\n"
+msgstr "Geen configuratie, klik alstublieft op Wizard of Geavanceerd\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11588,7 +11789,7 @@ msgstr ""
"Lijst van te herstellen gegevens:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11596,110 +11797,110 @@ msgstr ""
"Lijst van beschadigde gegevens:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Gelieve het de volgende keer te deselecteren of te verwijderen"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Reservekopie bestanden zijn beschadigd"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " Al uw geselecteerde gegevens zijn "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Succesvol hersteld op %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Instellingen herstellen "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "OK om de overige bestanden te herstellen"
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Te herstellen gebruikerslijst (alleen de meest recente datum per gebruiker "
"is van belang)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Reservekopie maken van systeembestanden voor:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "Gelieve de datum te kiezen om te herstellen"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Gebruik harde schijf voor reservekopie"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Voer de map voor opslaan in:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP-verbinding"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Beveiligde verbinding"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Herstellen van harde schijf"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Voer de map in waar reservekopieรซn opgeslagen worden"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Selecteer andere media om vanaf te herstellen"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Andere media"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Systeem herstellen"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Gebruikers herstellen"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Overige herstellen"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "selecteer te herstellen pad (in plaats van / )"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Voer nieuwe backup uit alvorens te herstellen (alleen voor incrementele "
"reservekopieรซn)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Verwijder gebruikersmappen alvorens te herstellen"
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr "Geselecteerd catalogus-item herstellen"
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
@@ -11707,7 +11908,7 @@ msgstr ""
"Geselecteerde bestanden\n"
"herstellen"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
@@ -11715,12 +11916,12 @@ msgstr ""
"Herstel-pad\n"
"veranderen"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr "Reservekopie-bestanden niet op %s gevonden."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
@@ -11729,16 +11930,16 @@ msgstr ""
"Plaats de CD met volume label %s\n"
" in het CD-ROM-station onder koppelpunt /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
msgstr "Herstellen van CD"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "Incorrect CD-label. Het label van deze schijf is %s."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -11747,103 +11948,102 @@ msgstr ""
"Plaats de tape met volume label %s\n"
" in tape-apparaat %s"
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
msgstr "Herstellen van tape"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr "Incorrect tape-label. Het label van deze tape is %s."
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
msgstr "Herstellen via netwerk"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "Herstellen via netwerkprotocol: %s"
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
msgstr "Hostnaam"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr "Host-pad of module"
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
msgstr "Wachtwoord vereist"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
msgstr "Gebruikersnaam vereist"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
msgstr "Hostnaam vereist"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr "Pad of module vereist"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr "Bestanden teruggezet..."
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
msgstr "Herstellen mislukt..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Alle reservekopieรซn herstellen"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Aangepast herstellen"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr "CD geplaatst - doorgaan."
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr "Bladeren naar nieuwe herstellocatie."
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
msgstr "Herstellen vanuit catalogus"
-#: ../../standalone/drakbackup_.c:3891
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
-msgstr "Gebruikers herstellen"
+msgstr "Herstelvoortgang"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Vorige"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Opslaan"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Reservekopie maken"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Reservekopie herstellen"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -11853,7 +12053,7 @@ msgstr ""
" Uw melding is niet verstuurd.\n"
" Gelieve sendmail te configureren."
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -11861,7 +12061,7 @@ msgstr ""
"De volgende pakketten moeten geรฏnstalleerd worden:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11869,79 +12069,79 @@ msgstr ""
"Er trad een fout op tijdens de bestandsoverdracht via FTP.\n"
" Corrigeert u alstublieft uw FTP-configuratie."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Selecteer de gegevens om te herstellen"
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Selecteer media voor de reservekopie"
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Selecteer de gegevens waarvan u een reservekopie wilt maken..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
"Kan geen instellingen-bestand vinden \n"
-"klikt u op Hulp of Geavanceerd."
+"klikt u op Wizard of Geavanceerd."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "In ontwikkeling ... nog even wachten."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Reservekopie maken van systeembestanden"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Reservekopie maken van gebruikersbestanden"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Reservekopie maken van overige bestanden"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Totale voortgang"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "bestanden worden per FTP verstuurd"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Bezig met versturen van bestanden..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Nu reservekopie maken vanaf configuratiebestand"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Backup-configuratie bekijken"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Configuratie met hulp"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Geavanceerde configuratie"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Nu reservekopie maken"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -12003,7 +12203,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -12018,7 +12218,7 @@ msgstr ""
" in te stellen in /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -12100,7 +12300,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -12153,20 +12353,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" vernieuwingen 2002 MandrakeSoft door Stew Benedict <sbenedict"
"\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -12202,7 +12402,7 @@ msgstr ""
" MA 02111-1307\n"
" USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12280,7 +12480,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12299,7 +12499,7 @@ msgstr ""
"de server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12323,7 +12523,7 @@ msgstr ""
"te betrachten en de reservekopiebestanden niet\n"
"handmatig te wijzigen.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12453,8 +12653,8 @@ msgid "Synchronization tool"
msgstr "Synchronisatie-hulpprogramma"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Zelfstandige hulpprogramma's"
@@ -12519,7 +12719,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12534,19 +12734,19 @@ msgstr ""
"verstuurd naar die server\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Rapporteren"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Niet geรฏnstalleerd"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "Bezig met verbinden naar Bugzilla Wizard..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "Geen bladerprogramma beschikbaar! Installeert u er alstublieft รฉรฉn."
@@ -12641,16 +12841,12 @@ msgstr "Klik hier om de hulp in te schakelen ->"
#: ../../standalone/drakconnect_.c:256
msgid "Wizard..."
-msgstr "Hulp..."
+msgstr "Wizard..."
#: ../../standalone/drakconnect_.c:282
msgid "Apply"
msgstr "Toepassen"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Even geduld... bezig met toepassen van de configuratie"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Verbonden"
@@ -12772,7 +12968,7 @@ msgstr "Modulenaam"
msgid "Size"
msgstr "Formaat"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12837,12 +13033,12 @@ msgstr "Output"
msgid "Build the disk"
msgstr "Maak de diskette"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Zorg ervoor dat er een schijf aanwezig is in apparaat %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12852,12 +13048,12 @@ msgstr ""
"beschrijven.\n"
"Graag een ander medium plaatsen."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Kan geen nieuw proces beginnen: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13231,7 +13427,7 @@ msgstr "Automatisch opnieuw configureren"
#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
-msgstr "Toon huidige interface-configuratie"
+msgstr "Huidige interface-configuratie tonen"
#: ../../standalone/drakgw_.c:268
#, c-format
@@ -13354,159 +13550,145 @@ msgstr ""
"\n"
"Klik op Configureer om de instellingen-hulp in te schakelen."
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "group"
-msgstr "Werkgroep"
+msgstr "groep"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
-msgstr ""
+msgstr "pad"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
-msgstr "Partitie %s"
+msgstr "permissies"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "user"
-msgstr "Gebruiker"
+msgstr "gebruiker"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
-msgstr ""
+msgstr "Omhoog"
-#: ../../standalone/drakperm_.c:49
-#, fuzzy
+#: ../../standalone/drakperm_.c:50
msgid "delete"
-msgstr "Verwijderen"
+msgstr "verwijderen"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
-msgstr ""
+msgstr "bewerken"
-#: ../../standalone/drakperm_.c:51
-#, fuzzy
+#: ../../standalone/drakperm_.c:52
msgid "Down"
-msgstr "Klaar"
+msgstr "Omlaag"
-#: ../../standalone/drakperm_.c:52
-#, fuzzy
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
-msgstr "module toevoegen"
+msgstr "regel toevoegen"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
-msgstr ""
+msgstr "selecteer permissiebestand om te bekijken/bewerken"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
+"Drakperm is bedoeld om te zien welke bestanden gebruikt moeten worden om "
+"permissies, eigenaars en groepen juist in te stellen via 'msec'.\n"
+"U kunt ook uw eigen regels maken die voorrang krijgen op de standaard regels."
-#: ../../standalone/drakperm_.c:61
-#, fuzzy
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
-msgstr "Printer toevoegen"
+msgstr "Nieuwe regel aan het eind toevoegen"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
-msgstr ""
+msgstr "Huidige regel bewerken"
-#: ../../standalone/drakperm_.c:63
-#, fuzzy
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
-msgstr "Alle gedeselecteerd"
+msgstr "Geselecteerde regel รฉรฉn niveau omhoog verplaatsen"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
-msgstr ""
+msgstr "Geselecteerde regel รฉรฉn niveau omlaag verplaatsen"
-#: ../../standalone/drakperm_.c:65
-#, fuzzy
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
-msgstr ""
-"Geselecteerde bestanden\n"
-"herstellen"
+msgstr "Geselecteerde regel verwijderen"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr "bladeren"
-#: ../../standalone/drakperm_.c:248
-#, fuzzy
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
-msgstr "Gebruiker aanvaarden"
+msgstr "Huidige gebruiker"
-#: ../../standalone/drakperm_.c:253
-#, fuzzy
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
-msgstr "Versie: %s\n"
+msgstr "Permissies"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
-msgstr ""
+msgstr "Pad"
-#: ../../standalone/drakperm_.c:255
-#, fuzzy
+#: ../../standalone/drakperm_.c:251
msgid "Property"
-msgstr "Poort"
+msgstr "Eigenschap"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
-msgstr ""
+msgstr "sticky-bit"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
-msgstr ""
+msgstr "Set-UID"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
-msgstr ""
+msgstr "Set-GID"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
+"Bedoeld voor mappen:\n"
+" slechts de eigenaar van een map of bestand in deze map kan deze verwijderen"
-#: ../../standalone/drakperm_.c:315
-#, fuzzy
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
-msgstr "Gebruik auto-detectie"
+msgstr "Eigenaar-ID gebruiken bij uitvoeren"
-#: ../../standalone/drakperm_.c:316
-#, fuzzy
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
-msgstr "Gebruik auto-detectie"
+msgstr "Groeps-ID gebruiken voor uitvoeren"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
-msgstr ""
+msgstr "wanneer aangevinkt, zullen de eigenaar en groep niet worden veranderd"
-#: ../../standalone/drakperm_.c:322
-#, fuzzy
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
-msgstr "Selectie opstartscherm"
+msgstr "Padselectie"
-#: ../../standalone/drakperm_.c:368
-#, fuzzy
+#: ../../standalone/drakperm_.c:364
msgid "user :"
-msgstr "Gebruiker"
+msgstr "gebruiker:"
-#: ../../standalone/drakperm_.c:370
-#, fuzzy
+#: ../../standalone/drakperm_.c:366
msgid "group :"
-msgstr "Werkgroep"
+msgstr "groep:"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
msgstr "Geen geluidskaart gevonden!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13526,123 +13708,151 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/nl/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+"\n"
+"\n"
+"\n"
+"Opmerking: als u een ISA PnP geluidskaart heeft, zult u het sndconfig-"
+"programma moeten gebruiken. Type hiervoor \"sndconfig\" in een "
+"terminalvenster."
+
+#: ../../standalone/draksplash_.c:34
+#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr "pakket ImageMagick is vereist voor correct functioneren"
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
msgstr "creรซren van eerste stap"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
msgstr "uiteindelijke resolutie"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
msgstr "kies het beeldbestand"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
msgid "Theme name"
msgstr "Themanaam"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr "opstartscherm maken stap 2"
-
-#: ../../standalone/draksplash_.c:82
-msgid "go to lilosplash configuration"
-msgstr "Ga naar configuratie van lilo-opstartscherm"
-
-#: ../../standalone/draksplash_.c:83
-msgid "quit"
-msgstr "afsluiten"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "Bladeren"
-#: ../../standalone/draksplash_.c:84
-msgid "save theme"
-msgstr "thema opslaan"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
msgstr "Opstartscherm-afbeelding configureren"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr "X-coรถrdinaat van tekstveld in aantal tekens"
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
-msgstr "Y-coรถrdinaat van tekstveld in aantal tekens"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
+msgstr ""
+"X-coรถrdinaat van tekstveld\n"
+"in aantal tekens"
#: ../../standalone/draksplash_.c:101
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
+msgstr ""
+"Y-coรถrdinaat van tekstveld\n"
+"in aantal tekens"
+
+#: ../../standalone/draksplash_.c:102
msgid "text width"
msgstr "tekstbreedte"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:103
msgid "text box height"
msgstr "tekstveld-hoogte"
-#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr "de X-coรถrdinaat van de linkerbovenhoek van de voortgangsbalk"
-
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
-msgstr "de Y-coรถrdinaat van de linkerbovenhoek van de voortgangsbalk"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr ""
+"de X-coรถrdinaat van de linkerbovenhoek\n"
+"van de voortgangsbalk"
#: ../../standalone/draksplash_.c:105
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
+msgstr ""
+"de Y-coรถrdinaat van de linkerbovenhoek\n"
+"van de voortgangsbalk"
+
+#: ../../standalone/draksplash_.c:106
msgid "the width of the progress bar"
msgstr "de breedte van de voortgangsbalk"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:107
msgid "the heigth of the progress bar"
msgstr "de hoogte van de voortgangsbalk"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr "de kleur van de voortgangsbalk"
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
-msgstr "ga terug"
-
-#: ../../standalone/draksplash_.c:120
-msgid "preview"
+#: ../../standalone/draksplash_.c:121
+msgid "Preview"
msgstr "voorbeeld"
-#: ../../standalone/draksplash_.c:121
-msgid "choose color"
-msgstr "kies een kleur"
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "thema opslaan"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "kies een kleur"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr "Logo weergeven in tekstscherm (console)"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr "Kernel-meldingen standaard onderdrukken"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr "Dit thema heeft nog geen opstartscherm in %s!"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr "bezig met opslaan opstartscherm-thema..."
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
msgstr "Voortgangsbalk-kleurselectie"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr "U dient eerst een beeldbestand te kiezen!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
msgstr "Bezig met genereren voorbeeld..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Kan opstartscherm-voorbeeld niet creรซren"
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13759,7 +13969,7 @@ msgstr "Zoeken naar TV-kanalen"
#: ../../standalone/drakxtv_.c:125
msgid "There was an error while scanning for TV channels"
-msgstr "Er was een fout tijdens het scannen naar TV kanalen"
+msgstr "Er is een fout opgetreden tijdens het zoeken naar TV-kanalen"
#: ../../standalone/drakxtv_.c:126
msgid "XawTV isn't installed!"
@@ -13775,7 +13985,7 @@ msgstr "Nu kunt U xawtv uitvoeren (vanuit X) !\n"
#: ../../standalone/drakxtv_.c:153
msgid "No TV Card detected!"
-msgstr "Geen TV kaart gedetecteerd!"
+msgstr "Geen TV-kaart gevonden!"
#: ../../standalone/drakxtv_.c:154
msgid ""
@@ -13788,14 +13998,22 @@ msgid ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-"Er was geen TV kaart gedetecteerd. Controlleer dat een door linux "
-"ondersteundeVideo/TV kaart correct aangesloten is.\n"
+"Er was geen TV kaart gevonden. Gaat u na dat er een Video/TV kaart met Linux-"
+"ondersteuning correct aangesloten is.\n"
"\n"
"\n"
-"U kunt onze randapparatuur database bereiken op:\n"
+"U kunt onze randapparatuur-database bereiken op:\n"
"\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"http://www.linux-mandrake.com/nl/hardware.php3"
+
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"Gebruik: harddrake [-h|--help] [--test]\n"
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
@@ -13825,18 +14043,18 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Niet in staat \"live upgrade\" te starten!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
"De wijziging is gemaakt, maar u moet uitloggen voordat het effect heeft"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
#: ../../standalone/logdrake_.c:95
msgid "Show only for the selected day"
-msgstr "Toon alleen voor de geselecteerde dag"
+msgstr "Alleen tonen voor de geselecteerde dag"
#: ../../standalone/logdrake_.c:102
msgid "/File/_New"
@@ -14077,8 +14295,8 @@ msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-"Scannerdrake kon uw %s scanner niet detecteren.\n"
-"Selecteer het apparaat waar uw scanner op verbonden is."
+"Scannerdrake kon uw %s scanner niet vinden.\n"
+"Selecteer het apparaat waar uw scanner aan verbonden is."
#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
@@ -14106,19 +14324,14 @@ msgstr ""
"U kunt nu documenten scannen met ``XSane'' via Multimedia/Graphics in het "
"applicatie menu."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Bepaalde apparaten in de hardware klasse \"%s\" zijn verwijderd:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
-msgstr ""
-"\n"
-"Bepaalde apparaten in de hardware klasse \"%s\" zijn toegevoegd:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
+msgstr "Enkele apparaten zijn toegevoegd:\n"
#: ../../steps.pm_.c:14
msgid "Choose your language"
@@ -14186,13 +14399,13 @@ msgstr "X Configureren"
#: ../../steps.pm_.c:34
msgid "Install system updates"
-msgstr "Installeer systeemupdates"
+msgstr "Systeemvernieuwingen installeren"
#: ../../steps.pm_.c:35
msgid "Exit install"
msgstr "Installatie afsluiten"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14447,20 +14660,297 @@ msgstr "Multimedia - CD branden"
msgid "Scientific Workstation"
msgstr "Wetenschappelijk werkstation"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "Kan opstartscherm-voorbeeld niet creรซren"
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "Om een foutrapport te versturen, klikt u op de knop 'rapporteren'.\n"
+#~ "Hierdoor wordt een browservenster geopend op 'bugzilla'\n"
+#~ "waar u een formulier vindt om in te vullen. De bovenstaande informatie "
+#~ "zal worden \n"
+#~ "verstuurd naar die server\n"
+#~ "\n"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "opstartscherm maken stap 2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Ga naar configuratie van lilo-opstartscherm"
+
+#~ msgid "Go back"
+#~ msgstr "ga terug"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr "Er is geen bekend OSS/ALSA-stuurprogramma voor uw geluidskaart (%s)"
-#, fuzzy
#~ msgid ""
-#~ "Sorry, perl-Expect is not installed/enabled. To use\n"
-#~ "this feature, install perl-Expect and comment lines 772-774,\n"
-#~ " as well as 788,789. Then uncomment line 787."
+#~ "Introduction\n"
+#~ "\n"
+#~ "The operating system and the different components available in the "
+#~ "Mandrake Linux distribution \n"
+#~ "shall be called the \"Software Products\" hereafter. The Software "
+#~ "Products include, but are not \n"
+#~ "restricted to, the set of programs, methods, rules and documentation "
+#~ "related to the operating \n"
+#~ "system and the different components of the Mandrake Linux distribution.\n"
+#~ "\n"
+#~ "\n"
+#~ "1. License Agreement\n"
+#~ "\n"
+#~ "Please read this document carefully. 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 Mandrake Linux sites which are prohibited or restricted in "
+#~ "some countries by local laws.\n"
+#~ "This limited liability applies to, but is not restricted to, the strong "
+#~ "cryptography components \n"
+#~ "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\", \"Mandrake Linux\" 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"
#~ msgstr ""
-#~ "Sorry, perl-Exect is niet geรฏnstalleerd of ingeschakeld. \n"
-#~ "Om deze mogelijkheid te gebruiken dient u perl-Expect te\n"
-#~ "installeren en de regels 702-704 zowel als 718,719\n"
-#~ "in commentaar te zetten. Vervolgens haalt u regel 717\n"
-#~ "uit commentaar."
+#~ "Introductie\n"
+#~ "\n"
+#~ "Het besturingssysteem en de verschillende componenten beschikbaar in de "
+#~ "Mandrake Linux\n"
+#~ "distributie zullen vanaf nu \" Software Produkten\" heten. De Software "
+#~ "Produkten omvatten,\n"
+#~ "maar zijn niet beperkt tot de programma's, methoden, regels en "
+#~ "documentatie gerelateerd aan\n"
+#~ "het besturingssysteem en de verschillende onderdelen van de Mandrake "
+#~ "Linux distributie.\n"
+#~ "\n"
+#~ "\n"
+#~ "1. Licentieovereenkomst\n"
+#~ "\n"
+#~ "Lees dit document zorgvuldig. Dit document is een licentieovereenkomst "
+#~ "tussen U en\n"
+#~ "MandrakeSoft S.A. welke van toepassing is op de Software Produkten.\n"
+#~ "Door het installeren, dupliceren of gebruiken van de Software Produkten "
+#~ "in welke vorm dan ook,\n"
+#~ "gaat u expliciet akkoord en bent het volledig eens met de bewoording en "
+#~ "voorwaarden van deze\n"
+#~ "licentie. Indien U het met welk onderdeel van de Licentie dan ook niet "
+#~ "eens bent, dan is het U\n"
+#~ "niet toegestaan deze Software Produkten niet installeren, dupliceren of "
+#~ "gebruiken.\n"
+#~ "Elke poging om de Software Produkten te installeren, dupliceren of "
+#~ "gebruiken op een wijze die\n"
+#~ "niet in overeenstemming is met de bewoording en voorwaarden van deze "
+#~ "licentie is nietig\n"
+#~ "en beรซindigt uw rechten onder deze Licentie. Bij beรซindiging van de "
+#~ "Licentie dient u onmiddelijk\n"
+#~ "alle kopieรซn van de Software Produkten te vernietigen.\n"
+#~ "\n"
+#~ "\n"
+#~ "2. Beperkte garantie\n"
+#~ "\n"
+#~ "De Software Produkten en meegeleverde documentatie zijn geleverd zoals ze "
+#~ "zijn zonder garantie,\n"
+#~ "voorzover dat dat wettelijk is toegestaan.\n"
+#~ "MandrakeSoft S.A. zal in geen enkele omstandigheid, en voorzover dat "
+#~ "wettelijk is toegestaan,\n"
+#~ "aansprakelijk zijn voor elke vorm van speciale, incidentele, directe of "
+#~ "indirecte schade (inclusief\n"
+#~ "zonder beperking schade door verlies van zaken, interruptie van zaken, "
+#~ "financieel verlies, juridische\n"
+#~ "kosten en boetes resulterend uit een rechterlijke uitspraak, of andere "
+#~ "daaruit volgende verliezen)\n"
+#~ "veroorzaakt door het gebruik of het niet kunnen gebruiken van de Software "
+#~ "Produkten, zelfs als\n"
+#~ "MandrakeSoft S.A. op de hoogte was van de mogelijkheid danwel voorkomen "
+#~ "van dergelijke schades.\n"
+#~ "\n"
+#~ "BEPERKTE AANSPRAKELIJKHEID GEKOPPELD AAN HET BEZIT OF GEBRUIK VAN\n"
+#~ "VERBODEN SOFTWARE IN SOMMIGE LANDEN\n"
+#~ "\n"
+#~ "MandrakeSoft S.A. of zijn distributeurs zullen, voorzover wettelijk "
+#~ "toegestaan, in geen geval aansprakelijk\n"
+#~ "zijn voor welke vorm van speciale, incidentele, directe of indirecte "
+#~ "schade dan ook (inclusief\n"
+#~ "zonder beperking schade door verlies van zaken, interruptie van zaken, "
+#~ "financieel verlies, juridische\n"
+#~ "kosten en boetes resulterend uit een rechterlijke uitspraak, of andere "
+#~ "daaruit volgende verliezen)\n"
+#~ "voortkomend uit het bezit of gebruik van softwarecomponenten of "
+#~ "voortkomend uit het downloaden van\n"
+#~ "softwarecomponenten van รฉรฉn van Mandrake Linux sites, welke verboden of "
+#~ "beperkt zijn in sommige\n"
+#~ "landen door lokale wetgeving.\n"
+#~ "Deze beperkte aansprakelijkheid geldt voor, maar is niet beperkt tot de "
+#~ "sterke versleutelingscomponenten\n"
+#~ "meegeleverd met de Software Produkten.\n"
+#~ "\n"
+#~ "\n"
+#~ "3. De GPL-licentie en gerelateerde licenties\n"
+#~ "\n"
+#~ "De Software Produkten bestaan uit componenten die ontwikkeld zijn door "
+#~ "verschillende personen\n"
+#~ "of entiteiten. De meeste componenten vallen onder de bewoording en "
+#~ "voorwaarden van de GNU \n"
+#~ "General Public License, hierna te noemen \"GPL\", of onder vergelijkbare "
+#~ "licenties. De meeste van\n"
+#~ "deze licenties staan u toe de desbetreffende componenten te gebruiken, "
+#~ "dupliceren, aanpassen of\n"
+#~ "verder te distribueren. Leest u aandachtig de bewoording en voorwaarden "
+#~ "van deze licentieovereenkomsten\n"
+#~ "alvorens enige component te gebruiken. Elke vraag over een "
+#~ "componentlicentie kunt U richten aan de\n"
+#~ "desbetreffende auteur en niet aan MandrakeSoft S.A.\n"
+#~ "De programmatuur ontwikkeld door MandrakeSoft S.A. valt onder de GPL-"
+#~ "licentie. Documentatie\n"
+#~ "geschreven door MandrakeSoft S.A. valt onder een eigen licentie. Zie de "
+#~ "documentatie voor verdere details.\n"
+#~ "\n"
+#~ "\n"
+#~ "4. Intellectuele eigendomsrechten\n"
+#~ "\n"
+#~ "Alle rechten op de componenten van de Software Produkten behoren toe aan "
+#~ "hun respectievelijke\n"
+#~ "auteurs en zijn beschermd door intellectuele eigendoms- en copyright-"
+#~ "wetten welke gelden voor\n"
+#~ "computerprogrammatuur.\n"
+#~ "MandrakeSoft S.A. behoudt zich het recht voor om de Software Produkten te "
+#~ "veranderen in hun geheel\n"
+#~ "of in onderdelen, op welke manier dan ook en voor welk doel dan ook.\n"
+#~ "\"Mandrake\", \"Mandrake Linux\" en geassocieerde logo's zijn "
+#~ "handelsmerken van MandrakeSoft S.A.\n"
+#~ "\n"
+#~ "\n"
+#~ "5. Geldende wetten\n"
+#~ "\n"
+#~ "Als welk deel dan ook van deze overeenkomst niet geldig, illegaal of niet "
+#~ "toepasselijk wordt\n"
+#~ "bevonden door een rechterlijke uitspraak, dan wordt het betreffende deel "
+#~ "uitgesloten van dit\n"
+#~ "contract. U blijft verder wel gebonden aan de overige toepasselijke "
+#~ "secties van de overeenkomst.\n"
+#~ "De bewoording en voorwaarden van deze licentie worden vallen onder de "
+#~ "wetten van Frankrijk.\n"
+#~ "Alle meningsverschillen ten aanzien van deze licentie worden het liefst "
+#~ "buiten een rechtszaak om\n"
+#~ "geschikt. Als een laatste oplossing kan de zaak doorverwezen worden naar "
+#~ "de geschikte\n"
+#~ "gerechtshoven van Parijs - Frankrijk.\n"
+#~ "Bij vragen over dit document, gelieve contact op te nemen met "
+#~ "MandrakeSoft S.A.\n"
+#~ "\n"
+#~ "Dit document is vanuit het Engels vertaald door een onbeรซdigde vertaler. "
+#~ "Voor het rechtsgeldig\n"
+#~ "laten maken van dit document zult U dus een originele versie van dit "
+#~ "document op moeten halen\n"
+#~ "en deze laten vertalen door een beรซdigd vertaler.\n"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy moet ftp://... zijn"
+
+#~ msgid "quit"
+#~ msgstr "afsluiten"
#~ msgid ""
#~ "GNU/Linux is a multiuser system, and this means that each user can have "
diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po
index 6b39a31ec..6d08a6c12 100644
--- a/perl-install/share/po/no.po
+++ b/perl-install/share/po/no.po
@@ -9716,7 +9716,7 @@ msgstr "Brukergrensesnitt"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9757,7 +9757,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9772,7 +9772,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
diff --git a/perl-install/share/po/pt.po b/perl-install/share/po/pt.po
index f5ae1189b..1f4f41f76 100644
--- a/perl-install/share/po/pt.po
+++ b/perl-install/share/po/pt.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
-"PO-Revision-Date: 2002-09-05 23:14GMT\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
+"PO-Revision-Date: 2002-09-10 15:50GMT\n"
"Last-Translator: Jos้ JORGE <jose.jorge@oreka.com>\n"
"Language-Team: portugu๊s <pt@li.org>\n"
"MIME-Version: 1.0\n"
@@ -90,24 +90,24 @@ msgstr "Configurar todas as cabe็as independentemente"
msgid "Use Xinerama extension"
msgstr "Usar extensใo Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configurar somente placa \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s com acelera็ใo 3D por hardware"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,18 +117,18 @@ msgstr ""
"XFree%s.\n"
"A sua placa ้ suportada pelo XFree %s que pode ter um melhor suporte para 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"A sua placa pode ter suporte para acelera็ใo 3D por hardware com o XFree%s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s com acelera็ใo 3D por hardware EXPERIMENTAL"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"ATENวรO ESTE SUPORTE ษ EXPERIMENTAL E PODE CONGELAR O SEU COMPUTADOR.A sua "
"placa ้ suportada pelo XFree %s que pode ter um melhor suporte para 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -148,12 +148,12 @@ msgstr ""
"A sua placa pode ter suporte para acelera็ใo 3D por hardware com o XFree%s,\n"
"ATENวรO ESTE SUPORTE ษ EXPERIMENTAL E PODE CONGELAR O SEU COMPUTADOR."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instala็ใo do gestor da placa)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Personalizado"
@@ -173,32 +173,32 @@ msgstr "Resolu็ใo"
msgid "Test"
msgstr "Testar"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Op็๕es"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "OK"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Sair"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -294,25 +294,25 @@ msgstr "Escolha a resolu็ใo e a profundidade de cor"
msgid "Graphics card: %s"
msgstr "Placa Grแfica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Cancelar"
@@ -388,11 +388,11 @@ msgstr "Servidor XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Driver XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X ao iniciar"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -402,7 +402,7 @@ msgstr ""
"arranque.\n"
"Gostaria de iniciar o X quando voltar a arrancar?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -422,7 +422,7 @@ msgstr ""
"\n"
"Tem mesmo este dispositivo?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Qual sistema de TV quer utilizar?"
@@ -494,7 +494,7 @@ msgstr "Compacto"
msgid "compact"
msgstr "compacto"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Modo de Vํdeo"
@@ -502,17 +502,17 @@ msgstr "Modo de Vํdeo"
msgid "Delay before booting default image"
msgstr "Tempo de espera antes de arrancar na imagem padrใo"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Senha"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Senha (de novo)"
@@ -546,14 +546,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Op็ใo ``Restringir op็๕es da linha de comando'' nใo tem uso sem senha"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Por favor tente novamente"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "As senhas nใo coincidem"
@@ -595,7 +595,7 @@ msgstr ""
"\n"
"Qual ้ o disco de arranque ?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -603,148 +603,148 @@ msgstr ""
"Aqui estใo a diferentes entradas.\n"
"Pode adicionar mais ou alterar as existentes"
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Adicionar"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Feito"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Modificar"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Qual tipo de entrada que quer adicionar?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Outros SO (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Outros SO (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Outros SO (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Imagem"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Adicionar"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Leitura-Escrita"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabela"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Inseguro"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "R๓tulo"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Por omissใo"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Tamanho-Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "SemVํdeo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Remover entrada"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Nใo ้ permitido um r๓tulo vazio"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Voc๊ deve escolher uma imagem de n๚cleo"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Tem que ter uma parti็ใo raํz"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Este r๓tulo jแ estแ a ser utilizado"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Interfaces %s %s encontrados"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Tem algum outro?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Tem algum interface %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nใo"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Sim"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Ver informa็ใo do hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "A instalar o driver para %s placa %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(m๓dulo %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -753,7 +753,7 @@ msgstr ""
"Voc๊ pode agora inserir as op็๕es para o modulo %s.\n"
"Lembre-se que todo endere็o deve ser escrito com o prefixo 0x como '0x12'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -764,17 +764,17 @@ msgstr ""
"As op็๕es estใo no formato ``nome=valor nome2=valor2 ...''\n"
"Para exemplo, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Op็๕es do m๓dulo:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Qual driver %s que eu deveria tentar?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -791,15 +791,15 @@ msgstr ""
"mแquina as informa็๕es que ele precisa? Ocasionalmente, isso poderแ\n"
"travar o computador, mas nใo deve causar algum dano."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Auto-procurar"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Especificar op็๕es"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -808,62 +808,62 @@ msgstr ""
"O carregamento do m๓dulo %s falhou.\n"
"Quer tentar novamente com outros parโmetros?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "aceder aos programas X"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "aceder เs ferramentas rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "permitir \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "aceder aos ficheiros de administra็ใo"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "aceder เs ferramentas rede"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr "aceder เs ferramentas de constru็ใo"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(jแ adicionado %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Essa senha ้ demasiado simples"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Por favor indique um nome de utilizador"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"O nome de utilizador deve conter apenas letras min๚sculas, n๚meros, `-' e `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "O nome de utilizador ้ demasiado comprido"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Este nome de utilizador jแ foi adicionado"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Adicionar utilizador"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -872,32 +872,32 @@ msgstr ""
"Introduza um utilizador\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Aceitar utilizador"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Nome real"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nome de utilizador"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "อcone"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autoliga็ใo"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -905,56 +905,56 @@ msgstr ""
"Eu posso configurar o computador para ligar automaticamente um utilizador.\n"
"Quer utilizar esta possibilidade?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Escolha o utilizador por omissใo :"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Escolha o gestor de janelas a correr:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Por favor escolha o idioma a utilizar."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Pode escolher outros idiomas que estarใo disponํveis ap๓s a instala็ใo"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Tudo"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Permitir todos os utilizadores"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Nใo partilhar"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"O pacote %s tem que ser instalado. Tem certeza que nใo o quer seleccionar?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"Pode partilhar com NFS ou Samba. Escolha por favor qual deseja utilizar."
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "O pacote imperativo %s falta"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -968,11 +968,11 @@ msgstr ""
"\n"
"\"Personalizado\" permite de escolher para cada utilizador.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Lan็ar userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -980,31 +980,31 @@ msgstr ""
"A partilha por utilizador utiliza o grupo \"fileshare\". \n"
"Pode utilizar userdrake para inscrever um utilizador a este grupo."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Bem-vinda aos Piratas"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Pobre"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Padrใo"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Alto"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Superior"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paran๓ico"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1014,7 +1014,7 @@ msgstr ""
"de usar, mas muito sensํvel: nใo deve ser usado numa mแquina \n"
"ligada a outras ou เ Internet. Nใo existe acesso por senha."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1022,7 +1022,7 @@ msgstr ""
"As senhas agora estใo activadas, mas o uso como computador de rede ainda nใo "
"้ recomendado."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1030,7 +1030,7 @@ msgstr ""
"Esta ้ a seguran็a padrใo recomendada para um computador que serแ usadopara "
"se ligar เ Internet como um cliente."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1038,7 +1038,7 @@ msgstr ""
"Jแ hแ algumas restri็๕es, e mais controlos automแticos sใo lan็ados todas as "
"noites."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1053,7 +1053,7 @@ msgstr ""
"servidor que aceita liga็๕es de muitos clientes. Nota: se o sistema ้ s๓ um "
"cliente que se liga เ Internet, deveria escolher um nํvel mais baixo."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1061,34 +1061,34 @@ msgstr ""
"Este ้ similar ao nํvel abaixo, mas agora o sistema estแ totalmente fechado "
"e as caracterํsticas de seguran็a estใo no mแximo."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "Draksec Op็๕es Simples"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Por favor, escolha o nํvel de seguran็a desejado"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Nํvel de seguran็a"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Utilizar libsafe para os servidores"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Uma livraria que protege contra ataques de tipo 'buffer overflow' e cadeia "
"formatada."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Administrador da seguran็a (login ou email)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1103,7 +1103,7 @@ msgstr ""
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1120,59 +1120,59 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Bem-Vindo ao GRUB o seleccionador de Sistema Operativo!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use a tecla %c e %c para escolher qual a entrada seleccionada."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Prima 'enter' para arrancar o SO seleccionado, 'e' para editar os"
+msgstr "Prima 'entrada' para arrancar o SO seleccionado, 'e' para editar os"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "comandos antes de arrancar, ou 'c' para linha de comando."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
"A op็ใo seleccionada vai arrancar automaticamente dentro de %d segundos."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nใo hแ espa็o suficiente em /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Ambiente de trabalho"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Menu Iniciar"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Nใo pode instalar o carregador de arranque numa parti็ใo %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "nenhuma ajuda implementada ainda.\n"
@@ -1224,63 +1224,63 @@ msgstr "Modo lilo/grub"
msgid "Yaboot mode"
msgstr "Modo Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Instalar temas"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Mostrar o tema na linha de commando"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "Criar um novo tema"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Guardar %s em %s.old"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Erro"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "incapaz de guardar a mensagem de lilo"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "A copiar %s para %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "nใo consigo mudar a mensagem de lilo"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Nใo encontro a mensagem de lilo"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Nใo posso escrever /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Escreve %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1288,17 +1288,17 @@ msgstr ""
"Nใo posso escrever /etc/sysconfig/bootsplash\n"
"Nใo encontrei o ficheiro."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Nใo posso executar mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Fazer o initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1307,24 +1307,24 @@ msgstr ""
"Lan็a \"lilo\" como root na linha de commando para acabar a instala็ใo de "
"tema LiLo."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "Relan็ar 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Nota"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "A instala็ใo dos temas de LiLo de Arranque foi conseguida"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "A instala็ใo de temas falhou"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1333,21 +1333,21 @@ msgstr ""
"Estแ correntemente a usar %s como Gestor de Arranque.\n"
"Clique em Configurar para iniciar o assistente de configura็ใo."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configurar"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Selec็ใo da imagem de arranque"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Temas"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1361,44 +1361,44 @@ msgstr ""
"eles podem ser\n"
"diferentes"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Ecrใ Lilo"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Imagem de Arranque"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Modo do sistema"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
-msgstr "Iniciar o X-Window na inicializa็ใo"
+msgstr "Iniciar o Ambiente Grแfico na inicializa็ใo"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nใo, eu nใo quero autoliga็ใo"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Sim, eu quero autoliga็ใo com este (utilizador, ambiente de trabalho)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "nใo possํvel abrir /etc/inittab para leitura: %s"
@@ -1495,50 +1495,58 @@ msgstr "มustria"
msgid "United States"
msgstr "Estados Unidos"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Novo"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Desmontar"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montar"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Ponto de Montagem"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Por favor escolha a URL do servidor WebDAV"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "O Url deve come็ar com http:// ou https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Servidor : "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Ponto de montagem: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Op็๕es: %s"
@@ -1626,7 +1634,7 @@ msgstr "Vazio"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Outro"
@@ -1770,7 +1778,7 @@ msgstr ""
"A tabela de parti็๕es de seguran็a nใo tem o \n"
"mesmo tamanho. Continuar mesmo assim?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Aviso"
@@ -2329,7 +2337,7 @@ msgstr ""
"Por favor escreva a seu nome de utilizador, senha e nome de domํnio para "
"aceder a esta maquina."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Nome de utilizador"
@@ -2341,23 +2349,23 @@ msgstr "Domํnio"
msgid "Search servers"
msgstr "Procurar Servidores"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formata็ใo de %s falhou"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nใo sei como formatar %s no tipo %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "a montagem da parti็ใo %s na pasta %s falhou"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "erro a desmontar %s: %s"
@@ -2445,48 +2453,111 @@ msgstr "Nada a fazer"
msgid "Error opening %s for writing: %s"
msgstr "Erro ao abrir %s para escrita: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "Nenhum piloto alternativo"
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
"Nใo hแ nenhum piloto alternativo OSS/ALSA conhecido para a sua placa de som "
-"(%s)"
+"(%s) que utiliza actualmente \"%s\""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "Configura็ใo do Som"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
"Aqui voc๊ pode escolher um piloto alternativo (seja OSS ou ALSA) para a sua "
"placa de som (%s)"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "Piloto :"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Ajuda"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Por favor aguarde... A aplicar a configura็ใo"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Por favor aguarde"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "Nenhum piloto conhecido"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Nใo hแ nenhum piloto conhecido para a sua placa de som (%s)"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "Modelo desconhecido"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2615,7 +2686,8 @@ msgid "/_Quit"
msgstr "/_Sair"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Ajuda"
@@ -2625,7 +2697,7 @@ msgstr "/_Ajuda..."
#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
-msgstr "Ajuda de HardDrake"
+msgstr "Ajuda de Harddrake"
#: ../../harddrake/ui.pm_.c:67
msgid ""
@@ -2636,71 +2708,72 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Comunicar Erro"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_Acerca..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
-msgstr "Acerca de HardDrake"
+msgstr "Acerca de Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-"Isto ้ HardDrake, uma ferramenta Mandrake de configura็ใo do material.\n"
+"Isto ้ Harddrake, uma ferramenta Mandrake de configura็ใo do material.\n"
"Versใo:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Autor:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
-msgstr "Versใo de HardDrake2 "
+msgstr "Versใo de Harddrake2 "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Material encontrado"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informa็๕es"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Configurar modulo"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "Lan็ar ferramenta de configura็ใo"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "A detectar"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Por favor aguarde"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Voc๊ pode configurar cada parametro do m๓dulo aqui."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "Lan็ando \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr "A testar $Ident classe\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "A testar %s classe\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "principal"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "secundario"
@@ -2949,6 +3022,55 @@ msgid ""
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
+"ษ agora o momento de indicar os programas que deseja instalar no\n"
+"seu sistema. Hแ centenas de pacotes disponํveis para Mandrake\n"
+"Linux, e nใo lhe ้ pedido de os conhecer todos de cor.\n"
+"\n"
+"Se estแ a fazer uma instala็ใo padrใo a partir dum CD-ROM, vai\n"
+"lhe ser pedido primeiro quais CDs tem (so no modo Perito). Veja\n"
+"os nomes dos CDs e marque os que tem เ disposi็ใo para a\n"
+"instala็ใo. Carregue em \"OK\" quando estแ pronto a continuar.\n"
+"\n"
+"Os pacotes estใo arrumados por grupos que correspondem a um uso\n"
+"particular da sua maquina. Os grupos eles mesmos cont๊m quatro\n"
+"sec็๕es :\n"
+"\n"
+" * \"Esta็ใo de trabalho\": se planeia utilizar a sua mแquina como\n"
+"uma esta็ใo de trabalho, escolha um ou mais dos grupos seguintes;\n"
+"\n"
+" * \"Desenvolvimento\": se a sua mแquina vai ser utilizada para\n"
+"programar, escolha o grupo desejado; \n"
+" * \"Servidor\": se esta mแquina vai ser um servidor, vai poder\n"
+"escolher os servi็os mais comuns que deseja instalar;\n"
+"\n"
+" * \"Ambiente Grแfico\": enfim, aqui pode escolher o seu ambiente\n"
+"grแfico preferido. Deve escolher pelo menos um se quer ter uma\n"
+"esta็ใo de trabalho grแfica!\n"
+"\n"
+"Se posiciona o rato sobre um nome de grupo vai obter uma texto\n"
+"curto de explica็ใo. Se deseleccionar todos os grupos ao fazer uma\n"
+"instala็ใo normal (e nใo uma actualiza็ใo), um dialogo vai-lhe\n"
+"propor as op็๕es de uma instala็ใo mํnima :\n"
+"\n"
+" * \"Com X\": instala o mํnimo de pacotes para ter um ambiente\n"
+"grแfico;\n"
+"\n"
+" * \"Com a documenta็ใo de base\": instala o sistema mํnimo com\n"
+"os utilitแrios de base e a documenta็ใo deles. ษ uma boa\n"
+"instala็ใo para um servidor;\n"
+"\n"
+" * \"Verdadeira instala็ใo mํnima\": vai instalar o mํnimo para\n"
+"obter um sistema Linux funcional, so com linha de commando. Esta\n"
+"instala็ใo faz aproximadamente 65MB.\n"
+"\n"
+"Pode marcar a caixa \"Escolha individual dos pacotes\", que ้ util\n"
+"si conhece os pacotes propostos ou se deseja ter um controlo total\n"
+"sobre o que vai ser instalado.\n"
+"\n"
+"Se come็ou a instala็ใo em modo \"Actualiza็ใo\", pode\n"
+"deseleccionar todos os grupos para evitar de instalar qualquer\n"
+"novo pacote. Isto ้ util para arranjar ou actualizar um sistema jแ\n"
+"instalado."
#: ../../help.pm_.c:128
msgid ""
@@ -3011,6 +3133,27 @@ msgid ""
"If you wish to configure the network later after installation, or if you\n"
"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
+"Voc๊ pode agora configurar a sua liga็ใo Internet/rede. Se deseja ligar o\n"
+"seu computador ao Internet ou a uma rede local, carregue em \"OK\". A\n"
+"detec็ใo automแtica de dispositivos de rede e modem vai ser lan็ada. Se\n"
+"esta detec็ใo falhar, tire a marca da caixa \"Utilizar detec็ใo automแtica"
+"\"\n"
+"na pr๓xima vez. Tamb้m pode escolher de nใo configurar a rede, ou de o\n"
+"fazer mais tarde; neste caso, basta carregar no botใo \"Anular\".\n"
+"\n"
+"A liga็๕es disponiveis sใo : modem tradicional, modem ISDN, liga็ใo ADSL,\n"
+"modem de cabo, e enfim uma simples liga็ใo rede (Ethernet).\n"
+"\n"
+"Aqui, nใo vai detalhar cada configura็ใo. Basta ter todos os parametros\n"
+"dados pelo seu Fornecedor de Acesso Internet ou administrador sistema.\n"
+"\n"
+"Pode ver no ''Guia do Utilizador'' o capitulo sobre as liga็๕es Internet\n"
+"para mais detalhes sobre a configura็ใo, ou esperar o fim de instala็ใo\n"
+"do sistema e utilizar o programa indicado aqui para configurar a sua\n"
+"liga็ใo.\n"
+"\n"
+"Se deseja configurar a rede mais tarde depois da instala็ใo, ou se acabou\n"
+"de configurar a rede, carregue em \"Anular\"."
#: ../../help.pm_.c:186
msgid ""
@@ -3030,6 +3173,22 @@ msgid ""
"enabled on a server. In general, select only the services you really need.\n"
"!!"
msgstr ""
+"Pode agora escolher quais servi็os deseja lan็ar ao arranque.\n"
+"\n"
+"Aqui estใo apresentados todos os servi็os disponํveis com a\n"
+"instala็ใo que fez. Controle-os atentamente e desligue os que nใo\n"
+"sใo sempre necessแrios ao arranque.\n"
+"\n"
+"Pode obter um curto texto de descri็ใo do servi็o ao escolher\n"
+"um servi็o. No entanto, se nใo tem a certeza de saber se um\n"
+"servi็o ้ util ou nใo, mais vale deixar-lo na posi็ใo por omissใo.\n"
+"\n"
+"!! Aqui, seja muito atento se pretende utilizar a sua mแquina como\n"
+"um servidor : nใo vai provavelmente querer lan็ar os servi็os de\n"
+"que nใo precisa. Lembre-se por favor que vแrios servi็os podem ser\n"
+"perigosos se sใo activados num servidor. De maneira geral, escolha\n"
+"so os servi็os de que precisa mesmo.\n"
+"!!"
#: ../../help.pm_.c:203
msgid ""
@@ -3082,6 +3241,26 @@ msgid ""
"configuration section of the user guide for more information on how to\n"
"configure your display."
msgstr ""
+"X (para Sistema X Window) ้ o cora็ใo da interface grแfica GNU/Linux\n"
+"sobre a qual todos os ambientes grแficos KDE, GNOME, AfterStep,\n"
+"WindowMaker, etc.) incluidos na Mandrake Linux funcionam. Nesta sec็ใo,\n"
+"DrakX vai tentar configurar X automaticamente.\n"
+"\n"
+"ษ muito raro que isto falhe, a menos que tenha material muito antigo\n"
+"(ou demasiado recente). Se conseguir, vai iniciar o X automaticamente\n"
+"com a melhor defini็ใo, seguinte o tamanho do monitor. Uma janela vai\n"
+"entใo aparecer e pedir-lhe se pode ver a imagem.\n"
+"\n"
+"Se estแ a fazer uma instala็ใo em modo \"Perito\", vai lan็ar o\n"
+"assistente de configura็ใo do X. Veja a sec็ใo que corresponde no\n"
+"manual para mais informa็๕es sobre este assistente.\n"
+"\n"
+"Se voc๊ pode ver a mensagem durante o teste, e responde \"Sim\", entใo\n"
+"DrakX vai continuar. Se nใo pode ver a mensagem, so significa que a\n"
+"configura็ใo estแ errada, e o teste vai parar automaticamente no fim\n"
+"de 10 segundos, restaurando o ecrใ. Veja entใo a sec็ใo da\n"
+"configura็ใo do Video no guia do utilizador para mais informa็๕es\n"
+"sobre como configurar o seu ecrใ."
#: ../../help.pm_.c:239
msgid ""
@@ -3228,6 +3407,36 @@ msgid ""
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
+"Aqui chegou. A instala็ใo estแ agora completa e o seu sistema GNU/Linux\n"
+"estแ pronto a ser utilizado. Basta carregar em \"OK\" para reiniciar o\n"
+"sistema. Vai poder iniciar\n"
+" GNU/Linux ou Windows (se escolheu de ter os\n"
+"dois, desde o pr๓ximo arranque do computador.\n"
+"\n"
+"O botใo \"Avan็ado\" (em modo \"Perito\") prop๕e dois bot๕es para :\n"
+"\n"
+" * \"Criar disquete de auto instala็ใo\": para criar uma disquete de\n"
+"instala็ใo que vai fazer toda a instala็ใo se a ajuda de um operador,\n"
+"similar เ instala็ใo que acabou de configurar.\n"
+"\n"
+" Note que duas op็๕es diferentes sใo disponํveis depois de carregar\n"
+"no botใo :\n"
+" * \"Repetir\". Isto ้ uma instala็ใo automแtica por parte pois so\n"
+"a parti็ใo do disco fica interactiva;\n"
+"\n"
+" * \"Automแtica\". Instala็ใo completamente automแtica : o disco\n"
+"rํgido ้ completamente apagado, todos os dados sใo perdidos.\n"
+"\n"
+" Esta op็ใo ้ muito pratica para instalar varias mแquinas iguais.\n"
+"Veja a sec็ใo Auto Instala็ใo no nosso servidor web;\n"
+"\n"
+" * \"Guardar selec็ใo de pacotes\"(*): grava a selec็ใo de pacotes\n"
+"como foi feita. Depois, quando faz outra instala็ใo, insira a disquete\n"
+"no leitor e lance a instala็ใo pelo ecrใ de ajuda carregando na tecla\n"
+"[F1], e escrevendo >>linux defcfg=\"floppy\"<<.\n"
+"\n"
+"(*) Pode precisar duma disquete formatada FAT (para criar uma sob\n"
+"GNU/Linux, escreva \"mformat a:\")"
#: ../../help.pm_.c:372
msgid ""
@@ -3539,6 +3748,20 @@ msgid ""
"Note that multiple languages may be installed. Once you have selected any\n"
"additional locales, click the \"OK\" button to continue."
msgstr ""
+"O primeiro passo ้ de escolher a sua lํngua preferida.\n"
+"\n"
+"Por favor escolha a sua lํngua preferida para a instala็ใo e o uso\n"
+"do sistema.\n"
+"\n"
+"Se carregar no botใo \"Avan็ado\" vai poder escolher outras lํnguas\n"
+"a instalar na sua mแquina. O facto de escolher outras lํnguas vai\n"
+"instalar o ficheiros especํficos เs lํnguas para a documenta็ใo do\n"
+"sistema e as aplica็๕es. Por exemplo, se vai ter utilizadores\n"
+"Espanh๓is, escolha Portugu๊s como lํngua principal na vista arvore\n"
+"e na sec็ใo avan็ado carregue em \"Espanhol|Espanha\".\n"
+"\n"
+"Nota que pode instalar quantas lํnguas quiser. Quando acabou de\n"
+"escolher, carregue no botใo \"OK\" para continuar."
#: ../../help.pm_.c:609
msgid ""
@@ -3882,6 +4105,36 @@ msgid ""
"displayed here. You can click on the button to change the parameters\n"
"associated with it."
msgstr ""
+"Aqui estใo apresentados vแrios parametros sobre a sua mแquina. Conforme o\n"
+"material que tem, pode - ou nใo - ver os elementos seguintes :\n"
+"\n"
+" * \"Rato\": verifique a configura็ใo do rato e carregue no botใo para\n"
+"a mudar se necessแrio;\n"
+"\n"
+" * \"Teclado\": verifique o mapa do teclado e carregue no botใo para\n"
+"o mudar se necessแrio;\n"
+"\n"
+" * \"Fuso Horario\": DrakX, por omissใo, advinha o fuso horario a partir\n"
+"da lํngua que escolheu. Mas aqui tamb้m, como para a escolha do teclado,\n"
+"pode nใo estar no paํs correspondente เ lํngua escolhida. Portanto, pode\n"
+"precisar de carregar no botใo \"Fuso Horario\" para configurar o rel๓gio\n"
+"seguinte o fuso onde estแ;\n"
+"\n"
+" * \"Impressora\": carregando no botใo \"Nenhuma Impressora\" vai abrir\n"
+"o assistente de configura็ใo da impressใo. Veja o capitulo correspondente\n"
+"no ''Guia do Utilizador'' para mais informa็๕es sobre a configura็ใo duma\n"
+"nova impressora. O interface apresentado aqui ้ similar ao usado durante\n"
+"a instala็ใo;\n"
+"\n"
+" * \"Placa de Som\": se uma placa de som foi detectada no seu sistema, ้\n"
+"mostrada aqui. Nenhuma modifica็ใo ้ possํvel durante a instala็ใo;\n"
+"\n"
+" * \"Placa de TV\": se uma placa de TV foi detectada no seu sistema, ้\n"
+"mostrada aqui. Nenhuma modifica็ใo ้ possํvel durante a instala็ใo;\n"
+"\n"
+" * \"Placa ISDN\": se uma placa ISDN foi detectada no seu sistema, ้\n"
+"mostrada aqui. Pode carregar no botใo para mudar os parametros que\n"
+"lhe sใo associados."
#: ../../help.pm_.c:896
msgid ""
@@ -3903,6 +4156,13 @@ msgid ""
"Click on \"Cancel\" to cancel this operation without losing any data and\n"
"partitions present on this hard drive."
msgstr ""
+"Carregue em \"OK\" se deseja apagar todos os dados e parti็๕es presentes\n"
+"neste disco rํgido. Seja atento, depois de carregar em \"OK\", nใo vai\n"
+"poder recuperar nenhum dado ou parti็ใo que estava no disco, mesmo os\n"
+"dados Windows.\n"
+"\n"
+"Carregue em \"Anular\" para anular esta opera็ใo sem perder nenhum dado\n"
+"ou parti็ใo presente neste disco."
#: ../../install2.pm_.c:111
#, c-format
@@ -3921,7 +4181,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Voc๊ tamb้m deve formatar %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3946,7 +4206,7 @@ msgstr ""
"\n"
"Deseja mesmo instalar estes servidores?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3954,21 +4214,26 @@ msgid ""
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
+"Os pacotes seguintes vใo ser apagados para poder actualizar o seu sistema : %"
+"s\n"
+"\n"
+"\n"
+"Deseja mesmo apagar estes pacotes ?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Nใo ้ possํvel usar 'broadcast' sem algum domํnio NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Insira uma disquete formatada em FAT no drive %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Esta disquete nใo estแ formatada em FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -3976,12 +4241,12 @@ msgstr ""
"Para usar esta selec็ใo guardada de pacotes, arranque a instala็ใo com "
"``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Erro ao ler o ficheiro %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4222,7 +4487,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Bem-vindo เ %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nenhum drive de disquete disponํvel"
@@ -4253,11 +4518,11 @@ msgstr "Classe de Instala็ใo"
msgid "Please choose one of the following classes of installation:"
msgstr "Por favor escolha uma das seguintes classes de instala็ใo:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Selec็ใo de Grupo de Pacotes"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Selec็ใo individual de pacotes"
@@ -4335,7 +4600,7 @@ msgstr "Mostrar automaticamente pacotes seleccionados"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instalar"
@@ -4355,7 +4620,7 @@ msgstr "Instala็ใo mํnima"
msgid "Choose the packages you want to install"
msgstr "Escolha os pacotes que deseja instalar"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "A instalar"
@@ -4382,17 +4647,17 @@ msgid "Installing package %s"
msgstr "A instalar pacote %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aceitar"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Recusar"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4408,16 +4673,16 @@ msgstr ""
"Se nใo o tiver, prima Cancelar para evitar a instala็ใo deste Cd-Rom."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Continuar mesmo assim?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Houve um erro na ordena็ใo dos pacotes:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Houve um erro a instalar os pacotes:"
@@ -4541,7 +4806,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4619,7 +4884,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Tem a certeza de recusar a licen็a?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teclado"
@@ -4831,11 +5096,11 @@ msgstr "Insira uma disquete com a selec็ใo de pacotes"
msgid "Selected size is larger than available space"
msgstr "O tamanho seleccionado ้ maior que o espa็o disponํvel"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Tipo de instala็ใo"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -4843,19 +5108,19 @@ msgstr ""
"Voc๊ nใo escolheu nenhum grupo de pacotes.\n"
"Escolha por favor o tipo de instala็ใo mํnima que deseja:"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Com X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Com a documenta็ใo de base (recomendado!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Verdadeira instala็ใo mํnima (nem sequer urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4865,16 +5130,16 @@ msgstr ""
"Se nใo tiver nenhum desses CDs, clique em Cancelar.\n"
"Se apenas alguns CDs estiverem em falta, desmarque-os e entใo clique em Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom rotulado como \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "A preparar a instala็ใo"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4883,21 +5148,21 @@ msgstr ""
"Instalando o pacote %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Configura็ใo p๓s-instala็ใo"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Insira a disquete de arranque utilizada no drive %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Insira uma disquete com os m๓dulos actualizados no drive %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4935,8 +5200,7 @@ msgid ""
"Altadena California 91001\n"
"USA"
msgstr ""
-"Tem agora a possibilidade de descarregar o software para codifica็ใo "
-"(encripta็ใo).\n"
+"Tem agora a possibilidade de descarregar o programas de codifica็ใo.\n"
"\n"
"ATENวรO:\n"
"Devido a vแrios requerimentos aplicแveis เ este software e impostos\n"
@@ -4973,7 +5237,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4993,160 +5257,160 @@ msgstr ""
"\n"
"deseja instalar as actualiza็๕es ?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"A contactar o site Mandrake Linux para obter a lista dos servidores espelho "
-"disponiveis..."
+"disponํveis..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Escolha um servidor espelho de onde obter os pacotes"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"A contactar o servidor espelho para obter a lista de pacotes disponํveis"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Qual ้ o seu fuso horแrio?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "O rel๓gio material estแ na hora GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincroniza็ใo automแtica da hora (com NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "Servidor NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Servidor CUPS remoto"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Nenhuma impressora"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Tem alguma placa de som ISA?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Lance \"sndconfig\" depois da instala็ใo para configurar a sua placa de som"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nenhum dispositivo de som foi encontrado. Tente \"harddrake\" depois da "
"instala็ใo"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Sumแrio"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Rato"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Fuso horแrio"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Impressora"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Placa RDIS"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Placa de Som"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Placa TV"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Domํnio Windows"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Ficheiros locais"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Especificar senha do root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Nenhuma senha"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Essa senha ้ muito simples (deve ter ao menos %d caracteres)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentica็ใo?"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Autentica็ใo LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "dn de base LDAP"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "Servidor LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Autentica็ใo NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Domํnio NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5161,20 +5425,32 @@ msgid ""
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
msgstr ""
+"Para que isto funcione para um PDC W2K, vai provavelmente ser preciso que o "
+"administrador fa็a : C:\\>net localgroup \"Pre-Windows 2000 Compatible Access"
+"\" everyone /add e reinicie o servidor.\n"
+"Tamb้m vai precisar do nome/senha de um Administrador de Dominio para juntar "
+"a mแquina ao dominio Windows(TM).\n"
+"Se a rede ainda nใo estแ activada, DrakX vai tentar juntar-se ao dominio "
+"depois da configura็ใo da rede.\n"
+"Se esta configura็ใo falha por alguma razใo e que a autentica็ใo no dominio "
+"nใo funciona, lance 'smbpasswd -j DOMINIO -U NOME%SENHA' usando o seu "
+"Dominio Windows (TM), e o Nome/Senha do Administrador, depois do arranque do "
+"sistema.\n"
+"O commando 'wbinfo -t' vai testar se a autentica็ใo estแ boa."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Autentica็ใo Domํnio Windows"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Nome do Administrador do Domํnio"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Senha do Administrador de Domํnio"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5206,19 +5482,19 @@ msgstr ""
"disquete\n"
"no drive e aperte em \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Primeiro drive de disquetes"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Segundo drive de disquetes"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Saltar"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5245,7 +5521,7 @@ msgstr ""
"Deseja criar uma disquete de arranque para o seu sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5259,29 +5535,29 @@ msgstr ""
"criar um disco de arranque numa disquete de 1.44 Mb vai\n"
"certamente falhar, pois XFS precisa de um grande piloto)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Desculpe, nenhum drive de disquetes disponํvel"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Escolha o drive de disquetes que quer usar para criar a disquete de arranque"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Insira uma disquete em %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "A criar disquete de arranque"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "A preparar o carregador de arranque"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5294,11 +5570,11 @@ msgstr ""
"A instala็ใo vai continuar, mas vai precisar de utilizar\n"
" BootX para arrancar a sua maquina."
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Quer usar o aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5306,16 +5582,16 @@ msgstr ""
"Erro ao instalar o aboot, \n"
"tento for็ar a instala็ใo, mesmo que isso estrague a primeira parti็ใo?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "A instalar o carregador de arranque"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"A instala็ใo do carregador de arranque falhou. Ocorreram os seguintes erros:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5333,17 +5609,17 @@ msgstr ""
" E depois escreva : shut-down\n"
"No pr๓ximo inicio deveria obter o carregador de arranque."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insira uma disquete vazia no drive %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "A criar disquete de auto-instala็ใo"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5353,7 +5629,7 @@ msgstr ""
"\n"
"Quer realmente sair agora?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5375,7 +5651,7 @@ msgstr ""
"Retire o suporte de arranque e carregue \"Entrada\" para reinicializar.\n"
"\n"
"\n"
-"Para informa็๕es sobre as correc็๕es disponiveis para esta versใo do "
+"Para informa็๕es sobre as correc็๕es disponํveis para esta versใo do "
"Mandrake Linux,\n"
"consulte a Errata disponํvel em : \n"
"\n"
@@ -5386,15 +5662,15 @@ msgstr ""
"Informa็ใo sobre como configurar o seu sistema estแ disponํvel no\n"
"capํtulo p๓s-instala็ใo do Guia Oficial do Utilizador do Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Criar disquete de auto instala็ใo"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5408,15 +5684,15 @@ msgstr ""
"\n"
"Pode preferir repetir a instala็ใo.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
-msgstr "Automแtico"
+msgstr "Automแtica"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Repetir"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Guardar selec็ใo de pacotes"
@@ -5452,14 +5728,14 @@ msgstr "Avan็ado"
msgid "Basic"
msgstr "Bแsico"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Anterior"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Pr๓ximo"
@@ -5646,7 +5922,7 @@ msgstr "Alemใo (sem teclas mortas)"
#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr ""
+msgstr "Devanagari"
#: ../../keyboard.pm_.c:192
msgid "Danish"
@@ -5682,11 +5958,11 @@ msgstr "Grego"
#: ../../keyboard.pm_.c:203
msgid "Gujarati"
-msgstr ""
+msgstr "Gujarati"
#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
-msgstr ""
+msgstr "Gurmukhi"
#: ../../keyboard.pm_.c:205
msgid "Hungarian"
@@ -5718,7 +5994,7 @@ msgstr "Italiano"
#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
-msgstr ""
+msgstr "Inuktitut"
#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
@@ -5762,7 +6038,7 @@ msgstr "Maced๓nio"
#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "Myanmar (Burmese)"
#: ../../keyboard.pm_.c:227
msgid "Mongolian (cyrillic)"
@@ -5905,7 +6181,7 @@ msgstr "A tecla \"Windows\" direita"
msgid "Circular mounts %s\n"
msgstr "Montagens circulares %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Remova os volumes l๓gicos primeiro\n"
@@ -6042,15 +6318,15 @@ msgstr "nenhum"
msgid "No mouse"
msgstr "Nenhum Rato"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Por favor teste o rato"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Para activar o rato,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "MOVA A SUA RODA!"
@@ -6086,11 +6362,11 @@ msgstr "Encolher มrvore"
msgid "Toggle between flat and group sorted"
msgstr "Alternar entre organiza็ใo plana ou em grupo"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Ligar เ Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6100,23 +6376,19 @@ msgstr ""
"Mas algumas liga็๕es usam pptp, poucas usam dhcp.\n"
"Se nใo sabe, escolha 'usar pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "usar dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "usar pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "usar pptp"
@@ -6164,6 +6436,9 @@ msgid ""
"Valid examples are: 139/tcp 139/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
+"Pode escrever portas diversas. \n"
+"Exemplos validos sใo : 139/tcp 139/udp.\n"
+"Veja em /etc/services para informa็๕es."
#: ../../network/drakfirewall.pm_.c:154
#, c-format
@@ -6172,6 +6447,9 @@ msgid ""
"The proper format is \"port/tcp\" or \"port/udp\", \n"
"where port is between 1 and 65535."
msgstr ""
+"Porta invalida dada : %s.\n"
+"O bom formato ้ \"porta/tcp\" ou \"porta/udp\", \n"
+"onde porta ้ entre 1 e 65535."
#: ../../network/drakfirewall.pm_.c:162
msgid "Everything (no firewall)"
@@ -6211,7 +6489,7 @@ msgstr ""
msgid "no network card found"
msgstr "nenhuma placa de rede encontrada"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "A configurar a rede"
@@ -6227,15 +6505,15 @@ msgstr ""
"O nome do anfitriใo deve ser um nome de anfitriใo totalmente qualificado,\n"
"como por exemplo ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Nome do anfitriใo"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Assistente de Configura็ใo da Rede"
@@ -6282,8 +6560,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Antiga Configura็ใo (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Configura็ใo ISDN"
@@ -6319,23 +6597,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Qual protocolo que quer usar?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Qual tipo de placa tem?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Eu nใo sei"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6348,19 +6631,19 @@ msgstr ""
"\n"
"Se tiver uma placa PCMCIA, tem que saber o irq e io da sua placa.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Abortar"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Continuar"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Qual ้ a sua placa ISDN?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6368,7 +6651,7 @@ msgstr ""
"Eu detectei uma placa ISDN PCI, mas nใo sei qual ้ o tipo. Por favor "
"seleccione uma placa PCI no pr๓ximo quadro."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nenhuma placa ISDN PCI foi encontrada. Por favor seleccione uma no pr๓ximo "
@@ -6422,7 +6705,7 @@ msgstr "Primeiro DNS Servidor (opcional)"
msgid "Second DNS Server (optional)"
msgstr "Segundo DNS Server (opcional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6430,7 +6713,7 @@ msgstr ""
"\n"
"Pode desligar ou reconfigurar a sua liga็ใo."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6438,11 +6721,11 @@ msgstr ""
"\n"
"Pode reconfigurar sua liga็ใo."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Estแ neste momento ligado เ Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6450,32 +6733,32 @@ msgstr ""
"\n"
"Pode ligar เ Internet ou reconfigurar sua liga็ใo."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Nใo estแ neste momento ligado เ Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Ligar"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Desligar"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Configurar a liga็ใo"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Liga็ใo e configura็ใo da Internet"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Vamos agora configurar a liga็ใo %s."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6494,12 +6777,12 @@ msgstr ""
"\n"
"Carregue em OK para continuar."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Configura็ใo da Rede"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6510,7 +6793,7 @@ msgstr ""
"Clique em OK para manter a configura็ใo, ou Cancelar para reconfigurar a sua "
"liga็ใo Internet & Rede.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6522,72 +6805,72 @@ msgstr ""
"Estamos preparados para configurar a sua liga็ใo de rede/Internet.\n"
"Se nใo quiser usar a auto-detec็ใo, desmarque a op็ใo.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Escolha o perfil a configurar:"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Usar auto-detec็ใo"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modo de Perito"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "A detectar dispositivos..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Liga็ใo normal via modem"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "detectado na porta %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "Liga็ใo ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "detectado %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "Liga็ใo ADSL"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "detectado no interface %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Liga็ใo por Cabo"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "liga็ใo por cabo detectada"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Liga็ใo เ Rede"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "placa(s) ethernet detectada(s)"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Escolha a liga็ใo que deseja configurar"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -6597,23 +6880,23 @@ msgstr ""
"Escolha a que deseja utilizar.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Liga็ใo เ Internet"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Quer iniciar a sua liga็ใo ao iniciar?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Configura็ใo da Rede"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "A rede precisa de ser reiniciada"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6624,7 +6907,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6634,7 +6917,7 @@ msgstr ""
"\n"
"A configura็ใo serแ agora aplicada ao seu sistema.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6642,7 +6925,7 @@ msgstr ""
"Depois de completado, recomendamos que reinicie o seu \n"
"ambiente X para evitar o problema da troca de nome do anfitriใo."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -6652,7 +6935,7 @@ msgstr ""
"Teste a sua liga็ใo com net_monitor ou mcc. Se a sua liga็ใo nใo funciona, "
"pode desejar relan็ar a configura็ใo."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6663,7 +6946,7 @@ msgstr ""
"Apenas aceite manter este dispositivo configurado.\n"
"A modifica็ใo dos campos abaixo irแ sobrepor esta configura็ใo."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6673,42 +6956,42 @@ msgstr ""
"Cada item deve ser introduzido como endere็o IP ponteado-decimal\n"
"(por exemplo, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "A configurar dispositivo de rede %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (driver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Endere็o IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP Automแtico"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Iniciado ao arranque"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "O endere็o IP deve estar no formato 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6720,42 +7003,50 @@ msgstr ""
"como por exemplo ``mybox.mylab.myco.com'' .\n"
"Tamb้m pode introduzir o endere็o IP de um ponte se tiver um"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Porta de liga็ใo (ex. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Dispositivo de ponte"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "O endere็o do servidor DNS deve ser no formato 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "O endere็o do portใo deve ser no formato 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Configura็ใo de proxies"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Procurar o id da placa rede (๚til para os portaveis)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "O Proxy deve ser http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "O Proxy deve ser ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "O Url deve come็ar com 'ftp:' ou 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -7204,7 +7495,7 @@ msgstr "Configura็ใo automแtica de CUPS"
#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
msgid "Printerdrake"
-msgstr "PrinterDrake"
+msgstr "Printerdrake"
#: ../../printerdrake.pm_.c:178
msgid "Checking your system..."
@@ -7236,6 +7527,8 @@ msgid ""
"\n"
"and one unknown printer are "
msgstr ""
+"\n"
+"e uma impressora desconhecida estแ "
#: ../../printerdrake.pm_.c:203
#, c-format
@@ -7243,6 +7536,8 @@ msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
+"\n"
+"e %d impressoras desconhecidas estใo "
#: ../../printerdrake.pm_.c:207
msgid ""
@@ -7269,6 +7564,8 @@ msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
+"\n"
+"Hแ uma impressora desconhecida ligada directamente ao seu sistema"
#: ../../printerdrake.pm_.c:215
#, c-format
@@ -7276,6 +7573,8 @@ msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
+"\n"
+"Hแ %d impressoras desconhecidas ligadas directamente ao seu sistema"
#: ../../printerdrake.pm_.c:221
msgid " (Make sure that all your printers are connected and turned on).\n"
@@ -7307,6 +7606,8 @@ msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
+"NOTA : Seguinte o modelo de impressora e o sistema de impressใo at้ %d MB de "
+"programas adicionais vใo ser instalados."
#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
@@ -7332,7 +7633,7 @@ msgstr ""
"utilizar a partir desta maquina e tamb้m a partir doutras maquinas na rede.\n"
"\n"
"Vai-lhe pedir todas as informa็๕es necessแrias para configurar a impressora "
-"e dar-lhe acesso a todos os pilotos de impressoras disponiveis, todas as "
+"e dar-lhe acesso a todos os pilotos de impressoras disponํveis, todas as "
"op็๕es, e tipos os tipos de liga็ใo."
#: ../../printerdrake.pm_.c:280
@@ -7969,7 +8270,7 @@ msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-"Se a sua impressora nใo estแ na lista, escolha uma compativel (veja no "
+"Se a sua impressora nใo estแ na lista, escolha uma compatํvel (veja no "
"manual da impressora) ou uma parecida."
#: ../../printerdrake.pm_.c:1741
@@ -8031,7 +8332,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:1816
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr ""
+msgstr "Impressoras Laser GDI usando o formato de dados Zenographics ZJ-Stream"
#: ../../printerdrake.pm_.c:1817
msgid ""
@@ -8055,6 +8356,24 @@ msgid ""
"The first command can be given by any normal user, the second must be given "
"as root. After having done so you can print normally.\n"
msgstr ""
+"A sua impressora pertence ao grupo de impressoras laser GDI (winimpressoras) "
+"vendidas por diferentes fabricantes que utilizam o formato Zenographics ZJ-"
+"stream para os dados enviados เ impressora. O piloto destas impressoras "
+"come็a apenas a ser desenvolvido e talvez nใo vai funcionar sempre bem. "
+"Particularmente ้ possํvel que a impressora so funcione se escolhe o tamanho "
+"de papel A4.\n"
+"\n"
+"Algumas destas impressoras, como a HP LaserJet 1000, para a qual este piloto "
+"foi criado, precisam que o firmware seja-lhes enviado depois de serem "
+"acendidas. No caso da HP LaserJet 1000 tem de procurar no CD dos pilotos "
+"Windows da impressora ou na sua parti็ใo Windows pelo ficheiro \"sihp1000.img"
+"\" e enviar-lo เ impressora com um dos commandos seguintes :\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"O primeiro commando pode ser dado por um utilizador normal, enquanto que o "
+"segundo necessita ser root. Depois de fazer isto pode imprimir normalmente.\n"
#: ../../printerdrake.pm_.c:2040
msgid ""
@@ -8068,7 +8387,7 @@ msgstr ""
"Configura็ใo por omissใo da Impressora\n"
"\n"
"Deveria assegurar-se que o tamanho do papel e o tipo de tinta/impressใo (se "
-"disponiveis) e tamb้m a configura็ใo material das impressoras laser "
+"disponํveis) e tamb้m a configura็ใo material das impressoras laser "
"(memoria, op็๕es) estใo configurados correctamente. Pense que com uma muito "
"alta qualidade/resolu็ใo a impressใo pode tornar-se bastante lenta."
@@ -8194,6 +8513,9 @@ msgid ""
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
+"Estes commandos tamb้m podem ser utilizados na zona \"Commando de impressใo"
+"\" dos dialogos de impressใo de muitas aplica็๕es. Mas neste caso nใo "
+"indique o nome do ficheiro pois ele ้ indicado pela aplica็ใo.\n"
#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
#: ../../printerdrake.pm_.c:2320
@@ -8204,6 +8526,10 @@ msgid ""
"particular printing job. Simply add the desired settings to the command "
"line, e. g. \"%s <file>\". "
msgstr ""
+"\n"
+"O commando \"%s\" tamb้m permite de modificar a configura็ใo de uma tarefa "
+"de impressใo particular. Basta adicionar os parametros desejados na linha de "
+"commando, ex. \"%s <ficheiro>\". "
#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
@@ -8212,13 +8538,15 @@ msgid ""
"list shown below or click on the \"Print option list\" button.%s%s\n"
"\n"
msgstr ""
+"Para saber as op็๕es disponํveis para a impressora actual pode ou ler a "
+"lista abaixo ou carregar no botใo \"Imprimir a lista das op็๕es\".%s%s\n"
#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-"Aqui tem uma lista das op็๕es disponiveis para a impressora actual :\n"
+"Aqui tem uma lista das op็๕es disponํveis para a impressora actual :\n"
"\n"
#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
@@ -8237,12 +8565,17 @@ msgid ""
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
+"Este commando tamb้m pode ser utilizado na zona \"Commando de impressใo\" "
+"dos dialogos de impressใo de muitas aplica็๕es. Mas neste caso nใo indique o "
+"nome do ficheiro pois ele ้ indicado pela aplica็ใo.\n"
#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
+"Para obter uma lista das op็๕es disponํveis para a impressora actual "
+"carregue no botใo \"Imprimir a lista das op็๕es\"."
#: ../../printerdrake.pm_.c:2325
#, c-format
@@ -8250,6 +8583,8 @@ msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
+"Para imprimir um ficheiro a partir da linha de commando (janela de terminal) "
+"utilize o commando \"%s <ficheiro>\" ou \"%s <ficheiro>\".\n"
#: ../../printerdrake.pm_.c:2329
msgid ""
@@ -8260,6 +8595,11 @@ msgid ""
"jobs immediately when you click it. This is for example useful for paper "
"jams.\n"
msgstr ""
+"Tamb้m pode utilizar o interface grแfico \"xpdq\" para definir as op็๕es e "
+"gerir as tarefas de impressใo.\n"
+"Se utiliza KDE tem um \"botใo pโnico\", uma ํcone no ecrใ, chamada \"PARAR a "
+"Impressora!\", que pแra todas as tarefas de impressใo imediatamente quando "
+"carrega nela. Isto ้ util por exemplo no caso de bloqueio do papel.\n"
#: ../../printerdrake.pm_.c:2333
#, c-format
@@ -8269,6 +8609,10 @@ msgid ""
"a particular printing job. Simply add the desired settings to the command "
"line, e. g. \"%s <file>\".\n"
msgstr ""
+"\n"
+"Os commandos \"%s\" e \"%s\" tamb้m permitem de mudar a configura็ใo de uma "
+"tarefa de impressใo particular. Basta adicionar os parametros desejados na "
+"linha de comando, ex. \"%s <ficheiro>\".\n"
#: ../../printerdrake.pm_.c:2343
#, c-format
@@ -8293,7 +8637,7 @@ msgstr "A imprimir na impressora \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8316,6 +8660,15 @@ msgid ""
"\n"
"Do not use \"scannerdrake\" for this device!"
msgstr ""
+"O seu dispositivo multi-fun็๕es foi configurado automaticamente para poder "
+"digitalizar. Pode agora digitalizar com \"scanimage\" \"scanimage -d hp:%s\" "
+"para indicar o digitalizador se tem vแrios) a partir da linha de commando ou "
+"com os interfaces grแficos \"xscanimage\" ou \"xsane\". Se utiliza o GIMP, "
+"tamb้m pode digitalizar escolhendo a boa entrada no menu \"Ficheiro\"/"
+"\"Capturar\". Pe็a tamb้m \"man scanimage\" na linha de commando para obter "
+"mais informa็๕es.\n"
+"\n"
+"Nใo utilize \"scannerdrake\" para este dispositivo!"
#: ../../printerdrake.pm_.c:2394
msgid ""
@@ -8329,6 +8682,15 @@ msgid ""
"can switch between drive letters with the field at the upper-right corners "
"of the file lists."
msgstr ""
+"A sua impressora foi configurada automaticamente para lhe dar acesso aos "
+"leitores de cartas de fotos a partir do seu PC. Pode agora aceder เs suas "
+"cartas de fotos com o programa grแfico \"MtoolsFM\" (Menu: \"Aplica็๕es\" -> "
+"\"Ferramentas de ficheiros\" -> \"Gestor de Ficheiros MTools\") ou com os "
+"utilitแrios em linha de commando \"mtools\" (escreva \"man mtools\" na linha "
+"de commando para mais informa็๕es). Vai encontrar o sistema de ficheiros da "
+"carta na letra \"p:\", ou nas letras seguintes se tem mais de uma impressora "
+"HP com leitores de cartas de fotos. Em \"MToolsFM\" pode mudar de letra de "
+"dispositivo com a zona no canto direito superior da lista de ficheiros."
#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
#: ../../printerdrake.pm_.c:3170
@@ -8349,7 +8711,7 @@ msgid ""
"overtaken, but jobs will not be transferred.\n"
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-"Voc๊ de copiar a configura็ใo de impressora que fez para a fila %s para %s, "
+"Voc๊ de copiar a configura็ใo de impressora que fez para a fila % s para %s, "
"a sua fila actual. Todos os dados de configura็ใo (nome da impressora, "
"descri็ใo, localiza็ใo, tipo de liga็ใo, e configura็ใo por omissใo) sใo "
"copiados, mas a tarefas em fila nใo vใo ser transferidas.\n"
@@ -8483,6 +8845,10 @@ msgid ""
"configuration, you will not be able to use the printer which you are "
"configuring now. How do you want to proceed?"
msgstr ""
+"Voc๊ vai configurar uma impressora remota. Isto necessita uma liga็ใo เ rede "
+"funcional, mas a sua rede ainda nใo estแ configurada. Se continua sem "
+"configurar a rede, nใo vai poder utilizar a impressora que estแ a configurar "
+"agora. Como deseja proceder?"
#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
@@ -8497,6 +8863,12 @@ msgid ""
"printer, also using the Mandrake Control Center, section \"Hardware\"/"
"\"Printer\""
msgstr ""
+"A configura็ใo de rede feita durante a instala็ใo nใo p๔de ser iniciada "
+"agora. Por favor verifique se a rede estแ acessํvel depois de iniciar o "
+"sistema e corriga a configura็ใo com o Centro de Controlo Mandrake, na "
+"sec็ใo \"Rede e Internet\"/\"Liga็ใo\", e depois configure a impressora, "
+"tamb้m com o Centro de Controlo Mandrake, na sec็ใo \"Material\"/\"Impressora"
+"\""
#: ../../printerdrake.pm_.c:2593
msgid ""
@@ -8504,6 +8876,9 @@ msgid ""
"your configuration and your hardware. Then try to configure your remote "
"printer again."
msgstr ""
+"O acesso เ rede nใo estava lan็ado e nใo p๔de ser iniciado. Por favor "
+"verifique a sua configura็ใo e o seu material. Tente entใo de configurar a "
+"sua impressora remota outra vez."
#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
@@ -8536,6 +8911,15 @@ msgid ""
"\n"
"Do you really want to configure printing on this machine?"
msgstr ""
+"Voc๊ vai instalar o sistema de impressใo %s num sistema que funciona no "
+"nํvel de seguran็a % s.\n"
+"Este sistema de impressใo lan็a um dem๓nio (processo permanente) que espera "
+"por tarefas de impressใo para as tratar. Este dem๓nio tamb้m ้ acessํvel "
+"pelas mแquinas remotas atrav้s da rede e ้ portanto uma porta de entrada "
+"possํvel para ataques. De facto, so um numero limitado de dem๓nios "
+"escolhidos sใo iniciados por omissใo neste nํvel de seguran็a.\n"
+"\n"
+"Deseja mesmo configurar a impressใo nesta maquina?"
#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
@@ -8554,6 +8938,15 @@ msgid ""
"Do you want to have the automatic starting of the printing system turned on "
"again?"
msgstr ""
+"O sistema de impressใo (%s) nใo vai ser lan็ado automแticamente quando a "
+"mแquina arranca.\n"
+"\n"
+"ษ possํvel que o arranque automแtico tenha sido desactivado ao mudar para um "
+"nํvel de seguran็a superior pois o sistema de impressใo ้ uma porta de "
+"ataque possํvel.\n"
+"\n"
+"Deseja que o arranque automแtico do sistema de impressใo seja activado de "
+"novo?"
#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
@@ -8617,7 +9010,7 @@ msgstr ""
"As impressoras seguintes estใo configuradas. Carregue duas vezes numa "
"impressora para mudar a sua configura็ใo, para a definir por omissใo, para "
"ver informa็๕es sobre ela ou para meter uma impressora num servidor CUPS "
-"remoto disponivel para Star Office/OpenOffice.org/GIMP."
+"remoto disponํvel para Star Office/OpenOffice.org/GIMP."
#: ../../printerdrake.pm_.c:3100
msgid ""
@@ -8633,7 +9026,7 @@ msgstr ""
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Refrescar a lista das impressoras (para ver todas as impressoras CUPS "
-"remotas disponiveis)"
+"remotas disponํveis)"
#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
@@ -8814,10 +9207,6 @@ msgstr ""
"Por favor preencha as informa็๕es da Proxy para ftp\n"
"Deixe em branco se nใo deseja uma Proxy para ftp"
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "O Url deve come็ar com 'ftp:' ou 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8865,6 +9254,38 @@ msgstr "mkraid falhou (talvez as raidtools estejam em falta?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Sem parti็๕es suficientes para RAID nํvel %d\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "Nํvel de Seguran็a :"
+
+#: ../../security/main.pm_.c:74
+msgid "Security Alerts:"
+msgstr "Alertas de Seguran็a :"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "Administrador da Seguran็a :"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, c-format
+msgid " (default: %s)"
+msgstr " (por omissใo : %s)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+msgid "Please wait, setting security level..."
+msgstr "Por favor aguarde, configura็ใo do nํvel de seguran็a..."
+
+#: ../../security/main.pm_.c:262
+msgid "Please wait, setting security options..."
+msgstr "Por favor aguarde, configura็ใo das op็๕es de seguran็a..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Inicia o sistema de som ALSA (Arquitectura Avan็ada de Som Linux) "
@@ -8919,7 +9340,7 @@ msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-"O HardDrake sonda o hardware, e opcionalmente\n"
+"O Harddrake sonda o hardware, e opcionalmente\n"
"configura hardware novo ou alterado."
#: ../../services.pm_.c:28
@@ -9178,7 +9599,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Partilhar ficheiros"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sistema"
@@ -9272,7 +9693,7 @@ msgstr "Aproveite o melhor do Internet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9326,7 +9747,7 @@ msgstr "Interfaces do utilizador"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"Mandrake Linux 9.0 vem com 11 interfaces utilizador que podem "
@@ -9354,7 +9775,7 @@ msgstr "Transforme a sua mแquina num servidor de confian็a"
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Transforme a sua mแquina num poderoso servidor Linux em alguns cliques do "
@@ -9374,10 +9795,10 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
-"Este pแra-fogo inclui fun็oes de rede que lhe permitem de responder a todas "
+"Este pแra-fogo inclui fun็๕es de rede que lhe permitem de responder a todas "
"a suas necessidades de seguran็a"
#: ../../share/advertising/10-mnf.pl_.c:12
@@ -9391,14 +9812,14 @@ msgstr "A loja oficial da MandrakeSoft"
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"A nossa linha completa de solu็๕es Linux, assim como ofertas especiais, "
-"estใo disponiveis em linha na nossa e-loja :"
+"estใo disponํveis em linha na nossa e-loja :"
#: ../../share/advertising/12-mdkstore.pl_.c:9
msgid "Strategic partners"
-msgstr ""
+msgstr "Colegas estrat้gicos"
#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
@@ -9451,8 +9872,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
"Participe nas equipas de suporte da MandrakeSoft e da Comunidade Linux em "
"linha para partilhar o que sabe e ajudar os outros sendo um Perito "
@@ -9500,11 +9921,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "A instalar os pacotes..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Por favor saํa e depois utilize Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Por favor volte a entrar no %s para activar a altera็๕es"
@@ -9545,16 +9966,6 @@ msgstr "Adicionar/Suprimir utilizadores"
msgid "Add/Del Clients"
msgstr "Adicionar/Suprimir Clientes"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Ajuda"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Disquete de Arranque"
@@ -9603,48 +10014,62 @@ msgstr "Adicionar utilizador -->"
msgid "<-- Del User"
msgstr "<-- Suprimir Utilizador"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr "Nenhuma imagem de arranque na rede criada!"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Adicionar Cliente -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Suprimir Cliente"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "Configura็ใo do dhcpd..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+msgid "dhcpd Server Configuration"
+msgstr "Configura็ใo do Servidor dhcpd"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Escrever a configura็ใo"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Insira uma disquete:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Nใo consegui aceder เ disquete !"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "A disquete pode ser removida agora"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Nenhum leitor de disquete disponํvel !"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "A imagem ISO Etherboot ้ %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Algo errou ! - Estarแ mkisofs instalado ?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "ษ preciso criar /etc/dhcpd.conf primeiro !"
@@ -9713,7 +10138,7 @@ msgstr ""
"\n"
"Bemvindo.\n"
"\n"
-"Os parametros da auto-instala็ใo estใo disponiveis nas sec็๕es เ esquerda"
+"Os parametros da auto-instala็ใo estใo disponํveis nas sec็๕es เ esquerda"
#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
#: ../../standalone/scannerdrake_.c:119
@@ -9790,12 +10215,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Progressใo total"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9808,41 +10233,41 @@ msgstr ""
"Cuidado : Se jแ fez isto vai provavelmente\n"
" ter que limpar a entrada das chaves autorizadas no servidor."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "Pode tomar um momento a criar as chaves."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "ERRO : Nใo consigo semear %s."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr "Nenhum pedido de senha em %s na porta %s"
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, c-format
msgid "Bad password on %s"
msgstr "Senha errada em %s"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr "Permissใo recusada ao transferir %s para %s"
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, c-format
msgid "Can't find %s on %s"
msgstr "Nใo consigo encontrar %s em %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr "%s nใo responde"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9859,64 +10284,64 @@ msgstr ""
"\n"
"sem que lhe seja pedido uma senha."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr "O servidor WebDAV distante jแ estแ a sincronizar!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr "O transferimento WebDAV falhou!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr "Nenhum CDR/DVDR no dispositivo!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr "Nใo parece ser um m้dia que se pode gravar!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr "Nใo ้ um m้dia que se pode apagar!"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "Vai tomar um momento para apagar o m้dia."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr "Problema de permiss๕es ao aceder ao CD."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr "Nenhuma cassete em %s!"
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "A arquivar os ficheiros do sistema..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "C๓pia de seguran็a dos ficheiros do disco rํgido..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "C๓pia de seguran็a dos ficheiros do utilizador..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "A arquivar o disco rํgido..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "C๓pia de seguran็a d'outros ficheiros..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr "Nenhuma mudan็a nos arquivos!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9927,7 +10352,7 @@ msgstr ""
"Drakbackup trabalha com %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -9936,7 +10361,7 @@ msgstr ""
"lista dos ficheiros enviada por FTP : %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -9946,7 +10371,7 @@ msgstr ""
" Problema na liga็ใo FTP : Nใo foi possํvel enviar o seus ficheiros de "
"arquivo por FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -9956,7 +10381,7 @@ msgstr ""
"Opera็๕es Drakbackup por CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -9966,24 +10391,24 @@ msgstr ""
"Opera็๕es Drakbackup por cassete:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " Erro ao enviar o correio. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr "Nใo consigo criar o catalogo!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Selec็ใo de Ficheiros"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Escolha os ficheiros e pastas e carregue em 'Adicionar'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -9991,25 +10416,25 @@ msgstr ""
"\n"
"Por favor escolha todas as op็๕es que precise.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Estas op็๕es podem arquivar e restaurar todos os ficheiros na pasta /etc.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "Arquivar os ficheiros do sistema. (pasta /etc)"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Utilizar arquivos por incrementa็ใo (nใo esmaga os antigos arquivos)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Nใo incluir os ficheiros importantes (senhas, grupos, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10017,45 +10442,45 @@ msgstr ""
"Com esta op็ใo vai poder restaurar qualquer versใo\n"
" da sua pasta /etc."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
"Por favor escolha todos os utilizadores que quer incluir na c๓pia de "
"seguran็a."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Nใo incluir o cache do navegador"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Utilizar arquivos por incrementa็ใo (nใo esmaga os antigos arquivos)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Remover selec็ใo"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Utilizadores"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "Utilizar uma liga็ใo เ rede para a c๓pia de seguran็a"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr "M้todo de Rede :"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr "Utilizar Expect para SSH"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -10063,7 +10488,7 @@ msgstr ""
"Criar/Transferir\n"
"senhas de arquivo para SSH"
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
@@ -10071,15 +10496,19 @@ msgstr ""
" Transferir \n"
"Agora"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
-msgstr "A senhas jแ estใo no sitio"
-
#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
+msgstr ""
+"Outras (nใo do drakbackup)\n"
+"chaves jแ no sํtio"
+
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Por favor escreva o nome de anfitriใo ou o IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -10087,27 +10516,27 @@ msgstr ""
"Por favor escreva a pasta (ou modulo) para\n"
" meter o arquivo neste anfitriใo."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Por favor escreva a seu nome de utilizador"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Por favor escreva a senha"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Lembrar a senha"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr "Preciso do nome de anfitriใo, do nome do utilizador e da senha !"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Utilizar CD/DVDROM para arquivar"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -10118,35 +10547,35 @@ msgstr ""
"Esta zona nใo ้ necessแria, ้ s๓ uma ferramenta para preencher este "
"formulario.)"
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Por favor escolha o tamanho do CD/DVD"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr "Por favor verifique se usa um CD multisessใo"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Por favor escolha se usa um m้dia CDRW"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Por favor escolha se quer apagar o m้dia RW (1ra Sessใo)"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr " Apagar Agora "
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr "Por favor escolha se usa um m้dia DVDR"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr "Por favor escolha se usa um m้dia DVDRAM"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10154,32 +10583,32 @@ msgstr ""
"Por favor indique o nome do dispositivo gravador de CD\n"
" ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr "Nenhum perif้rico CD definido !"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Utilizar um leitor de cassetes para arquivar"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Por favor indique o nome do dispositivo a utilizar para arquivar"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr "Por favor escolha se deseja o dispositivo sem rembobinagem."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr "Por favor escolha se deseja apagar a cassete antes de fazer a c๓pia."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr "Por favor escolha se deseja ejectar a cassete depois de arquivar."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10187,55 +10616,55 @@ msgstr ""
"Por favor indique o tamanho mแximo\n"
" permitido parra Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "Por favor escreva a pasta onde gravar:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Utilizar quotas para os ficheiros da c๓pia de seguran็a."
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Rede"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Disco Rํgido / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Cassete"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "todas as horas"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "todos os dias"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "todas as semanas"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "todos os meses"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Utilizar um dem๓nio"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10243,7 +10672,7 @@ msgstr ""
"Por favor escolha o intervalo de\n"
"tempo entre cada c๓pia de seguran็a"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -10251,7 +10680,7 @@ msgstr ""
"Por favor escolha o m้dia\n"
"a utilizar para a c๓pia de seguran็a."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -10261,72 +10690,72 @@ msgstr ""
"\n"
"Note que por agora todos os m้dias 'rede' tamb้m utilizam o disco rํgido."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Enviar um resumo por correio ap๓s cada opera็ใo para :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
"Apagar os ficheiros tar no disco rํgido depois de arquivar noutro m้dia."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "O qu๊"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Onde"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Quando"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Mais Op็๕es"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Configura็ใo de Drakbackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Por favor escolha onde quer fazer a c๓pia de seguran็a"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "no Disco Rํgido"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "Atrav้s da Rede"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "no CDROM"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr "no dispositivo Cassete"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Por favor escolha o que quer na c๓pia de seguran็a"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "C๓pia de seguran็a do sistema"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Arquiva os Utilizadores"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Escolher o utilizador manualmente"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -10334,7 +10763,7 @@ msgstr ""
"\n"
"Fontes de Arquivo : \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -10342,7 +10771,7 @@ msgstr ""
"\n"
"- Ficheiros do sistema :\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -10350,7 +10779,7 @@ msgstr ""
"\n"
"- Ficheiros dos Utilizadores :\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -10358,7 +10787,7 @@ msgstr ""
"\n"
"- Outros Ficheiros:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -10367,7 +10796,7 @@ msgstr ""
"\n"
"- Grava no Disco Rํgido no caminho : %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
@@ -10375,7 +10804,7 @@ msgstr ""
"\n"
"- Apagar os ficheiros tar no disco rํgido depois de arquivar.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -10383,20 +10812,20 @@ msgstr ""
"\n"
"- Grava no CD"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr "no dispositivo : %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr " (multi-sessใo)"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -10405,12 +10834,12 @@ msgstr ""
"\n"
"- Grava na cassete no dispositivo : %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tApaga=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -10419,7 +10848,7 @@ msgstr ""
"\n"
"- Grava por %s no anfitriใo : %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10428,7 +10857,7 @@ msgstr ""
"\t\t nome do utilizador : %s\n"
"\t\t no caminho : %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -10436,19 +10865,19 @@ msgstr ""
"\n"
"- Op็๕es:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tNใo incluir os ficheiros do sistema\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tOs arquivos utilizam tar e bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tOs arquivos utilizam tar e gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -10457,39 +10886,39 @@ msgstr ""
"\n"
"- O dem๓nio (%s) inclui :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Disco Rํgido.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-Cassete \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Rede por FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Rede por SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Rede por rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Rede por webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Nenhuma configura็ใo, carregue por favor em Assistente ou Avan็ado.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -10497,7 +10926,7 @@ msgstr ""
"Lista dos dados a restaurar :\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10505,103 +10934,103 @@ msgstr ""
"Lista dos dados estragados :\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Por favor desligue ou suprima-o na pr๓xima vez."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Os ficheiros arquivados estใo estragados"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " Todos os dados seleccionados foram "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Bem Restaurada em %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Restaurar Configura็ใo "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "OK para restaurar os outros ficheiros."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Lista dos utilizadores a restaurar (s๓ a data mais recente por utilizador ้ "
"importante)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Arquivar os ficheiros do sistema antes de:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "Por favor a data a restaurar"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Utilizar o disco rํgido para fazer a c๓pia de seguran็a"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Por favor escolha a pasta onde gravar:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "Liga็ใo FTP"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Liga็ใo Segura"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Restaurar a partir do Disco Rํgido."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Por favor indique a pasta onde os arquivos vใo ser gravados"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Escolha outro m้dia de onde restaurar"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Outro M้dia"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Restaurar o sistema"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Restaurar os Utilizadores"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Restaurar os Outros"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "escolha o caminho onde restaurar (no lugar de /)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Arquivar de novo antes de restaurar (s๓ para os arquivos por incrementa็ใo)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Apagar as pastas do usuแrios antes de restaurar."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
@@ -10609,7 +11038,7 @@ msgstr ""
"Restaurar a Zona do\n"
"Catalogo Seleccionada"
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
@@ -10617,7 +11046,7 @@ msgstr ""
"Restaurar os Ficheiros\n"
"Seleccionados"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
@@ -10625,12 +11054,12 @@ msgstr ""
"Mudar o Caminho\n"
"de Restaura็ใo"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr "Guardar o ficheiros nใo encontrados em %s"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
@@ -10639,16 +11068,16 @@ msgstr ""
"Insira o CD cujo nome ้ %s\n"
" no leitor de CD montado em /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
msgstr "Restaurar a partir do CD"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "Nใo ้ o bom nome de CD. O disco chama-se %s."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -10657,102 +11086,102 @@ msgstr ""
"Insira a cassete cujo nome ้ %s\n"
" no dispositivo leitor %s"
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
msgstr "Restaurar a partir duma Cassete"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr "Nใo ้ o bom nome de cassete. A cassete chama-se %s."
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
msgstr "Restaurar pela Rede"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "Restaurar Pelo Protocolo de Rede : %s"
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
msgstr "Nome de Anfitriใo"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr "Caminho do Anfitriใo ou Modulo"
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
msgstr "Senha requisa"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
msgstr "Nome de utilizador requiso"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
msgstr "Anfitriใo requiso"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr "Caminho ou Modulo requisos"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr "Ficheiros Restaurados..."
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
msgstr "A restaura็ใo falhou"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Restaurar todos os arquivos"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Restaura็ใo Personalizada"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr "CD no sitio - continue."
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr "Navegar para um novo sitio de restaura็ใo."
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
msgstr "Restaurar a partir do Catแlogo"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
msgstr "Progressใo da Restaura็ใo"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Anterior"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Gravar"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Construir a c๓pia de seguran็a"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Restaurar"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -10762,7 +11191,7 @@ msgstr ""
" O seu correio de resumo nใo foi enviado.\n"
" Por favor configure o envio do correio"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -10770,7 +11199,7 @@ msgstr ""
"Os seguintes pacotes precisam de ser instalados:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -10778,19 +11207,19 @@ msgstr ""
"Erro ao enviar os ficheiros por FTP.\n"
" Por favor veja a sua configura็ใo FTP."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Por favor escolha os dados a restaurar..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Por favor escolha o m้dia para a c๓pia de seguran็a..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Por favor escolha os dados que quer na c๓pia de seguran็a..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -10798,60 +11227,60 @@ msgstr ""
"Nenhum ficheiro de configura็ใo encontrado \n"
"Por favor carregue em Assistente ou Avan็ado."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Em Desenvolvimento ... por favor aguarde."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Arquivar os ficheiros do sistema"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "C๓pia de seguran็a dos ficheiros dos utilizadores"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "C๓pia de seguran็a dos outros ficheiros"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Progressใo Total"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "ficheiros a serem enviados por FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "A enviar os ficheiros..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr ""
"Fazer uma c๓pia de seguran็a agora a partir do ficheiro de configura็ใo"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Ver a configura็ใo da c๓pia de seguran็a"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Assistente de Configura็ใo"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Configura็ใo Avan็ada"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Arquivar agora"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10911,7 +11340,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10920,12 +11349,12 @@ msgid ""
"\n"
msgstr ""
"\n"
-" Alguns erros no envio do correio sใo devidos a \n"
+" Alguns erros no envio do correisobrepor:o sใo devidos a \n"
" uma mแ configura็ใo do postfix. Para resolver isto deve\n"
" definir meu_nome_de_anfitriใo ou meu_domํnio em /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10965,8 +11394,45 @@ msgid ""
"\n"
"\n"
msgstr ""
+"descri็ใo das op็๕es :\n"
+"\n"
+" - Arquivar ficheiros sistemas :\n"
+" \n"
+"\tEsta op็ใo permite-lhe de arquivar a pasta /etc,\n"
+"\tque contem todos os ficheiros de configura็ใo. Por\n"
+"\tfavor seja atento durante a restaura็ใo a nใo\n"
+"\tsobrepor :\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Arquivar ficheiros utilizador : \n"
+"\n"
+"\tEsta op็ใo permite-lhe de seleccionar todos os\n"
+"\tutilizadores que deseja arquivar \n"
+"\tPara economizar o espa็o no disco, ้ recomendado\n"
+"\tde nใo incluir a pasta de cache dos navegadores web.\n"
+"\n"
+" - Arquivar os outros ficheiros : \n"
+"\n"
+"\tEsta op็ใo permite-lhe de arquivar mais dados.\n"
+"\tCom os outros modos nใo ้ possํvel por enquanto\n"
+"\tde arquivar por incrementa็ใo.\t\t\n"
+" \n"
+" - Arquivar por incrementa็ใo :\n"
+"\n"
+"\tArquivar por incrementa็ใo ้ a op็ใo mais\n"
+"\tpoderosa para arquivar. Permite-lhe de arquivar\n"
+"\ttodos os dados na primeira vez, e so as mudan็as\n"
+"\tdepois.\n"
+"\tVai poder depois, na restaura็ใo, escolher de\n"
+"\trestaurar os dados a uma data indicada.\n"
+"\tSe nใo escolhe esta op็ใo, todos os arquivos\n"
+"\tantigos sใo apagados antes de cada opera็ใo. \n"
+"\n"
+"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11017,20 +11483,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft por DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" actualiza็๕es 2002 MandrakeSoft por Stew Benedict <sbenedict\\@mandrakesoft."
"com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11047,7 +11513,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11122,7 +11588,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11140,7 +11606,7 @@ msgstr ""
"rํgido antes de enviar para o servidor.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11162,7 +11628,7 @@ msgstr ""
"dados. ษ importante de ser cuidadoso e de nใo modificar \n"
"os ficheiros de arquivo เ mใo.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11289,8 +11755,8 @@ msgid "Synchronization tool"
msgstr "Ferramenta de sincroniza็ใo"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Ferramentas exteriores"
@@ -11355,7 +11821,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -11364,27 +11830,28 @@ msgstr ""
"\n"
"\n"
"Para comunicar um erro, carregue no botใo erro.\n"
-"Isto vai abrir uma janela de navegador web em https://www.bugzilla.com\n"
+"Isto vai abrir uma janela de navegador web em https://drakbug.mandrakesoft."
+"com\n"
"onde vai encontrar um formulario a preencher. As informa็๕es indicadas "
"acima \n"
"vใo ser transferidas a este servidor\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Detalhes"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Nใo instalado"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "a ligar-se ao assistente Bugzilla ..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
-msgstr "Nenhum navegador disponivel! Instale um por favor"
+msgstr "Nenhum navegador disponํvel! Instale um por favor"
#: ../../standalone/drakconnect_.c:79
#, c-format
@@ -11483,10 +11950,6 @@ msgstr "Assistente..."
msgid "Apply"
msgstr "Aplicar"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Por favor aguarde... A aplicar a configura็ใo"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Ligado"
@@ -11607,7 +12070,7 @@ msgstr "Nome do M๓dulo"
msgid "Size"
msgstr "Tamanho"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -11672,12 +12135,12 @@ msgstr "Resultado"
msgid "Build the disk"
msgstr "Criar a disquete"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Verifique que hแ um m้dia no dispositivo %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11686,12 +12149,12 @@ msgstr ""
"Nใo hแ nenhum m้dia ou ele estแ protegido em escritura no dispositivo %s.\n"
"Por favor meta algum."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Incapaz de forcar : %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12179,47 +12642,47 @@ msgstr ""
"\n"
"Clique em Configurar para iniciar o assistente de configura็ใo."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "group"
msgstr "grupo"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr "caminho"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
msgstr "permiss๕es"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "user"
msgstr "utilizador"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr "Subir"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
msgid "delete"
msgstr "apagar"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr "Editar"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
msgid "Down"
msgstr "Descer"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
msgstr "Adicionar uma regra"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr "escolha o ficheiro de permiss๕es a ver/editar"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -12230,59 +12693,59 @@ msgstr ""
"Tamb้m pode editar as suas pr๓prias regras que vใo sobrepor as regras por "
"omissใo."
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
msgstr "Adicionar uma nova regra ao fim"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr "Editar a regra actual"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr "Subir a regra seleccionada de um nํvel"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr "Descer a regra actual de um nํvel"
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
msgstr "Apagar a regra selecionada"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr "navegar"
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
msgstr "Utilizador actual"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
msgstr "Permiss๕es"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr "Caminho"
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
msgid "Property"
msgstr "Propriedades"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr "sticky-bit"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr "Definir UID"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr "Definir GID"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
@@ -12290,35 +12753,35 @@ msgstr ""
"Usado para as pastas :\n"
" so o proprietแrio da pasta ou dos ficheiros nela os pode apagar"
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr "Usar o id do proprietแrio para a execu็ใo"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr "Usar o id do grupo para a execu็ใo"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr "quando marcado, o utilizador e o grupo nใo vใo ser mudados"
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
msgstr "Selec็ใo do caminho"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
msgid "user :"
msgstr "utilizador :"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
msgid "group :"
msgstr "grupo :"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
msgstr "Nenhuma Placa de Som detectada!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12338,123 +12801,145 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr "o pacote ImageMagick ้ necessแrio para funcionar bem"
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
msgstr "primeiro passo de cria็ใo"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
msgstr "resolu็ใo final"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
msgstr "escolha um ficheiro imagem"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
msgid "Theme name"
msgstr "Nome do tema"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr "criar uma imagem de arranque passo 2"
-
-#: ../../standalone/draksplash_.c:82
-msgid "go to lilosplash configuration"
-msgstr "ir เ configura็ใo do lilosplash"
-
-#: ../../standalone/draksplash_.c:83
-msgid "quit"
-msgstr "sair"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "Navegar"
-#: ../../standalone/draksplash_.c:84
-msgid "save theme"
-msgstr "gravar tema"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
msgstr "Configurar a imagem de inํcio"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr "posi็ใo horizontal da caixa de texto em numero de letras"
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
-msgstr "posi็ใo vertical da caixa de texto em numero de letras"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
+msgstr ""
+"posi็ใo horizontal da caixa\n"
+"de texto em numero de letras"
#: ../../standalone/draksplash_.c:101
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
+msgstr ""
+"posi็ใo vertical da caixa\n"
+"de texto em numero de letras"
+
+#: ../../standalone/draksplash_.c:102
msgid "text width"
msgstr "largura do texto"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:103
msgid "text box height"
msgstr "altura da caixa de texto"
-#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr "a posi็ใo horizontal do canto superior esquerdo da barra"
-
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
-msgstr "a posi็ใo vertical do canto superior esquerdo da barra"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr ""
+"a posi็ใo horizontal do canto\n"
+"superior esquerdo da barra"
#: ../../standalone/draksplash_.c:105
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
+msgstr ""
+"a posi็ใo vertical do canto\n"
+"superior esquerdo da barra"
+
+#: ../../standalone/draksplash_.c:106
msgid "the width of the progress bar"
msgstr "a largura da barra de progressใo"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:107
msgid "the heigth of the progress bar"
msgstr "a altura da barra de progressใo"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr "a cor da barra de progressใo"
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
-msgstr "voltar"
-
-#: ../../standalone/draksplash_.c:120
-msgid "preview"
+#: ../../standalone/draksplash_.c:121
+msgid "Preview"
msgstr "pr้-visualiza็ใo"
-#: ../../standalone/draksplash_.c:121
-msgid "choose color"
-msgstr "escolha a cor"
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "gravar tema"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "escolha a cor"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr "Mostrar o logo na linha de commando"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr "Nใo mostrar as mensagens do n๚cleo por omissใo"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr "Este tema ainda nใo tem nenhuma imagem de arranque em %s !"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr "a gravar o tema de arranque..."
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
msgstr "Escolha da cor da Barra de Progressใo"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr "Voc๊ deve escolher um ficheiro imagem primeiro!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
msgstr "A criar a pr้-visualiza็ใo"
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12608,6 +13093,14 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"uso: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "uso: keyboarddrake [--expert] [teclado]\n"
@@ -12637,11 +13130,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Nใo ้ possํvel iniciar actualiza็ใo directa!!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "A mudan็a estแ feita, mas para ser efectiva ้ preciso desligar-se"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -12901,8 +13394,8 @@ msgid ""
"You can launch printerdrake from the Mandrake Control Center in Hardware "
"section."
msgstr ""
-"Este digitalizador %s deve ser configurado por PrinterDrake.\n"
-"Pode lan็ar PrinterDrake a partir do Centro de Controlo Mandrake na sec็ใo "
+"Este digitalizador %s deve ser configurado por Printerdrake.\n"
+"Pode lan็ar Printerdrake a partir do Centro de Controlo Mandrake na sec็ใo "
"material."
#: ../../standalone/scannerdrake_.c:120
@@ -12916,23 +13409,18 @@ msgstr ""
"Pode agora digitalizar documentos com XSane em Multim้dia/Grแficos no menu "
"das aplica็๕es."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Alguns dispositivos na classe material \"%s\" foram removidos :\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
-msgstr ""
-"\n"
-"Alguns dispositivos na classe %s foram adicionados :\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
+msgstr "Alguns dispositivos foram adicionados :\n"
#: ../../steps.pm_.c:14
msgid "Choose your language"
-msgstr "Escolha a seu idioma"
+msgstr "Escolha o seu idioma"
#: ../../steps.pm_.c:15
msgid "Select installation class"
@@ -13002,7 +13490,7 @@ msgstr "Instalar os pacotes mais recentes para o sistema"
msgid "Exit install"
msgstr "Sair da instala็ใo"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13252,3 +13740,46 @@ msgstr "Multim้dia - Grava็ใo de CDs"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Esta็ใo de Trabalho Cientํfica"
+
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "Para comunicar um erro, carregue no botใo erro.\n"
+#~ "Isto vai abrir uma janela de navegador web em https://www.bugzilla.com\n"
+#~ "onde vai encontrar um formulario a preencher. As informa็๕es indicadas "
+#~ "acima \n"
+#~ "vใo ser transferidas a este servidor\n"
+#~ "\n"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "criar uma imagem de arranque passo 2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "ir เ configura็ใo do lilosplash"
+
+#~ msgid "Go back"
+#~ msgstr "voltar"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr ""
+#~ "Nใo hแ nenhum piloto alternativo OSS/ALSA conhecido para a sua placa de "
+#~ "som (%s)"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "O Proxy deve ser ftp://..."
+
+#~ msgid "quit"
+#~ msgstr "sair"
diff --git a/perl-install/share/po/pt_BR.po b/perl-install/share/po/pt_BR.po
index 144b9721b..165274a93 100644
--- a/perl-install/share/po/pt_BR.po
+++ b/perl-install/share/po/pt_BR.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-02-14 00:06GMT\n"
"Last-Translator: Bruno Dorfman Buys <brunobuys@zipmail.com.br>\n"
"Language-Team: Portugu๊s <pt@li.org>\n"
@@ -91,24 +91,24 @@ msgstr "Configurar todas as cabe็as independentemente"
msgid "Use Xinerama extension"
msgstr "Usar extensใo Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configurar apenas placa \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s com acelera็ใo hardware 3D"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,17 +117,17 @@ msgstr ""
"Seu placa suporta acelera็ใo hardware 3D mas apenas com o XFree %s.\n"
"Sua placa ้ suportada pelo XFree %s que pode ter melhor suporte 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Sua placa suporta acelera็ใo hardware 3D com o XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s com acelera็ใo hardware 3D EXPERIMENTAL"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -138,7 +138,7 @@ msgstr ""
"NOTE QUE O SUPORTE ษ EXPERIMENTAL E PODE TRAVAR O SEU COMPUTADOR.\n"
"Sua placa ้ suportada pelo XFree %s que pode ter melhor suporte 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -147,12 +147,12 @@ msgstr ""
"Seu placa suporta acelera็ใo hardware 3D com o XFree %s,\n"
"NOTE QUE O SUPORTE ษ EXPERIMENTAL E PODE TRAVAR O SEU COMPUTADOR."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installation display driver)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Personalizada"
@@ -173,32 +173,32 @@ msgstr "Resolu็ใo"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Op็๕es"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ok"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Sair"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -296,25 +296,25 @@ msgstr "Escolha a resolu็ใo e n๚mero de cores"
msgid "Graphics card: %s"
msgstr "Placa Grแfica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Cancelar"
@@ -391,11 +391,11 @@ msgstr "Server XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Driver XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X ao iniciar"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -404,7 +404,7 @@ msgstr ""
"Eu posso fazer seu computador automaticamento iniciar no X ap๓s a\n"
"a inicializa็ใo. Voc๊ gostaria de iniciar o X quando reiniciar?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -416,7 +416,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "De que tipo ้ sua conexใo ISDN?"
@@ -489,7 +489,7 @@ msgstr "Compacto"
msgid "compact"
msgstr "Compacto"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Modo de Vํdeo"
@@ -497,17 +497,17 @@ msgstr "Modo de Vํdeo"
msgid "Delay before booting default image"
msgstr "Tempo antes de entrar na imagem padrใo"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Senha"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Senha (de novo)"
@@ -541,14 +541,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Op็ใo ``Restringir op็๕es da linha de comando'' nใo tem uso sem senha"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Favor tentar novamente"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "As senhas nใo conferem"
@@ -585,7 +585,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -593,155 +593,155 @@ msgstr ""
"Aqui estใo as entradas diferentes.\n"
"Voc๊ pode adicionar mais ou modificar as existentes."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Adicionar"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Pronto"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Modificar"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Qual tipo de entrada voc๊ quer adicionar"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Outros SO (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Outros SO (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Outros SO (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Table"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Unsafe"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "R๓tulo"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Default"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Tamanho do Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "Sem vํdeo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Remover entrada"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Nใo ้ permitido r๓tulo vazio"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Voc๊ deve especificar uma imagem de kernel"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Voc๊ deve especificar uma parti็ใo root"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Esse r๓tulo jแ estแ sendo utilizado"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Interfaces %s %s encontradas"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Voc๊ tem alguma outra?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Voc๊ tem alguma interface %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nใo"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Sim"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Ver informa็ใo do hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalando driver para placa %s %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(m๓dulo %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -752,17 +752,17 @@ msgstr ""
"As op็๕es estใo no formato ``nome=valor nome2=valor2 ...''\n"
"Para instโncia, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Op็๕es do m๓dulo:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Qual driver %s eu deveria tentar?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -779,15 +779,15 @@ msgstr ""
"mแquina as informa็๕es que ele precisa? Ocasionalmente, isso poderแ travar\n"
"o computador, mas nใo deve causar nenhum dano."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Auto detectar"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Especificar op็๕es"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -796,65 +796,65 @@ msgstr ""
"Falha carregando m๓dulo %s.\n"
"Voc๊ quer tentar novamente com outros parโmentros?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "Acesso a programas X"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "Acesso a ferramentas rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "Permitir \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "Acesso a arquivos administrativos"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "Acesso a ferramentas rpm"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "Acesso a ferramentas rpm"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(jแ adicionado %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Essa senha ้ muito simples"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Favor dar um nome de usuแrio"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"O nome do usuแrio deve conter apenas letras min๚sculas, n๚meros `-' e `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "Esse usuแrio jแ foi adicionado"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Esse usuแrio jแ foi adicionado"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Adicionar usuแrio"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -863,32 +863,32 @@ msgstr ""
"Entre com o usuแrio\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Aceitar usuแrio"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Nome real"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nome do usuแrio"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "อcone"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -896,19 +896,19 @@ msgstr ""
"Eu posso configurar o seu computador para automaticamente logar um usuแrio.\n"
"Se voc๊ nใo quiser utilisar esta fun็ใo, clique em \"Cancelar\"."
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Escolha o usuแrio:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Escolha o gerenciador de janelas para ele:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Favor escolher o idioma a ser utilizado."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -916,35 +916,35 @@ msgid ""
msgstr ""
"Voc๊ pode escolher outros idiomas que estarใo disponํveis ap๓s a instala็ใo"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Tudo"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Permite todos os usuแrios"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Sem compartilhamento"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "O pacote %s precisa ser instalado. Voc๊ deseja instalแ-lo?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Voc๊ pode exportar usando SAMBA ou NFS. Qual deles voc๊ quer"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Pacote obrigat๓rio %s faltando"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -953,11 +953,11 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Carregar Userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -965,32 +965,32 @@ msgstr ""
"O compartilhamento por usuแrio usa o grupo \"fileshare\".\n"
"Voc๊ pode usar o userdrake para adicionar um usuแrio neste grupo."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Bem-vindo เ Crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Pobre"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Padrใo"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Alto"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "Alto"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paran๓ico"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1002,7 +1002,7 @@ msgstr ""
"outros\n"
"ou เ internet. Nใo existe acesso por senha."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1010,7 +1010,7 @@ msgstr ""
"As senhas agora estใo ativadas, mas o uso como computador de rede ainda nใo "
"้ recomendado."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1020,13 +1020,13 @@ msgstr ""
"para se conectar เ Internet como um cliente. Agora existe checagens de "
"seguran็a. "
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1042,7 +1042,7 @@ msgstr ""
"servidor\n"
"que aceita conexใo de muitos clientes. "
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1050,36 +1050,36 @@ msgstr ""
"Baseado no nํvel anterior, mas agora o sistema estแ totalmente fechado.\n"
"As caracterํsticas de seguran็a estใo no mแximo."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Op็๕es"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Escolha nํvel de seguran็a"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Nํvel de seguran็a"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Use lbsafe para servidores"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Uma livraria que defende contra ataques de buffer overflow e strings de "
"format"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1092,7 +1092,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1117,60 +1117,60 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Bem-vindo ao GRUB o selecionador de sistema operacional!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use as teclas %c e %c para selecionar a entrada que quiser."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pressione entrar para entrar no SO selecionado, 'e' para editar os"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "comandos antes da inicializacao, ou 'c' para linha de comando."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
"A inicializacao da entrada selecionada ocorrera automaticamente em %d "
"segundos."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "sem espaco suficiente em /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Menu Iniciar"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Voc๊ nใo pode instalar o carregador de boot em uma %s parti็ใo\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "ajuda ainda nใo implementada.\n"
@@ -1222,106 +1222,106 @@ msgstr "Modo lilo/grub"
msgid "Yaboot mode"
msgstr "Modo yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Instalar sistema"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Criar uma nova parti็ใo"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Erro"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Copiando %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "Sem vํdeo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Selecione a classe da instala็ใo"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1330,22 +1330,22 @@ msgstr ""
"Voc๊ estแ utilizando o %s como gerenciador de inicializa็ใo.\n"
"Clique em Configurar para abrir o auxiliar de configura็ใo."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configurar"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Salvar sele็ใo de pacotes"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1354,44 +1354,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Modo do sistema"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Executar o sistema X-Window na inicializa็ใo"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nใo, eu nใo quero autologin"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Sim, eu quero autologin com esse (usuแrio, desktop)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "nใo foi possํvek abrir /etc/inittb para leitura: %s"
@@ -1488,54 +1488,62 @@ msgstr "มustria"
msgid "United States"
msgstr "Estados Unidos"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "novo"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Desmontar"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montar"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "servidor"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Ponto de Montagem"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Favor testar o mouse"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "O proxy deve ser http://..."
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "servidor"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Ponto de montagem: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Op็๕es: %s"
@@ -1624,7 +1632,7 @@ msgstr "Vazio"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Outro"
@@ -1768,7 +1776,7 @@ msgstr ""
"O backup da tabela de parti็ใo nใo tem o mesmo tamanho\n"
"Ainda continuar?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Aviso"
@@ -2324,7 +2332,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Nome do usuแrio"
@@ -2338,23 +2346,23 @@ msgstr "Domํnio NIS"
msgid "Search servers"
msgstr "Servidores de busca"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formata็ใo de %s falhou"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Eu nใo sei como formatar %s no tipo %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "erro desmontando %s: %s"
@@ -2441,46 +2449,110 @@ msgstr "Nada a fazer"
msgid "Error opening %s for writing: %s"
msgstr "Erro abrindo %s para grava็ใo: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Configura็ใo LAN"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Driver"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/Aj_uda"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Por favor aguarde... Aplicando a configura็ใo"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Por favor aguarde"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2607,7 +2679,8 @@ msgid "/_Quit"
msgstr "Sair"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/Aj_uda"
@@ -2627,76 +2700,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Reportar erro"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Ajuda/_Sobre..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Auto detectar"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Detec็ใo de discos rigidos"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Ver informa็ใo do hardware"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Mostrar informa็ใo"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Configurar mouse"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "detectado na porta %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Por favor aguarde"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Lendo banco de dados de drivers do CUPS"
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d segundos"
@@ -4663,7 +4737,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4688,7 +4762,7 @@ msgstr ""
"\n"
"Voc๊ realmente quer instalar esses servidores?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4697,20 +4771,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Nใo pode usar broadcast sem domํnio NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Insira um disquete FAT formatado no drive %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Esse disquete nใo estแ formatado como FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4718,12 +4792,12 @@ msgstr ""
"Para usar a sele็ใo salva de pacotes, entre na instala็ใo com ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Erro lendo arquivo %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4968,7 +5042,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Bem-vindo เ %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nenhum drive de disquete disponํvel"
@@ -4999,11 +5073,11 @@ msgstr "Classe de Instala็ใo"
msgid "Please choose one of the following classes of installation:"
msgstr "Por favor escolhe uma das seguintes classes de instala็ใo:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Sele็ใo de Grupo de Pacotes"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Sele็ใo individual de pacotes"
@@ -5081,7 +5155,7 @@ msgstr "Mostra automaticamente os pacotes selecionados"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instalar"
@@ -5104,7 +5178,7 @@ msgstr "Sair da instala็ใo"
msgid "Choose the packages you want to install"
msgstr "Escolha os pacotes que voc๊ quer instalar"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instalando"
@@ -5131,17 +5205,17 @@ msgid "Installing package %s"
msgstr "Instalando pacote %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aceitar"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Recusar"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5158,16 +5232,16 @@ msgstr ""
"Rom."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Continuar mesmo assim?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Houve um erro ordenando os pacotes:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Houve um erro instalando os pacotes:"
@@ -5292,7 +5366,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5410,7 +5484,7 @@ msgstr ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5487,7 +5561,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teclado"
@@ -5700,29 +5774,29 @@ msgstr "Insira um disquete no drive %s"
msgid "Selected size is larger than available space"
msgstr "O tamanho escolhido ้ maior que o espa็o disponํvel"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5732,16 +5806,16 @@ msgstr ""
"Se voc๊ nใo tiver nenhum desses CDs, clique em Cancelar.\n"
"Se apenas alguns CDs estiverem faltando, desmarque-os, entใo clique em Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom rotualdo \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Preparando instala็ใo"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5750,21 +5824,21 @@ msgstr ""
"Instalando pacote %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Configura็ใo p๓s-instala็ใo"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Insira um disquete no drive %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Insira um disquete vazio no drive %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5838,7 +5912,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5850,166 +5924,166 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Contactando o mirror (espelho) para pegar a lista de pacotes disponํveis"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Escolha um mirror (espelho) de onde pegar os pacotes"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"Contactando o mirror (espelho) para pegar a lista de pacotes disponํveis"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Qual ้ o seu fuso horแrio?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "O seu rel๓gio do hardware estแ configurado como GMT?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Sevidor CUPS remoto"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Nenhuma impressora"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Voc๊ tem alguma outra?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Sumแrio"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Mouse"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Fuso horแrio"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Impressora"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Placa ISDN"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Placa de som"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Placa de TV"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "Usar NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Domํnio NIS"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "Impressora local"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Especificar senha do root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Nenhuma senha"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Essa senha ้ muito simples (deve ter ao menos %d caracteres)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentica็ใo?"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autentica็ใo?"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "servidor"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "Autentica็ใo NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Domํnio NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6025,21 +6099,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autentica็ใo?"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nome do domํnio"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6071,19 +6145,19 @@ msgstr ""
"disquete\n"
"no drive e aperte em \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Primeiro drive de disquete"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Segundo drive de disquete"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Pular"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6110,7 +6184,7 @@ msgstr ""
"com danos severos. Voc๊ quer criar um disco de inicializa็ใo?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6119,30 +6193,30 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Desculpe, nenhum drive de disquete disponํvel"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Escolha o drive de disquete que voc๊ quer usar para criar o disco de "
"inicializa็ใo"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Insira um disquete no drive %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Criando disco de inicializa็ใo"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Preparando gerenciador de inicializa็ใo"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6150,11 +6224,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Voc๊ quer usar o aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6162,18 +6236,18 @@ msgstr ""
"Erro instalando o aboot, \n"
"tentar for็ar a instala็ใo, mesmo que isso destrua a primeira parti็ใo?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Instalar gerenciador de inicializa็ใo"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"A instala็ใo do gerenciador de inicializa็ใo falhou. Ocorreram os seguintes "
"erros:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6190,17 +6264,17 @@ msgstr ""
" Entใo escreva: shut-down\n"
"No seu pr๓ximo boot, voc๊ deve ver o prompt do gerenciador de boot."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insira um disquete vazio no drive %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Criando disquete de auto instala็ใo"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6210,7 +6284,7 @@ msgstr ""
"\n"
"Voc๊ realmente quer sair agora?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, fuzzy, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6238,15 +6312,15 @@ msgstr ""
"Informa็๕es sobre a configura็ใo do sistema estใo disponํveis no\n"
"capํtulo p๓s-instala็ใo do Guia Oficial de Usuแrio Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Criar disquete de auto instala็ใo"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6260,15 +6334,15 @@ msgstr ""
"\n"
"Voc๊ pode preferir repetir a instala็ใo.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automแtico"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Repetir"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Salvar sele็ใo de pacotes"
@@ -6306,14 +6380,14 @@ msgstr "Avan็ado"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Anterior"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Pr๓ximo ->"
@@ -6768,7 +6842,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Monts circulares %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Remover os volumes l๓gicos primeiro\n"
@@ -6906,15 +6980,15 @@ msgstr "nenhum"
msgid "No mouse"
msgstr "Nenhum Mouse"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Favor testar o mouse"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Para ativar o mouse,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "MOVA SUA RODA!"
@@ -6950,11 +7024,11 @@ msgstr "Colapsar มrvore"
msgid "Toggle between flat and group sorted"
msgstr "Mudar entre organiza็ใo plana ou em grupo"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Conectar เ Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6964,23 +7038,19 @@ msgstr ""
"Mas algumas conex๕es usam pptp, umas poucas usam dhcp.\n"
"Se voc๊ nใo sabe, escolha 'usar pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "usar dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "usar pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "usar pptp"
@@ -7083,7 +7153,7 @@ msgstr ""
msgid "no network card found"
msgstr "nenhuma placa de rede encontrada"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Configurando rede"
@@ -7099,15 +7169,15 @@ msgstr ""
"Seu nome do host deve ser um nome de host totalmente qualificado,\n"
"como por exemplo ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Host name (nome do host)"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Auxiliar de Configura็ใo da Rede"
@@ -7147,8 +7217,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Configura็ใo de Firewall detectado!"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Configura็ใo ISDN"
@@ -7188,23 +7258,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Qual protocolo voc๊ quer usar?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Qual tipo de placa voc๊ tem?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Eu nใo sei"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7217,19 +7292,19 @@ msgstr ""
"\n"
"Se voc๊ tiver uma placa PCMCIA, voc๊ tem que saber o irq e io de sua placa.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Abortar"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Continuar"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Qual ้ a sua placa ISDN?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7237,7 +7312,7 @@ msgstr ""
"Eu detectei um placa ISDN PCI, mas nใo sei qual ้ o tipo. Favor selecionar "
"uma placa PCI na pr๓xima tela."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nenhuma placa ISDN PCI encontrada. Favor selecionar uma na pr๓xima tela"
@@ -7290,7 +7365,7 @@ msgstr "Primeiro Servidor DNS (opcional)"
msgid "Second DNS Server (optional)"
msgstr "Segundo Servidor DNS (opcional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7298,7 +7373,7 @@ msgstr ""
"\n"
"Voc๊ pode se disconectar ou reconfigurar sua conexใo."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7306,11 +7381,11 @@ msgstr ""
"\n"
"Voc๊ pode reconfigurar sua conexใo."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Voc๊ estแ conectado เ Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7318,35 +7393,35 @@ msgstr ""
"\n"
"Voc๊ pode se conectar เ Internet ou reconfigurar sua conexใo."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Voc๊ nใo estแ conectado เ Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Conectar"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Desconectar"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Configurar rede"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Conexใo e configura็ใo da Internet"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Voc๊ pode se disconectar ou reconfigurar sua conexใo."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -7360,12 +7435,12 @@ msgstr ""
"\n"
"Voc๊ pode se disconectar ou reconfigurar sua conexใo."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Configura็ใo da Rede"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7377,7 +7452,7 @@ msgstr ""
"Clique em Ok para manter sua configura็ใo, ou cancelar para reconfigurar sua "
"conexใo de Internet & Rede.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7389,99 +7464,99 @@ msgstr ""
"Estamos para configurar sua conexใo de rede/internet.\n"
"Se voc๊ nใo quiser usar a auto detec็ใo, desmarque a op็ใo.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Escolha o perfil a configurar:"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Usar auto detec็ใo"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modo expert"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detectando dispositivos..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Conexใo normal via modem"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "detectado na porta %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "Conexใo ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "detectado %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "Cone็ใo LAN"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "detectado na interface %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Conexใo via cabo"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Conexใo via cabo"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Cone็ใo LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "placa(s) ethernet detectada(s)"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Escolha a ferramente que voc๊ quer usar"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Compartilhamento da Conexใo เ Internet"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Voc๊ quer iniciar sua conexใo ao iniciar?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Configura็ใo da Rede"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7492,7 +7567,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7502,7 +7577,7 @@ msgstr ""
"\n"
"A configura็ใo agora serแ aplicada no seu sistema.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7510,14 +7585,14 @@ msgstr ""
"Quando isso terminar, n๓s recomendados voc๊ a reiniciar o seu\n"
"ambiente X para evitar o problema da mudan็a do nome do host."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7528,7 +7603,7 @@ msgstr ""
"Apenas aceite para manter esse dispositivo configurado.\n"
"A modifica็ใo dos campos abaixo irแ sobrepor essa configura็ใo."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7538,43 +7613,43 @@ msgstr ""
"Cada item deve ser entrando como endere็o IP pontilhado-decimal\n"
"(por exemplo, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Configurando dispositivo de rede %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (driver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Endere็o IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP Automแtico"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Iniciado na inicializa็ใo"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "O endere็o IP deve ser no formato 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7586,42 +7661,53 @@ msgstr ""
"como por exemplo ``mybox.mylab.myco.com'' .\n"
"Voc๊ tamb้m pode entrar como o endere็o IP de um gateway se voc๊ tiver um"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Dispositivo de gateway"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "O endere็o IP deve ser no formato 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "O endere็o IP deve ser no formato 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Configura็ใo de proxies"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "O proxy deve ser http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "O proxy deve ser ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "O proxy deve ser http://..."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9021,7 +9107,7 @@ msgstr "Fechando (desconectando) a rede"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9532,11 +9618,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "O proxy deve ser http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9586,6 +9667,43 @@ msgstr "mkraid falhou (talvez o raidtools esteja faltando)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Sem parti็๕es suficientes para RAID nํvel %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Nํvel de seguran็a"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Nํvel de seguran็a"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Op็๕es da impressora lpd Remota"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Default)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Op็๕es do nํvel de seguran็a"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Por favor aguarde, preparando instala็ใo"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Iniciar o sistema de som ALSA (Arquitetura Avan็ada de Som Linux)"
@@ -9902,7 +10020,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Modo do sistema"
@@ -9998,7 +10116,7 @@ msgstr "Conectar เ Internet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10045,7 +10163,7 @@ msgstr "Interface de rede"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -10070,7 +10188,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -10086,7 +10204,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -10101,7 +10219,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -10150,8 +10268,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -10188,12 +10306,12 @@ msgstr ""
msgid "Installing packages..."
msgstr "Instalando pacote %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Favor fazer um log out (sair) e entใo usar as teclas Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Favor relogar em %s para ativar as mudan็as"
@@ -10241,17 +10359,6 @@ msgstr "Adicionar usuแrio"
msgid "Add/Del Clients"
msgstr "Cliente DHCP"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/Aj_uda"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -10304,53 +10411,68 @@ msgstr "Adicionar usuแrio"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "Cliente DHCP"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Configurando..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Configura็ใo LAN"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "reconfigurar"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Insira um disquete no drive %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Nenhum drive de disquete disponํvel"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -10474,13 +10596,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Testar portas"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10489,41 +10611,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Nenhuma senha"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Nใo foi possํvel abrir %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10534,68 +10656,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10603,923 +10725,925 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Erro lendo arquivo %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Sele็ใo de Grupo de Pacotes"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Escolha os pacotes que voc๊ quer instalar"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Fila remota"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Remover Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "Nome do usuแrio"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Favor testar o mouse"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Favor tentar novamente"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Favor tentar novamente"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Nenhuma senha"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Favor escolher o layout do seu teclado."
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Favor clicar em uma parti็ใo"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Favor clicar em uma parti็ใo"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Favor clicar em uma parti็ใo"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Favor clicar em uma parti็ใo"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Favor clicar em uma parti็ใo"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Selecione arquivo"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Escolha os pacotes que voc๊ quer instalar"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Escolha os pacotes que voc๊ quer instalar"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Escolha os pacotes que voc๊ quer instalar"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Favor testar o mouse"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Interface de rede"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tipo"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Nome do usuแrio"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Escolha os pacotes que voc๊ quer instalar"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Favor escolher o idioma a ser utilizado."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Roda"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Roda"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Op็๕es do m๓dulo:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Configura็ใo da Rede"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Escolha os pacotes que voc๊ quer instalar"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Escolha os pacotes que voc๊ quer instalar"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Setup dos sistemas de arquivos"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Dispositivo do mouse: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Op็๕es"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Favor escolher em qual porta serial seu modem estแ conectado."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "Configura็ใo da Rede"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "Favor escolher o tipo do seu mouse."
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Favor testar o mouse"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "Cone็ใo LAN"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Selecionar Cone็ใo da Impressora"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Restaurar do disquete"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "Favor escolher o tipo do seu mouse."
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Outro"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Instalar sistema"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Restaurar do arquivo"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Restaurar do arquivo"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Favor escolher o tipo do seu mouse."
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Fila remota"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Restaurar do arquivo"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Restaurar do disquete"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Restaurar tabela de parti็ใo"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Restaurar do arquivo"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Host name (nome do host)"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Senha"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Nome do usuแrio"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Hostname:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Restaurar do arquivo"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Personalizada"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Restaurar tabela de parti็ใo"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Restaurar do arquivo"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- Anterior"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Status:"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Restaurar do arquivo"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Os seguintes pacotes serใo instalados"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "Favor escolher o idioma a ser utilizado."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "Favor escolher o idioma a ser utilizado."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "Favor escolher o idioma a ser utilizado."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "Arquivo de backup defeituoso"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Salvar no arquivo"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Configura็ใo da Rede"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "Configura็ใo da Rede"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "Configura็ใo LAN"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "Configura็ใo LAN"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Setup dos sistemas de arquivos"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11551,7 +11675,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11560,7 +11684,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11601,7 +11725,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11629,17 +11753,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11656,7 +11780,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11696,7 +11820,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11707,7 +11831,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11720,7 +11844,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11802,8 +11926,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
#, fuzzy
msgid "Standalone Tools"
msgstr "Ferramentas do Console"
@@ -11879,28 +12003,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Porta"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Sair da instala็ใo"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Screenshots estarใo disponํveis depois da instala็ใo em %s"
@@ -12001,10 +12125,6 @@ msgstr "Ajudante..."
msgid "Apply"
msgstr "Aplicar"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Por favor aguarde... Aplicando a configura็ใo"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Conectado"
@@ -12124,7 +12244,7 @@ msgstr "Nome do m๓dulo"
msgid "Size"
msgstr "Tamanho"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12189,12 +12309,12 @@ msgstr "Saํda"
msgid "Build the disk"
msgstr "Criar o disco"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Certifique-se de que hแ um disco no dispositivo %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12203,12 +12323,12 @@ msgstr ""
"Nใo hแ nenhum disco no dispositivo %s.\n"
"Por favor insira um disco."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Incapaz de dividir: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12692,157 +12812,157 @@ msgstr ""
"\n"
"Clique em ``Configurar'' se voc๊ quiser abrir o ajudante de configura็ใo."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Grupo de trabalho"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "parti็ใo %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Nome do usuแrio"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Deletar"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Pronto"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Adicionar um m๓dulo"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Nenhuma impressora"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Fila remota"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Aceitar usuแrio"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versใo: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Porta"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Usar auto detec็ใo"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Usar auto detec็ใo"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Salvar sele็ใo de pacotes"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Nome do usuแrio"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Grupo de trabalho"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nใo conectado"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12854,137 +12974,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "cria็ใo de discos de boot"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Resolu็ใo"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Escolher a็ใo"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Nome compartilhado"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Configura็ใo p๓s-instala็ใo"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Sair"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instalar sistema"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Configurar servi็os"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "dispositivos"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "dispositivos"
+msgid "Save theme"
+msgstr "Instalar sistema"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Escolha um monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Conexใo da Impressora"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Dispositivo de Impressใo URI"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Detectando dispositivos..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13125,6 +13255,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "utiliza็ใo: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "utiliza็ใo: keyboarddrake [--expert] [keyboard]\n"
@@ -13153,11 +13290,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Incapaz de iniciar a atualiza็ใo on-line!!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
#, fuzzy
msgid "logdrake"
msgstr "draknet"
@@ -13439,16 +13576,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -13524,7 +13658,7 @@ msgstr "Instalar sistema"
msgid "Exit install"
msgstr "Sair da instala็ใo"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -13775,6 +13909,21 @@ msgstr "Multimํdia - Grava็ใo de CD"
msgid "Scientific Workstation"
msgstr "Esta็ใo de Trabalho Cientํfica"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Configura็ใo p๓s-instala็ใo"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "O proxy deve ser ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Sair"
+
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
#~ "satisfied\n"
@@ -14064,9 +14213,6 @@ msgstr "Esta็ใo de Trabalho Cientํfica"
#~ msgid "Test again"
#~ msgstr "Testar de novo"
-#~ msgid "Setting security level"
-#~ msgstr "Op็๕es do nํvel de seguran็a"
-
#~ msgid "Select a graphics card"
#~ msgstr "Selecione uma placa grแfica"
diff --git a/perl-install/share/po/ro.po b/perl-install/share/po/ro.po
index 605f16356..6b4c0c3ea 100644
--- a/perl-install/share/po/ro.po
+++ b/perl-install/share/po/ro.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 7.1\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-08-28 13:34GMT+2\n"
"Last-Translator: Harald Ersch <hersch@romatsa.ro>\n"
"Language-Team: romanian <ro@li.org>\n"
@@ -92,24 +92,24 @@ msgstr "Configureazใ toate capetele (ieบirile) independent"
msgid "Use Xinerama extension"
msgstr "Foloseบte extensia Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configureazใ numai cartela \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s cu accelerare 3D hardware"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -118,18 +118,18 @@ msgstr ""
"Cartela dvs. poate avea accelerare 3D hardware, dar numai cu XFree %s.\n"
"Cartela dvs. este utilizabilใ cu XFree %s ce are un suport mai bun ๎n 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Cartela dvs. poate avea suport pentru accelerarea 3D hardware cu XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s cu accelerare 3D hardware EXPERIMENTALร"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -140,7 +140,7 @@ msgstr ""
"ACEST SUPORT ESTE EXPERIMENTAL ชI POATE BLOCA SISTEMUL DVS!Cartela dvs. este "
"utilizabilใ cu XFree %s ce are un suport mai bun ๎n 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,12 +149,12 @@ msgstr ""
"Cartela dvs. poate avea suport pentru accelerarea 3D hardware cu XFree %s, \n"
"ACEST SUPORT ESTE EXPERIMENTAL ชI POATE BLOCA SISTEMUL DVS."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (driver de instalare ecran)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Personalizat"
@@ -174,32 +174,32 @@ msgstr "Rezoluie"
msgid "Test"
msgstr "Test"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opiuni"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "OK"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Ieบire"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -295,25 +295,25 @@ msgstr "Alegei rezoluia บi adโncimea de culoare"
msgid "Graphics card: %s"
msgstr "Cartelใ graficใ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Renunใ"
@@ -389,11 +389,11 @@ msgstr "Server XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Driver XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "Interfaa graficใ la demaraj"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -402,7 +402,7 @@ msgstr ""
"Pot sใ configurez calculatorul sa demareze automat X la demaraj.\n"
"Dorii sa demarai X c๎nd redemarai ?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -414,7 +414,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Ce normใ foloseบte TV-ul dumneavoastrใ?"
@@ -486,7 +486,7 @@ msgstr "Compact"
msgid "compact"
msgstr "compact"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Mod video"
@@ -494,17 +494,17 @@ msgstr "Mod video"
msgid "Delay before booting default image"
msgstr "Timp de aบteptare ๎naintea demarใrii imaginii standard"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Parola"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Parola (din nou)"
@@ -539,14 +539,14 @@ msgid ""
msgstr ""
"Opiunea ``Limiteazใ opiunile liniei de comandใ'' e inutilใ fใrใ parolใ"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "ฮncercai din nou"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Parolele nu corespund"
@@ -588,7 +588,7 @@ msgstr ""
"\n"
"De pe ce unitate de disc demarai?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -596,155 +596,155 @@ msgstr ""
"Acestea sunt diferitele intrใrile.\n"
"Putei sใ mai adใugai บi altele sau sใ schimbai cele existente."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Adaugใ"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Gata"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Modificใ"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Ce tip de intrใri dorii sใ adใugai ?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Alt SO (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Alt SO (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Alt SO (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Imagine"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Citeบte-Scrie"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Nesigur"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etichetใ"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Standard"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Dimensiune Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "Fใrใ imagine video"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "ชterge intrarea"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Eticheta goalใ nu e permisใ"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Trebuie sใ specificai o imagine Kernel"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Trebuie sใ specificai o partiie rใdใcinใ (root)"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Aceastใ etichetใ nu e permisใ"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Am gใsit interfaele %s %s"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Avei o altใ interfaa?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Avei vreo interfaใ %s ?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nu"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Vezi info hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instalarea pilotului pentru %s cartelใa %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -755,17 +755,17 @@ msgstr ""
"Opiunile sunt ๎n formatul ``nume=valoare nume2=valoare2 ...''.\n"
"de exemplu, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Opiuni pentru module:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Care %s pilot sใ ๎ncerc?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -782,15 +782,15 @@ msgstr ""
"informaiile necesare? Ocazional, interogarea poate bloca calculatorul,\n"
"dar n-ar trebui sใ produce nici o deteriorare."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Autoprobeazใ"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Specificai opiunile"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -799,65 +799,65 @@ msgstr ""
"ฮncใcarea modulului %s a eบuat.\n"
"Dorii sใ๎ncercai cu ali parametri ?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "acces la programele X"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "acces la uneltele rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "permite \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "acces la fiบierele administrative"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "acces la uneltele rpm"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "acces la uneltele rpm"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(deja adใugat %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Aceasta parolใ e prea simplใ"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Va rog ๎nscriei numele utilizatorului"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Numele utilizatorului trebuie sa coninใ numai caractere minuscule, numere, "
"`-' บi `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Numele de utilizator este prea lung"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Acest nume de utilizator e deja adใugat"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Adใugai un utilizator"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -866,32 +866,32 @@ msgstr ""
"Intrai un utilizator\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Acceptare utilizator"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Nume real"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Numele utilizatorului"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Icoanใ"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologare"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -899,19 +899,19 @@ msgstr ""
"Pot sใ configurez calculatorul sใ logheze automat un utilizator.\n"
"Dorii sใ folosii aceastใ facilitate?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Alegei utilizatorul implicit:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Alegei managerul de ferestre:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Vใ rog sใ alegei limba folositใ."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -921,36 +921,36 @@ msgstr ""
"Selectai limbile pe care dorii sใ le instalai. Ele vor fi disponibile\n"
"dupใ terminarea instalใrii บi repornirea sistemului."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Toate"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Permite tuturor utilizatorilor"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Fใrใ partajare"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pachetul %s trebuie instalat. Dorii sใ ๎l instalez?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"Putei exporta fiบiere folosind sistemul NFS sau Samba. Pe care ๎l alegei?"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Pachetul obligatoriu %s lipseบte"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -959,41 +959,41 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Lanseazใ userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Bun venit Pirailor"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Slab"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Ridicat"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Mai ๎naltใ"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoicใ"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1005,7 +1005,7 @@ msgstr ""
"calculator conectat cu altele de pe Internet. Nu existใ nici o parolใ de\n"
"acces."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1013,7 +1013,7 @@ msgstr ""
"Parolele sunt acum activate, dar utilizarea lui ca un calculator ๎ntr-o\n"
"reea tot nu recomandatใ."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1021,13 +1021,13 @@ msgstr ""
"Acesta este nivelul de securitate standard recomandat pentru un calculator "
"care va fi conectat ca un client la Internet."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1041,7 +1041,7 @@ msgstr ""
"sistem ca server care acceptใ conexiuni de la muli clieni. Notใ: dacใ "
"maบina este numai un client simplu la Internet, folosii un nivel mai scใzut."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1050,34 +1050,34 @@ msgstr ""
"e\n"
"complet ๎nchis บi securitatea e la maximum."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "Opiuni de bazใ DrakSec"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Vใ rog sใ alegei nivelul de securitate dorit"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Nivel de securitate"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Foloseบte libsafe pentru servere"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"O bibliotecใ ce protejeazใ contra atacurilor tip buffer overflow บi format "
"string."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1089,7 +1089,7 @@ msgstr ""
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1114,7 +1114,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Bun venit la gestionarul de sisteme de operare GRUB!"
@@ -1128,7 +1128,7 @@ msgstr "Bun venit la gestionarul de sisteme de operare GRUB!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Folositi tastele %c si %c pentru selectarea intrarii puse in evidenta."
@@ -1143,7 +1143,7 @@ msgstr "Folositi tastele %c si %c pentru selectarea intrarii puse in evidenta."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Apasati enter pentru a demara OS-ul selectat, 'e' pentru a edita"
@@ -1157,7 +1157,7 @@ msgstr "Apasati enter pentru a demara OS-ul selectat, 'e' pentru a edita"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "comandele inainte de a demara, sau 'c' pentru linia de comanda."
@@ -1171,33 +1171,33 @@ msgstr "comandele inainte de a demara, sau 'c' pentru linia de comanda."
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Intrarea selectata va demara dupa %d secunde"
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nu e destul spaiu ๎n /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Meniu de Start"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Nu putei instala Gestionarul de demarare ๎ntr-o partiie %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr ""
@@ -1249,103 +1249,103 @@ msgstr "Mod LILO/Grub"
msgid "Yaboot mode"
msgstr "Mod Yaboot"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Instalare teme"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Creeazใ o nouใ partiie"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Eroare"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Copiez %s ๎n %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "nu pot schimba mesajul LILO"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "nu gใsesc mesajul LILO"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Nu pot scrie fiบierul /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Scrie %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Notificare"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Instalare teme eบuatใ!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1354,21 +1354,21 @@ msgstr ""
"ฮn prezent folosii %s ca manager de pornire.\n"
"Clic pe Configureazใ pentru a lansa Asistentul de configurare."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configureazใ"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Selectare imagine de pornire"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Teme"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1377,44 +1377,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Mod sistem"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nu, nu vreau autologare"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, vreau autologare cu acest (utilizator, desktop)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr ""
@@ -1511,50 +1511,58 @@ msgstr "Austria"
msgid "United States"
msgstr "Statele Unite"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Demonteazใ"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montare"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Punct de montare"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Vใ rog sใ introducei URL-ul pentru serverul WebDAV"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "URL-ul trebuie sใ ๎nceapใ cu http:// sau https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Server:"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Punct de montare: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opiuni: %s"
@@ -1642,7 +1650,7 @@ msgstr "Gol"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Alt tip"
@@ -1786,7 +1794,7 @@ msgstr ""
"Tabelul de partiii salvat nu are aceeaบi mใrime\n"
"Sใ continui totuบi ?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Avertisment"
@@ -2334,7 +2342,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Nume utilizator"
@@ -2346,23 +2354,23 @@ msgstr "Domeniu"
msgid "Search servers"
msgstr "Cautใ servere"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s Formatarea %s eบuatใ"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nu บtiu cum sใ formatez %s ๎n tipul %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "eroare la demontarea %s: %s"
@@ -2444,47 +2452,110 @@ msgstr "Nimic de fใcut"
msgid "Error opening %s for writing: %s"
msgstr "Eroare la citirea %s pentru a scrie: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Configurare CUPS"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Driver"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Ajutor"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Vใ rog sใ aบteptai... Aplic configuraia"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Vใ rog sใ aบteptai"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "Model necunoscut"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2602,7 +2673,8 @@ msgid "/_Quit"
msgstr "/_Ieบire"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Ajutor"
@@ -2623,69 +2695,70 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Raportare eroare"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/Despre..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "Despre HardDrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Autor: "
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "HardDrake 2 versiunea "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Echipamente detectate"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informaii"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Configureazใ module"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Detecia este ๎n progres..."
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Vใ rog sใ aบteptai"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "Ruleazใ \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "principal"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "secundar"
@@ -3742,7 +3815,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3757,7 +3830,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3766,31 +3839,31 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Nu pot sใ folosesc difuzia fใrใ nici un domeniu NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Introducei o dischetใ formatatใ FAT ๎n unitatea %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Acest floppy nu este formatat FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Eroare la citirea fiบierului %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4025,7 +4098,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Bine ai venit la %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nici o unitate de dischetใ nu este disponibilใ"
@@ -4051,11 +4124,11 @@ msgstr "Clasa de instalare"
msgid "Please choose one of the following classes of installation:"
msgstr "Vใ rog sใ alegei una din urmใtoarele clase de instalare:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Selectarea grupurilor de pachete"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Selectare individualใ a pachetelor"
@@ -4131,7 +4204,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instalare"
@@ -4151,7 +4224,7 @@ msgstr "Instalare minimใ"
msgid "Choose the packages you want to install"
msgstr "Alegei pachetele pe care dorii sใ le instalai"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "ฮn curs de instalare"
@@ -4178,17 +4251,17 @@ msgid "Installing package %s"
msgstr "Instalarea pachetului %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Acceptใ"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Refuzใ"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4204,16 +4277,16 @@ msgstr ""
"Rom."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Sใ continui totuบi?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "O eroare a apใrut la ordonarea pachetelor:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "A fost o eroare la instalarea pachetelor:"
@@ -4309,7 +4382,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4387,7 +4460,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Chiar dorii sใ refuzai licena?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastaturใ"
@@ -4589,29 +4662,29 @@ msgstr "Introducei o dischetใ ce conine selecia pachetelor"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Tip instalare"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Cu X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Instalare cu adevใrat minimใ (๎n mod expres fใrใ urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4622,16 +4695,16 @@ msgstr ""
"Dacใ nu vใ lispsesc dec๎t c๎teva CD-uri, deselectai-le บi facei click pe "
"Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom etichetat \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Pregใtesc instalarea"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4640,21 +4713,21 @@ msgstr ""
"instalarea pachetului %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Configuraie post-install"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Introducei discheta de pornire (de Boot) folositใ ๎n perifericul %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Introducei discheta cu module actualizate ๎n perifericul %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4721,7 +4794,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4733,160 +4806,160 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Contactez situl Mandrake Linux pentru obinerea listei oglinzilor "
"disponibile..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Alegei o oglindใ de la care sใ descใrcai pachetele"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"Contactez serverul oglindใ pentru preluarea listei pachetelor disponibile..."
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Care este zona dvs. de timp?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Ceas hardware fixat la GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "Server NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Coadใ imprimare CUPS la distanใ:"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Fใrใ imprimantใ"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Avei o cartelใ de sunet ISA?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nu am detectat nici o cartelใ de sunet. ฮncercai \"harddrake\" dupใ "
"instalare"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Sumar"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Mouse"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Zona de timp"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Imprimantใ"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "Cartelใ ISDN"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Cartelใ de sunet"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "Cartelใ TV"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Domeniu Windows"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Fiบiere locale"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Alegei parola pentru root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Nici o parolใ"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Aceastใ parolใ e prea simplใ (ar trebui sใ fie de cel puin %d caractere)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentificare"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Autentificare prin LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "Server LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "Autentificare NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "Domeniu NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "Server NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -4902,19 +4975,19 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Autentificare ๎n domeniu Windows"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -4940,19 +5013,19 @@ msgstr ""
"severe.\n"
"Dorii sใ creai o dischetใ de demaraj pentru sistemul dumneavoastrใ ?"
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Primul periferic de dischetใ"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Al doilea periferic de dischetใ"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Sari peste"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4977,7 +5050,7 @@ msgstr ""
"Dorii sใ creai o dischetใ de demaraj pentru sistemul dumneavoastrใ ?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -4986,29 +5059,29 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ฮmi pare rใu dar nu gใsesc nici un periferic de dischetใ disponibil."
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Alegei perifericul pe care-l dorii pentru a realiza un disc de demarare."
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Introducei o dischetใ ๎n perifericul %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Crearea dischetei de demaraj..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Pegใtirea gestionalului de demaraj..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5016,11 +5089,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Vrei sใ folosii aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5028,16 +5101,16 @@ msgstr ""
"Eroare la instalrea lui aboot,\n"
"sใ ๎ncerc sใ forai instalarea chiar dacใ aceasta distruge prima partiie ?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Instalare gestionar de demaraj"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Instalarea gestionarului de demaraj a eบuat. A apใrut urmใtoarea eroare :"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5048,17 +5121,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Introducei o dischetใ goalใ ๎n perifericul %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Creez discheta de autoinstalare..."
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5068,7 +5141,7 @@ msgstr ""
"\n"
"Chiar vrei sใ abandonai acum?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5101,15 +5174,15 @@ msgstr ""
"capitolul referitor la post instalare din \n"
"Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Generare dischetใ de autoinstalare"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5118,15 +5191,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatizat"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "ฮnregistrare selecie pachete"
@@ -5162,14 +5235,14 @@ msgstr "Avansat(e)"
msgid "Basic"
msgstr "De bazใ"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Precedentul"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Urmใtorul"
@@ -5608,7 +5681,7 @@ msgstr "Tasta \"Windows\" dreapta"
msgid "Circular mounts %s\n"
msgstr "Montaje circulare %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr ""
@@ -5744,15 +5817,15 @@ msgstr "nici unul"
msgid "No mouse"
msgstr "Fใrใ mouse"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Vใ rog sใ testai mouse-ul"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Pentru a activa mouse-ul,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "MIชCAI ROTIA!"
@@ -5789,34 +5862,30 @@ msgstr "Restrโngere arbore"
msgid "Toggle between flat and group sorted"
msgstr "Basculai ๎ntre plat บi triere ๎n funcie de grup"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Conectare la Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "Foloseบte DHCP"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr ""
@@ -5907,7 +5976,7 @@ msgstr ""
msgid "no network card found"
msgstr "Nu am gใsit nici o cartelใ de reea"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Configurare reea"
@@ -5919,15 +5988,15 @@ msgid ""
"such as ``mybox.mylab.myco.com''."
msgstr ""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Nume gazdใ"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Asistent configurare reea"
@@ -5965,8 +6034,8 @@ msgid "Old configuration (isdn4net)"
msgstr ""
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Configurare ISDN"
@@ -5998,23 +6067,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Ce protocol dorii sใ folosesc?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Ce fel de cartelใ avei?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Nu บtiu"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6023,25 +6097,25 @@ msgid ""
"card.\n"
msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Abandoneazใ"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Continuใ"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr ""
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
msgstr ""
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
@@ -6093,54 +6167,54 @@ msgstr "Primul server DNS (opional)"
msgid "Second DNS Server (optional)"
msgstr "Al doilea server DNS (opional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Acum suntei conectat(ใ) la Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Acum NU suntei conectat(ใ) la Internet."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Conecteazใ"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Deconecteazใ"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Configurare conexiune"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Configurare บi conectare la Internet"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6152,12 +6226,12 @@ msgid ""
"Press OK to continue."
msgstr ""
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Configuraia reelei"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6165,7 +6239,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6173,95 +6247,95 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr ""
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Mod expert"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detecia perifericelor..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "detectat la portul %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "Am detectat %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "detectat pe interfaa %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Conexiune pe cablu"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Am detectat o conexiune pe cablu"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Conexiune LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "Cartele Ethernet detectate"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr ""
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Conexiune la Internet"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr ""
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Configuraia reelei"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Reeaua trebuie repornitใ"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6269,27 +6343,27 @@ msgid ""
"%s"
msgstr ""
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6297,7 +6371,7 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6307,42 +6381,42 @@ msgstr ""
"Fiecare rubrica va trebui sa fie completatใ ca o adresใ IP ๎n format\n"
"zecimal-punctat (de exemplu 192.168.1.55)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Configurez cartela de reea %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (driver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "Adresใ IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Mascใ de reea:"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "IP automat"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Pornire la demaraj"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Adresa IP ar trebui sใ fie ๎n formatul 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6354,42 +6428,52 @@ msgstr ""
"ca de exemplu ``calculatorulmeu.laboratorulmeu.๎ntreprindereamea.com''.\n"
"Putei de asemenea intra adresa IP a pasarelei dacใ avei una"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "Server DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Periferic pasarelใ"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Adresa IP ar trebui sใ fie ๎n formatul 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Adresa IP ar trebui sใ fie ๎n formatul 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Configurare Proxy-uri"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy-ul ar trebui sใ fie http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy-ul ar trebui sใ fie ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "URL-ul trebuie sใ ๎nceapใ cu 'http:' sau 'ftp:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -7724,7 +7808,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8198,10 +8282,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "URL-ul trebuie sใ ๎nceapใ cu 'http:' sau 'ftp:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8247,6 +8327,43 @@ msgstr "mkraid a eบuat (poate vใ lipsesc raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nu avei destule partiii pentru nivelul RAID %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Nivel de securitate"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Nivel de securitate"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Administrare de la distanใ"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Implicit)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Vใ rog sใ alegei nivelul de securitate dorit"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Vใ rog sใ aบteptai, pregใtesc instalarea..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -8541,7 +8658,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Partajare fiบiere"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sistem"
@@ -8629,7 +8746,7 @@ msgstr "Conectare la Internet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -8674,7 +8791,7 @@ msgstr "Interfee utilizator"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -8700,7 +8817,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Transformai masina dvs. ๎ntr-un server puternic cu doar cโteva clicuri de "
@@ -8718,7 +8835,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -8733,7 +8850,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -8782,8 +8899,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -8819,11 +8936,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Instalare pachete..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Vใ rog delogai-vใ บi folosii Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Vใ rog reconectai-vใ ca %s pentru a activa schimbใrile"
@@ -8864,16 +8981,6 @@ msgstr "Adaugare/บtergere utilizatori"
msgid "Add/Del Clients"
msgstr "Adaugare/บtergere clieni"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Ajutor"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -8922,48 +9029,63 @@ msgstr "Adใugใ utilizator -->"
msgid "<-- Del User"
msgstr "<-- ชterge utilizator"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Adaugใ client -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- ชterge client"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "Configurare DHCPD"
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Configurare avansatใ"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr ""
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Introducei discheta :"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Nu pot accesa discheta!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Acum discheta poate fi scoasใ"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Nici o unitate de dischetใ nu este disponibilใ!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9079,12 +9201,12 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr ""
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9093,41 +9215,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Nici o parolใ"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Nu pot deschide %s pentru scriere: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9138,64 +9260,64 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Backup fiบiere utilizator..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Backup fiบiere diverse..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9203,852 +9325,854 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " Eroare la trimitere mail.\n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr "Nu se poate creea catalogul!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Selectare fiบiere"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "ชterge cele selectate"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Utilizatori"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr ""
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr ""
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Vใ rog sใ introducei parola"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Memoreazใ parola"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr ""
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr " ชterge acum "
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr ""
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr ""
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr ""
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr ""
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Reea"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Bandใ"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "orar"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "zilnic"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "sใptใmโnal"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "lunar"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Utilizeazใ daemonul"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Ce"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Unde"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Cโnd"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Mai multe opiuni"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Configurare DrakBackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "pe disc fix"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "peste reea"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "pe CDROM"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr "pe bandใ"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr ""
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr ""
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Restaureazใ configuraia "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "?"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "Conexiune FTP"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Conexiune securizatใ"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Restaureazใ de pe Hard Disk"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr ""
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr ""
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Restaurare sistem"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Restaurare utilizatori"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Restaurare diverse"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "ชterge cele selectate"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Restaurare diverse"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Restaureazใ de pe Hard Disk"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Restaureazใ tabelul de partiii"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Restaurare utilizatori"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Nume gazdใ"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Parola"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Nume utilizator"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Nume gazdใ:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Restaurare diverse"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Restaurare personalizatใ"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Restaureazใ tabelul de partiii"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Restaurare utilizatori"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Salveazใ"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Restaureazใ"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr ""
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Trimit fiบierele..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr ""
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Configurare asistent"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Configurare avansatใ"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10080,7 +10204,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10089,7 +10213,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10130,7 +10254,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10158,18 +10282,18 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10186,7 +10310,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10226,7 +10350,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10237,7 +10361,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10250,7 +10374,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10332,8 +10456,8 @@ msgid "Synchronization tool"
msgstr "Unealtใ de sincronizare"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Unelte de sine stใtใtoare"
@@ -10398,26 +10522,26 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Raport"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Nu este instalat"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr ""
@@ -10516,10 +10640,6 @@ msgstr "Asistent"
msgid "Apply"
msgstr "Aplicใ"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Vใ rog sใ aบteptai... Aplic configuraia"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Conectat"
@@ -10639,7 +10759,7 @@ msgstr "Nume modul"
msgid "Size"
msgstr "Dimensiune"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -10704,12 +10824,12 @@ msgstr "Ieบire"
msgid "Build the disk"
msgstr "Construieบte discul"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Asigurai-vใ cใ existใ mediu (disketใ) ๎n dispozitivul: %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -10719,12 +10839,12 @@ msgstr ""
"scriere .\n"
"Introducei una!"
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Nu pot executa fork: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11157,156 +11277,156 @@ msgstr ""
"%s\n"
"Click pe Configurare pentru a lansa asistentul de configurare."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Numele de grup"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "partiia %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Utilizator"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "ชterge"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Gata"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Adaugใ un modul"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Adaugใ o imprimantใ nouใ"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Toate cele deselectate"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "ชterge cele selectate"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Acceptare utilizator"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Versiune: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Port"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Selectare imagine de pornire"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Utilizator"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Numele de grup"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nu am detectat nici o cartelใ TV!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11318,136 +11438,146 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "Creare disc boot (demaraj)"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Rezoluie"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Selectai un fiบier"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Numele de access"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Configuraie post-install"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Ieบire"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instalare teme"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Configurare servicii"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "dispozitiv"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "dispozitiv"
+msgid "Save theme"
+msgstr "Instalare teme"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Alegei un monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Selectare model imprimantใ"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr ""
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Detecia perifericelor..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11583,6 +11713,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "Utilizare: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "Utilizare: keyboarddrake [--expert] [keyboard]\n"
@@ -11609,13 +11746,13 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
"Modificarea a fost fใcutใ, dar pentru a intra ๎n vigoare trebuie sใ vใ "
"delogai"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -11884,16 +12021,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -11968,7 +12102,7 @@ msgstr "Instalare actualizใri pt. sistem"
msgid "Exit install"
msgstr "Ieบire din instalare"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -12208,6 +12342,24 @@ msgstr "Multimedia - Gravare CD-uri"
msgid "Scientific Workstation"
msgstr "Staie de lucru บtiinificใ"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Configuraie post-install"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy-ul ar trebui sใ fie ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Ieบire"
+
#~ msgid "Internet and Messaging"
#~ msgstr "Internet บi mesagerie"
diff --git a/perl-install/share/po/ru.po b/perl-install/share/po/ru.po
index a51cbb78b..acdbca47d 100644
--- a/perl-install/share/po/ru.po
+++ b/perl-install/share/po/ru.po
@@ -1,14 +1,11 @@
# Russian translation of drakbootdisk messages
# Copyright (C) 2002 Free Software Foundation, Inc.
-# Aleksey Smirnov <smi@logic.ru>, 2000.
-# Vladimir Choundalov <choundalovvv@point.pwp.ru>, 2001
-# Vitaly Zubkov <habad@yandex.ru>, 2001
# Pavel Maryanov <acid_jack@ukr.net>, 2002
#
msgid ""
msgstr ""
"Project-Id-Version: drakfloppy 0.30\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2000-08-01 16:24+0200\n"
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
"Language-Team: Russian \n"
@@ -92,24 +89,25 @@ msgstr "๎มำิาฯษิุ ืำล วฯฬฯืหษ ฮลฺมืษำษอฯ"
msgid "Use Xinerama extension"
msgstr "้ำะฯฬฺุฯืมิุ ามำษาลฮษล Xinerama"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "๎มำิาฯษิุ ิฯฬุหฯ หมาิี \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+# ../../Xconfig/various.pm_.c:23 #, c-format
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ำ มะะมามิฮูอ 3D-ีำหฯาลฮษลอ"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -120,18 +118,18 @@ msgstr ""
"๗มม ืษฤลฯหมาิม ะฯฤฤลาึษืมลิำั XFree %s, หฯิฯาูส อฯึลิ ษอลิุ ฬีีภ "
"ะฯฤฤลาึหีื 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"๗มม ืษฤลฯหมาิม อฯึลิ ษอลิุ มะะมามิฮีภ ะฯฤฤลาึหี 3D-ีำหฯาลฮษั ื XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ำ ๋๓๐ๅ๒้ํๅ๎๔แ์๘๎๙ํ มะะมามิฮูอ 3D-ีำหฯาลฮษลอ"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -145,7 +143,7 @@ msgstr ""
"๗มม ืษฤลฯหมาิม ะฯฤฤลาึษืมลิำั XFree %s, หฯิฯาูส อฯึลิ ษอลิุ ฬีีภ "
"ะฯฤฤลาึหีื 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -155,17 +153,16 @@ msgstr ""
"ะฯฤฤลาึษืมลอีภ XFree %s, ๐๏ํ๎้๔ๅ, ๔๏ ๋๓๐ๅ๒้ํๅ๎๔แ์๘๎แ๑ ๐๏ไไๅ๒๖๋แ\n"
"้ ๗๏๚ํ๏๖๎๏ ๚แ๗้๓แ๎้ๅ ๗แ๛ๅ็๏ ๋๏ํ๐๘เ๔ๅ๒แ."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (ีำิมฮฯืหม ฤามสืลาม อฯฮษิฯาม)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "๗ูยฯาฯฮฯ"
#: ../../Xconfig/main.pm_.c:102
-#, fuzzy
msgid "Graphic Card"
msgstr "๗ษฤลฯหมาิม"
@@ -179,34 +176,34 @@ msgstr "๒มฺาลลฮษล"
#: ../../Xconfig/main.pm_.c:113
msgid "Test"
-msgstr ""
+msgstr "๐าฯืลาษิุ"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "๐มามอลิาู"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "๏๋"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "๗ูศฯฤ"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -238,6 +235,8 @@ msgstr "๐าฯษฺืฯฤษิลฬุ"
#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
+"้ำำฬลฤฯืมฮษล Plug'n'Play ฺมืลาษฬฯำุ ฮลีฤมลส. ๐ฯึมฬีสำิม, ืูยลาษิล "
+"ำฯฯิืลิำิืีภษส อฯฮษิฯา"
#: ../../Xconfig/monitor.pm_.c:114
msgid ""
@@ -302,25 +301,25 @@ msgstr "๗ูยลาษิล ามฺาลลฮษล ษ วฬียษฮี รืลิม"
msgid "Graphics card: %s"
msgstr "๗ษฤลฯหมาิม: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "๏ิอลฮม"
@@ -333,11 +332,9 @@ msgid "Do you want to test the configuration?"
msgstr "่ฯิษิล ะาฯิลำิษาฯืมิุ ฮมำิาฯสหษ?"
#: ../../Xconfig/test.pm_.c:31
-#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
-"๐าลฤีะาลึฤลฮษล: ิลำิษาฯืมฮษล ิฯส ืษฤลฯหมาิู อฯึลิ ะาษืลำิษ ห ฺมืษำมฮษภ "
-"หฯอะุภิลาม"
+"๐าลฤีะาลึฤลฮษล: ิลำิษาฯืมฮษล ิฯส ืษฤลฯหมาิู อฯึลิ ะฯฤืลำษิุ ืม หฯอะุภิลา"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -399,11 +396,11 @@ msgstr "๓ลาืลา XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "ไามสืลา XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "็ามฦษลำหษส ษฮิลาฦลสำ ะาษ ฺมวาีฺหล"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -413,7 +410,7 @@ msgstr ""
"ษฮิลาฦลสำม (XFree) ืฯ ืาลอั ฺมวาีฺหล. ่ฯิษิล, ิฯยู XFree ฺมะีำหมฬำั ะาษ "
"ะลาลฺมวาีฺหล?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -424,11 +421,18 @@ msgid ""
"\n"
"Do you have this feature?"
msgstr ""
+"๐ฯศฯึล, ิฯ ี ืมลส ืษฤลฯหมาิู ษอลลิำั หฯฮฮลหิฯา TV-OUT.\n"
+"๏ฮม อฯึลิ ยูิุ ฮมำิาฯลฮม ฤฬั ามยฯิู ำ ษำะฯฬฺุฯืมฮษลอ ยีฦลาม หมฤาฯื.\n"
+"\n"
+"ไฬั ิฯวฯ ืู ฤฯฬึฮู ะฯฤหฬภษิุ ำืฯภ ืษฤลฯหมาิี ห ิลฬลืษฺฯาี ะลาลฤ ฺมวาีฺหฯส "
+"หฯอะุภิลาม.\n"
+"๚มิลอ ืูยลาษิล ะีฮหิ \"TVout\" ื ฮมมฬุฮฯอ ฺมวาีฺษหล\n"
+"\n"
+"๕ ืมำ ลำิุ ิฯิ ามฺ฿ลอ?"
-#: ../../Xconfig/various.pm_.c:84
-#, fuzzy
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
-msgstr "๋มหฯส ี ืมำ ืษฤ ISDN ำฯลฤษฮลฮษั?"
+msgstr "๋มหฯส ฦฯาอมิ ษำะฯฬฺุีลิ ืม ิลฬลืษฺา?"
#: ../../any.pm_.c:108 ../../any.pm_.c:133
msgid "First sector of boot partition"
@@ -498,25 +502,25 @@ msgstr "๋ฯอะมหิฮฯ"
msgid "compact"
msgstr "หฯอะมหิฮฯ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
-msgstr "๗ษฤลฯ-าลึษอ"
+msgstr "๗ษฤลฯาลึษอ"
#: ../../any.pm_.c:168
msgid "Delay before booting default image"
msgstr "๚มฤลาึหม ะลาลฤ ฺมวาีฺหฯส ฯยามฺม ะฯ ีอฯฬมฮษภ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "๐มาฯฬุ"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "๐มาฯฬุ (ลล ามฺ)"
@@ -551,14 +555,14 @@ msgid ""
msgstr ""
"๏ะรษั ``๏วามฮษษิุ ะมามอลิาู หฯอมฮฤฮฯส ำิาฯหษ'' ฮล ษำะฯฬฺุีลิำั ยลฺ ะมาฯฬั"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "๐ฯะาฯยีสิล ลล ามฺ, ะฯึมฬีสำิม"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "๐มาฯฬษ ฮล ำฯืะมฤมภิ"
@@ -600,7 +604,7 @@ msgstr ""
"\n"
"๓ หมหฯวฯ ฤษำหม ืู ฺมวาีึมลิลำุ?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -608,148 +612,148 @@ msgstr ""
"๎ม ฤมฮฮูส อฯอลฮิ ื ืมลอ อลฮภ ฺมวาีฺหษ ษอลภิำั ำฬลฤีภษล ะีฮหิู.\n"
"๗ู อฯึลิล ฤฯยมืษิุ ลล ฮลำหฯฬุหฯ ษฬษ ษฺอลฮษิุ ำีลำิืีภษล."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "ไฯยมืษิุ"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "็ฯิฯืฯ"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "ฺ้อลฮษิุ"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "๋มหฯส ิษะ ะีฮหิม ืู ศฯิษิล ฤฯยมืษิุ?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "ไาีวมั ๏๓ (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "ไาีวมั ๏๓ (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "ไาีวมั ๏๓ (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "๏ยามฺ"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "ไฯยมืษิุ"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ิลฮษล-ฺมะษำุ"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "๔มยฬษรม"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "๎ลยลฺฯะมำฮูส"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "ํลิหม"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "๐ฯ ีอฯฬมฮษภ"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "๒มฺอลา initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "โลฺ ืษฤลฯ"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "๕ฤมฬษิุ ะีฮหิ"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "๐ีำิมั อลิหม ฮล ฤฯะีำหมลิำั"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "๗ู ฤฯฬึฮู ีหมฺมิุ ฯยามฺ ัฤาม"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "๗ู ฤฯฬึฮู ีหมฺมิุ หฯาฮลืฯส ามฺฤลฬ"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "ิม อลิหม ีึล ษำะฯฬฺุีลิำั"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "๎มสฤลฮู %s %s ษฮิลาฦลสำู"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "ๅำิุ ฬษ ี ืมำ ฤาีวฯส?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ๅำิุ ฬษ ี ืมำ หมหษล-ฬษยฯ %s ษฮิลาฦลสำู?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "๎ลิ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "ไม"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "๕ำิมฮมืฬษืมลิำั ฤามสืลา ฤฬั %s หมาิู %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(อฯฤีฬุ %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -758,7 +762,7 @@ msgstr ""
"๔ละลาุ ืู อฯึลิล ะลาลฤมิุ ลวฯ ะมามอลิาู ื อฯฤีฬุ %s.\n"
"๐ฯอฮษิล, ิฯ ฬภยูล มฤาลำม ฤฯฬึฮู ยูิุ ืืลฤลฮู ำ ะาลฦษหำฯอ 0x, ฮมะา., '0z123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -769,17 +773,17 @@ msgstr ""
"๐มามอลิาู ฤฯฬึฮู ยูิุ ื ฦฯาอมิล ``ษอั=ฺฮมลฮษล ษอั2=ฺฮมลฮษล2 ...''.\n"
"๎มะาษอลา, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "๐มามอลิาู อฯฤีฬั:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "๋มหฯส %s ฤามสืลา อฮล ะฯะาฯยฯืมิุ?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -793,19 +797,18 @@ msgstr ""
"๗ ฮลหฯิฯาูศ ำฬีมัศ ฤามสืลาี %s ฮีึฮม ฮลหฯิฯามั ฤฯะฯฬฮษิลฬุฮมั ษฮฦฯาอมรษั,\n"
"ศฯิั ฯยูฮฯ ิฯวฯ ฮล ิาลยีลิำั. ๎ล ศฯิษิล ฬษ ืู ฯะาลฤลฬษิุ ฤฬั ฮลวฯ\n"
"ฤฯะฯฬฮษิลฬุฮูล ะมามอลิาู ษฬษ ะฯฺืฯฬษิล ฤามสืลาี ะาฯฺฯฮฤษาฯืมิุ ืมี อมษฮี\n"
-"ื ะฯษำหมศ ฮลฯยศฯฤษอฯส ษฮฦฯาอมรษษ? ๗ฯฺอฯึฮฯ, ฺฯฮฤษาฯืมฮษล ะฯฤืลำษิ "
-"หฯอะุภิลา,\n"
-"ฯฤฮมหฯ ิฯ ฮล ฤฯฬึฮฯ ืฺูืมิุ ฮษหมหษศ ฮลษำะามืฮฯำิลส."
+"ื ะฯษำหมศ ฮลฯยศฯฤษอฯส ษฮฦฯาอมรษษ? ๗ฯฺอฯึฮฯ, ษำำฬลฤฯืมฮษล ะฯฤืลำษิ\n"
+"หฯอะุภิลา, ฯฤฮมหฯ ิฯ ฮล ฤฯฬึฮฯ ืฺูืมิุ ฮษหมหษศ ฮลษำะามืฮฯำิลส."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
-msgstr "แืิฯฺฯฮฤษาฯืมฮษล"
+msgstr "แืิฯอมิษลำหฯล ษำำฬลฤฯืมฮษล"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "๕หมึษิล ะมามอลิาู"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -814,63 +817,63 @@ msgstr ""
"๚มวาีฺหม อฯฤีฬั %s ฺมืลาษฬมำุ ฮลีฤมฮฯ.\n"
"่ฯิษิล ะฯะาฯยฯืมิุ ำฮฯืม ำ ฤาีวษอษ ะมามอลิามอษ?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "ฤฯำิีะ ห ่-ะาฯวามออมอ"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "ฤฯำิีะ ห ษฮำิาีอลฮิมอ rpm"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "ามฺาลษิุ \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "ฤฯำิีะ ห มฤอษฮษำิามิษืฮูอ ฦมสฬมอ"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
-msgstr ""
+msgstr "ฤฯำิีะ ห ำลิลืูอ ำลาืษำฮูอ ะาฯวามออมอ"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
-msgstr ""
+msgstr "ฤฯำิีะ ห ำลาืษำฮูอ ะาฯวามออมอ-หฯอะษฬัิฯามอ"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(ีึล ฤฯยมืฬลฮฯ %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "ิฯิ ะมาฯฬุ ำฬษหฯอ ะาฯำิ"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "๕หมึษิล ษอั ะฯฬฺุฯืมิลฬั, ะฯึมฬีสำิม"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"้อั ะฯฬฺุฯืมิลฬั ฤฯฬึฮฯ ำฯฤลาึมิุ ิฯฬุหฯ ยีหืู ื ฮษึฮลอ าลวษำิาล, \n"
"รษฦาู , `-' ษ `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "้อั ะฯฬฺุฯืมิลฬั ำฬษหฯอ ฤฬษฮฮฯล"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ิฯ ษอั ะฯฬฺุฯืมิลฬั ีึล ฤฯยมืฬลฮฯ"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ไฯยมืษิุ ะฯฬฺุฯืมิลฬั"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -879,32 +882,32 @@ msgstr ""
"๗ืลฤษิล ะฯฬฺุฯืมิลฬั\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "๐าษฮัิุ ะฯฬฺุฯืมิลฬั"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "๎มำิฯัลล ษอั"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "้อั ะฯฬฺุฯืมิลฬั"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "๋ฯอมฮฤฮูส ะาฯรลำำฯา"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "๚ฮมฯห"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "แืิฯอมิษลำหษส ืศฯฤ"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -913,19 +916,19 @@ msgstr ""
"ฯฤฮฯวฯ ะฯฬฺุฯืมิลฬั.\n"
"่ฯิษิล ษำะฯฬฺุฯืมิุ ิี ืฯฺอฯึฮฯำิุ?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "๗ูยลาษิล ะฯฬฺุฯืมิลฬั ะฯ ีอฯฬมฮษภ:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "๗ูยลาษิล ฺมะีำหมลอูส ฯหฯฮฮูส อลฮลฤึลา:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "๗ูยลาษิล ษำะฯฬฺุีลอูส ัฺูห, ะฯึมฬีสำิม."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -935,37 +938,37 @@ msgstr ""
"ัฺูหษ, หฯิฯาูล ืู ศฯิษิล ีำิมฮฯืษิุ. ๏ฮษ ยีฤีิ ฤฯำิีะฮู, หฯวฤม\n"
"ฺมืลาษิำั ีำิมฮฯืหม, ษ ืู ะลาลฺมะีำิษิล ำืฯภ ำษำิลอี."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "๗ำล"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "๒มฺาลษิุ ืำลศ ะฯฬฺุฯืมิลฬลส"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "โลฺ ำฯือลำิฮฯวฯ ษำะฯฬฺุฯืมฮษั"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "๐มหลิ %s ฤฯฬึลฮ ยูิุ ีำิมฮฯืฬลฮ. ่ฯิษิล ีำิมฮฯืษิุ ลวฯ?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"๗ู อฯึลิล หำะฯาิษาฯืมิุ ะาษ ะฯอฯษ NFS ษฬษ Samba. ๐ฯึมฬีสำิม, ืูยลาษิล, "
"หฯิฯาูส ษฺ ฮษศ ืู ึลฬมลิล ษำะฯฬฺุฯืมิุ."
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "๏ยัฺมิลฬุฮูส ะมหลิ %s ฯิำีิำิืีลิ"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -978,11 +981,11 @@ msgstr ""
"ษำะฯฬฺุฯืมฮษล\" ื konqueror ษ nautilus.\n"
"\"๗ูยฯาฯฮฯ\" ามฺาลษิ ฮมำิาฯษิุ ฤฯำิีะ ฯิฤลฬุฮูอ ะฯฬฺุฯืมิลฬัอ.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "๚มะีำิษิุ userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -990,31 +993,31 @@ msgstr ""
"๓ฯือลำิฮฯล ษำะฯฬฺุฯืมฮษล ะฯฬฺุฯืมิลฬัอษ ษำะฯฬฺุีลิ วาีะะี \"fileshare\". \n"
"๗ู อฯึลิล ษำะฯฬฺุฯืมิุ userdrake ฤฬั ฤฯยมืฬลฮษั ะฯฬฺุฯืมิลฬลส ื ิี วาีะะี."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "ไฯยาฯ ะฯึมฬฯืมิุ, ืฺฬฯอษหษ"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "๎ษฺหษส"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "๓ิมฮฤมาิฮูส"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "๗ูำฯหษส"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "๐ฯืูลฮฮูส"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "๐มามฮฯษฤมฬุฮฯส"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1026,7 +1029,7 @@ msgstr ""
"ฮม อมษฮมศ, ำฯลฤษฮลฮฮูศ ำ ฤาีวษอษ ษฬษ ำ ้ฮิลาฮลิฯอ. ๓ีลำิืีลิ ฤฯำิีะ ยลฺ "
"ะมาฯฬั."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1034,7 +1037,7 @@ msgstr ""
"๐มาฯฬษ ิละลาุ ืหฬภลฮู, ฮฯ ษำะฯฬฺุฯืมฮษล ื หมลำิืล ำลิลืฯวฯ หฯอะุภิลาม ะฯ-"
"ะาลึฮลอี ฮล าลหฯอลฮฤีลิำั."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1042,7 +1045,7 @@ msgstr ""
"ิฯ ำิมฮฤมาิฮูส ีาฯืลฮุ ยลฺฯะมำฮฯำิษ, าลหฯอลฮฤีลอูส ฤฬั หฯอะุภิลาม,\n"
"หฯิฯาูส ยีฤลิ ษำะฯฬฺุฯืมิุำั ฤฬั ะฯฤหฬภลฮษั ห ้ฮิลาฮลิี ื หมลำิืล หฬษลฮิม."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1050,7 +1053,7 @@ msgstr ""
"๕ึล ะาษำีิำิืีลิ าัฤ ฯวามฮษลฮษส ษ หมึฤีภ ฮฯุ ฺมะีำหมภิำั ฤฯะฯฬฮษิลฬุฮูล "
"มืิฯอมิษลำหษล ะาฯืลาหษ."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1064,7 +1067,7 @@ msgstr ""
"อมษฮม ัืฬัลิำั ิฯฬุหฯ หฬษลฮิฯอ ้ฮิลาฮลิม, ืู ฤฯฬึฮู ืูยามิุ ยฯฬลล ฮษฺหษส "
"ีาฯืลฮุ."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1072,42 +1075,43 @@ msgstr ""
"ิฯิ ีาฯืลฮุ ะฯศฯึ ฮม ะาลฤูฤีษส, ฮฯ ำษำิลอม ะฯฬฮฯำิุภ ฺมหาูิม ษ ะมามอลิาู "
"ยลฺฯะมำฮฯำิษ ีำิมฮฯืฬลฮู ื ษศ อมหำษอมฬุฮูล ฺฮมลฮษั."
-#: ../../any.pm_.c:1094
-#, fuzzy
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
-msgstr "๐มามอลิาู"
+msgstr "๏ำฮฯืฮูล ะมามอลิาู DrakSec"
-#: ../../any.pm_.c:1095
-#, fuzzy
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
-msgstr "๕าฯืลฮุ ยลฺฯะมำฮฯำิษ"
+msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ึลฬมลอูส ีาฯืลฮุ ยลฺฯะมำฮฯำิษ"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "๕าฯืลฮุ ยลฺฯะมำฮฯำิษ"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "้ำะฯฬฺุฯืมิุ libsafe ฤฬั ำลาืลาม"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr "โษยฬษฯิลหม, ฺมษมภมั ฯิ มิมห ะลาละฯฬฮลฮษั ยีฦลาม ษ ฦฯาอมิม ำิาฯหษ."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "แฤอษฮษำิามิฯา ยลฺฯะมำฮฯำิษ (ฬฯวษฮ ษฬษ email)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
"(eg: latin and non latin)"
msgstr ""
+"ฺฤลำุ ืู อฯึลิล ืูยามิุ หฬมืษี ษฬษ หฯอยษฮมรษภ หฬมืษ, หฯิฯาูล\n"
+"ะฯฺืฯฬัิ ะลาลหฬภมิุำั อลึฤี ามฺฬษฮูอษ ามำหฬฤหมอษ หฬมือมิีาู\n"
+"(ฮมะาษอลา: ฬมิษฮำหมั ษ าีำำหมั)"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1124,58 +1128,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use the %c and %c keys for selecting which entry is highlighted."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "ฮล ศืมิมลิ อลำิม ื /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "๒มยฯษส ำิฯฬ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "็ฬมืฮฯล อลฮภ"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "๗ู ฮล อฯึลิล ีำิมฮฯืษิุ ฮมมฬุฮูส ฺมวาีฺษห ฮม ามฺฤลฬ %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "ำะามืหม ะฯหม ฮล ำฯฺฤมฮม.\n"
@@ -1227,106 +1231,107 @@ msgstr "๒ลึษอ Lilo/grub"
msgid "Yaboot mode"
msgstr "๒ลึษอ Yaboot"
-#: ../../bootlook.pm_.c:148
-#, fuzzy
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
-msgstr "๕ำิมฮฯืหม ำษำิลอู"
+msgstr "๕ำิมฮฯืษิุ ิลอู"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
-msgstr ""
+msgstr "๐ฯหมฺูืมิุ ิลอู ื หฯฮำฯฬษ"
-#: ../../bootlook.pm_.c:150
-#, fuzzy
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
-msgstr "๓ฯฺฤมิุ ฮฯืูส ามฺฤลฬ"
+msgstr "๓ฯฺฤมิุ ฮฯืีภ ิลอี"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
-msgstr ""
+msgstr "๒ลฺลาืษาฯืมิุ %s ื %s.old"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "๏ษยหม"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
-msgstr ""
+msgstr "ฮลืฯฺอฯึฮฯ ฺมาลฺลาืษาฯืมิุ ำฯฯยลฮษล lilo"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
-msgstr ""
+msgstr "๋ฯะษาฯืมิุ %s ื %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
-msgstr ""
+msgstr "ฮลืฯฺอฯึฮฯ ษฺอลฮษิุ ำฯฯยลฮษล lilo"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
-msgstr ""
+msgstr "๓ฯฯยลฮษล lilo ฮล ฮมสฤลฮฯ"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
+msgstr "๎ลืฯฺอฯึฮฯ ฺมะษำมิุ ื /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:229
+#, c-format
msgid "Write %s"
-msgstr "XFree86 %s"
+msgstr "๚มะษำมิุ %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
+"๎ลืฯฺอฯึฮฯ ฺมะษำมิุ ื /etc/sysconfig/bootsplash\n"
+"ๆมสฬ ฮล ฮมสฤลฮ."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgstr "๎ลืฯฺอฯึฮฯ ฺมะีำิษิุ mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr ""
+msgstr "๓ฯฺฤมิุ initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
+"๎ลืฯฺอฯึฮฯ ะลาลมฺะีำิษิุ LiLo!\n"
+"๚มะีำิษิล \"lilo\" ะฯฤ root'ฯอ ษฺ หฯอมฮฤฮฯส ำิาฯหษ, ิฯยู ฺมืลาษิุ "
+"ีำิมฮฯืหี ิลอู LiLo."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
-msgstr ""
+msgstr "๐ลาลฺมะีำิษิุ 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
-#, fuzzy
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
-msgstr "โลฺ วามฦษหษ"
+msgstr "๕ืลฤฯอฬลฮษล"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+msgstr "๕ำิมฮฯืหม ิลอ LiLo ษ Bootsplash ีำะลฮฯ ฺมืลาลฮม"
-#: ../../bootlook.pm_.c:259
-#, fuzzy
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
-msgstr "๗ูยลาษิล หฬมำำ ีำิมฮฯืหษ"
+msgstr "๕ำิมฮฯืหม ิลอู ฺมืลาษฬมำุ ฮลีฤมลส!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1335,22 +1340,21 @@ msgstr ""
"๗ ฤมฮฮูส อฯอลฮิ ืู ษำะฯฬฺุีลิล %s ื หมลำิืล อลฮลฤึลาม ฺมวาีฺหษ.\n"
"ลฬหฮษิล ฮม ๎มำิาฯสหี ฤฬั ฺมะีำหม อมำิลาม ีำิมฮฯืหษ."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "๎มำิาฯสหม"
-#: ../../bootlook.pm_.c:277
-#, fuzzy
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
-msgstr "๓ฯศามฮษิุ ืูยฯา ะมหลิฯื"
+msgstr "๗ูยฯา ฺมำิมืหษ"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
-msgstr ""
+msgstr "๔ลอู"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1358,47 +1362,52 @@ msgid ""
"you can choose\n"
"them separatly"
msgstr ""
+"\n"
+"๗ูยลาษิล ิลอี ฤฬั\n"
+"lilo ษ bootsplash,\n"
+"ืู อฯึลิล ืูยามิุ\n"
+"ษศ ะฯ-ฯิฤลฬุฮฯำิษ"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
-msgstr ""
+msgstr "หามฮ Lilo"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
-msgstr ""
+msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "๓ษำิลอฮูส าลึษอ"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "๚มะีำหมิุ วามฦษลำหีภ ฯยฯฬฯหี ะาษ ฺมวาีฺหล ำษำิลอู"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "๎ลิ, ั ฮล ศฯี ษำะฯฬฺุฯืมิุ มืิฯอมิษลำหษส ืศฯฤ"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
"ไม, ั ศฯี ษำะฯฬฺุฯืมิุ มืิฯอมิษลำหษส ืศฯฤ ำ ิษอษ (ะฯฬฺุฯืมิลฬุ,\n"
"ามยฯษอ ำิฯฬฯอ)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ฮลืฯฺอฯึฮฯ ฯิหาูิุ ฤฬั ิลฮษั /etc/inittab : %s"
@@ -1495,54 +1504,62 @@ msgstr "แืำิาษั"
msgid "United States"
msgstr "๓ฯลฤษฮลฮฮูล ๛ิมิู"
-#: ../../diskdrake/dav.pm_.c:23
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+"WebDAV ัืฬัลิำั ะาฯิฯหฯฬฯอ, หฯิฯาูส ะฯฺืฯฬัลิ ืมอ ฬฯหมฬุฮฯ อฯฮิษาฯืมิุ "
+"ฤษาลหิฯาษภ ืลย-ำลาืลาม, ษฮิลาะาลิษาีั ลล หมห ฬฯหมฬุฮีภ ฦมสฬฯืีภ ำษำิลอี (ะาษ "
+"ีำฬฯืษษ, ิฯ ืลย-ำลาืลา ฮมำิาฯลฮ หมห ำลาืลา WebDAV). ๅำฬษ ืู ฺมศฯิษิล "
+"ฤฯยมืษิุ ิฯหษ อฯฮิษาฯืมฮษั WebDAV, ืูยลาษิล \"๎ฯืมั\"."
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
-msgstr "ฮฯืูส"
+msgstr "๎ฯืมั"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "๒มฺอฯฮิษาฯืมิุ"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "ํฯฮิษาฯืมิุ"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "๓ลาืลา"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "๔ฯหม อฯฮิษาฯืมฮษั"
-#: ../../diskdrake/dav.pm_.c:81
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
-msgstr "๐าฯืลาุิล ืมี อูุ"
+msgstr "๐ฯึมฬีสำิม, ืืลฤษิล URL ำลาืลาม WebDAV"
-#: ../../diskdrake/dav.pm_.c:84
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
-msgstr "Proxy ฤฯฬึฮฯ ยูิุ http://..."
+msgstr "URL ฤฯฬึลฮ ฮมษฮมิุำั ำ http:// ษฬษ https://"
-#: ../../diskdrake/dav.pm_.c:105
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
-msgstr "๓ลาืลา"
+msgstr "๓ลาืลา: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "๔ฯหม อฯฮิษาฯืมฮษั:"
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "๐มามอลิาู: %s"
@@ -1597,9 +1614,8 @@ msgid "Details"
msgstr "๐ฯฤาฯยฮฯำิษ"
#: ../../diskdrake/hd_gtk.pm_.c:252
-#, fuzzy
msgid "No hard drives found"
-msgstr "์ฯหมฬุฮูส ะาษฮิลา"
+msgstr "๖ลำิหษล ฤษำหู ฮล ฮมสฤลฮู"
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
@@ -1631,7 +1647,7 @@ msgstr "๐ีำิฯ"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "ไาีวษล"
@@ -1774,7 +1790,7 @@ msgstr ""
"๒ลฺลาืฮมั ิมยฬษรม ามฺฤลฬฯื ฤษำหม ษอลลิ ฤาีวฯส ามฺอลา\n"
"๗ำล-ิมหษ ะาฯฤฯฬึษิุ?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "๗ฮษอมฮษล"
@@ -1856,6 +1872,9 @@ msgid ""
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
+"๗ู ฮล อฯึลิล ำฯฺฤมิุ ฮฯืูส ามฺฤลฬ\n"
+"(ืู ฤฯำิษวฮีฬษ อมหำษอมฬุฮฯวฯ หฯฬษลำิืม ะลาืษฮูศ ามฺฤลฬฯื).\n"
+"๓ฮมมฬม ีฤมฬษิล ะลาืษฮูส ามฺฤลฬ ษ ำฯฺฤมสิล ามำษาลฮฮูส ามฺฤลฬ."
#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
@@ -1892,9 +1911,9 @@ msgstr ""
"loop back. ๕ฤมฬษิล ำฮมมฬม loopback"
#: ../../diskdrake/interactive.pm_.c:594
-#, fuzzy, c-format
+#, c-format
msgid "Where do you want to mount %s?"
-msgstr "๋ีฤม ืู ศฯิษิล ะาษอฯฮิษาฯืมิุ ีำิาฯสำิืฯ %s?"
+msgstr "๋ีฤม ืู ศฯิษิล ะาษอฯฮิษาฯืมิุ %s?"
#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
@@ -2242,7 +2261,7 @@ msgstr ""
#: ../../diskdrake/interactive.pm_.c:1150
msgid "Read-only"
-msgstr ""
+msgstr "๔ฯฬุหฯ ฤฬั ิลฮษั"
#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
@@ -2332,7 +2351,7 @@ msgstr ""
"๐ฯึมฬีสำิม, ืืลฤษิล ำืฯษ ษอั ะฯฬฺุฯืมิลฬั, ะมาฯฬุ ษ ษอั ฤฯอลฮม, ิฯยู "
"ะฯฬีษิุ ฤฯำิีะ ห ศฯำิี"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "้อั ะฯฬฺุฯืมิลฬั"
@@ -2344,23 +2363,23 @@ msgstr "ไฯอลฮ"
msgid "Search servers"
msgstr "๐ฯษำห ำลาืลาฯื"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "ำฯฺฤมฮษล ฦมสฬฯืฯส ำษำิลอู %s ฮม %s ฺมืลาษฬฯำุ ฮลีฤมฮฯ"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "๎ล ฺฮมภ หมห ฦฯาอมิษาฯืมิุ %s ำ ิษะฯอ %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "อฯฮิษาฯืมฮษล ามฺฤลฬม %s ห ฤษาลหิฯาษษ %s ฺมืลาษฬฯำุ ฮลีฤมฮฯ"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "ฯษยหม ามฺอฯฮิษาฯืมฮษั %s: %s"
@@ -2378,7 +2397,7 @@ msgid "server"
msgstr "ำลาืลา"
#: ../../fsedit.pm_.c:240
-#, fuzzy, c-format
+#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
@@ -2387,12 +2406,13 @@ msgid ""
"\n"
"Do you agree to loose all the partitions?\n"
msgstr ""
-"๎ล อฯวี ะาฯษิมิุ ิมยฬษรี ามฺฤลฬฯื, ฯฮม ำฬษหฯอ ะฯืาลึฤลฮม ฤฬั อลฮั :(\n"
-"ํฯึฮฯ ะฯะาฯยฯืมิุ ฯษำิษิุ ะฬฯศษล ามฺฤลฬู (๗๓๑ ้๎ๆ๏๒ํแใ้๑ ยีฤลิ ะฯิาลัฮม!).\n"
-"ไาีวฯส ืมาษมฮิ - ฮล ามฺาลมิุ DrakX ษฺอลฮัิุ ิมยฬษรี ามฺฤลฬฯื.\n"
+"๎ล อฯวี ะาฯษิมิุ ิมยฬษรี ามฺฤลฬฯื ฮม ีำิาฯสำิืล %s, ฯฮม ำฬษหฯอ ะฯืาลึฤลฮม\n"
+"ฤฬั อลฮั :( ๑ อฯวี ะฯะาฯยฯืมิุ ะาฯฤฯฬึษิุ, ฯษำิษื ะฬฯศษล ามฺฤลฬู (๗๓๑ \n"
+"้๎ๆ๏๒ํแใ้๑ ยีฤลิ ะฯิลาัฮม!). ไาีวฯส ืมาษมฮิ - ฮล ามฺาลมิุ DrakX ษฺอลฮัิุ\n"
+"ิมยฬษรี ามฺฤลฬฯื.\n"
"(ฯษยหม %s)\n"
"\n"
-"๗ู ำฯวฬมำฮู ะฯิลาัิุ ืำล ืมษ ามฺฤลฬู?\n"
+"๗ู ำฯวฬมำฮู ะฯิลาัิุ ืำล ำืฯษ ามฺฤลฬู?\n"
#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
@@ -2448,45 +2468,121 @@ msgstr "๎ลลวฯ ืูะฯฬฮัิุ"
msgid "Error opening %s for writing: %s"
msgstr "๏ษยหม ฯิหาูิษั %s ฤฬั ฺมะษำษ: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
-msgstr ""
+msgstr "แฬุิลาฮมิษืฮูส ฤามสืลา ฯิำีิำิืีลิ"
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
+"ไฬั ืมลส ฺืีหฯืฯส หมาิู (%s) ฯิำีิำิืีลิ มฬุิลาฮมิษืฮูส ฤามสืลา OSS/ALSA, "
+"หฯิฯามั ื ฤมฮฮูส อฯอลฮิ ษำะฯฬฺุีลิ \"%s\""
-#: ../../harddrake/sound.pm_.c:158
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
-msgstr "๎มำิาฯสหม ฬฯหมฬุฮฯส ำลิษ"
+msgstr "๎มำิาฯสหม ฺืีหม"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
+"๚ฤลำุ ืู อฯึลิล ืูยามิุ มฬุิลาฮมิษืฮูส ฤามสืลา (OSS ษฬษ ALSA) ฤฬั ำืฯลส "
+"ฺืีหฯืฯส หมาิู (%s)"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+"\n"
+"\n"
+"๗ ฮมำิฯัษส อฯอลฮิ ืมม หมาิม ษำะฯฬฺุีลิ ฤามสืลา %s\"%s\" (ฤามสืลาฯอ ะฯ "
+"ีอฯฬมฮษภ ฤฬั ืมลส หมาิู ัืฬัลิำั \"%s\")"
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "ไามสืลา:"
-#: ../../harddrake/sound.pm_.c:173
-msgid "No known driver"
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "๓ะามืหม"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr "๐ลาลหฬภลฮษล อลึฤี ำะามืหมอษ ALSA ษ OSS"
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:200
#, c-format
-msgid "There's no known driver for your sound card (%s)"
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
+"๓ิมาูส ฤามสืลา \"%s\" ฺมฮลำลฮ ื ลาฮูส ำะษำฯห.\n"
+"\n"
+"๏ ฮลอ ยูฬ ำฯฺฤมฮ ฯิลิ, ิฯยู ะาลฤีะาลฤษิุ ัฤาฯ ะาษ ืูวาีฺหล.\n"
+"\n"
+"๎ฯืูส ฤามสืลา \"%s\" ยีฤลิ ษำะฯฬฺุฯืมฮ ิฯฬุหฯ ะาษ ำฬลฤีภลส ฮมมฬุฮฯส\n"
+"ฺมวาีฺหล."
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "๐ฯฤฯึฤษิล, ะฯึมฬีสำิม... ๐าษอลฮัภิำั ฮมำิาฯสหษ"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "๐ฯฤฯึฤษิล, ะฯึมฬีสำิม"
+
+#: ../../harddrake/sound.pm_.c:208
+msgid "No known driver"
+msgstr "๏ิำีิำิืีลิ ษฺืลำิฮูส ฤามสืลา"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:209
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "ไฬั ืมลส ฺืีหฯืฯส หมาิู ฯิำีิำิืีลิ ษฺืลำิฮูส ฤามสืลา (%s)"
+
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
-msgstr ""
+msgstr "๎ลษฺืลำิฮูส ฤามสืลา "
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2495,6 +2591,11 @@ msgid ""
"<install at mandrakesoft dot com>\n"
"with subject: unlisted sound driver \"%s\""
msgstr ""
+"ไามสืลาม \"%s\" ฤฬั ืมลส ฺืีหฯืฯส หมาิู ฮลิ ื ำะษำหล\n"
+"\n"
+"๐ฯึมฬีสำิม, ฯิะามืุิล ฦมสฬ ำ ืูศฯฤฮูอษ ฤมฮฮูอษ หฯอมฮฤู\n"
+"\"lspcidrake -v\" ฮม <install at mandrakesoft dot com>\n"
+"ำ ิลอฯส: unlisted sound driver \"%s\""
#: ../../harddrake/ui.pm_.c:16
msgid "Model"
@@ -2597,20 +2698,20 @@ msgid "the vendor name of the device"
msgstr "ษอั ะาฯษฺืฯฤษิลฬั ีำิาฯสำิืม"
#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
msgid "Alternative drivers"
-msgstr "แฬุิลาฮมิษืฮมั ิลำิฯืมั ำิามฮษรม (ฦฯาอมิ แ4)"
+msgstr "แฬุิลาฮมิษืฮูล ฤามสืลาู"
#: ../../harddrake/ui.pm_.c:39
msgid "the list of alternative drivers for this sound card"
-msgstr ""
+msgstr "ำะษำฯห มฬุิลาฮมิษืฮูศ ฤามสืลาฯื ฤฬั ิฯส ฺืีหฯืฯส หมาิู"
#: ../../harddrake/ui.pm_.c:63
msgid "/_Quit"
msgstr "/_๗ูศฯฤ"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_๓ะามืหม"
@@ -2631,14 +2732,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_๏ิลิ ฯย ฯษยหล"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_๏ ะาฯวามออล..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "๏ Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2646,63 +2751,59 @@ msgstr ""
"ิฯ HardDrake - ษฮำิาีอลฮิมฬุฮฯล ำาลฤำิืฯ Mandrake ฮมำิาฯสหษ ฯยฯาีฤฯืมฮษั.\n"
"๗ลาำษั:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "แืิฯา:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 ืลาำษั "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "๏ยฮมาีึลฮฮฯล ฯยฯาีฤฯืมฮษล"
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
-msgstr "๐ฯหมฺมิุ ษฮฦฯาอมรษภ"
+msgstr "้ฮฦฯาอมรษั"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "๎มำิาฯษิุ อฯฤีฬุ"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "๚มะีำิษิุ ำาลฤำิืฯ ฮมำิาฯสหษ"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "๗ูะฯฬฮัลิำั ฯะาลฤลฬลฮษล"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "๐ฯฤฯึฤษิล, ะฯึมฬีสำิม"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
-msgstr ""
+msgstr "๚ฤลำุ ืู อฯึลิล ฮมำิาฯษิุ หมึฤูส ะมามอลิา อฯฤีฬั"
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "๚มะีำหมลิำั \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr ""
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "้ำำฬลฤีลิำั หฬมำำ %s\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "ะลาืษฮูส"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "ืิฯาษฮูส"
#: ../../harddrake/v4l.pm_.c:15 ../../harddrake/v4l.pm_.c:65
msgid "Auto-detect"
-msgstr "แืิฯฯะาลฤลฬลฮษล"
+msgstr "แืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล"
#: ../../harddrake/v4l.pm_.c:66 ../../harddrake/v4l.pm_.c:186
msgid "Unknown|Generic"
@@ -2786,6 +2887,36 @@ msgid ""
"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
"for that user (bash by default)."
msgstr ""
+"GNU/Linux ัืฬัลิำั อฮฯวฯะฯฬฺุฯืมิลฬุำหฯส ำษำิลอฯส, ม ิฯ ฯฺฮมมลิ, ิฯ\n"
+"หมึฤูส ะฯฬฺุฯืมิลฬุ อฯึลิ ษอลิุ ำืฯษ ำฯยำิืลฮฮูล ฮมำิาฯสหษ, ำืฯษ\n"
+"ำฯยำิืลฮฮูล ฦมสฬู ษ ิมห ฤมฬลล. ๗ู อฯึลิล ะาฯษิมิุ ``๒ีหฯืฯฤำิืฯ\n"
+"ะฯฬฺุฯืมิลฬั'', ิฯยู ีฺฮมิุ ยฯฬุล. ๎ฯ ื ฯิฬษษล ฯิ \"root'ม\", หฯิฯาูส\n"
+"ัืฬัลิำั มฤอษฮษำิามิฯาฯอ, ะฯฬฺุฯืมิลฬษ, หฯิฯาูศ ืู ฺฤลำุ ฤฯยมืษิล, ฮล ยีฤีิ\n"
+"ษอลิุ ะามืม ษฺอลฮัิุ ิฯ-ฬษยฯ, หาฯอล ษศ ำฯยำิืลฮฮูศ ฦมสฬฯื ษ ษศ ำฯยำิืลฮฮฯส\n"
+"หฯฮฦษวีามรษษ. ๗ู ฤฯฬึฮู ยีฤลิล ำฯฺฤมิุ ะฯ หามสฮลส อลาล ฯฤฮฯวฯ ะฯำิฯัฮฮฯวฯ\n"
+"ะฯฬฺุฯืมิลฬั ฤฬั ำมอฯวฯ ำลยั. ิม ีลิฮมั ฺมะษำุ ะาลฤฮมฺฮมลฮม ฤฬั ิฯวฯ,\n"
+"ิฯยู ืู ืศฯฤษฬษ ื ำษำิลอี ฤฬั ะฯืำลฤฮลืฮฯวฯ ษำะฯฬฺุฯืมฮษั. ๎ลำอฯิาั ฮม ิฯ,\n"
+"ิฯ ฯลฮุ ีฤฯยฮฯ หมึฤูส ฤลฮุ ืศฯฤษิุ ื ำษำิลอี ะฯฤ \"root'ฯอ\", ิฯ อฯึลิ\n"
+"ยูิุ ฯลฮุ ฯะมำฮฯ! ๐าฯำิลสมั ฯษยหม อฯึลิ ะาษืลำิษ ห ิฯอี, ิฯ ำษำิลอม\n"
+"ยฯฬุล ฮล ฺมามยฯิมลิ. แ ลำฬษ ืู ำฯืลาษิล ำลาุลฺฮีภ ฯษยหี ะฯฤ ฯยูฮูอ\n"
+"ะฯฬฺุฯืมิลฬลอ, ิฯ, ืฯฺอฯึฮฯ, ิฯ ืู ิฯฬุหฯ ะฯิลาัลิล มำิุ ษฮฦฯาอมรษษ, ม ฮล\n"
+"ืำภ ำษำิลอี.\n"
+"๓ฮมมฬม, ืู ฤฯฬึฮู ืืลำิษ ฮมำิฯัลล ษอั. ิฯ, หฯฮลฮฯ, ฮลฯยัฺมิลฬุฮฯ, -\n"
+"ิมห ฮม ำมอฯอ ฤลฬล ืู อฯึลิล ืืลำิษ ืำล ิฯ ีวฯฤฮฯ. ๚มิลอ DrakX ืฯฺุอลิ\n"
+"ะลาืฯล ำฬฯืฯ, ืืลฤลฮฮฯล ืมอษ ื ฦฯาอี, ษ ำหฯะษาีลิ ลวฯ ื ะฯฬล \"้อั\n"
+"ะฯฬฺุฯืมิลฬั\". ิฯ ษอั, หฯิฯาฯล ฤมฮฮูส ฯิฤลฬุฮฯ ืฺัิูส ะฯฬฺุฯืมิลฬุ ยีฤลิ\n"
+"ษำะฯฬฺุฯืมิุ ฤฬั ืศฯฤม ื ำษำิลอี. ๗ู อฯึลิล ษฺอลฮษิุ ลวฯ. ไมฬลล ืู ฤฯฬึฮู\n"
+"ืืลำิษ ะมาฯฬุ. ๐มาฯฬุ ฮละาษืษฬลวษาฯืมฮฮฯวฯ (ฯยูฮฯวฯ) ะฯฬฺุฯืมิลฬั ฮล\n"
+"ฮมำิฯฬุหฯ ืมึลฮ หมห ะมาฯฬุ \"root'ม\" ำ ิฯหษ ฺาลฮษั ยลฺฯะมำฮฯำิษ, ฯฤฮมหฯ\n"
+"ิฯ ฮล ะฯืฯฤ, ิฯยู ะาลฮลยาลวมิุ ษอ: หมห-ฮษหมห, ืู าษำหีลิล ำืฯษอษ ฦมสฬมอษ.\n"
+"\n"
+"ๅำฬษ ืู ลฬหฮษิล ฮม \"๐าษฮัิุ ะฯฬฺุฯืมิลฬั\", ิฯวฤม ืู ำอฯึลิล ฤฯยมืษิุ ษศ\n"
+"ำิฯฬุหฯ, ำหฯฬุหฯ ืมอ ฮีึฮฯ. ไฯยมืุิล ะฯฬฺุฯืมิลฬั ฤฬั หมึฤฯวฯ ษฺ ำืฯษศ\n"
+"ฤาีฺลส: ำืฯลวฯ ฯิรม ษฬษ ำลำิาู, ฮมะาษอลา. ๋ฯวฤม ืู ฺมหฯฮษิล ฤฯยมืฬลฮษล\n"
+"ืำลศ ฮีึฮูศ ืมอ ะฯฬฺุฯืมิลฬลส, ืูยลาษิล \"็ฯิฯืฯ\"./nลฬหฮีื ะฯ หฮฯะหล "
+"\"ไฯะฯฬฮษิลฬุฮฯ\", ืมอ ยีฤลิ ะฯฺืฯฬลฮฯ ษฺอลฮษิุ\n"
+"\"หฯอมฮฤฮูส ะาฯรลำำฯา\", ษะฯฬฺุีลอูส ะฯ ีอฯฬมฮษภ ฤฬั ิฯวฯ ะฯฬฺุฯืมิลฬั\n"
+"(ะฯ ีอฯฬมฮษภ ิฯ bash)."
#: ../../help.pm_.c:41
msgid ""
@@ -2859,9 +2990,10 @@ msgid ""
"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
-"ไษำิาษยีิษื Mandrake Linux ะฯำิมืฬัลิำั ฮม ฮลำหฯฬุหษศ CD-ROM'มศ. DrakX\n"
-"ำมอ ฯะาลฤลฬษิ, ลำฬษ ืูยามฮฮูส ะมหลิ ฮมศฯฤษิำั ฮม ฤาีวฯอ CD-ROM'ล, ษฺืฬลลิ\n"
-"ิลหีษส CD ษ ะฯะาฯำษิ ืมำ ืำิมืษิุ ิาลยีลอูส ฤษำห."
+"ไษำิาษยีิษื Mandrake Linux ะฯำิมืฬัลิำั ฮม ฮลำหฯฬุหษศ หฯอะมหิ-ฤษำหมศ. DrakX\n"
+"ำมอ ฯะาลฤลฬษิ, ลำฬษ ืูยามฮฮูส ะมหลิ ฮมศฯฤษิำั ฮม ฤาีวฯอ หฯอะมหิ-ฤษำหล, "
+"ษฺืฬลลิ\n"
+"ิลหีษส ฤษำห ษ ะฯะาฯำษิ ืมำ ืำิมืษิุ ิาลยีลอูส."
#: ../../help.pm_.c:77
msgid ""
@@ -2915,6 +3047,56 @@ msgid ""
"groups to avoid installing any new package. This is useful for repairing or\n"
"updating an existing system."
msgstr ""
+"๔ละลาุ ฮมำิมฬฯ ืาลอั ืูยามิุ ะาฯวามออู, หฯิฯาูล ืู ึลฬมลิล ีำิมฮฯืษิุ ื \n"
+"ำืฯภ ำษำิลอี. ๓ีลำิืีภิ ิูำัษ ฤฯำิีะฮูศ ะมหลิฯื ฤฬั Mandrake Linux ษ ืมอ\n"
+"ืฯืำล ฮลฯยัฺมิลฬุฮฯ ฺฮมิุ ษศ ืำล.\n"
+"\n"
+"ๅำฬษ ืู ืูะฯฬฮัลิล ำิมฮฤมาิฮีภ ีำิมฮฯืหี ำ หฯอะมหิ-ฤษำหม, ฯิ ืมำ ำฮมมฬม\n"
+"ะฯิาลยีลิำั ีหมฺมิุ หฯอะมหิ-ฤษำหษ, หฯิฯาูล ลำิุ ี ษอลภิำั (ิฯฬุหฯ ื าลึษอล\n"
+"หำะลาิม). ๐าฯืลาุิล อลิหษ ฮม ฤษำหมศ ษ ฯิอลิุิล วมฬฯหมอษ ะีฮหิู,\n"
+"ำฯฯิืลิำิืีภษล ษอลภษอำั ี ืมำ ีำิมฮฯืฯฮูอษ หฯอะมหิ-ฤษำหมอ. ๋ฯวฤม ืู\n"
+"ยีฤลิล วฯิฯืู ะาฯฤฯฬึมิุ, ฮมึอษิล \"๏๋\".\n"
+"\n"
+"๐มหลิู ฯิำฯาิษาฯืมฮู ะฯ วาีะะมอ ำฯวฬมำฮฯ ะฯืำลฤฮลืฮฯอี ษำะฯฬฺุฯืมฮษภ\n"
+"ืมลส อมษฮู. ๓มอษ วาีะะู ฤลฬัิำั ฮม ลิูาล ามฺฤลฬม:\n"
+"\n"
+" * \"๒มยฯมั ำิมฮรษั\": ลำฬษ ืู ะฬมฮษาีลิล ษำะฯฬฺุฯืมิุ ำืฯภ อมษฮี\n"
+"ื หมลำิืล ามยฯลส ำิมฮรษษ, ืูยลาษิล ฯฤฮี ษฬษ ฮลำหฯฬุหฯ ำฯฯิืลิำิืีภษศ\n"
+"วาีะะ;\n"
+"\n"
+" * \"๒มฺามยฯิหม\": ลำฬษ ืมม อมษฮม ษำะฯฬฺุีลิำั ฤฬั ะาฯวามออษาฯืมฮษั,\n"
+"ืูยลาษิล ฮีึฮูล วาีะะู;\n"
+"\n"
+" * \"๓ลาืลา\": ลำฬษ ืมม อมษฮม ะาลฤฮมฺฮมลฮม ษำะฯฬฮัิุ าฯฬุ ำลาืลาม,\n"
+"ืู ำอฯึลิล ืูยามิุ ฤฬั ีำิมฮฯืหษ ฮม ำืฯภ อมษฮี ฮมษยฯฬลล ฯยษล ำลาืษำู;\n"
+"\n"
+" * \"็ามฦษลำหมั ฯยฯฬฯหม\": ฺฤลำุ, ฮมหฯฮลร, ืู ำอฯึลิล ืูยามิุ\n"
+"ึลฬมลอีภ วามฦษลำหีภ ฯยฯฬฯหี. ไฯฬึฮม ยูิุ ืูยามฮม ะฯ หามสฮลส อลาล ฯฤฮม,\n"
+"ลำฬษ ืู ศฯิษิล ษอลิุ ามยฯีภ ำิมฮรษภ ำ วามฦษลำหษอ ษฮิลาฦลสำฯอ!\n"
+"\n"
+"๐าษ ฮมืลฤลฮษษ อูษ ฮม ฮมฺืมฮษล วาีะะู ะฯัืษิำั หฯาฯิหษส ะฯัำฮษิลฬุฮูส ิลหำิ\n"
+"ฯย ิฯส วาีะะล. ๅำฬษ ำฮษอลิล ืูฤลฬลฮษล ำฯ ืำลศ วาีะะ ะาษ ืูะฯฬฮลฮษษ\n"
+"ฯลาลฤฮฯส ีำิมฮฯืหษ (ื ฯิฬษษล ฯิ ฯยฮฯืฬลฮษั), ืำะฬูืลิ ฤษมฬฯว,\n"
+"ะาลฤฬมวมภษส ามฺฬษฮูล ืมาษมฮิู อษฮษอมฬุฮฯส ีำิมฮฯืหษ:\n"
+"\n"
+" * \"๗อลำิล ำ ่\": ีำิมฮฯืษิ อษฮษอีอ ะมหลิฯื, ฮลฯยศฯฤษอูศ ฤฬั ามยฯิู\n"
+"วามฦษลำหฯวฯ ามยฯลวฯ ำิฯฬม;\n"
+"\n"
+" * \"๓ ฯำฮฯืฮฯส ฤฯหีอลฮิมรษลส\": ีำิมฮมืฬษืมลิ ยมฺฯืีภ ำษำิลอี ะฬภำ\n"
+"ฯำฮฯืฮูล ีิษฬษิู ษ ฤฯหีอลฮิมรษภ ห ฮษอ. ิฯิ ืมาษมฮิ ะฯฤศฯฤษิ ฤฬั\n"
+"ีำิมฮฯืหษ ำลาืลาม;\n"
+"\n"
+" * \"ไลสำิืษิลฬุฮฯ อษฮษอมฬุฮมั ีำิมฮฯืหม\": ีำิมฮฯืษิ ฤฯ ะาลฤลฬม อษฮษอมฬุฮฯ\n"
+"ฮลฯยศฯฤษอฯล, ิฯยู ะฯฬีษิุ ามยฯีภ ำษำิลอี Linux ำ หฯอมฮฤฮฯส ำิาฯหฯส.\n"
+"ิม ีำิมฮฯืหม ิาลยีลิ ฯหฯฬฯ 65 ํย ฤษำหฯืฯวฯ ะาฯำิามฮำิืม.\n"
+"\n"
+"๗ู อฯึลิล ีำิมฮฯืษิุ ฦฬมึฯห \"๓มอฯำิฯัิลฬุฮูส ืูยฯา ะมหลิฯื\", หฯิฯาูส\n"
+"ะฯฬลฺลฮ, ลำฬษ ฺฮมหฯอู ำ ะาลฤฬมวมลอูอษ ะมหลิมอษ, ษฬษ, ลำฬษ ืู ึลฬมลิล\n"
+"ะฯฬีษิุ ะฯฬฮูส หฯฮิาฯฬุ ฮมฤ ิลอ, ิฯ ยีฤลิ ีำิมฮมืฬลฮฯ.\n"
+"\n"
+"ๅำฬษ ืู ฮมมฬษ ีำิมฮฯืหี ื าลึษอล \"๏ยฮฯืฬลฮษล\", ืู อฯึลิล ำฮัิุ ืูฤลฬลฮษล\n"
+"ำฯ ืำลศ วาีะะ, ิฯยู ษฺยลึมิุ ีำิมฮฯืหษ หมหษศ-ฬษยฯ ฮฯืูศ ะมหลิฯื.\n"
+"ิฯ ะฯฬลฺฮฯ ฤฬั ืฯำำิมฮฯืฬลฮษั ษฬษ ฯยฮฯืฬลฮษั ำีลำิืีภลส ำษำิลอู."
#: ../../help.pm_.c:128
msgid ""
@@ -2953,6 +3135,41 @@ msgid ""
"another installation. See the second tip of last step on how to create such\n"
"a floppy."
msgstr ""
+"๎มหฯฮลร, ื ฺมืษำษอฯำิษ ฯิ ิฯวฯ, ำมอฯำิฯัิลฬุฮฯ ืู ืูยษามลิล ะมหลิู ษฬษ ฮลิ,\n"
+"ืมอ ยีฤลิ ะาลฤำิมืฬลฮฯ ฤลาลืฯ, ำฯฤลาึมลล ืำล ะมหลิู, หฬมำำษฦษรษาฯืมฮฮูล ะฯ\n"
+"วาีะะมอ ษ ะฯฤวาีะะมอ. ๐าฯำอมิาษืมั ฤลาลืฯ, ืู อฯึลิล ืูยษามิุ รลฬูล วาีะะู,\n"
+"ะฯฤวาีะะู ษฬษ ฯิฤลฬุฮูล ะมหลิู.\n"
+"\n"
+"๗ำัหษส ามฺ, หฯวฤม ืู ืูยษามลิล ื ฤลาลืล ะมหลิ, ำะามืม ะฯัืฬัลิำั ฯะษำมฮษล.\n"
+"๋ฯวฤม ืู ฺมหฯฮษิล ืูยฯา, ลฬหฮษิล ฮม หฮฯะหี \"๕ำิมฮฯืษิุ\", หฯิฯามั\n"
+"ฺมะีำิษิ ะาฯรลำำ ีำิมฮฯืหษ. ๗ ฺมืษำษอฯำิษ ฯิ ยูำิาฯฤลสำิืษั ืมลวฯ\n"
+"มะะมามิฮฯวฯ ฯยลำะลลฮษั ษ หฯฬษลำิืม ีำิมฮมืฬษืมลอูศ ะมหลิฯื ะาฯรลำำ อฯึลิ\n"
+"ฺมฮัิุ ฺฮมษิลฬุฮูส ะาฯอลึีิฯห ืาลอลฮษ. ๐าลฤะฯฬมวมลอฯล ืาลอั, ฮลฯยศฯฤษอฯล\n"
+"ฤฬั ะฯฬฮฯส ีำิมฮฯืหษ, ฯิฯยามึมลิำั ฮม หามฮล, ิฯยู ะฯอฯุ ืมอ ะาษหษฮีิุ:\n"
+"\"แ ฮล ำิฯษิ ฬษ ำศฯฤษิุ ืูะษิุ มลหี หฯฦล?\"\n"
+"\n"
+"!! ๅำฬษ ยูฬ ืูยามฮ ะมหลิ ำลาืลาม, ฮมอลาลฮฮฯ ษฬษ ะฯิฯอี, ิฯ ฯฮ ยูฬ มำิุภ\n"
+"ืำลส วาีะะู, ืมอ ะฯิาลยีลิำั ะฯฤิืลาฤษิุ, ิฯ ืู ฤลสำิืษิลฬุฮฯ ศฯิษิล\n"
+"ษำะฯฬฺุฯืมิุ ิษ ีำิมฮมืฬษืมลอูล ำลาืลาู. ๗ Mandrake Linux ืำล\n"
+"ีำิมฮมืฬษืมลอูล ำลาืลาู ะฯ ีอฯฬมฮษภ ฺมะีำหมภิำั ืฯ ืาลอั ฺมวาีฺหษ. ไมึล,\n"
+"ลำฬษ ฯฮษ ยลฺฯะมำฮู ษ ฮล ำฯฤลาึมิ ษฺืลำิฮูศ ฮม ืาลอั ืหฬภลฮษั ื ฤษำิาษยีิษื\n"
+"ะาฯยฬลอ, อฯึลิ ำฬีษิุำั, ิฯ ยีฤีิ ฯยฮมาีึลฮู ฤูาู ื ยลฺฯะมำฮฯำิษ ะฯำฬล\n"
+"ืูะีำหม ฦษฮมฬุฮฯส ืลาำษษ Mandrake Linux. ๅำฬษ ืู ฮล ฺฮมลิล, ฤฬั ลวฯ\n"
+"ะาลฤฮมฺฮมลฮ ิฯิ ษฬษ ษฮฯส ำลาืษำ, ษฬษ ฺมลอ ฯฮ ีำิมฮมืฬษืมลิำั, ิฯวฤม ึอษิล\n"
+"\"๎ลิ\". ลฬหฮีื ฮม \"ไม\", ืู ีำิมฮฯืษิล ะลาลษำฬลฮฮูล ำลาืษำู ษ ฯฮษ ะฯ\n"
+"ีอฯฬมฮษภ ฺมะีำิัิำั มืิฯอมิษลำหษ. !!\n"
+"\n"
+"๏ะรษั \"แืิฯอมิษลำหษล ฺมืษำษอฯำิษ\" ะาฯำิฯ ฯิหฬภมลิ ำฯฯยลฮษล\n"
+"ำ ะาลฤีะาลึฤลฮษลอ, หฯิฯาฯล ะฯัืฬัลิำั ืำัหษส ามฺ, หฯวฤม ษฮำิมฬฬัิฯา\n"
+"มืิฯอมิษลำหษ ืูยษามลิ ะมหลิ. ิฯ ะาฯษำศฯฤษิ ะฯิฯอี, ิฯ ฯฮ ฯะาลฤลฬษฬ,\n"
+"ิฯ ฤฬั ีำะลฮฯวฯ ฺมืลาลฮษั ีำิมฮฯืหษ ิาลยีลิำั ีฤฯืฬลิืฯาษิุ ฺมืษำษอฯำิษ\n"
+"ะมหลิม.\n"
+"\n"
+"ํมฬลฮุหษส ฺฮมฯห ฤษำหลิู ื หฯฮรล ำะษำหม ะฯฺืฯฬษิ ฺมวาีฺษิุ ำะษำฯห ะมหลิฯื,\n"
+"ืูยามฮฮูศ ืฯ ืาลอั ะาลฤูฤีลส ีำิมฮฯืหษ. ๐ฯำฬล ฮมึมิษั ฮม ิฯิ ฺฮมฯห,\n"
+"ืมำ ะฯะาฯำัิ ืำิมืษิุ ฤษำหลิี, ำฯฺฤมฮฮีภ ามฮลล ื หฯฮรล ฤาีวฯส ีำิมฮฯืหษ.\n"
+"๓อฯิาษิล ืิฯาีภ ะฯฤำหมฺหี ห ะฯำฬลฤฮลอี ิมะี ฯ ิฯอ, หมห ำฯฺฤมิุ ิมหีภ\n"
+"ฤษำหลิี."
#: ../../help.pm_.c:164
msgid ""
@@ -2977,6 +3194,28 @@ msgid ""
"If you wish to configure the network later after installation, or if you\n"
"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
+"๔ละลาุ ืู อฯึลิล ฮมำิาฯษิุ ำืฯล ะฯฤหฬภลฮษล ห ้ฮิลาฮลิี/ำลิษ. ๅำฬษ\n"
+"ืู ศฯิษิล ะฯฤหฬภษิุ ำืฯส หฯอะุภิลา ห ้ฮิลาฮลิี ษฬษ ห ฬฯหมฬุฮฯส ำลิษ,\n"
+"ฮมึอษิล \"๏๋\". โีฤลิ ฺมะีลฮฯ มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล ำลิลืูศ ีำิาฯสำิื\n"
+"ษ อฯฤลอม. ๅำฬษ ิฯ ฯะาลฤลฬลฮษล ฺมืลาษิำั ฮลีฤมฮฯ, ื ำฬลฤีภษส ามฺ ำฮษอษิล\n"
+"วมฬฯหี \"้ำะฯฬฺุฯืมิุ มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล\". ๗ู อฯึลิล ิมหึล ฮล\n"
+"ฮมำิามษืมิุ ำลิุ ษฬษ ำฤลฬมิุ ิฯ ะฯฺึล; ื ิฯอ ำฬีมล, ะาฯำิฯ ฮมึอษิล ฮม\n"
+"หฮฯะหี \"๏ิอลฮม\".\n"
+"\n"
+"ไฯำิีะฮูล ำฯลฤษฮลฮษั: ิามฤษรษฯฮฮูส อฯฤลอ, ISDN-อฯฤลอ, ADSL-ำฯลฤษฮลฮษล,\n"
+"หมยลฬุฮูส อฯฤลอ ษ, ฮมหฯฮลร, ะาฯำิฯล ะฯฤหฬภลฮษล ห ์๗๓ (Ethernet).\n"
+"\n"
+"๚ฤลำุ อู ฮล ยีฤลอ ะฯฤาฯยฮฯ ฯะษำูืมิุ หมึฤีภ ฮมำิาฯสหี. ๐าฯำิฯ ียลฤษิลำุ,\n"
+"ิฯ ืู ะฯฬีษฬษ ืำล ฮลฯยศฯฤษอูล ฤมฮฮูล ี ะาฯืมสฤลาม ีำฬีว ้ฮิลาฮลิม ษฬษ\n"
+"ำษำิลอฮฯวฯ มฤอษฮษำิามิฯาม.\n"
+"\n"
+"๗ู อฯึลิล ฯยามิษิุำั ฺม ำะามืหฯส ห วฬมืล ``๒ีหฯืฯฤำิืม ะฯฬฺุฯืมิลฬั''\n"
+"ฯ ะฯฤหฬภลฮษษ ห ้ฮิลาฮลิี ำ ะฯฤาฯยฮูอ ฯะษำมฮษลอ ฮมำิาฯสหษ, ษฬษ ะาฯำิฯ\n"
+"ะฯฤฯึฤมิุ, ะฯหม ำษำิลอม ีำิมฮฯืษิำั, ษ ษำะฯฬฺุฯืมิุ ฯะษำมฮฮีภ ิมอ\n"
+"ะาฯวามออี, ิฯยู ฮมำิาฯษิุ ำืฯล ะฯฤหฬภลฮษล.\n"
+"\n"
+"ๅำฬษ ืู ศฯิษิล ฮมำิาฯษิุ ำลิุ ะฯฺึล, ะฯำฬล ีำิมฮฯืหษ, ษฬษ, ลำฬษ ืู\n"
+"ฺมหฯฮษฬษ ฮมำิามษืมิุ ำืฯล ำลิลืฯล ำฯลฤษฮลฮษล, ฮมึอษิล \"๏ิอลฮม\"."
#: ../../help.pm_.c:186
msgid ""
@@ -3028,6 +3267,19 @@ msgid ""
"actually install on your machine a time server which can be optionally used\n"
"by other machines on your local network."
msgstr ""
+"GNU/Linux ีะามืฬัลิ ืาลอลฮลอ ะฯ ็าษฮืษี (GMT) ษ ะลาลืฯฤษิ ลวฯ ื อลำิฮฯล\n"
+"ืาลอั, ำฯฯิืลิำิืีภลล ืูยามฮฮฯอี ืมอษ ืาลอลฮฮฯอี ะฯัำี. ๔ลอ ฮล อลฮลล,nอฯึฮฯ "
+"ฯิหฬภษิุ ิี ฯะรษภ, ำฮัื ฦฬมึฯห ำ \"แะะมามิฮูล มำู ืูำิมืฬลฮู\n"
+"ะฯ ็าษฮืษี\", ิฯวฤม มะะมามิฮูล มำู ยีฤีิ ำฯืะมฤมิุ ำ ำษำิลอฮูอษ. ิฯ\n"
+"ะฯฬลฺฮฯ, หฯวฤม อมษฮม ัืฬัลิำั ืลฤีษอ ำลาืลาฯอ ฤฬั ฤาีวฯส ฯะลามรษฯฮฮฯส\n"
+"ำษำิลอู ิษะม Windows.\n"
+"\n"
+"๏ะรษั \"แืิฯอมิษลำหมั ำษฮศาฯฮษฺมรษั ืาลอลฮษ\" ยีฤลิ มืิฯอมิษลำหษ\n"
+"าลวีฬษาฯืมิุ มำู, ะฯฤหฬภมัำุ ห ีฤมฬลฮฮฯอี ำลาืลาี ืาลอลฮษ ื ้ฮิลาฮลิล.nฺ้ "
+"ะาลฤฬฯึลฮฮฯวฯ ำะษำหม ืูยลาษิล ยฬษึมสษส ห ืมอ ำลาืลา. ๅำิลำิืลฮฮฯ,\n"
+"ี ืมำ ฤฯฬึฮฯ ยูิุ มหิษืษฺษาฯืมฮฯ ะฯฤหฬภลฮษล ห ้ฮิลาฮลิี ฤฬั ามยฯิู ิฯส\n"
+"ฯะรษษ. ๎ม ำมอฯอ ฤลฬล ฯฮม ีำิมฮฯืษิ ฮม ืมี อมษฮี ำลาืลา ืาลอลฮษ, หฯิฯาูส\n"
+"อฯึลิ ยูิุ ะฯ ึลฬมฮษภ ษำะฯฬฺุฯืมฮ ฤาีวษอษ อมษฮมอษ ื ืมลส ฬฯหมฬุฮฯส ำลิษ."
#: ../../help.pm_.c:217
msgid ""
@@ -3052,6 +3304,25 @@ msgid ""
"configuration section of the user guide for more information on how to\n"
"configure your display."
msgstr ""
+"่ (ำษำิลอม X Window, ้หำู) ัืฬัลิำั ำลาฤรลอ วามฦษลำหฯวฯ ษฮิลาฦลสำม\n"
+"GNU/Linux, ลาลฺ หฯิฯาฯล ืำล วามฦษลำหษล ฯยฯฬฯหษ (KDE, Gnome, AfterStep,\n"
+"WindowMaker ษ ฤา.) ฺมืัฺมฮู ำ Mandrake Linux. ๗ ิฯอ ามฺฤลฬล DrakX\n"
+"ะฯะูิมลิำั ฮมำิาฯษิุ ้หำู มืิฯอมิษลำหษ.\n"
+"\n"
+"๏ฮ ฤฯืฯฬุฮฯ าลฤหฯ ฺมืลามลิำั ฮลีฤมลส, ฺม ษำหฬภลฮษลอ ำฬีมลื ำ ฯลฮุ\n"
+"ำิมาูอ ฯยฯาีฤฯืมฮษลอ (ษฬษ ฯลฮุ ฮฯืูอ). ๅำฬษ ืำล ะาฯสฤลิ ีฤมฮฯ, ฯฮ\n"
+"มืิฯอมิษลำหษ ฺมะีำิษิ ้หำู ำ ฮมษฬีษอ ามฺาลลฮษลอ ษฺ ืฯฺอฯึฮูศ\n"
+"ื ฺมืษำษอฯำิษ ฯิ ามฺอลาม อฯฮษิฯาม. ๚มิลอ ะฯัืษิำั ฯหฮฯ ำ ืฯะาฯำฯอ, ลำฬษ\n"
+"ืู ลวฯ ีืษฤษิล.\n"
+"\n"
+"ๅำฬษ ืู ืูะฯฬฮัลิล ีำิมฮฯืหี \"หำะลาิ\", ืู ืฯสฤลิล ื อมำิลา ฮมำิาฯสหษ\n"
+"้หำฯื. โฯฬลล ะฯฤาฯยฮีภ ษฮฦฯาอมรษภ ฯย ิฯอ อมำิลาล ำอฯิาษิล\n"
+"ื ำฯฯิืลิำิืีภลอ ามฺฤลฬล าีหฯืฯฤำิืม.\n"
+"\n"
+"ๅำฬษ ืู ำอฯึลิล ีืษฤลิุ ำฯฯยลฮษล ืฯ ืาลอั ิลำิม ษ ฯิืลิษิล \"ไม\", DrakX\n"
+"ะลาลสฤลิ ฮม ำฬลฤีภษส ิมะ. ๅำฬษ ืู ฮล ำอฯึลิล ีืษฤลิุ ำฯฯยลฮษล,\n"
+"ิฯ ะาฯำิฯ ฯฺฮมมลิ, ิฯ ฮมำิาฯสหม ยูฬม ฮลหฯาาลหิฮฯส ษ ิลำิ มืิฯอมิษลำหษ "
+"ฺมหฯฮษิำั ลาลฺ 10 ำลหีฮฤ, ืฯำำิมฮฯืษื หามฮ."
#: ../../help.pm_.c:239
msgid ""
@@ -3092,9 +3363,31 @@ msgid ""
"need. You will not have to format it since DrakX will rewrite the whole\n"
"disk."
msgstr ""
+"๎ม ีำิมฮฯืฯฮฯอ หฯอะมหิ-ฤษำหล Mandrake Linux ษอลลิำั มืมาษสฮูส าลึษอ. ๗ู\n"
+"อฯึลิล ะฯฬีษิุ ห ฮลอี ฤฯำิีะ, ฺมวาีฺษืษำุ ำ หฯอะมหิ-ฤษำหม, ฮมึอษิล\n"
+"หฬมืษี >>F1<< ะาษ ฺมวาีฺหล ษ ืืลฤษิล ื ำิาฯหล ะาษวฬมลฮษั >>rescue<<.\n"
+"๎ฯ ื ิฯอ ำฬีมล ืม หฯอะุภิลา ฮล อฯึลิ ฺมวาีฺษิุำั ำ หฯอะมหิ-ฤษำหม, ืู\n"
+"ฤฯฬึฮู ืลาฮีิุำั ฮม ิฯิ ิมะ ฺม ำะามืหฯส, ะฯ หามสฮลส อลาล, ื ฤืีศ\n"
+"ำษิีมรษัศ:\n"
+"\n"
+" * ะาษ ีำิมฮฯืหล ฮมมฬุฮฯวฯ ฺมวาีฺษหม, DrakX ะลาลฺมะษลิ ฺมวาีฺฯฮูส\n"
+"ำลหิฯา (MBR) ืมลวฯ วฬมืฮฯวฯ ฤษำหม (ะฯหม ืู ฮล ยีฤลิ ษำะฯฬฺุฯืมิุ ฤาีวฯส\n"
+"อลฮลฤึลา ฺมวาีฺหษ), ิฯยู ะฯฺืฯฬษิุ ืมอ ฺมวาีฺษิุ Windows ษฬษ GNU/Linux\n"
+"(ะฯฤามฺีอลืมลิำั, ิฯ ื ืมลส ำษำิลอล ลำิุ Windows). ๅำฬษ ืมอ ะฯฮมฤฯยษิำั\n"
+"ะลาลีำิมฮฯืษิุ Windows, ะาฯรลำำ ีำิมฮฯืหษ Microsoft ะลาลฺมะษลิ ฺมวาีฺฯฮูส\n"
+"ำลหิฯา, ษ ิฯวฤม ืู ฮล ำอฯึลิล ฺมวาีฺษิุ GNU/Linux!\n"
+"\n"
+" * ลำฬษ ืฯฺฮษหฮลิ ะาฯยฬลอม ษ ืู ฮล ำอฯึลิล ฺมวาีฺษิุ GNU/Linux ำ ึลำิหฯวฯ\n"
+"ฤษำหม, ิม ฤษำหลิม ยีฤลิ ะฯฤามฺีอลืมิุ ิฯฬุหฯ ฺมวาีฺหี GNU/Linux. ๎ม ฮลส\n"
+"ำฯฤลาึษิำั อษฮษอมฬุฮฯล หฯฬษลำิืฯ ำษำิลอฮูศ ีิษฬษิ ฤฬั ืฯำำิมฮฯืฬลฮษั\n"
+"ำษำิลอู, ฺมืมฬษืลสำั ื าลฺีฬุิมิล ฯิหฬภลฮษั ะษิมฮษั, ฮลีฤมฮฯส ฯษยหษ\n"
+"ะาษ ืืฯฤล, ฯษยหษ ะมาฯฬั ษ ฬภยฯส ฤาีวฯส ะาษษฮู.\n"
+"\n"
+"๋ฯวฤม ืู ะลาลสฤลิล ฮม ิฯิ ิมะ, ืมอ ยีฤลิ ะาลฤฬฯึลฮฯ ืำิมืษิุ ื ฤษำหฯืฯฤ\n"
+"ฤษำหลิี. ไษำหลิม ฤฯฬึฮม ยูิุ ษำิฯส ษ ฮล ำฯฤลาึมิุ ฮีึฮฯส ืมอ ษฮฦฯาอมรษษ.\n"
+"๗ู ฮล ฤฯฬึฮู ลล ฦฯาอมิษาฯืมิุ, DrakX ะฯฬฮฯำิุภ ะลาลฺมะษลิ ืำภ ฤษำหลิี."
#: ../../help.pm_.c:270
-#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3166,77 +3459,76 @@ msgid ""
"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
"Guide''''"
msgstr ""
-"๗ ิฯอ ะีฮหิล ืมอ ฮีึฮฯ ืูยามิุ อลำิฯ ฮม ืมลอ ึลำิหฯอ ฤษำหล\n"
-"ื หฯิฯาฯล ืู ยีฤลิล ีำิมฮมืฬษืมิุ Mandrake Linux. ๅำฬษ ฯฮ ะีำิ ษฬษ\n"
-"ำีลำิืีภมั ฯะลามรษฯฮฮมั ำษำิลอม ฺมฮษอมลิ ืำล ฤฯำิีะฮฯล อลำิฯ, ืมอ "
-"ะฯิาลยีลิำั\n"
-"ามฺยษิุ ฤษำห ฮม ามฺฤลฬู. ๐ฯ ำีิษ ามฺยษลฮษล ฮม ามฺฤลฬู ฺมหฬภมลิำั ื "
-"ฬฯวษลำหฯอ\n"
-"ามฺฤลฬลฮษษ ฤษำหฯืฯวฯ ะาฯำิามฮำิืม ษ ำฯฺฤมฮษล อลำิม ฤฬั ีำิมฮฯืหษ Mandrake "
-"Linux.\n"
-"\n"
-"\n"
-"๐ฯำหฯฬุหี ะฯำฬล ามฺยษลฮษั ฯยูฮฯ ฮลฬฺุั ืูะฯฬฮษิุ ฯยามิฮีภ ะาฯรลฤีาี,\n"
-"ามฺยษลฮษล อฯึลิ ฯหมฺมิุำั ฮละฯฮัิฮูอ ษ ิาีฤฮูอ, ลำฬษ ี ืมำ ฮลฤฯำิมิฯฮฯ "
-"ฯะูิม.\n"
-"ิฯิ อมำิลา ีะาฯมลิ ะาฯรลำำ ามฺยษลฮษั. ๐าลึฤล ลอ ฮมมิุ, ษฺีษิล "
-"าีหฯืฯฤำิืฯ\n"
-"ษ ฺมะมำษิลำุ ืาลอลฮลอ.\n"
-"\n"
-"\n"
-"๗มอ ฮีึฮฯ ฮล อลฮลล ฤืีศ ามฺฤลฬฯื. ๏ฤษฮ - ำฯยำิืลฮฮฯ ฤฬั ฯะลามรษฯฮฮฯส ำษำิลอู "
-"ษ ืิฯาฯส\n"
-"ฤฬั ืษาิีมฬุฮฯส ะมอัิษ (ฮมฺูืมลอฯส ิมหึล ฦมสฬฯอ ะฯฤหมหษ - Swap).\n"
-"\n"
-"\n"
-"ๅำฬษ ามฺฤลฬู ีึล ำฤลฬมฮู (ษฺ ะาลฤูฤีลส ีำิมฮฯืหษ ษฬษ ฤาีวฯส\n"
-"ะาฯวามออฯส ามฺยษลฮษั), ิฯวฤม ืมอ ะาฯำิฯ ฮีึฮฯ ษศ ืูยามิุ ฤฬั ีำิมฮฯืหษ "
-"ืมลส\n"
-"Linux ำษำิลอู.\n"
-"\n"
-"\n"
-"ๅำฬษ ามฺฤลฬู ลล ฮล ำฤลฬมฮู, ืมอ ะฯิาลยีลิำั ษศ ำฯฺฤมิุ. \n"
-"ิฯยู ิฯ ำฤลฬมิุ, ษำะฯฬฺุีสิล ืูลีหมฺมฮฮูส อมำิลา. ๗ ฺมืษำษอฯำิษ ฯิ "
-"หฯฮฦษวีามรษษ ืมลวฯ ึลำิหฯวฯ \n"
-"ฤษำหม, ืฯฺอฯึฮู ฮลำหฯฬุหฯ าลลฮษส:\n"
-"\n"
-"* ้ำะฯฬฺุฯืมิุ ำีลำิืีภลล ามฺยษลฮษล: อมำิลา ฯยฮมาีึษฬ ฯฤษฮ ษฬษ ฮลำหฯฬุหฯ "
-"ำีลำิืีภษศ ามฺฤลฬฯื Linux ฮม ืมลอ ึลำิหฯอ ฤษำหล. ๗ูยลาษิล\n"
-" ิฯิ ะีฮหิ, ลำฬษ ืู ศฯิษิล ษศ ษำะฯฬฺุฯืมิุ. \n"
-"\n"
-"\n"
-"* ๏ษำิษิุ ืลำุ ฤษำห: ืูยลาษิล ิฯิ ะีฮหิ, ลำฬษ ืู ศฯิษิล ีฤมฬษิุ ืำภ "
-"ษฮฦฯาอมรษภ ษ ืำล ามฺฤลฬู, ำีลำิืีภษล ฮม ืมลอ ึลำิหฯอ ฤษำหล ษ ฺมอลฮษิุ "
-"ษศ \n"
-" ืมลส ฮฯืฯส Mandrake Linux ำษำิลอฯส. โีฤุิล ฯำิฯาฯึฮู ะาษฮษอมั ิมหฯล "
-"าลลฮษล - ืฯำำิมฮฯืษิุ ฤมฮฮูล ะฯำฬล ะฯิฤืลาึฤลฮษั ืูะฯฬฮลฮษั ิฯส ฯะลามรษษ\n"
-" ืู ีึล ฮล ำอฯึลิล.\n"
-"\n"
-"\n"
-"* ้ำะฯฬฺุฯืมิุ ำืฯยฯฤฮฯล อลำิฯ ื ามฺฤลฬล Windows: ลำฬษ ี ืมำ ีำิมฮฯืฬลฮม "
-"Microsoft Windows ษ ฺมฮษอมลิ ืำล อลำิฯ ฮม ึลำิหฯอ ฤษำหล, ิฯ ืมอ ะาษฤลิำั\n"
-" ำฯฺฤมิุ ำืฯยฯฤฮฯล ะาฯำิามฮำิืฯ ฤฬั Linux. ิฯยู ิฯ ำฤลฬมิุ, ืู อฯึลิล "
-"ีฤมฬษิุ ืม\n"
-" ามฺฤลฬ Microsoft Windows ษ ืำล ฤมฮฮูล (ำอฯิาษิล ะีฮหิู \"๏ษำิษิุ ืลำุ ฤษำห"
-"\" ษฬษ \"๒ลึษอ หำะลาิ\" ) ษฬษ ษฺอลฮษิุ ามฺอลา\n"
-" ืมลวฯ ามฺฤลฬม Microsoft Windows. ิฯ ษฺอลฮลฮษล อฯึลิ ยูิุ ืูะฯฬฮลฮฯ ยลฺ "
-"ะฯิลาษ ฤมฮฮูศ. ิฯ าลลฮษล าลหฯอลฮฤีลิำั\n"
-" ลำฬษ ืูศฯิษิล ษำะฯฬฺุฯืมิุ ษ Mandrake Linux ษ Microsoft Windows ฮม ฯฤฮฯอ ษ "
-"ิฯอ ึล หฯอะุภิลาล.\n"
-"\n"
-"\n"
-" ๐ลาลฤ ืูยฯาฯอ ิฯวฯ ืมาษมฮิม, ืมอ ฮีึฮฯ ะฯฮัิุ, ิฯ ามฺอลา ามฺฤลฬม "
-"Microsoft\n"
-" Windows ยีฤลิ อลฮุล, ลอ ำีลำิืีภษส. ิฯ ฯฺฮมมลิ, ิฯ ี ืมำ ยีฤลิ "
-"อลฮุล อลำิม ะฯฤ \n"
-" Microsoft Windows ฤฬั ศามฮลฮษั ษฮฦฯาอมรษษ ษ ีำิมฮฯืหษ ฮฯืูศ ะาฯวามออ.\n"
-"\n"
-"\n"
-"* ๒ลึษอ หำะลาิ: ืูยลาษิล ิฯิ ืมาษมฮิ, ลำฬษ ืู ศฯิษิล ืาีฮีภ ามฺยษิุ ืม "
-"ึลำิหษส ฤษำห. โีฤุิล ฯำิฯาฯึฮู\n"
-" . ิฯิ ืมาษมฮิ ฯลฮุ อฯฮูส, ฮฯ ฯลฮุ ฯะมำฮูส. ๗ู อฯึลิล ฬลวหฯ ะฯิลาัิุ "
-"ืำล ืมษ ฤมฮฮูล. ๐ฯิฯอี\n"
-" ฮล ืูยษามสิล ิฯิ ืมาษมฮิ, ลำฬษ ืู ฮล ีืลาลฮู ื ิฯอ, ิฯ ฤลฬมลิล."
+"๗ ิฯอ ะีฮหิล ืมอ ฮลฯยศฯฤษอฯ ืูยามิุ, หีฤม ฮม ำืฯลอ ึลำิหฯอ ฤษำหล ืู ศฯิษิล\n"
+"ีำิมฮฯืษิุ ฯะลามรษฯฮฮีภ ำษำิลอี Mandrake Linux. ๅำฬษ ืม ึลำิหษส ฤษำห ะีำิ\n"
+"ษฬษ ลำฬษ ำีลำิืีภมั ฯะลามรษฯฮฮมั ำษำิลอม ษำะฯฬฺุีลิ ืำล ฤฯำิีะฮฯล\n"
+"ะาฯำิามฮำิืฯ, ืมอ ะฯฮมฤฯยษิำั ามฺอลิษิุ ลวฯ. ๐ฯ ำีิษ, ามฺอลิหม ึลำิหฯวฯ\n"
+"ฤษำหม ฺมหฬภมลิำั ื ลวฯ ฬฯวษลำหฯอ ฤลฬลฮษษ, ิฯยู ำฯฺฤมิุ ะาฯำิามฮำิืฯ ฤฬั\n"
+"ีำิมฮฯืหษ ืมลส ฮฯืฯส ำษำิลอู Mandrake Linux.\n"
+"\n"
+"๐ฯำหฯฬุหี าลฺีฬุิมิู ะาฯรลำำม ามฺอลิหษ ฯยูฮฯ ฮลฯยามิษอู, ามฺอลิหม อฯึลิ\n"
+"ยูิุ ะีวมภลส ษ ฮมะาัึลฮฮฯส, ลำฬษ ืู ฮลฯะูิฮูส ะฯฬฺุฯืมิลฬุ. ๋ ำมำิุภ ลำิุ\n"
+"อมำิลา, หฯิฯาูส ีะาฯมลิ ิฯิ ะาฯรลำำ. ๐ลาลฤ ฮมมฬฯอ, ะฯึมฬีสำิม, ษฺีษิล\n"
+"าีหฯืฯฤำิืฯ ษ ฺมะมำษิลำุ ืาลอลฮลอ.\n"
+"\n"
+"ๅำฬษ ืมม ีำิมฮฯืหม ฺมะีลฮม ื าลึษอล หำะลาิม, ืู ืฯสฤลิล ื DiskDrake -\n"
+"ำลาืษำฮีภ ะาฯวามออี ามฺอลิหษ Mandrake Linux -, หฯิฯามั ะฯฺืฯฬษิ ืมอ ิฯฮหฯ\n"
+"ฮมำิาฯษิุ ำืฯษ ามฺฤลฬู. ๓อฯิาษิล ามฺฤลฬ DiskDrake ื ``๒ีหฯืฯฤำิืล\n"
+"ะฯฬฺุฯืมิลฬั''. ๗ ษฮิลาฦลสำล ีำิมฮฯืหษ ืู อฯึลิล ษำะฯฬฺุฯืมิุ อมำิลาู,\n"
+"หมห ฺฤลำุ ฯะษำมฮฯ, ฮมึมื ฮม หฮฯะหี ฤษมฬฯวม \"ํมำิลา\".\n"
+"\n"
+"ๅำฬษ ามฺฤลฬู ีึล ยูฬษ ฯะาลฤลฬลฮู ษฺ ะาลฤูฤีลส ีำิมฮฯืหษ ษฬษ ษฺ ฤาีวฯส\n"
+"ำลาืษำฮฯส ะาฯวามออู ามฺอลิหษ, ิฯวฤม ะาฯำิฯ ฮีึฮฯ ืูยลาษิล ษศ ฤฬั ีำิมฮฯืหษ\n"
+"ำืฯลส ำษำิลอู Linux.\n"
+"\n"
+"ๅำฬษ ามฺฤลฬู ฮล ฯะาลฤลฬลฮู, ืมอ ฮลฯยศฯฤษอฯ ำฯฺฤมิุ ษศ, ษำะฯฬฺุีั อมำิลา.\n"
+"๗ ฺมืษำษอฯำิษ ฯิ หฯฮฦษวีามรษษ ืมลวฯ ึลำิหฯวฯ ฤษำหม, ฤฯำิีะฮฯ ฮลำหฯฬุหฯ\n"
+"ฯะรษส:\n"
+"\n"
+" * \"้ำะฯฬฺุฯืมิุ ำืฯยฯฤฮฯล ะาฯำิามฮำิืฯ\": ิม ฯะรษั ะาฯำิฯ ะาษืฯฤษิ ห\n"
+"มืิฯอมิษลำหฯส ามฺอลิหล ืมษศ ะีำิูศ ฤษำหฯื. ๗ ฤมฬุฮลสลอ ืมอ ฮล ยีฤลิ\n"
+"ฺมฤมฮฯ ฮษ ฯฤฮฯวฯ ืฯะาฯำม.\n"
+" * \"้ำะฯฬฺุฯืมิุ ำีลำิืีภษส ามฺฤลฬ\": อมำิลา ฯยฮมาีึษฬ ฯฤษฮ ษฬษ\n"
+"ฮลำหฯฬุหฯ ำีลำิืีภษศ ามฺฤลฬฯื Linux ฮม ืมลอ ึลำิหฯอ ฤษำหล. ๅำฬษ ืู\n"
+"ศฯิษิล ษศ ษำะฯฬฺุฯืมิุ, ืูยลาษิล ิี ฯะรษภ. ๚มิลอ ืมอ ยีฤลิ ะาลฤฬฯึลฮฯ\n"
+"ืูยามิุ ิฯหษ อฯฮิษาฯืมฮษั, ำืัฺมฮฮูล ำ หมึฤูอ ษฺ ามฺฤลฬฯื. ๐ฯ ีอฯฬมฮษภ\n"
+"ืูยามฮู ีฮมำฬลฤฯืมฮฮูล ิฯหษ อฯฮิษาฯืมฮษั, ษ, หมห ะามืษฬฯ, ืู ฤฯฬึฮู ษศ\n"
+"ฯำิมืษิุ.\n"
+"\n"
+" * \"้ำะฯฬฺุฯืมิุ ำืฯยฯฤฮฯล ะาฯำิามฮำิืฯ ฮม ามฺฤลฬล Windows\": ลำฬษ ฮมืมลอ "
+"ึลำิหฯอ ฤษำหล ีำิมฮฯืฬลฮม Microsoft Windows, ษ ฯฮม ฺมฮษอมลิ ืำล\n"
+"ฤฯำิีะฮฯล ฮม ฮลอ อลำิฯ, ืู ฤฯฬึฮู ำฯฺฤมิุ ามฺฤลฬ ฤฬั ฤมฮฮูศ Linux. ไฬั\n"
+"ิฯวฯ ืู อฯึลิล ีฤมฬษิุ ำืฯส ามฺฤลฬ Microsoft Windows ษ ฤมฮฮูล (ำอฯิาษิล\n"
+"ืมาษมฮิู ``๓ิลาลิุ ืลำุ ฤษำห'' ษฬษ ``๒ลึษอ หำะลาิม'') ษฬษ ษฺอลฮษิล ามฺอลา\n"
+"ำืฯลวฯ ามฺฤลฬม Microsoft Windows. ฺ้อลฮลฮษล ามฺอลาม อฯึลิ ยูิุ ืูะฯฬฮลฮฯ\n"
+"ยลฺ ะฯิลาษ หมหษศ-ฬษยฯ ฤมฮฮูศ, ฯยลำะลลฮฮฯส ะาลฤืมาษิลฬุฮฯส ฤลฦามวอลฮิมรษลส\n"
+"ามฺฤลฬม Windows. ๒ลฺลาืษาฯืมฮษล ำืฯษศ ฤมฮฮูศ ืำล ึล ฮล ะฯอลมลิ...\n"
+"ิฯิ ืมาษมฮิ าลหฯอลฮฤีลิำั, ลำฬษ ืู ศฯิษิล ษำะฯฬฺุฯืมิุ Mandrake Linux\n"
+"ษ Microsoft Windows ฮม ฯฤฮฯอ หฯอะุภิลาล.\n"
+"\n"
+"๐ลาลฤ ิลอ, หมห ืูยามิุ ิี ฯะรษภ, ะฯึมฬีสำิม, ะฯสอษิล, ิฯ ะฯำฬล ิฯส\n"
+"ะาฯรลฤีาู ามฺอลา ืมลวฯ ามฺฤลฬม Microsoft Windows ยีฤลิ อลฮุล, ลอ ื\n"
+"ฮมำิฯัษส อฯอลฮิ. ๕ ืมำ ฯำิมฮลิำั อลฮุล ำืฯยฯฤฮฯวฯ อลำิม ะฯฤ Microsoft\n"
+"Windows ฤฬั ศามฮลฮษั ำืฯษศ ฤมฮฮูศ ษฬษ ฤฬั ีำิมฮฯืหษ ฮฯืฯวฯ ะาฯวามออฮฯวฯ\n"
+"ฯยลำะลลฮษั.\n"
+"\n"
+" * \"๓ิลาลิุ ืลำุ ฤษำห\": ลำฬษ ืู ศฯิษิล ีฤมฬษิุ ืำล ฤมฮฮูล ษ ืำล ามฺฤลฬู,\n"
+"ษอลภษลำั ฮม ืมลอ ึลำิหฯอ ฤษำหล ษ ฺมอลฮษิุ ษศ ำืฯลส ฮฯืฯส ำษำิลอฯส\n"
+"Mandrake Linux, ืูยลาษิล ิี ฯะรษภ. โีฤุิล ฯำิฯาฯึฮู ำ ิษอ ืูยฯาฯอ, ะฯิฯอี\n"
+"ิฯ ะฯำฬล ะฯฤิืลาึฤลฮษั ืู ยีฤลิล ฮล ื ำฯำิฯัฮษษ ืลาฮีิุ ืำล ฮมฺมฤ.\n"
+"\n"
+"!! ๅำฬษ ืู ืูยลาลิล ิี ฯะรษภ, ืำล ฤมฮฮูล ฮม ืมลอ ฤษำหล ยีฤีิ ะฯิลาัฮู. !!\n"
+"\n"
+" * \"๕ฤมฬษิุ Windows\": ิฯ ะาฯำิฯ ำฯิาลิ ืำล ำ ฤษำหม ษ ฮมฮลิ ษำิีภ\n"
+"ีำิมฮฯืหี, ามฺอลิษื ืำล ำ ฮีฬั. ๗ำล ฤมฮฮูล ฮม ืมลอ ฤษำหล ยีฤีิ ะฯิลาัฮู.\n"
+"!! ๅำฬษ ืู ืูยลาลิล ิี ฯะรษภ, ืำล ฤมฮฮูล ฮม ืมลอ ฤษำหล ยีฤีิ ะฯิลาัฮู. !!\n"
+"\n"
+" * \"๒ลึษอ หำะลาิม\": ืูยลาษิล ิี ฯะรษภ, ลำฬษ ืู ศฯิษิล ืาีฮีภ ามฺอลิษิุ\n"
+"ำืฯส ึลำิหษส ฤษำห. โีฤุิล ฯำิฯาฯึฮู - ิฯ ฯลฮุ อฯฮูส, ฮฯ ฯะมำฮูส ืูยฯา.\n"
+"๗ู ฯลฮุ ฬลวหฯ อฯึลิล ะฯิลาัิุ ืำล ำืฯษ ฤมฮฮูล. ๐ฯิฯอี ฮล ืูยษามสิล ลวฯ,\n"
+"ะฯหม ืู ฮล ยีฤลิล ฺฮมิุ, ิฯ ืู ฤลฬมลิล. ิฯยู ีฺฮมิุ, หมห ษำะฯฬฺุฯืมิุ\n"
+"ะาษอลฮัลอีภ ฺฤลำุ ีิษฬษิี DiskDrake, ฯยามิษิลำุ ห ามฺฤลฬี ``๕ะามืฬลฮษล\n"
+"ำืฯษอษ ามฺฤลฬมอษ'' ื ``๒ีหฯืฯฤำิืล ะฯฬฺุฯืมิลฬั''."
#: ../../help.pm_.c:341
msgid ""
@@ -3380,6 +3672,17 @@ msgid ""
"appears: review the selection, and press \"Install\" to retrieve and\n"
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
+"๗ฯ ืาลอั ีำิมฮฯืหษ Mandrake Linux, ึลฬมิลฬุฮฯ, ิฯยู ฮลหฯิฯาูล ะมหลิู ยูฬษ\n"
+"ฯยฮฯืฬลฮู ำฯ ืาลอลฮษ ืูศฯฤม ษำศฯฤฮฯวฯ าลฬษฺม. ํฯึลิ ยูิุ, ยูฬษ ษำะามืฬลฮู\n"
+"ฮลหฯิฯาูล ฯษยหษ ษ าลลฮู ืฯะาฯำู ะฯ ยลฺฯะมำฮฯำิษ. ิฯยู ืู อฯวฬษ ะฯฬีษิุ\n"
+"ืูวฯฤี ฯิ ิษศ ฯยฮฯืฬลฮษส, ำลสมำ ืมอ ะาลฤฬมวมลิำั ำหมมิุ ษศ ษฺ ้ฮิลาฮลิม.\n"
+"๗ูยลาษิล \"ไม\", ลำฬษ ี ืมำ ลำิุ ฤลสำิืีภลล ะฯฤหฬภลฮษล ห ้ฮิลาฮลิี, ษฬษ\n"
+"\"๎ลิ\", ลำฬษ ะู ะาลฤะฯิษิมลิล ีำิมฮฯืษิุ ิษ ฯยฮฯืฬลฮษั ะฯฺึล.\n"
+"\n"
+"๐าษ ืูยฯาล \"ไม\" ยีฤลิ ะฯหมฺมฮ ำะษำฯห อลำิ, ษฺ หฯิฯาูศ อฯวีิ ยูิุ ะฯฬีลฮู\n"
+"ฯยฮฯืฬลฮษั. ๚มิลอ ะฯัืษิำั ฤลาลืฯ ืูยฯาม ะมหลิฯื: ืูยลาษิล ฮลฯยศฯฤษอูล\n"
+"ษ ฮมึอษิล \"๕ำิมฮฯืษิุ\", ิฯยู ะฯฬีษิุ ษ ีำิมฮฯืษิุ ืูยามฮฮูล ะมหลิู, ษฬษ\n"
+"ฮม \"๏ิอลฮี\", ิฯยู ะาลาืมิุ ีำิมฮฯืหี."
#: ../../help.pm_.c:419
msgid ""
@@ -3406,9 +3709,17 @@ msgid ""
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
+"๔ละลาุ ฮมำิมฬฯ ืาลอั ืูยามิุ ึลฬมลอูส ฤฬั ิฯส อมษฮู ีาฯืลฮุ ยลฺฯะมำฮฯำิษ.\n"
+"๋มห ะามืษฬฯ, ลอ ยฯฬุล อมษฮม ะฯฤืลาวมลิำั ฯะมำฮฯำิษ, ษ ลอ ยฯฬุล ืมึฮม\n"
+"ศามฮัมัำั ฮม ฮลส ษฮฦฯาอมรษั, ิลอ ืูล ฤฯฬึลฮ ยูิุ ีาฯืลฮุ ยลฺฯะมำฮฯำิษ.\n"
+"๏ฤฮมหฯ ยฯฬลล ืูำฯหษส ีาฯืลฮุ ยลฺฯะมำฮฯำิษ ื ฯำฮฯืฮฯอ ฤฯำิษวมลิำั ื\n"
+"ฺมืษำษอฯำิษ ฯิ ะาฯำิฯิู ษำะฯฬฺุฯืมฮษั. ๏ยามิษิลำุ ห วฬมืล \"msec\"\n"
+"``๒ีหฯืฯฤำิืม ะฯฬฺุฯืมิลฬั'' ฤฬั ะฯฬีลฮษั ฤฯะฯฬฮษิลฬุฮฯส ษฮฦฯาอมรษษ ฯ ิฯอ,\n"
+"ิฯ ฯฺฮมมภิ ิษ ีาฯืฮษ.\n"
+"\n"
+"ๅำฬษ ืู ฮล ฺฮมลิล, ิฯ ืูยามิุ, ฯำิมืุิล ฺฮมลฮษล ะฯ ีอฯฬมฮษภ."
#: ../../help.pm_.c:436
-#, fuzzy
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3480,85 +3791,76 @@ msgid ""
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-"๗ ิฯอ ะีฮหิล ืมอ ฮีึฮฯ ืูยามิุ, หมหษล ามฺฤลฬ(ู) \n"
-"ษำะฯฬฺุฯืมิุ ฤฬั ีำิมฮฯืหษ ืมลส ฮฯืฯส Mandrake Linux ำษำิลอู. ๅำฬษ ามฺฤลฬู\n"
-"ีึล ำฯฺฤมฮู (ืฯ ืาลอั ะาลฤูฤีลส ีำิมฮฯืหษ GNU/Linux ษฬษ ฤาีวฯส\n"
-"ะาฯวามออฯส ามฺยษลฮษั), ืู อฯึลิล ษำะฯฬฺุฯืมิุ ำีลำิืีภษล ามฺฤลฬู. ๗ฯ ืำลศ "
-"ฤาีวษศ ำฬีมัศ,\n"
-"ามฺฤลฬู ึลำิหฯวฯ ฤษำหม ฤฯฬึฮู ยูิุ ฺมฤมฮู.\n"
-"\n"
-"\n"
-"ิฯยู ำฯฺฤมิุ ามฺฤลฬู, ำฮมมฬม ืมอ ฮีึฮฯ ืูยามิุ ึลำิหษส ฤษำห. ๗ูยามิุ ฤษำห "
-"ฤฬั \n"
-"ามฺยษลฮษั ืู อฯึลิล, ฮมึมื \"hda\" ฤฬั ฤษำหม ฮม ะลาืฯอ IDE หมฮมฬล, \"hdb\" "
-"ฤฬั ฤษำหม\n"
-"ฮม ืิฯาฯอ IDE หมฮมฬล, ฬษยฯ \"sda\" ฤฬั ะลาืฯวฯ SCSI ฤษำหม ษ ิมห ฤมฬลล.\n"
-"\n"
-"\n"
-"ไฬั ามฺยษลฮษั ืูยามฮฮฯวฯ ึลำิหฯวฯ ฤษำหม, ืู อฯึลิล ืูยามิุ ืมาษมฮิู:\n"
-"\n"
-" * ๏ษำิษิุ ืำล: ิฯิ ืมาษมฮิ ีฤมฬัลิ ืำล ามฺฤลฬู, ำีลำิืีภษล ฮม "
-"ืูยามฮฮฯอ ึลำิหฯอ ฤษำหล.\n"
-"\n"
-"\n"
-" * แืิฯอมิษลำหฯล ามฺอลลฮษล: ิฯ ืมาษมฮิ ะฯฺืฯฬัลิ มืิฯอมิษลำหษ ำฯฺฤมิุ "
-"ามฺฤลฬู Ext2 ษ ะฯฤหมหษ (swap) ื ำืฯยฯฤฮฯอ (ฮลามฺยษิฯอ) ะาฯำิามฮำิืล "
-"ืมลวฯ \n"
-" ึลำิหฯวฯ ฤษำหม.\n"
+"๗ ิฯอ ะีฮหิล ืมอ ฮลฯยศฯฤษอฯ ืูยามิุ, หมหษล ามฺฤลฬู ยีฤีิ ษำะฯฬฺุฯืมฮู ฤฬั\n"
+"ีำิมฮฯืหษ ืมลส ฮฯืฯส ำษำิลอู Mandrake Linux. ๅำฬษ ามฺฤลฬู ีึล ยูฬษ\n"
+"ฯะาลฤลฬลฮู ษฺ ะาลฤูฤีลส ีำิมฮฯืหษ GNU/Linux ษฬษ ษฺ ฤาีวฯส ำลาืษำฮฯส\n"
+"ะาฯวามออู ามฺอลิหษ, ืู อฯึลิล ษำะฯฬฺุฯืมิุ ำีลำิืีภษล ามฺฤลฬู.\n"
+"๗ ะาฯิษืฮฯอ ำฬีมล ฤฯฬึฮู ยูิุ ฯะาลฤลฬลฮู ามฺฤลฬู ึลำิหฯวฯ ฤษำหม.\n"
"\n"
+"ไฬั ำฯฺฤมฮษั ามฺฤลฬฯื ืู ำฮมมฬม ฤฯฬึฮู ืูยามิุ ึลำิหษส ฤษำห. ๗ู อฯึลิล\n"
+"ืูยามิุ ฤษำห ฤฬั ามฺอลิหษ, ฮมึมื ฮม \"hda\" ฤฬั ะลาืฯวฯ IDE-ฤษำหม, \"hdb\"\n"
+"- ฤฬั ืิฯาฯวฯ, \"sda\" ฤฬั ะลาืฯวฯ SCSI-ฤษำหม ษ ิมห ฤมฬลล.\n"
"\n"
-" * ๗ฯำำิมฮฯืษิุ ิมยฬษรี ามฺฤลฬฯื: ื ิฯอ ะีฮหิล ืู อฯึลิล ะฯะูิมิุำั "
-"ืฯำำิมฮฯืษิุ ืมี ิมยฬษรม ามฺฤลฬฯื, ลำฬษ ฯฮม ะฯืาลึฤลฮม. โีฤุิล\n"
-" ฯำิฯาฯึฮู ษ ะฯอฮษิล, ิฯ ะฯะูิหม อฯึลิ ฺมหฯฮษิุำั ฮลีฤมฮฯ.\n"
+"ไฬั ามฺอลิหษ ืูยามฮฮฯวฯ ึลำิหฯวฯ ฤษำหม ืู อฯึลิล ษำะฯฬฺุฯืมิุ ิษ ฯะรษษ:\n"
"\n"
+" * \"๏ษำิษิุ ืำล\": ิม ฯะรษั ีฤมฬัลิ ืำล ามฺฤลฬู ฮม ืูยามฮฮฯอ ึลำิหฯอ\n"
+"ฤษำหล;\n"
"\n"
-" * ๏ิหมิ: ิฯิ ะีฮหิ ืู อฯึลิล ษำะฯฬฺุฯืมิุ ฤฬั ฯิอลฮู ำฤลฬมฮฮูศ ืมอษ "
-"ษฺอลฮลฮษส.\n"
+" * \"๒มฺอลำิษิุ มืิฯอมิษลำหษ\": ิม ฯะรษั ะฯฺืฯฬัลิ มืิฯอมิษลำหษ ำฯฺฤมิุ\n"
+"ามฺฤลฬู ext3 ษ swap ฮม ำืฯยฯฤฮฯอ ะาฯำิามฮำิืล ืมลวฯ ึลำิหฯวฯ ฤษำหม;\n"
"\n"
+"\"ไฯะฯฬฮษิลฬุฮฯ\": ะาลฤฯำิมืฬัลิ ฤฯำิีะ ห ฤฯะฯฬฮษิลฬุฮูอ ืฯฺอฯึฮฯำิัอ:\n"
"\n"
-" * ๐ลาลฺมวาีฺษิุ: ิฯิ ะีฮหิ ืู อฯึลิล ืูยามิุ ฤฬั ฯิอลฮู ืำลศ ษฺอลฮลฮษส ษ "
-"ฺมวาีฺหษ ืมลส ษำศฯฤฮฯส (ะลาืฯฮมมฬุฮฯส) ิมยฬษรู ามฺฤลฬฯื\n"
+" * \"๓ฯศามฮษิุ ิมยฬษรี ามฺฤลฬฯื\": ำฯศามฮัลิ ิมยฬษรี ามฺฤลฬฯื ฮม ฤษำหลิี.\n"
+"๐ฯฬลฺฮฯ ฤฬั ะฯำฬลฤีภลวฯ ืฯำำิมฮฯืฬลฮษั ิมยฬษรู ามฺฤลฬฯื, ลำฬษ ิฯ\n"
+"ฮลฯยศฯฤษอฯ. ๎มำิฯัิลฬุฮฯ าลหฯอลฮฤีลิำั ืูะฯฬฮษิุ ิฯิ ิมะ;\n"
"\n"
+" * \"๗ฯำำิมฮฯืษิุ ิมยฬษรี ามฺฤลฬฯื\": ะฯฺืฯฬัลิ ืฯำำิมฮฯืษิุ ะาลฤืมาษิลฬุฮฯ\n"
+"ำฯศามฮลฮฮีภ ิมยฬษรี ามฺฤลฬฯื ำ ฤษำหลิู; \n"
"\n"
-" * ํมำิลา: ืูยลาษิล ิฯิ ะีฮหิ, ลำฬษ ืู ศฯิษิล ษำะฯฬฺุฯืมิุ ะาฯวามออี-"
-"อมำิลา ฤฬั ามฺยษลฮษั ืมลวฯ ึลำิหฯวฯ ฤษำหม. ๒ลหฯอลฮฤีลิำั, ลำฬษ ี ืมำ\n"
-" ฮลยฯฬุฯส ฯะูิ ื ามฺยษลฮษษ ฤษำหฯื ฮม ามฺฤลฬู.\n"
+" * \"๓ะมำิษ ิมยฬษรี ามฺฤลฬฯื\": ลำฬษ ืมม ิมยฬษรม ามฺฤลฬฯื ะฯืาลึฤลฮม, ืู\n"
+"อฯึลิล ะฯะูิมิุำั ืฯำำิมฮฯืษิุ ลล, ษำะฯฬฺุีั ิี ฯะรษภ. ๐ฯึมฬีสำิม, ยีฤุิล\n"
+"ฯำิฯาฯึฮู ษ ะฯอฮษิล, ิฯ ืฯำำิมฮฯืฬลฮษล อฯึลิ ฺมืลาษิุำั ฮลีฤมลส;\n"
+" * \"๐ลาลฺมวาีฺษิุ ิมยฬษรี ามฺฤลฬฯื\": ฯิอลฮัลิ ืำล ษฺอลฮลฮษั ษ ฺมวาีึมลิ\n"
+"ืมี ษำศฯฤฮีภ ิมยฬษรี ามฺฤลฬฯื;\n"
"\n"
+" * \"แืิฯอมิษลำหฯล อฯฮิษาฯืมฮษล ำ฿ลอฮูศ ีำิาฯสำิื\": ียามื วมฬฯหี ำ ิฯส\n"
+"ฯะรษษ, ืู ฺมำิมืษิล ะฯฬฺุฯืมิลฬลส ืาีฮีภ อฯฮิษาฯืมิุ ษ ามฺอฯฮิษาฯืมิุ\n"
+"ำ฿ลอฮูล ฮมหฯะษิลฬษ, ิมหษล หมห ฤษำหลิู ษ หฯอะมหิ-ฤษำหษ;\n"
"\n"
-" * ๗ฯำำิมฮฯืษิุำั ำ ฤษำหลิู: ืูยามื ิฯิ ะีฮหิ, ืู อฯึลิล ืฯำำิมฮฯืษิุ "
-"ิมยฬษรี ามฺฤลฬฯื, ลำฬษ ืู ลล ำฯศามฮัฬษ ืฯ ืาลอั\n"
-" ะลาฤูฤีลส ีำิมฮฯืหษ.\n"
+" * \"ํมำิลา\": ษำะฯฬฺุีสิล ิี ฯะรษภ, ลำฬษ ืู ศฯิษิล ษำะฯฬฺุฯืมิุ อมำิลา\n"
+"ฤฬั ามฺอลิหษ ำืฯลวฯ ึลำิหฯวฯ ฤษำหม. ๏ฮม าลหฯอลฮฤีลิำั, ลำฬษ ืู ำฬมยฯ\n"
+"ามฺยษามลิลำุ ื ามฺอลิหล ึลำิหษศ ฤษำหฯื.\n"
"\n"
+" * \"๏ิอลฮม\": ษำะฯฬฺุีสิล ิี ฯะรษภ ฤฬั ฯิอลฮู ำืฯษศ ษฺอลฮลฮษส;\n"
"\n"
-" * ๓ฯศามฮษิุ ฮม ฤษำหลิี: ืูยลาษิล ิฯิ ะีฮหิ, ิฯยู ำฯศามฮษิุ ิมยฬษรี "
-"ามฺฤลฬฯื ฮม ฤษำหลิี. ิฯ ฤมำิ ืมอ ืฯฺอฯึฮฯำิุ ืฯำำิมฮฯืษิุ ลล ะฯฺึล\n"
-" . ๎มำิฯัิลฬุฮฯ าลหฯอลฮฤีลิำั ษำะฯฬฺุฯืมิุ ิฯิ ะีฮหิ\n"
+" * \"๐ลาลหฬภษิำั ื าลึษอ ฮฯาอมฬุฮูส/หำะลาิม\": ามฺาลมลิ ฤฯะฯฬฮษิลฬุฮูล\n"
+"ฤลสำิืษั ฮมฤ ามฺฤลฬมอษ (ิษะ, ฯะรษษ, ฦฯาอมิ) ษ ืูืฯฤษิ ฤฯะฯฬฮษิลฬุฮีภ\n"
+"ษฮฦฯาอมรษภ;\n"
"\n"
+" * \"็ฯิฯืฯ\": หฯวฤม ืู ฺมหฯฮษิล ามฺอลิหี ำืฯลวฯ ึลำิหฯวฯ ฤษำหม, ิฯ\n"
+"ำฯศามฮษิ ืมษ ษฺอลฮลฮษั ฮม ฤษำห.\n"
"\n"
-" * ๗ูะฯฬฮลฮฯ: ืูยลาษิล ิฯิ ะีฮหิ, หฯวฤม ืู ฺมหฯฮษิล ามฺยษลฮษล drive, "
-"ิฯยู ำฯศามฮษิุ ำฤลฬมฮฮูล ษฺอลฮลฮษั.\n"
+"๐าษอลมฮษล: ืู อฯึลิล ะลาลสิษ ห ฬภยฯส ฯะรษษ, ษำะฯฬฺุีั หฬมืษมิีาี.\n"
+"๐ลาลศฯฤษิล ะฯ ามฺฤลฬมอ, ษำะฯฬฺุีั [Tab] ษ ำิาลฬหษ [๗ืลาศ/๗ฮษฺ].\n"
"\n"
+"๋ฯวฤม ืูยามฮ ามฺฤลฬ, ืู อฯึลิล ษำะฯฬฺุฯืมิุ:\n"
"\n"
-"๗ู อฯึลิล ะลาลสิษ ห ืูยฯาี ฬภยฯวฯ ะีฮหิม ำ หฬมืษมิีาู: ะลาลศฯฤ อลึฤี "
-"ามฺฤลฬมอษ ฯำีลำิืฬัลิำั ำ ะฯอฯุภ หฬมืษ Tab ษ ำิาลฬฯห ๗ืลาศ/๗ฮษฺ.\n"
+" * Ctrl-c, ิฯยู ำฯฺฤมิุ ฮฯืูส ามฺฤลฬ (หฯวฤม ืูยามฮ ะีำิฯส ามฺฤลฬ);\n"
"\n"
+" * Ctrl-d, ิฯยู ีฤมฬษิุ ามฺฤลฬ;\n"
"\n"
-"๋ฯวฤม ามฺฤลฬ ืูยามฮ, ๗ู อฯึลิล ษำะฯฬฺุฯืมิุ:\n"
+" * Ctrl-m, ิฯยู ีำิมฮฯืษิุ ิฯหี อฯฮิษาฯืมฮษั.\n"
"\n"
-" * Ctrl-c ฤฬั ำฯฺฤมฮษั ฮฯืฯวฯ ามฺฤลฬม (หฯวฤม ืูยามฮ ะีำิฯส "
-"ามฺฤลฬ)\n"
+"ไฬั ะฯฬีลฮษั ษฮฦฯาอมรษษ ฯ ิษะมศ ามฺฬษฮูศ ฤฯำิีะฮูศ ฦมสฬฯืูศ ำษำิลอ, "
+"ะฯึมฬีสำิม, ะาฯิษิล วฬมืี ext2FS ษฺ ``๒ีหฯืฯฤำิืม ะฯฬฺุฯืมิลฬั''.\n"
"\n"
-" * Ctrl-d ฤฬั ีฤมฬลฮษั ามฺฤลฬม\n"
-"\n"
-" * Ctrl-m ฤฬั ฺมฤมฮษั ิฯหษ อฯฮิษาฯืมฮษั\n"
-" \n"
-"\n"
-" \n"
-"ๅำฬษ ืู ืูะฯฬฮัลิล ีำิมฮฯืหี ฮม หฯอะุภิลาล PPC, ืฯฺอฯึฮฯ, ืู ฺมศฯิษิล "
-"ำฯฺฤมิุ ฮลยฯฬุฯส HFS 'bootstrap' ามฺฤลฬ ฮล อลฮลล 1MB ฤฬั ษำะฯฬฺุฯืมฮษั ลวฯ\n"
-"ฮมมฬุฮูอ ฺมวาีฺษหฯอ yaboot. ๅำฬษ ืู าลษิล ำฤลฬมิุ ามฺฤลฬ ฮลอฮฯวฯ ยฯฬุล, "
-"ฮมะาษอลา 50MB, ืู อฯึลิล ษำะฯฬฺุฯืมิุ ิฯ อลำิฯ ฤฬั \n"
-"ศามฮลฮษั ัฤาม ษ ฯยามฺม ramdisk ฤฬั ำฬีมลื มืมาษสฮฯส ฺมวาีฺหษ."
+"ๅำฬษ ืู ืูะฯฬฮัลิล ีำิมฮฯืหี ฮม อมษฮี PPC, ืมอ ะฯฮมฤฯยษิำั ำฯฺฤมิุ\n"
+"ฮลยฯฬุฯส ามฺฤลฬ HFS 'bootstrap' ะฯ หามสฮลส อลาล, 1ํโ, หฯิฯาูส ยีฤลิ\n"
+"ษำะฯฬฺุฯืมฮ ฮมมฬุฮูอ ฺมวาีฺษหฯอ yaboot. ๅำฬษ ืู ะาลฤะฯิลิล ำฤลฬมิุ\n"
+"ามฺฤลฬ ีิฯหี ยฯฬุล, ำหมึลอ, 50ํโ, ืู อฯึลิล ฮมสิษ ลวฯ ะฯฬลฺฮูอ อลำิฯอ\n"
+"ฤฬั ศามฮลฮษั ฺมะมำฮฯวฯ ัฤาม ษ ฯยามฺฯื ram-ฤษำหม ฤฬั ำฬีมลื มืมาษสฮฯส\n"
+"ฺมวาีฺหษ."
#: ../../help.pm_.c:507
msgid ""
@@ -3628,7 +3930,6 @@ msgstr ""
"๐ฯึมฬีสำิม, ฺมะมำษิลำุ ิลาะลฮษลอ. ิม ฯะลามรษั อฯึลิ ฺมฮัิุ ฮลำหฯฬุหฯ อษฮีิ."
#: ../../help.pm_.c:541
-#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
@@ -3666,41 +3967,42 @@ msgid ""
"GNU/Linux, so it is not recommended that those without a fair amount of\n"
"experience select this installation class."
msgstr ""
-"๐ฯึมฬีสำิม, ืูยลาษิล \"๕ำิมฮฯืหม\", ลำฬษ ี ืมำ ฮล ยูฬม ีำิมฮฯืฬลฮม "
-"ะาลฤูฤีมั ืลาำษั Mandrake Linux\n"
-"ษฬษ ืู ศฯิษิล ษำะฯฬฺุฯืมิุ ฮลำหฯฬุหฯ ฯะลามรษฯฮฮูศ ำษำิลอ.\n"
-"\n"
-"\n"
-"๐ฯึมฬีสำิม, ืูยลาษิล \"๏ยฮฯืฬลฮษล\", ลำฬษ ืู ศฯิษิล ฯยฮฯืษิุ ีึล "
-"ีำิมฮฯืฬลฮฮีภ ืลาำษภ Mandrake Linux.\n"
-"\n"
-"\n"
-"๗ ฺมืษำษอฯำิษ ฯิ ืมลวฯ ฯะูิม ื GNU/Linux, ืู อฯึลิล ืูยามิุ ฯฤษฮ ษฺ "
-"ำฬลฤีภษศ ีาฯืฮลส ีำิมฮฯืหษ ษฬษ ฯยฮฯืฬลฮษั ืมลส\n"
-"ฯะลามรษฯฮฮฮฯส ำษำิลอู Mandrake Linux:\n"
+"ไฬั DrakX ิละลาุ ฮลฯยศฯฤษอฯ ฺฮมิุ ศฯิษิล ฬษ ืู ืูะฯฬฮษิุ ีำิมฮฯืหี ะฯ "
+"ีอฯฬมฮษภ (\"๒ลหอฯฮฤีลอีภ\"), ษฬษ ืู ศฯิษิล ะฯฬีษิุ ยฯฬุษส หฯฮิาฯฬุ "
+"(\"หำะลาิ\"). ๗ู ิมหึล อฯึลิล ืูยามิุ ฮฯืีภ ีำิมฮฯืหี ษฬษ ฯยฮฯืฬลฮษล "
+"ำีลำิืีภลส ำษำิลอู Mandrake Linux:\n"
"\n"
"* ๒ลหฯอลฮฤีลอูส: ลำฬษ ืู ามฮลล ฮษหฯวฤม ฮล ีำิมฮมืฬษืมฬษ ฯะลามรษฯฮฮูศ ำษำิลอ "
"GNU/Linux ืูยลาษิล ิฯิ. ๕ำิมฮฯืหม ยีฤลิ\n"
" ฯลฮุ ะาฯำิฯส ษ ืมอ ยีฤลิ ฺมฤมฮฯ ืำลวฯ ฮลำหฯฬุหฯ ืฯะาฯำฯื.\n"
"\n"
+" * \"๕ำิมฮฯืหม\": ะฯฬฮฯำิุภ ีฤมฬัลิ ำิมาีภ ำษำิลอี, ฯฤฮมหฯ, ื ฺมืษำษอฯำิษ ฯิ "
+"ิฯวฯ, ิฯ ื ฤมฮฮูส อฯอลฮิ ีำิมฮฯืฬลฮฯ ฮม ืมลส อมษฮล, ืู อฯึลิล ฯำิมืษิุ "
+"ฮลหฯิฯาูล ำิมาูล ามฺฤลฬู (Linux ษฬษ ฤาีวษล) ยลฺ ษฺอลฮลฮษส;\n"
+"\n"
+" * \"๏ยฮฯืฬลฮษล\": ิฯิ หฬมำำ ีำิมฮฯืหษ ะฯฺืฯฬัลิ ะาฯำิฯ ฯยฮฯืษิุ ะมหลิู, "
+"ีำิมฮฯืฬลฮฮูล ื ฤมฮฮูส อฯอลฮิ ื ืมลส ำษำิลอล. ๏ฮ ำฯศามฮัลิ ิลหีษล ามฺฤลฬู "
+"ืมษศ ึลำิหษศ ฤษำหฯื, ม ิมหึล ฮมำิาฯสหษ ะฯฬฺุฯืมิลฬลส. ๗ำล ฤาีวษล ิมะู "
+"ฮมำิาฯสหษ ฯำิมภิำั ื ำษฬล ะฯ มฮมฬฯวษษ ำ ฯยูฮฯส ีำิมฮฯืหฯส;\n"
+" * \"๔ฯฬุหฯ ฯยฮฯืฬลฮษล ะมหลิฯื\": ิฯิ ฮฯืูส หฬมำำ ีำิมฮฯืหษ ะฯฺืฯฬัลิ ืมอ "
+"ฯยฮฯืษิุ ำีลำิืีภีภ ำษำิลอี Mandrake Linux, ฯำิมืษื ะาษ ิฯอ ำษำิลอฮูล "
+"ฮมำิาฯสหษ ยลฺ ษฺอลฮลฮษส. ไฯยมืฬลฮษล ฮฯืูศ ะมหลิฯื ื ิลหีีภ ีำิมฮฯืหี ิมหึล "
+"ืฯฺอฯึฮฯ.\n"
"\n"
-"* ๗ูยฯาฯฮูส: ลำฬษ ืู ฤฯำิมิฯฮฯ ฺฮมหฯอู ำ GNU/Linux, ิฯ อฯึลิล ืูยามิุ "
-"รลฬลืฯล ฮมฺฮมลฮษล (ามยฯมั ำิมฮรษั, ำลาืลา,\n"
-" ามฺามยฯิหม ะาฯวามออ) ืมลส ำษำิลอู. ๗มอ ยีฤลิ ฺมฤมฮฯ ยฯฬุล ืฯะาฯำฯื, ลอ "
-"ื ืมาษมฮิล ีำิมฮฯืหษ \"๒ลหฯอลฮฤีลิำั\" \n"
-" ีาฯืลฮุ, ะฯิฯอี ืมอ ฮีึฮฯ ฺฮมิุ, หมห ามยฯิมลิ GNU/Linux ิฯยู ืูยามิุ "
-"ิฯิ ีาฯืลฮุ ีำิมฮฯืหษ.\n"
+"๏ยฮฯืฬลฮษั ฤฯฬึฮู ะาลหามำฮฯ ามยฯิมิุ ฮม ำษำิลอมศ Mandrake Linux ืลาำษส \"8.1"
+"\" ษฬษ ยฯฬลล ะฯฺฤฮษศ.\n"
"\n"
+"๗ ฺมืษำษอฯำิษ ฯิ ืมลวฯ ีาฯืฮั ฺฮมฮษั GNU/Linux, ืูยลาษิล ฯฤษฮ ษฺ ำฬลฤีภษศ\n"
+"ืมาษมฮิฯื:\n"
"\n"
-"* หำะลาิ: ลำฬษ ืู ฯยฬมฤมลิล ศฯาฯษอษ ฺฮมฮษัอษ ื GNU/Linux, ืู อฯึลิล "
-"ืูยามิุ ิฯิ ีาฯืลฮุ ีำิมฮฯืหษ. ๋มห ษ ื ีาฯืฮล \"๗ูยฯาฯฮมั\",\n"
-" ืู ำอฯึลิล ืูยามิุ รลฬลืฯล ฮมฺฮมลฮษล (ามยฯมั ำิมฮรษั, ำลาืลา, ามฺามยฯิหม "
-"ะาฯวามออ). โีฤุิล ฯลฮุ\n"
-" ฯำิฯาฯึฮู ื ืูยฯาล ิฯวฯ ีาฯืฮั ีำิมฮฯืหษ. ๗ ฮลอ ืู อฯึลิล ฯำีลำิืษิุ "
-"ฯลฮุ ิฯฮหีภ ฮมำิาฯสหี ะาฯรลำำม ีำิมฮฯืหษ.\n"
-" ๏ิืลิษิุ ฮม ฮลหฯิฯาูล ืฯะาฯำู, ฮล ฯยฬมฤมั ศฯาฯษอษ ฺฮมฮษัอษ ื GNU/Linux, "
-"อฯึลิ ยูิุ ฯลฮุ ิาีฤฮฯ. ๐ฯิฯอี ฮล ืูยษามสิล ิฯิ ีาฯืลฮุ ีำิมฮฯืหษ,\n"
-" ลำฬษ ืู ฮล ีืลาลฮู ื ิฯอ, ิฯ ฤลฬมลิล."
+" * ๒ลหฯอลฮฤีลอูส: ืูยลาษิล ลวฯ, ลำฬษ ืู ฮษหฯวฤม ฮล ีำิมฮมืฬษืมฬษ\n"
+"ฯะลามรษฯฮฮีภ ำษำิลอี GNU/Linux. ๕ำิมฮฯืหม ยีฤลิ ฯลฮุ ะาฯำิฯส ษ ืมอ ยีฤลิ\n"
+"ฺมฤมฮฯ ืำลวฯ ฬษุ ฮลำหฯฬุหฯ ืฯะาฯำฯื;\n"
+"\n"
+" * หำะลาิ: ลำฬษ ืู ศฯาฯฯ ามฺยษามลิลำุ ื GNU/Linux, ืู อฯึลิล ืูะฯฬฮษิุ\n"
+"ษาฯหฯ ฮมำิามษืมลอีภ ีำิมฮฯืหี. ๎ลหฯิฯาูล าลลฮษั, หฯิฯาูล ืู ฤฯฬึฮู ยีฤลิล\n"
+"ะาษฮัิุ, อฯวีิ ฯหมฺมิุำั ิาีฤฮูอษ, ลำฬษ ืู ำฬมยฯ ฺฮมลิล GNU/Linux, ะฯิฯอี\n"
+"ฮล าลหฯอลฮฤีลิำั ืูยษามิุ ิฯิ หฬมำำ ีำิมฮฯืหษ, ฮล ษอลั ฤฯำิมิฯฮฯวฯ ฯะูิม."
#: ../../help.pm_.c:578
msgid ""
@@ -3719,6 +4021,21 @@ msgid ""
"asked on next dialog to choose the key binding that will switch the\n"
"keyboard layout between the latin and non latin layouts."
msgstr ""
+"๏ยูฮฯ DrakX ะามืษฬุฮฯ ืูยษามลิ ฤฬั ืมำ หฬมืษมิีาี (ื ฺมืษำษอฯำิษ ฯิ\n"
+"ืูยามฮฮฯวฯ ืมอษ ัฺูหม). ๏ฤฮมหฯ ี ืมำ อฯึลิ ฯิำีิำิืฯืมิุ หฬมืษมิีาม, ิฯฮฯ\n"
+"ำฯฯิืลิำิืีภมั ืมลอี ัฺูหี: ฮมะาษอลา, ลำฬษ ืู าีำำหฯัฺูฮูส ีหามษฮลร,\n"
+"ืมอ ืำล-ิมหษ อฯึลิ ะฯฮมฤฯยษิุำั าีำำหมั หฬมืษมิีาม. ้ฬษ, ลำฬษ ืู วฯืฯาษิล\n"
+"ะฯ-มฮวฬษสำหษ, ม ฮมศฯฤษิลำุ ื ๋ืลยลหล, ืู อฯึลิ ฯหมฺมิุำั ื ิมหฯส ึล\n"
+"ำษิีมรษษ. ๗ ฯยฯษศ ำฬีมัศ ืู ฤฯฬึฮู ยีฤลิล ืลาฮีิุำั ฮม ิฯิ ิมะ ีำิมฮฯืหษ\n"
+"ษ ืูยามิุ ษฺ ำะษำหม ำฯฯิืลิำิืีภีภ หฬมืษมิีาี.\n"
+"\n"
+"๎มึอษิล ฮม หฮฯะหี \"ไฯะฯฬฮษิลฬุฮฯ\", ิฯยู ีืษฤลิุ ะฯฬฮูส ำะษำฯห\n"
+"ะฯฤฤลาึษืมลอูศ หฬมืษมิีา.\n"
+"\n"
+"ๅำฬษ ืู ืูยลาลิล ามำหฬมฤหี หฬมืษมิีาู, ฯำฮฯืมฮฮีภ ฮม ฮลฬมิษฮำหฯอ มฬฦมืษิล,\n"
+"ื ำฬลฤีภลอ ฤษมฬฯวล ืมอ ยีฤลิ ฺมฤมฮ ืฯะาฯำ ฤฬั ืูยฯาม หฯอยษฮมรษษ หฬมืษ,\n"
+"หฯิฯามั ยีฤลิ ฯำีลำิืฬัิุ ะลาลหฬภลฮษล อลึฤี ฬมิษฮำหฯส ษ ฮลฬมิษฮำหฯส\n"
+"ามำหฬมฤหมอษ หฬมืษมิีาู."
#: ../../help.pm_.c:594
msgid ""
@@ -3736,6 +4053,22 @@ msgid ""
"Note that multiple languages may be installed. Once you have selected any\n"
"additional locales, click the \"OK\" button to continue."
msgstr ""
+"๐ลาืูอ มวฯอ ัืฬัลิำั ืูยฯา ะาลฤะฯษิมลอฯวฯ ัฺูหม.\n"
+"\n"
+"๐ฯึมฬีสำิม, ืูยลาษิล ะาลฤะฯษิมลอูส ัฺูห ฤฬั ีำิมฮฯืหษ ษ ษำะฯฬฺุฯืมฮษั ื\n"
+"ำษำิลอล.\n"
+"\n"
+"๎มึมื ฮม หฮฯะหี \"ไฯะฯฬฮษิลฬุฮฯ\", ืู ำอฯึลิล ืูยามิุ ฤาีวษล ัฺูหษ, หฯิฯาูล\n"
+"ยีฤีิ ีำิมฮฯืฬลฮู ฮม ืมี ามยฯีภ ำิมฮรษภ. ๐าษ ืูยฯาล ฤาีวษศ ัฺูหฯื ยีฤีิ\n"
+"ีำิมฮฯืฬลฮู ฦมสฬู ิฯวฯ ัฺูหม, ฮลฯยศฯฤษอูล ฤฬั ำษำิลอฮฯส ฤฯหีอลฮิมรษษ ษ\n"
+"ะาษฬฯึลฮษส. ๎มะาษอลา, ลำฬษ ืู ยีฤลิล ะาลฤฯำิมืฬัิุ ฮม ำืฯลส อมษฮล ศฯำิษฮว\n"
+"ฤฬั ะฯฬฺุฯืมิลฬลส ษฺ ้ำะมฮษษ, ืูยลาษิล ษฺ ฤลาลืม าีำำหษส ื หมลำิืล\n"
+"วฬมืฮฯวฯ ัฺูหม ษ ื ามฺฤลฬล ไฯะฯฬฮษิลฬุฮฯ ะฯำิมืุิล วมฬฯหี ฮมะาฯิษื\n"
+"\"้ำะมฮำหมั|้ำะมฮษั\".\n"
+"\n"
+"๐ฯอฮษิล, ิฯ อฯึลิ ยูิุ ีำิมฮฯืฬลฮฯ ฮลำหฯฬุหฯ ัฺูหฯื. ๐ฯำฬล ิฯวฯ, หมห ืู\n"
+"ืูยลาษิล หมหษล-ฬษยฯ ฤฯะฯฬฮษิลฬุฮูล าลวษฯฮมฬุฮูล ำะลรษฦษหษ, ฮมึอษิล ฮม\n"
+"หฮฯะหี \"๏๋\" ฤฬั ะาฯฤฯฬึลฮษั."
#: ../../help.pm_.c:609
msgid ""
@@ -3759,6 +4092,24 @@ msgid ""
"mouse to activate it correctly. Then test all buttons and movements are\n"
"correct."
msgstr ""
+"DrakX ฯยูฮฯ ำมอ ฯะาลฤลฬัลิ หฯฬษลำิืฯ หฮฯะฯห ฮม ืมลส อูษ. ๅำฬษ ิฯ ฮล\n"
+"ิมห, ฯฮ ำฤลฬมลิ ะาลฤะฯฬฯึลฮษล, ิฯ ี ืมำ ฤืีศหฮฯะฯฮมั อูุ, ษ ฮมำิาฯษิ ลล\n"
+"ฤฬั อีฬัรษษ ิาลิุลส หฮฯะหษ. DrakX มืิฯอมิษลำหษ ามำะฯฺฮมลิ ิษะ\n"
+"ะฯฤหฬภลฮฮฯส อูษ: PS/2, USB ษฬษ ะฯำฬลฤฯืมิลฬุฮมั.\n"
+"ๅำฬษ ืู ฺมศฯิษิล ืูยามิุ ฤาีวฯส ิษะ อูษ, ืูยลาษิล ำฯฯิืลิำิืีภษส ิษะ ษฺ\n"
+"ะาลฤฬฯึลฮฮฯวฯ ำะษำหม.\n"
+"\n"
+"ๅำฬษ ืู ืูยลาษิล อูุ, ฯิฬษมภีภำั ฯิ อูษ ะฯ ีอฯฬมฮษภ, ยีฤลิ ะฯหมฺมฮ\n"
+"หามฮ ฤฬั ะาฯืลาหษ. ้ำะฯฬฺุีสิล หฮฯะหษ ษ หฯฬลำษหฯ, ิฯยู ะาฯืลาษิุ\n"
+"ะามืษฬุฮฯำิุ ษศ ฮมำิาฯสหษ. ๅำฬษ อูุ ามยฯิมลิ ฮลหฯาาลหิฮฯ, ฮมึอษิล ฮม\n"
+"ะาฯยลฬ ษฬษ [Enter] ฤฬั \"๏ิอลฮู\" ษ ืูยลาษิล ลล ามฺ.\n"
+"\n"
+"ํูษ ำ หฯฬลำษหฯอ ษฮฯวฤม ฮล ฯยฮมาีึษืมภิำั มืิฯอมิษลำหษ. ๗มอ ะฯฮมฤฯยษิำั\n"
+"ืาีฮีภ ืูยามิุ ษศ ษฺ ำะษำหม. ๕ยลฤษิลำุ, ิฯ ืู ะามืษฬุฮฯ ืูยามฬษ ะฯาิ, ห\n"
+"หฯิฯาฯอี ะฯฤหฬภลฮม ืมม อูุ. ๐ฯำฬล ิฯวฯ, หมห ืู ฮมึอลิล ฮม หฮฯะหี \"๏๋\",\n"
+"ยีฤลิ ะฯหมฺมฮฯ ษฺฯยามึลฮษล อูษ. ๗มอ ฮมฤฯ ยีฤลิ ะาฯหาีิษิุ หฯฬลำษหฯ ำืฯลส\n"
+"อูษ, ิฯยู ียลฤษิำั ื ะามืษฬุฮฯำิษ ลวฯ ามยฯิู. ๚มิลอ ะาฯืลาุิล ืำล หฮฯะหษ\n"
+"ษ ฤืษึลฮษั อูษ."
#: ../../help.pm_.c:630
msgid ""
@@ -3805,6 +4156,41 @@ msgid ""
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
+"ิฯ ำมอมั ืมึฮมั ฤฬั ยลฺฯะมำฮฯำิษ ืมลส ำษำิลอู GNU/Linux ิฯหม ะาษฮัิษั\n"
+"าลลฮษั: ืู ฤฯฬึฮู ืืลำิษ ะมาฯฬุ \"root'a\". \"root\" ัืฬัลิำั ำษำิลอฮูอ\n"
+"มฤอษฮษำิามิฯาฯอ, ษ ฯฮ ลฤษฮำิืลฮฮูส มืิฯาษฺฯืมฮ ฤฬั ืูะฯฬฮลฮษั ฯยฮฯืฬลฮษส,\n"
+"ฤฯยมืฬลฮษั ะฯฬฺุฯืมิลฬลส, ษฺอลฮลฮษั หฯฮฦษวีามรษษ ืำลส ำษำิลอู ษ ิมห ฤมฬลล.\n"
+"๋ฯาฯล วฯืฯาั, \"root\" อฯึลิ ำฤลฬมิุ ืำล, ิฯ ีวฯฤฮฯ! ๗ฯิ ะฯลอี ืู\n"
+"ฤฯฬึฮู ืูยามิุ ะมาฯฬุ, หฯิฯาูส ิาีฤฮฯ ีวมฤมิุ - DrakX ำฯฯยษิ ืมอ, ลำฬษ ฯฮ\n"
+"ำฬษหฯอ ะาฯำิ. ๋มห ืู ืษฤษิล, ะมาฯฬุ อฯึฮฯ ษ ฮล ืืฯฤษิุ, ฮฯ อู ฮมำิฯัิลฬุฮฯ\n"
+"ำฯืลิีลอ ืมอ ฮล ฤลฬมิุ ิฯวฯ, ศฯิั ยู ะฯ ฯฤฮฯส ะาษษฮล: ฮล ฤีอมสิล, ิฯ,\n"
+"ลำฬษ ืู ฺมวาีฺษฬษ GNU/Linux, ิฯ ืมษ ฤาีวษล ฯะลามรษฯฮฮูล ำษำิลอู\n"
+"ฺมำิามศฯืมฮู ฯิ ฯษยฯห. ๐ฯิฯอี หมห \"root\" อฯึลิ ฯยฯสิษ ืำล ฯวามฮษลฮษั\n"
+"ษ ฮลีอูฬลฮฮฯ ีฤมฬษิุ ืำภ ษฮฦฯาอมรษภ ฮม ามฺฤลฬมศ, ฮลยาลึฮฯ ะฯฬีษื ห ฮษอ\n"
+"ฤฯำิีะ, ืมึฮฯ, ิฯยู ลอี ำมอฯอี ยูฬฯ ิาีฤฮฯ ำิมิุ \"root'ฯอ\".\n"
+"\n"
+"๐มาฯฬุ ฤฯฬึลฮ ยูิุ ำอลำุภ มฬฦมืษิฮฯ-รษฦาฯืูศ ำษอืฯฬฯื ษ ฤฬษฮฯส หมห อษฮษอีอ\n"
+"ื 8 ำษอืฯฬฯื. ๎ษหฯวฤม ฮล ฺมะษำูืมสิล ะมาฯฬุ \"root'a\" - ิมห ฯลฮุ ะาฯำิฯ\n"
+"ะฯฤืลาฮีิุ ำษำิลอี ฯะมำฮฯำิษ.\n"
+"\n"
+"๏ฤฮมหฯ, ะฯึมฬีสำิม, ฮล ฤลฬมสิล ะมาฯฬุ ำฬษหฯอ ฤฬษฮฮูอ ษฬษ ำฬฯึฮูอ, ะฯิฯอี\n"
+"ิฯ ืู ฤฯฬึฮู ฺมะฯอฮษิุ ลวฯ ยลฺ ฯำฯยฯวฯ ฮมะาัึลฮษั.\n"
+"\n"
+"๐มาฯฬุ ฮล ยีฤลิ ฯิฯยามึมิุำั ฮม หามฮล, หฯวฤม ืู ยีฤลิล ืืฯฤษิุ ลวฯ.\n"
+"๐ฯิฯอี ืู ฤฯฬึฮู ืืลำิษ ะมาฯฬุ ฤืมึฤู, ิฯยู ีอลฮุษิุ ืลาฯัิฮฯำิุ ฯษยหษ\n"
+"ะาษ ืืฯฤล. ๅำฬษ ำฬีษิำั ิมห, ิฯ ืู ะาษ ืืฯฤล ำฯืลาษิล ฤืล ฯฤฮษ ษ ิล ึล\n"
+"ฯษยหษ, ิฯ ืู ฤฯฬึฮู ยีฤลิล ษำะฯฬฺุฯืมิุ ิฯิ ``ฮละามืษฬุฮูส'' ะมาฯฬุ ะาษ\n"
+"ะลาืฯอ ืศฯฤล ื ำษำิลอี.\n"
+"\n"
+"๗ าลึษอล หำะลาิม ืมอ ยีฤลิ ฺมฤมฮ ืฯะาฯำ, ลำฬษ ืู ยีฤลิล ะฯฤหฬภมิุำั ห\n"
+"ำลาืลาี มีิลฮิษฦษหมรษษ ิษะม NIS ษฬษ LDAP.\n"
+"\n"
+"ๅำฬษ ืมม ำลิุ ษำะฯฬฺุีลิ ะาฯิฯหฯฬ LDAP (ษฬษ NIS) ฤฬั มีิลฮิษฦษหมรษษ,\n"
+"ืูยลาษิล \"LDAP\" ษฬษ \"NIS\" ื หมลำิืล มีิลฮิษฦษหมรษษ. ๅำฬษ ืู ฮล ฺฮมลิล,\n"
+"ำะาฯำษิล ี ำืฯลวฯ ำลิลืฯวฯ มฤอษฮษำิามิฯาม.\n"
+"\n"
+"ๅำฬษ ืม หฯอะุภิลา ฮล ะฯฤหฬภลฮ ฮษ ห ฯฤฮฯส มฤอษฮษำิาษาีลอฯส ำลิษ, ืมอ\n"
+"ะฯิาลยีลิำั ืูยามิุ \"์ฯหมฬุฮูล ฦมสฬู\" ฤฬั มีิลฮิษฦษหมรษษ."
#: ../../help.pm_.c:670
msgid ""
@@ -3847,9 +4233,45 @@ msgid ""
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved for the expert user."
msgstr ""
+"LILO ษ grub ัืฬัภิำั ฮมมฬุฮูอษ ฺมวาีฺษหมอษ GNU/Linux. ิฯิ ิมะ ฺมมำิีภ\n"
+"ัืฬัลิำั ะฯฬฮฯำิุภ มืิฯอมิษลำหษอ. ๆมหิษลำหษ DrakX มฮมฬษฺษาีลิ\n"
+"ฺมวาีฺฯฮูส ำลหิฯา ษ ฤลสำิืีลิ ื ฺมืษำษอฯำิษ ฯิ ิฯวฯ, ิฯ ฯฮ ิมอ ฮมสฤลิ:\n"
+"\n"
+" * ลำฬษ ฮมสฤลฮ ฺมวาีฺฯฮูส ำลหิฯา Windows, ฯฮ ฺมอลฮษิ ลวฯ ฮม ฺมวาีฺฯฮูส\n"
+"ำลหิฯา grub/LILO. ๔มหษอ ฯยามฺฯอ, ืู ยีฤลิล ื ำฯำิฯัฮษษ ฺมวาีึมิุ ฬษยฯ\n"
+"GNU/Linux, ฬษยฯ ฤาีวีภ ๏๓;\n"
+"\n"
+" * ลำฬษ ฮมสฤลฮ ฺมวาีฺฯฮูส ำลหิฯา LILO, ฯฮ ฺมอลฮษิ ลวฯ ฮม ฮฯืูส.\n"
+"ๅำฬษ DrakX ฮล ีืลาลฮ, ฯฮ ะฯหมึลิ ฤษมฬฯว ำ ามฺฬษฮูอษ ฯะรษัอษ.\n"
+"\n"
+" * \"้ำะฯฬฺุีลอูส ฮมมฬุฮูส ฺมวาีฺษห\": ี ืมำ ลำิุ ิาษ ืมาษมฮิม:\n"
+" * \"GRUB\": ลำฬษ ืู ะาลฤะฯษิมลิล grub (ิลหำิฯืฯล อลฮภ).\n"
+"\n"
+" * \"LILO ำ วามฦษลำหษอ อลฮภ\": ลำฬษ ืู ะาลฤะฯษิมลิล LILO ำฯ ำืฯษอ\n"
+"วามฦษลำหษอ ษฮิลาฦลสำฯอ.\n"
+" * \"LILO ำ ิลหำิฯืูอ อลฮภ\": ลำฬษ ืู ะาลฤะฯษิมลิล LILO ำฯ ำืฯษอ\n"
+"ษฮิลาฦลสำฯอ ิลหำิฯืฯวฯ อลฮภ.\n"
+"\n"
+" * \"๚มวาีฺฯฮฯล ีำิาฯสำิืฯ\": ื ยฯฬุษฮำิืล ำฬีมลื ืมอ ฮล ฮมฤฯ ษฺอลฮัิุ\n"
+"ฺฮมลฮษล ะฯ ีอฯฬมฮษภ (\"/dev/hda\"), ฮฯ ลำฬษ ืู ศฯิษิล, ฮมมฬุฮูส\n"
+"ฺมวาีฺษห อฯึลิ ยูิุ ีำิมฮฯืฬลฮ ฮม ืิฯาฯส ึลำิหษส ฤษำห (\"/dev/hdb\") ษฬษ\n"
+"ฤมึล ฮม ฤษำหลิี (\"/dev/fd0\").\n"
+"\n"
+" * \"๚มฤลาึหม ะลาลฤ ฺมวาีฺหฯส ฯยามฺม ะฯ ีอฯฬมฮษภ\": ะาษ ะลาลฺมวาีฺหล\n"
+"หฯอะุภิลาม ิฯ ะมีฺม, ะาลฤฯำิมืฬัลอมั ะฯฬฺุฯืมิลฬภ ฤฬั ืูยฯาม ษฺ อลฮภ\n"
+"ฮมมฬุฮฯวฯ ฺมวาีฺษหม ฤาีวฯวฯ ะีฮหิม, ฯิฬษมภลวฯำั ฯิ ฺมวาีึมลอฯวฯ ะฯ\n"
+"ีอฯฬมฮษภ.\n"
+"\n"
+"!! โีฤุิล ฯำิฯาฯึฮู, ลำฬษ ืู าลษิล ฮล ีำิมฮมืฬษืมิุ ฮมมฬุฮูส ฺมวาีฺษห\n"
+"(ืูยามื ำลสมำ \"๏ิอลฮี\") ืู ฤฯฬึฮู ฯยลำะลษิุ ืฯฺอฯึฮฯำิุ ฺมวาีฺหษ ำืฯลส\n"
+"ำษำิลอู Mandrake Linux! ๔มหึล ียลฤษิลำุ, ิฯ ืู ฺฮมลิล, ิฯ ฤลฬมลิล, ะลาลฤ\n"
+"ิลอ หมห ษฺอลฮัิุ หมหีภ-ฬษยฯ ฯะรษภ. !!\n"
+"\n"
+"๐ฯำฬล ฮมึมิษั ฮม หฮฯะหี \"ไฯะฯฬฮษิลฬุฮฯ\" ื ิฯอ ฤษมฬฯวล ืมอ ยีฤลิ\n"
+"ะาลฤฬฯึลฮฯ อฮฯวฯ ฤฯะฯฬฮษิลฬุฮูศ ฯะรษส, ฺมาลฺลาืษาฯืมฮฮูศ ฤฬั ฯะูิฮฯวฯ\n"
+"ะฯฬฺุฯืมิลฬั."
#: ../../help.pm_.c:710
-#, fuzzy
msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
@@ -3864,21 +4286,19 @@ msgid ""
"anyone. In which case, you can delete the corresponding entries. But then,\n"
"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-"LILO (LInux LOader - ฺมวาีฺษห Linux) ษ Grub ัืฬัภิำั ฤษำะลิลามอษ "
-"ฺมวาีฺหษ:\n"
-"ฯฮษ ำะฯำฯยฮู ฺมวาีฺษิุ GNU/Linux ษฬษ ฬภยีภ ฤาีวีภ ๏๓, ีำิมฮฯืฬลฮฮีภ ฮม "
-"อมษฮล.\n"
-"๏ยูฮฯ ิษ ฤาีวษล ฯะลามรษฯฮฮูล ำษำิลอู หฯาาลหิฮฯ ามำะฯฺฮมภิำั ษ "
-"ีำิมฮมืฬษืมภิำั.\n"
-"ๅำฬษ ิฯวฯ ฮล ะาฯษฺฯฬฯ, ืู อฯึลิล ฤฯยมืษิุ ะีฮหิ ืาีฮีภ ฮม ิฯอ หามฮล.\n"
-"โีฤุิล ืฮษอมิลฬุฮู ะาษ ฺมฤมฮษษ ะมามอลิาฯื.\n"
+"๐ฯำฬล ิฯวฯ, หมห ืู ฮมำิาฯษฬษ วฬมืฮูล ะมามอลิาู ฮมมฬุฮฯวฯ ฺมวาีฺษหม, ยีฤลิ\n"
+"ะฯหมฺมฮ ำะษำฯห ืมาษมฮิฯื ฺมวาีฺหษ, ฤฯำิีะฮูศ ะาษ ฺมวาีฺหล.\n"
"\n"
+"ๅำฬษ ฮม ืมลส อมษฮล ีำิมฮฯืฬลฮม ลล ฯฤฮม ฯะลามรษฯฮฮมั ำษำิลอม, ฯฮม ยีฤลิ\n"
+"มืิฯอมิษลำหษ ฤฯยมืฬลฮม ื อลฮภ ฺมวาีฺหษ. ๚ฤลำุ ืู อฯึลิล ยฯฬลล ิฯฮหฯ\n"
+"ฮมำิาฯษิุ ำีลำิืีภษล ะมามอลิาู. ๗ูยลาษิล ะีฮหิ ษ ฮมึอษิล \"ฺ้อลฮษิุ\",\n"
+"ิฯยู ษฺอลฮษิุ ษฬษ ีฤมฬษิุ ลวฯ; \"ไฯยมืษิุ\" ฤฯยมืฬัลิ ฮฯืูส ะีฮหิ;\n"
+"ษ \"็ฯิฯืฯ\" ะลาลศฯฤษิ ฮม ำฬลฤีภษส ิมะ ีำิมฮฯืหษ.\n"
"\n"
-"๗ฯฺอฯึฮฯ ิมหึล, ิฯ ืู ฮล ศฯิษิล ฮษหฯอี ฤมืมิุ ฤฯำิีะ ห ิษอ ๏๓, ื ิมหฯอ "
-"ำฬีมล\n"
-"อฯึฮฯ ีฤมฬษิุ ำฯฯิืลิำิืีภษล ะีฮหิู. ๎ฯ ื ิฯอ ำฬีมล ฤฬั ษศ ฺมวาีฺหษ "
-"ะฯิาลยีลิำั\n"
-"ฺมวาีฺฯฮมั ฤษำหลิม!"
+"๗ู ิมหึล อฯึลิล ฺมศฯิลิุ ฮล ะาลฤฯำิมืฬัิุ ฮษหฯอี ฤฯำิีะ ห ิษอ ฤาีวษอ\n"
+"ฯะลามรษฯฮฮูอ ำษำิลอมอ. ๗ ิฯอ ำฬีมล ืู อฯึลิ ีฤมฬษิุ ำฯฯิืลิำิืีภษล\n"
+"ะีฮหิู. ๎ฯ ิฯวฤม ืมอ ะฯฮมฤฯยษิำั ฺมวาีฺฯฮมั ฤษำหลิม ฤฬั ิฯวฯ, ิฯยู\n"
+"ฺมวาีฺษิุ ิษ ฯะลามรษฯฮฮูล ำษำิลอู!"
#: ../../help.pm_.c:724
msgid ""
@@ -3954,7 +4374,6 @@ msgstr ""
"ฯฮม ะาฯล ษ ฬีล ามยฯิมลิ ะฯ ำลิษ."
#: ../../help.pm_.c:759
-#, fuzzy
msgid ""
"DrakX now detects any IDE devices present in your computer. It will also\n"
"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
@@ -3982,38 +4401,35 @@ msgid ""
"Internet access) or from Microsoft Windows (if you used this hardware with\n"
"Windows on your system)."
msgstr ""
-"DrakX ะฯะาฯยีลิ ฯะาลฤลฬษิุ PCI SCSI มฤมะิลา(ู). ๅำฬษ DrakX\n"
-"ำอฯึลิ ฯะาลฤลฬษิุ SCSI มฤมะิลา ษ ี ฮลวฯ ยีฤลิ ำฯฯิืลิำืีภษส ฤามสืลา, ิฯ ฯฮ "
-"ยีฤลิ มืิฯอมิษลำหษ \n"
-"ีำิมฮฯืฬลฮ.\n"
-"\n"
-"\n"
-"ๅำฬษ DrakX ฮล ฮมสฤลิ ฮษ ฯฤฮฯวฯ SCSI มฤมะิลาม, ISA SCSI มฤมะิลาม ษฬษ PCI SCSI "
-"มฤมะิลาม, \n"
-"ิฯวฤม ืมอ ยีฤลิ ฺมฤมฮ ืฯะาฯำ ฯ ฮมฬษษษ SCSI มฤมะิลาม ื ืมลส \n"
-"ำษำิลอล. ๅำฬษ มฤมะิลาฯื ฮลิ, ืู อฯึลิล ฮมึมิุ \"๎ลิ\". ๅำฬษ ืู ฮมึอลิล\n"
-"\"ไม\", ิฯ ืมอ ยีฤลิ ะาลฤฬฯึลฮ ำะษำฯห มฤมะิลาฯื, ษฺ หฯิฯาูศ ืู ำอฯึลิล "
-"ืูยามิุ ษอลฮฮฯ ืม.\n"
-"\n"
-"\n"
-"\n"
-"ๅำฬษ ืู ืาีฮีภ ีหมึษิล ืม มฤมะิลา, DrakX ำะาฯำษิ ืมำ, ศฯิษิล ฬษ ืู \n"
-"ีหมฺมิุ ฤฬั ฮลวฯ ะมามอลิาู. ๗ู ฤฯฬึฮู ะฯฺืฯฬษิุ DrakX ฯะาลฤลฬษิุ ฮมำิาฯสหษ "
-"ิฯวฯ \n"
-"ีำิาฯสำิืม. ๏ยูฮฯ ิฯ ามยฯิมลิ ศฯาฯฯ.\n"
-"\n"
-"\n"
-"ๅำฬษ ฮลิ, ืมอ ะษฤลิำั ีหมฺมิุ ฮมำิาฯสหษ ฤามสืลาม. ๐ฯึมฬีสำิม, ะาฯำอฯิาษิล "
-"๒ีหฯืฯฤำิืฯ\n"
-"๐ฯฬฺุฯืมิลฬั (วฬมืม 3, ามฺฤลฬ \"Collective informations on your hardware\") "
-"for hints\n"
-"ษฬษ ฮมสฤษิล ิี ษฮฦฯาอมรษภ ื ฯะษำมฮษษ ฯยฯาีฤฯืมฮษั ื ฤฯหีอลฮิมรษษ\n"
-"ฮม web ำมสิล ะาฯษฺืฯฤษิลฬั (ลำฬษ ี ืมำ ลำิุ ฤฯำิีะ ื ษฮิลาฮลิ) ษฬษ "
-"ะฯำอฯิาษิล ฮมำิาฯสหษ ื Microsoft Windows\n"
-"(ลำฬษ ฯฮ ีำิมฮฯืฬลฮ ฮม ืมลส ำษำิลอล)."
+"๓ลสมำ DrakX ฯะาลฤลฬัลิ ฬภยูล IDE-ีำิาฯสำิืม, ะาษำีิำิืีภษล ื ืมลอ\n"
+"หฯอะุภิลาล. ๏ฮ ิมหึล ะาฯำหมฮษาีลิ ืมี ำษำิลอี ฮม ฮมฬษษล ฯฤฮฯส ษฬษ ยฯฬลล\n"
+"PCI SCSI-หมาิ. ๅำฬษ ยีฤลิ ฮมสฤลฮม SCSI-หมาิม, DrakX มืิฯอมิษลำหษ ีำิมฮฯืษิ\n"
+"ำฯฯิืลิำิืีภษส ฤามสืลา.\n"
+"\n"
+"ฺ้-ฺม ิฯวฯ, ิฯ ฯยฮมาีึลฮษล มะะมามิฮฯวฯ ฯยลำะลลฮษั ฮล ืำลวฤม ฯะาลฤลฬัลิ\n"
+"มำิุ ฯยฯาีฤฯืมฮษั, DrakX ะฯะาฯำษิ ืมำ ะฯฤิืลาฤษิุ, ะาษำีิำิืีภิ ฬษ ี ืมำ\n"
+"PCI SCSI-หมาิม. ๎มึอษิล \"ไม\", ลำฬษ ืู ฺฮมลิล, ิฯ ื ืมลส อมษฮล\n"
+"ีำิมฮฯืฬลฮม SCSI-หมาิม. ๗มอ ยีฤลิ ะาลฤฬฯึลฮ ำะษำฯห SCSI-หมาิ ฤฬั ืูยฯาม.\n"
+"๎มึอษิล \"๎ลิ\", ลำฬษ ี ืมำ ฮลิ ฯยฯาีฤฯืมฮษั SCSI. ๅำฬษ ืู ฮล ีืลาลฮู, ืู\n"
+"อฯึลิล ะาฯืลาษิุ ำะษำฯห ฯยฮมาีึลฮฮฯวฯ ื ืมลส อมษฮล ฯยฯาีฤฯืมฮษั, ืูยามื\n"
+"\"๐าฯำอฯิาลิุ ษฮฦฯาอมรษภ ฯย ฯยฯาีฤฯืมฮษษ\" ษ ฮมึมื \"๏๋\". ฺ้ีษิล ำะษำฯห\n"
+"ฯยฯาีฤฯืมฮษั, ม ฺมิลอ ฮมึอษิล ฮม หฮฯะหี \"๏๋\", ิฯยู ืลาฮีิุำั ห ืฯะาฯำี\n"
+"ฯ SCSI-ษฮิลาฦลสำล.\n"
+"\n"
+"ๅำฬษ ืู ฤฯฬึฮู ืาีฮีภ ีหมฺมิุ ำืฯส มฤมะิลา, DrakX ำะาฯำษิ ืมำ, ศฯิษิล ฬษ\n"
+"ืู ีหมฺมิุ ฤฬั ฮลวฯ ฯะรษษ. ๗ู ฤฯฬึฮู ามฺาลษิุ DrakX'ี ะาฯฺฯฮฤษาฯืมิุ\n"
+"ำะลรษฦษลำหษล ฤฬั หมาิู ฯะรษษ, หฯิฯาูล ฮีึฮู ฤฬั ษฮษรษมฬษฺมรษษ\n"
+"ฯยฯาีฤฯืมฮษั. ๏ยูฮฯ ิฯ ามยฯิมลิ ศฯาฯฯ.\n"
+"\n"
+"ๅำฬษ DrakX ฮล ื ำฯำิฯัฮษษ ะาฯฺฯฮฤษาฯืมิุ ฯะรษษ, หฯิฯาูล ฮลฯยศฯฤษอฯ\n"
+"ะาฯำอฯิาลิุ, ืมอ ฮมฤฯ ยีฤลิ ืาีฮีภ ะาลฤฯำิมืษิุ ิษ ฯะรษษ ฤามสืลาี.\n"
+"๐ฯึมฬีสำิม, ฮมสฤษิล ื ``๒ีหฯืฯฤำิืล ะฯฬฺุฯืมิลฬั'' (วฬมืม 3, ามฺฤลฬ ``๓ยฯา\n"
+"ษฮฦฯาอมรษษ ฯ ำืฯลอ ฯยฯาีฤฯืมฮษษ'') ะฯฤำหมฺหษ ฯ ิฯอ, หมห ษฺืฬลุ ฮลฯยศฯฤษอูล\n"
+"ะมามอลิาู ษฺ ฤฯหีอลฮิมรษษ ห ฯยฯาีฤฯืมฮษภ, ำ ืลย-ำมสิม ะาฯษฺืฯฤษิลฬั (ลำฬษ ี\n"
+"ืมำ ลำิุ ฤฯำิีะ ห ้ฮิลาฮลิี) ษฬษ ษฺ Microsoft Windows (ลำฬษ ืู ษำะฯฬฺุีลิล\n"
+"ิฯ ฯยฯาีฤฯืมฮษล ื ำืฯลส ำษำิลอล ำ Windows)."
#: ../../help.pm_.c:786
-#, fuzzy
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
@@ -4061,73 +4477,52 @@ msgid ""
"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-"๗ู อฯึลิล ฤฯยมืษิุ ฤฯะฯฬฮษิลฬุฮูล ฺมะษำษ ฤฬั yaboot, ฬษยฯ ฤฬั ฤาีวษศ "
-"ฯะลามรษฯฮฮูศ ำษำิลอ,\n"
-"ฬษยฯ ฤฬั ฤาีวษศ ัฤลา, ฬษยฯ ฤฬั มืมาษสฮฯวฯ ฺมวาีฺฯฮฯวฯ ฯยามฺม.\n"
-"\n"
-"\n"
-"ไฬั ฤาีวษศ ๏๓ - ฺมะษำุ ำฯฤลาึษิ ิฯฬุหฯ อลิหี ษ หฯาฮลืฯส ามฺฤลฬ.\n"
-"\n"
+"๗ู อฯึลิล ฤฯยมืษิุ ื yaboot ฤฯะฯฬฮษิลฬุฮูล ะีฮหิู ฤฬั ฤาีวษศ ฯะลามรษฯฮฮูศ\n"
+"ำษำิลอ, มฬุิลาฮมิษืฮูศ ัฤลา ษฬษ ฤฬั มืมาษสฮฯวฯ ฺมวาีฺฯฮฯวฯ ฯยามฺม.\n"
"\n"
-"ไฬั Linux, ืฯฺอฯึฮู ฮลำหฯฬุหฯ ะมามอลิาฯื: \n"
+"ไฬั ฤาีวษศ ๏๓, ะีฮหิ ำฯฤลาึษิ ิฯฬุหฯ อลิหี ษ ามฺฤลฬ \"root\".\n"
"\n"
+"ไฬั Linux, ำีลำิืีลิ ฮลำหฯฬุหฯ ืฯฺอฯึฮูศ ะมามอลิาฯื:\n"
"\n"
-" - ํลิหม: ิฯ ะาฯำิฯ ษอั, หฯิฯาฯล ยีฤลิ ืูืฯฤษิุำั ื ะาษวฬมลฮษษ yaboot ฤฬั "
-"ืูยฯาม ิฯวฯ \n"
-"ืมาษมฮิม ฺมวาีฺหษ.\n"
+" * ํลิหม: ิฯ ะาฯำิฯ ฮมฺืมฮษล, หฯิฯาฯล ืู ฤฯฬึฮู ยีฤลิล ืืลำิษ ื ำิาฯหล\n"
+"ะาษวฬมลฮษั yaboot, ิฯยู ืูยามิุ ิฯิ ืมาษมฮิ ฺมวาีฺหษ;\n"
"\n"
+" * ๏ยามฺ: ิฯ ยีฤลิ ษอั ฺมวาีึมลอฯวฯ ัฤาม. ๏ยูฮฯ vmlinux ษฬษ ืมาษมฮิ\n"
+"vmlinux ำ ามำษาลฮษลอ;\n"
"\n"
-" - ๏ยามฺ: ิฯ ยีฤลิ ษอั ฺมวาีึมลอฯวฯ ัฤาม. ๏ยูฮฯ ิฯ vmlinux ษฬษ \n"
-"ืมาษมฮิ vmlinux ะฬภำ ามำษาลฮษล.\n"
+" * Root: ีำิาฯสำิืฯ \"root\" ษฬษ ``/'' ฤฬั ีำิมฮฯืหษ ืมลวฯ Linux;\n"
"\n"
-"\n"
-" - Root: ๋ฯาฮลืฯล ีำิาฯสำิืฯ ษฬษ '/' ฤฬั ีำิมฮฯืหษ Linux.\n"
-"\n"
-"\n"
-" \n"
-" - ไฯะฯฬฮษิุ: ๗ ฯยฯาีฤฯืมฮษษ Apple, ฤฯะฯฬฮลฮษล ัฤาม มำิฯ ษำะฯฬฺุีลิำั "
-"ิฯยู\n"
-"ฯยลำะลษิุ ฺมะีำห ืษฤลฯ ะฯฤำษำิลอู, ฬษยฯ ฤฬั อีฬัรษษ ฮม หฬมืษมิีาล หฮฯะฯห "
-"อูษ ิมห หมห\n"
-"2มั ษ 3ัั หฮฯะหม ฯิำีิำืีภิ ฮม ฯยูฮูศ Apple อูมศ. ๗ฯิ ฮลำหฯฬุหฯ \n"
+" * ไฯยมืษิุ: ฮม ฯยฯาีฤฯืมฮษษ Apple, ฯะรษั ฤฯยมืฬลฮษั ห ัฤาี ฤฯืฯฬุฮฯ มำิฯ\n"
+"ษำะฯฬฺุีลิำั, ิฯยู ะฯอฯุ ะาษ ษฮษรษมฬษฺมรษษ ืษฤลฯฯยฯาีฤฯืมฮษั, ิฯยู\n"
+"ืหฬภษิุ ฮม หฬมืษมิีาล อีฬัรษภ หฮฯะฯห อูษ ฤฬั มำิฯ ฯิำีิำิืีภษศ ฮม\n"
+"ำิมฮฤมาิฮูศ อูมศ Apple 2-ส ษ 3-ส หฮฯะฯห. ๎ษึล ะาลฤำิมืฬลฮฯ ฮลำหฯฬุหฯ\n"
"ะาษอลาฯื:\n"
"\n"
-"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
"hda=autotune\n"
"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
-"\n"
-"\n"
-" \n"
-" - Initrd: ิฯิ ะมามอลิา อฯึลิ ษำะฯฬฺุฯืมิุำั ฬษยฯ ฤฬั ฺมวาีฺหษ "
-"ะลาืฯฮมมฬุฮูศ อฯฤีฬลส ฤฯ ิฯวฯ, หมห ฺมวาีฺฯฮฯล \n"
-"ีำิาฯสำิืฯ ำิมฮลิ ฤฯำิีะฮูอ, ฬษยฯ ฤฬั ฺมวาีฺหษ ฯยามฺม ramdisk ะาษ ฺมวาีฺหล ื "
-"มืมาษสฮฯส ำษิีมรษษ.\n"
-"\n"
-"\n"
-" - ๒มฺอลา Initrd: ๐ฯ ีอฯฬมฮษภ ามฺอลา ramdisk ฯยูฮฯ 4096 ยมสิ. ๅำฬษ ืมอ "
-"ะฯิาลยีลิำั\n"
-"ามฺอลำิษิุ ย๏ฬุษส ramdisk, ิฯ ิฯวฤม ษำะฯฬฺุีลิำั ิฯิ ะมามอลิา.\n"
-"\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" - ิลฮษล-ฺมะษำุ: ฯยูฮฯ 'หฯาฮลืฯส' ('root') ามฺฤลฬ ะลาืฯฮมมฬุฮฯ "
-"ะฯฤหฬภมลิำั ื าลึษอล ิฯฬุหฯ-ิลฮษล, ิฯยู ะฯฺืฯฬษิุ\n"
-"ะาฯืลาหี ฦมสฬฯืฯส ำษำิลอู ะลาลฤ ะลาลศฯฤฯอ ำษำิลอู ื 'ามยฯลล' ำฯำิฯัฮษล. ๗ "
-"ิฯอ ะมามอลิาล ืู อฯึลิล ิฯ ษฺอลฮษิุ.\n"
+" * Initrd: ิม ฯะรษั อฯึลิ ยูิุ ษำะฯฬฺุฯืมฮม ฬษยฯ ฤฬั ฺมวาีฺหษ ะลาืษฮูศ\n"
+"อฯฤีฬลส ะฯหม ฮลฤฯำิีะฮฯ ฺมวาีฺฯฮฯล ีำิาฯสำิืฯ, ฬษยฯ ฤฬั ฺมวาีฺหษ ฯยามฺม\n"
+"ram-ฤษำหม ื ำฬีมล มืมาษสฮฯส ฺมวาีฺหษ.\n"
"\n"
+" * ๒มฺอลา initrd: ะฯ ีอฯฬมฮษภ ามฺอลา ram-ฤษำหม, หมห ะามืษฬฯ, ำฯำิมืฬัลิ\n"
+"4,096 ยมสิ. ๅำฬษ ืมอ ฮลฯยศฯฤษอฯ ามฺอลำิษิุ ยฯฬุฯส ram-ฤษำห, อฯึลิ ยูิุ\n"
+"ษำะฯฬฺุฯืมฮม ิม ฯะรษั;\n"
"\n"
-" - NoVideo: ๅำฬษ ามยฯิม ืษฤลฯ ะฯฤำษำิลอู Apple ยีฤลิ มยำฯฬภิฮฯ "
-"ฮลีำิฯสษืฯส, ิฯ ืู อฯึลิล\n"
-"ืูยามิุ ิฯิ ะมามอลิา ฤฬั ฺมวาีฺหษ ื าลึษอล 'novideo', ำ ะฯฤฤลาึหฯส าฯฤฮฯวฯ "
-"framebuffer .\n"
+" * ิลฮษล-ฺมะษำุ: ฯยูฮฯ ามฺฤลฬ \"root\" ำฮมมฬม ะฯฤฮษอมลิำั ิฯฬุหฯ ฤฬั\n"
+"ิลฮษั, ิฯยู ามฺาลษิุ ะาฯืลาหี ฦมสฬฯืฯส ำษำิลอู ะลาลฤ ิลอ, หมห ำษำิลอม\n"
+"``ฯึษืลิ''. ๚ฤลำุ ืู อฯึลิล ะลาลฯะาลฤลฬษิุ ิี ฯะรษภ;\n"
"\n"
+" * โลฺ ืษฤลฯ: ลำฬษ ืษฤลฯฯยฯาีฤฯืมฮษล Apple ฯหมึลิำั ษำหฬภษิลฬุฮฯ\n"
+"ะาฯยฬลอมิษฮูอ, ืู อฯึลิล ืูยามิุ ิี ฯะรษภ ฤฬั ฺมวาีฺหษ ื าลึษอล ``ยลฺ\n"
+"ืษฤลฯ'' ำ าฯฤฮฯวฯ ะฯฤฤลาึหฯส ยีฦลาม หมฤาฯื;\n"
"\n"
-" - ๐ฯ ีอฯฬมฮษภ: ๗ูยษามลิ ิฯิ ืมาษมฮิ หมห ืูยฯา Linux, ีำิมฮฯืฬลฮฮูส ะฯ "
-"ีอฯฬมฮษภ. ิฯ ืูะฯฬฮัลิำั ะาฯำิูอ\n"
-"ฮมึมิษลอ ENTER ฮม ะาษวฬมลฮษล yaboot. ิฯิ ืมาษมฮิ ยีฤลิ ิมหึล ืูฤลฬลฮ "
-"ำษอืฯฬฯอ '*', ลำฬษ ืู ฮมึอลิล\n"
-"TAB ฤฬั ะาฯำิอฯิาม ืมาษมฮิฯื ฺมวาีฺหษ."
+" * ๐ฯ ีอฯฬมฮษภ: ืูยษามลิ ิฯิ ะีฮหิ, หมห ืูยฯา Linux'a ะฯ ีอฯฬมฮษภ,\n"
+"ืูยษามลอูส ะาฯำิูอ ฮมึมิษลอ ฮม ENTER ื ำิาฯหล ะาษวฬมลฮษั yaboot. ิฯิ\n"
+"ะีฮหิ ิมหึล ยีฤลิ ฯิอลลฮ ``*'', ลำฬษ ืู ฮมึอลิล [TAB], ิฯยู ีืษฤลิุ\n"
+"ืมาษมฮิู ฺมวาีฺหษ."
#: ../../help.pm_.c:833
msgid ""
@@ -4164,10 +4559,9 @@ msgid ""
msgstr ""
"Yaboot ัืฬัลิำั ฮมมฬุฮูอ ฺมวาีฺษหฯอ ฤฬั ฯยฯาีฤฯืมฮษั NewWorld MacIntosh.\n"
"๏ฮ ื ำฯำิฯัฮษษ ฺมวาีฺษิุ GNU/Linux, MacOS ษฬษ MacOSX, ลำฬษ ิมหฯืูล ษอลภิำั\n"
-"ฮม ืมลอ หฯอะุภิลาล. ๏ยูฮฯ ิษ ฯะลามรษฯฮฮูล ำษำิลอู ะามืษฬุฮฯ ฯะาลฤลฬัภิำั "
-"ษ ีำิมฮมืฬษืมภิำั. ๅำฬษ ิฯ ฮล ิมห, ืู อฯึลิล ืาีฮีภ ฤฯยมืษิุ ะีฮหิ ฮม "
-"ิฯอ\n"
-"หามฮล. โีฤุิล ืฮษอมิลฬุฮู ะาษ ืูยฯาล ะามืษฬุฮูศ ะมามอลิาฯื.\n"
+"ฮม ืมลอ หฯอะุภิลาล. ๏ยูฮฯ ิษ ฯะลามรษฯฮฮูล ำษำิลอู ะามืษฬุฮฯ ฯะาลฤลฬัภิำั\n"
+"ษ ีำิมฮมืฬษืมภิำั. ๅำฬษ ิฯ ฮล ิมห, ืู อฯึลิล ืาีฮีภ ฤฯยมืษิุ ะีฮหิ ฮม\n"
+"ิฯอ หามฮล. โีฤุิล ืฮษอมิลฬุฮู ะาษ ืูยฯาล ะามืษฬุฮูศ ะมามอลิาฯื.\n"
"\n"
"็ฬมืฮูล ะมามอลิาู Yaboot:\n"
"\n"
@@ -4227,6 +4621,35 @@ msgid ""
"displayed here. You can click on the button to change the parameters\n"
"associated with it."
msgstr ""
+"๚ฤลำุ ะาลฤำิมืฬลฮู ามฺฬษฮูล ะมามอลิาู, ษอลภษล ฯิฮฯลฮษล ห ืมลส อมษฮล.\n"
+"๗ ฺมืษำษอฯำิษ ฯิ ีำิมฮฯืฬลฮฮฯวฯ ี ืมำ ฯยฯาีฤฯืมฮษั ืู อฯึลิล (ษฬษ ฮล\n"
+"อฯึลิล) ีืษฤลิุ ำฬลฤีภษล ะีฮหิู:\n"
+"\n"
+" * \"ํูุ\": ะาฯืลาุิล ิลหีีภ ฮมำิาฯสหี อูษ ษ ฮมึอษิล ฮม หฮฯะหี, ลำฬษ\n"
+"ฮลฯยศฯฤษอฯ ลล ษฺอลฮษิุ;\n"
+"\n"
+" * \"๋ฬมืษมิีาม\": ะาฯืลาุิล ิลหีีภ ฮมำิาฯสหี ามำหฬมฤหษ หฬมืษมิีาู ฮมึอษิล\n"
+"ฮม หฮฯะหี, ลำฬษ ฮลฯยศฯฤษอฯ ลล ษฺอลฮษิุ;\n"
+"\n"
+" * \"มำฯืฯส ะฯัำ\": DrakX ะฯ ีอฯฬมฮษภ ืูยษามลิ ืม มำฯืฯส ะฯัำ ฮม\n"
+"ฯำฮฯืมฮษษ ืูยามฮฮฯวฯ ืมอษ ัฺูหม. ๎ฯ ฯะัิุ ึล, หมห ษ ะาษ ืูยฯาล หฬมืษมิีาู,\n"
+"ืู อฯึลิล ษ ฮล ฮมศฯฤษิำั ื ำิามฮล, หฯิฯาฯส ฤฯฬึลฮ ำฯฯิืลิำิืฯืมิุ ืูยามฮฮูส\n"
+"ัฺูห. ๐ฯิฯอี ืฯฺอฯึฮฯ ืมอ ะฯฮมฤฯยษิำั ฮมึมิุ ฮม หฮฯะหี \"มำฯืฯส ะฯัำ\",\n"
+"ิฯยู ฮมำิาฯษิุ มำู ำฯฯิืลิำิืลฮฮฯ มำฯืฯอี ะฯัำี, ื หฯิฯาฯอ ืู\n"
+"ฮมศฯฤษิลำุ;\n"
+"\n"
+" * \"๐าษฮิลา\": ฮมึมื ฮม หฮฯะหี \"๐าษฮิลา ฯิำีิำิืีลิ\", ืู ฺมะีำิษิล\n"
+"อมำิลา ฮมำิาฯสหษ ะาษฮิลาม;\n"
+"\n"
+" * \"๚ืีหฯืมั หมาิม\": ลำฬษ ื ืมลส ำษำิลอล ยูฬม ฯยฮมาีึลฮม ฺืีหฯืมั หมาิม,\n"
+"ฯฮม ยีฤลิ ฺฤลำุ ะฯหมฺมฮม. ฺ้อลฮลฮษล ืฯ ืาลอั ีำิมฮฯืหษ ฮลืฯฺอฯึฮฯ;\n"
+"\n"
+" * \"๔๗-หมาิม\": ลำฬษ ื ืมลส ำษำิลอล ยูฬม ฯยฮมาีึลฮม ๔๗-หมาิม, ฯฮม ยีฤลิ\n"
+"ฺฤลำุ ะฯหมฺมฮม. ฺ้อลฮลฮษล ืฯ ืาลอั ีำิมฮฯืหษ ฮลืฯฺอฯึฮฯ;\n"
+"\n"
+" * \"ISDN-หมาิม\": ลำฬษ ื ืมลส ำษำิลอล ยูฬม ฯยฮมาีึลฮม ISDN-หมาิม, ฯฮม\n"
+"ยีฤลิ ฺฤลำุ ะฯหมฺมฮม. ๗ู อฯึลิล ฮมึมิุ ฮม หฮฯะหี ฤฬั ษฺอลฮลฮษั ำืัฺมฮฮูศ ำ\n"
+"ฮลภ ะมามอลิาฯื."
#: ../../help.pm_.c:896
msgid ""
@@ -4273,7 +4696,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "๗ู ิมหึล ฤฯฬึฮู ฯิฦฯาอมิษาฯืมิุ %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4297,7 +4720,7 @@ msgstr ""
"\n"
"๗ู ฤลสำิืษิลฬุฮฯ ศฯิษิล ีำิมฮฯืษิุ ิษ ำลาืลาู?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4305,34 +4728,39 @@ msgid ""
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
+"๓ฬลฤีภษล ะมหลิู ยีฤีิ ีฤมฬลฮู, ิฯยู ฯยลำะลษิุ ืฯฺอฯึฮฯำิุ ฯยฮฯืฬลฮษั\n"
+"ืมลส ำษำิลอู: %s\n"
+"\n"
+"\n"
+"๗ู ฤลสำิืษิลฬุฮฯ ศฯิษิล ีฤมฬษิุ ิษ ะมหลิู?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "๎ลืฯฺอฯึฮฯ ษำะฯฬฺุฯืมิุ ษาฯหฯืลมฮษล ยลฺ ฤฯอลฮม NIS"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "๗ำิมืุิล ฯิฦฯาอมิษาฯืมฮฮีภ ะฯฤ FAT ฤษำหลิี ื ฤษำหฯืฯฤ %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "ิม ฤษำหลิม ฮล ฯิฦฯาอมิษาฯืมฮม ะฯฤ FAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-"ิฯยู ษำะฯฬฺุฯืมิุ ำฯศามฮลฮฮูส ืูยฯา ะมหลิฯื, ฺมวาีฺษิล ีำิมฮฯืหี ำ "
+"ิฯยู ษำะฯฬฺุฯืมิุ ิฯิ ำฯศามฮลฮฮูส ืูยฯา ะมหลิฯื, ฺมวาีฺษิล ีำิมฮฯืหี ำ "
"ะมามอลิาฯอ ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "๏ษยหม ะาษ ิลฮษษ ฦมสฬม %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4580,7 +5008,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "ไฯยาฯ ะฯึมฬฯืมิุ ื %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "ไษำหฯืฯฤ ฮลฤฯำิีะลฮ"
@@ -4610,11 +5038,11 @@ msgstr "๋ฬมำำ ีำิมฮฯืหษ"
msgid "Please choose one of the following classes of installation:"
msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ฯฤษฮ ษฺ ำฬลฤีภษศ หฬมำำฯื ีำิมฮฯืหษ:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "๗ูยฯา วาีะะู ะมหลิฯื"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "๓มอฯำิฯัิลฬุฮูส ืูยฯา ะมหลิฯื"
@@ -4691,7 +5119,7 @@ msgstr "๐ฯหมฺูืมิุ มืิฯอมิษลำหษ ืูยามฮฮูล ะมหลิู"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "๕ำิมฮฯืษิุ"
@@ -4711,7 +5139,7 @@ msgstr "ํษฮษอมฬุฮมั ีำิมฮฯืหม"
msgid "Choose the packages you want to install"
msgstr "๗ูยลาษิล ะมหลิู, หฯิฯาูล ืู ศฯิษิล ีำิมฮฯืษิุ"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "๕ำิมฮมืฬษืมลิำั"
@@ -4738,17 +5166,17 @@ msgid "Installing package %s"
msgstr "๕ำิมฮมืฬษืมลิำั ะมหลิ %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "๐าษฮัิุ"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "๏ิหมฺมิุำั"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4765,16 +5193,16 @@ msgstr ""
"ิฯวฯ หฯอะมหิ-ฤษำหม."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "๗ำล ามืฮฯ ะาฯฤฯฬึษิุ?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "๐าฯษฺฯฬม ฯษยหม ะาษ ามำำิมฮฯืหล ะมหลิฯื:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "๐าฯษฺฯฬม ฯษยหม ะาษ ีำิมฮฯืหล ะมหลิฯื:"
@@ -4901,7 +5329,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5081,7 +5509,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "๗ู ีืลาลฮู, ิฯ ศฯิษิล ฯิหมฺมิุำั ฯิ ฬษรลฮฺษษ?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "๋ฬมืษมิีาม"
@@ -5226,6 +5654,8 @@ msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
+"๐าฯืลาหม ฦมสฬฯืฯส ำษำิลอู %s ฺมืลาษฬมำุ ฮลีฤมลส. ่ฯิษิล ษำะามืษิุ ฯษยหษ "
+"(ฯำิฯาฯึฮฯ, ืู อฯึลิล ะฯิลาัิุ ฤมฮฮูล)?"
#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
@@ -5291,11 +5721,11 @@ msgstr "๗ำิมืุิล ฤษำหลิี, ำฯฤลาึมีภ ืูยฯา ะมหลิฯื"
msgid "Selected size is larger than available space"
msgstr "๗ูยามฮฮูส ามฺอลา ะาลืูมลิ ฤฯำิีะฮฯล อลำิฯ"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "๔ษะ ีำิมฮฯืหษ"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5303,19 +5733,19 @@ msgstr ""
"๗ู ฮล ืูยามฬษ ฮษ ฯฤฮฯส วาีะะู ะมหลิฯื.\n"
"๐ฯึมฬีสำิม, ืูยลาษิล ึลฬมลอีภ อษฮษอมฬุฮีภ ีำิมฮฯืหี:"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "๗อลำิล ำ ่"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "๓ ยมฺฯืฯส ฤฯหีอลฮิมรษลส (าลหฯอลฮฤีลิำั!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "ไลสำิืษิลฬุฮฯ อษฮษอมฬุฮมั ีำิมฮฯืหม (ื ฯำฯยลฮฮฯำิษ ฮลิ urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5325,16 +5755,16 @@ msgstr ""
"ๅำฬษ ี ืมำ ฮลิ ฮษ ฯฤฮฯวฯ ษฺ ิษศ CD, ฮมึอษิล ๏ิอลฮม.\n"
"ๅำฬษ ฯิำีิำิืีภิ ิฯฬุหฯ ฮลหฯิฯาูล CD, ฯิอลฮษิล ษศ ืูยฯา ษ ฮมึอษิล ๏๋."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "๋ฯอะมหิ-ฤษำห ำ อลิหฯส \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "๐ฯฤวฯิมืฬษืมลิำั ีำิมฮฯืหม"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5343,21 +5773,21 @@ msgstr ""
"๕ำิมฮมืฬษืมลิำั ะมหลิ %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "๎มำิาฯสหม ะฯำฬล ีำิมฮฯืหษ"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "๐ฯึมฬีสำิม, ืำิมืุิล ฺมวาีฺฯฮีภ ฤษำหลิี ื ฤษำหฯืฯฤ %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "๐ฯึมฬีสำิม, ืำิมืุิล ฤษำหลิี ำ ฯยฮฯืฬลฮษัอษ อฯฤีฬลส ื ฤษำหฯืฯฤ %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5432,7 +5862,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5451,160 +5881,160 @@ msgstr ""
"้ฮิลาฮลิี.\n"
"่ฯิษิล ีำิมฮฯืษิุ ิษ ฯยฮฯืฬลฮษั?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"๗ูะฯฬฮัลิำั ะฯฤหฬภลฮษล ห ืลย-ำมสิี Mandrake Linux ฤฬั ะฯฬีลฮษั ำะษำหม "
"ฤฯำิีะฮูศ ะมหลิฯื..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "๗ูยลาษิล ฺลาหมฬฯ, ำ หฯิฯาฯวฯ ยีฤีิ ะฯฬีลฮู ะมหลิู"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"๗ูะฯฬฮัลิำั ะฯฤหฬภลฮษล ห ฺลาหมฬี ฤฬั ะฯฬีลฮษั ำะษำหม ฤฯำิีะฮูศ ะมหลิฯื..."
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "๋มหฯส ี ืมำ มำฯืฯส ะฯัำ?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "แะะมามิฮูล มำู ืูำิมืฬลฮู ะฯ ็าษฮืษี"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "แืิฯอมิษลำหมั ำษฮศาฯฮษฺมรษั ืาลอลฮษ (ษำะฯฬฺุีั NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "๓ลาืลา NTP"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "๕ฤมฬลฮฮูส ำลาืลา CUPS"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "๐าษฮิลา ฯิำีิำิืีลิ"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "ๅำิุ ฬษ ี ืมำ ฺืีหฯืมั หมาิม ISA?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"๚มะีำิษิล \"sndconfig\" ะฯำฬล ีำิมฮฯืหษ, ิฯยู ฮมำิาฯษิุ ำืฯภ ฺืีหฯืีภ หมาิี"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"๚ืีหฯืูล หมาิู ฮล ฯยฮมาีึลฮู. ๐ฯะาฯยีสิล ฺมะีำิษิุ \"harddrake\" ะฯำฬล "
"ีำิมฮฯืหษ"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "๓ืฯฤหม"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "ํูุ"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "มำฯืฯส ะฯัำ"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "๐าษฮิลา"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "๋มาิม ISDN"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "๚ืีหฯืมั หมาิม"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV-หมาิม"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "ไฯอลฮ Windows"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "์ฯหมฬุฮูล ฦมสฬู"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "๕ำิมฮฯืหม ะมาฯฬั root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "๐มาฯฬุ ฯิำีิำิืีลิ"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "ิฯิ ะมาฯฬุ ำฬษหฯอ ะาฯำิ (ลวฯ ฤฬษฮม ฤฯฬึฮม ยูิุ ฮล อลฮลล %d ำษอืฯฬฯื)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "แีิลฮิษฦษหมรษั"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "แีิลฮิษฦษหมรษั LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "๓ลาืลา LDAP"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "แีิลฮิษฦษหมรษั NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "ไฯอลฮ NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "๓ลาืลา NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5619,22 +6049,32 @@ msgid ""
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
msgstr ""
+"ิฯยู ิฯ ฺมามยฯิมฬฯ ฤฬั W2K PDC, ืมอ, ืฯฺอฯึฮฯ, ะฯฮมฤฯยษิำั ืูะฯฬฮษิุ ะฯฤ "
+"มฤอษฮฯอ: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" "
+"everyone /add ษ ะลาลฺมวาีฺษิุ ำลาืลา๗มอ ิมหึล ะฯฮมฤฯยษิำั ษอั_ะฯฬฺุฯืมิลฬั/"
+"ะมาฯฬุ มฤอษฮษำิามิฯาม ฤฯอลฮม, ิฯยู\n"
+"ะฯฤหฬภษิุำั ห อมษฮล ื ฤฯอลฮล NT.\n"
+"ๅำฬษ ำลิุ ลล ฮล ืหฬภลฮม, DrakX ะฯะูิมลิำั ะฯฤหฬภษิุำั ห ฤฯอลฮี ะฯำฬล\n"
+"ิมะม ีำิมฮฯืหษ ำลิษ.\n"
+"ๅำฬษ ะฯ หมหฯส-ิฯ ะาษษฮล ิม ีำิมฮฯืหม ฺมืลาษิำั ฮลีฤมลส ษ มีิลฮิษฦษหมรษั\n"
+"ฤฯอลฮม ฮล ฺมามยฯิมลิ, ฺมะีำิษิล 'smbpasswd -j ไ๏ํๅ๎ -U\n"
+"๐๏์๘๚๏๗แ๔ๅ์๘%๐แ๒๏์๘', ษำะฯฬฺุีั ฤฯอลฮ ษ ษอั_ะฯฬฺุฯืมิลฬั/ะมาฯฬุ ำืฯลส\n"
+"Windows(tm), ะฯำฬล ฺมวาีฺหษ ำษำิลอู.\n"
+"๋ฯอมฮฤม 'wbinfo -t' ะาฯืลาษิ ะามืษฬุฮฯำิุ ืมลส ำลหาลิฮฯส มีิลฮิษฦษหมรษษ."
-#: ../../install_steps_interactive.pm_.c:1122
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
-msgstr "แีิลฮิษฦษหมรษั"
+msgstr "แีิลฮิษฦษหมรษั ฤฯอลฮม Windows"
-#: ../../install_steps_interactive.pm_.c:1124
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
-msgstr "้อั ฤฯอลฮม"
+msgstr "้อั ะฯฬฺุฯืมิลฬั - มฤอษฮษำิามิฯาม ฤฯอลฮม"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
-msgstr ""
+msgstr "๐มาฯฬุ มฤอษฮษำิามิฯาม ฤฯอลฮม"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5662,19 +6102,19 @@ msgstr ""
"ๅำฬษ ศฯิษิล ำฯฺฤมิุ ฺมวาีฺฯฮูส ฤษำห ฤฬั ำืฯลส ำษำิลอู, ืำิมืุิล ฤษำหลิี\n"
"ื ะลาืูส ฤษำหฯืฯฤ ษ ฮมึอษิล \"๏๋\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "๐ลาืูส ฤษำหฯืฯฤ"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "๗ิฯาฯส ฤษำหฯืฯฤ"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "๐าฯะีำิษิุ"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5698,7 +6138,7 @@ msgstr ""
"ืฯำำิมฮฯืฬลฮษล ำษำิลอู ะฯำฬล หาษิษลำหษศ ำยฯลื. ่ฯิษิล ำฯฺฤมิุ ฺมวาีฺฯฮูส\n"
"ฤษำห ฤฬั ำืฯลส ำษำิลอู?%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5712,30 +6152,30 @@ msgstr ""
"ำฯฺฤมฮษล ฺมวาีฺฯฮฯส ฤษำหลิู ฮม 1.44 ํย, ำหฯาลล ืำลวฯ, ฺมืลาษิำั\n"
"ฮลีฤมลส, ะฯิฯอี ิฯ ฤฬั XFS ฮีึลฮ ฯลฮุ ยฯฬุฯส ฤามสืลา)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ฺ้ืษฮษิล, ฤษำหฯืฯฤ ฮลฤฯำิีะลฮ"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"๗ูยลาษิล ฤษำหฯืฯฤ, หฯิฯาูส ืู ศฯิษิล ษำะฯฬฺุฯืมิุ ฤฬั ำฯฺฤมฮษั ฺมวาีฺฯฮฯส "
"ฤษำหลิู"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "๗ำิมืุิล ฤษำหลิี ื %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "๓ฯฺฤมลิำั ฺมวาีฺฯฮมั ฤษำหลิม..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "๐ฯฤวฯิมืฬษืมลิำั ฮมมฬุฮูส ฺมวาีฺษห..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5747,11 +6187,11 @@ msgstr ""
"ะาฯฤฯฬึลฮม, ฮฯ ืมอ ะฯิาลยีลิำั ษำะฯฬฺุฯืมิุ BootX,\n"
"ิฯยู ฺมวาีฺษิุ ำืฯภ อมษฮี."
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "๗ู ศฯิษิล ษำะฯฬฺุฯืมิุ aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5759,17 +6199,17 @@ msgstr ""
"๏ษยหม ีำิมฮฯืหษ aboot, \n"
"ะฯะูิมิุำั ฦฯาำษาฯืมิุ ีำิมฮฯืหี, ฤมึล ลำฬษ ิฯ ามฺาีษิ ะลาืูส ามฺฤลฬ?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "๕ำิมฮมืฬษืมลิำั ฮมมฬุฮูส ฺมวาีฺษห"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"๕ำิมฮฯืหม ฮมมฬุฮฯวฯ ฺมวาีฺษหม ฺมืลาษฬมำุ ฮลีฤมลส.\n"
"๐าฯษฺฯฬม ำฬลฤีภมั ฯษยหม:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5787,17 +6227,17 @@ msgstr ""
" ๚มิลอ ืืลฤษิล: shut-down\n"
"๐าษ ำฬลฤีภลส ฺมวาีฺหล ืู ฤฯฬึฮู ีืษฤลิุ ะาษวฬมลฮษล ฮมมฬุฮฯวฯ ฺมวาีฺษหม."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "๗ำิมืุิล ษำิีภ ฤษำหลิี ื ฤษำหฯืฯฤ %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "๓ฯฺฤมลิำั ฤษำหลิม มืิฯอมิษลำหฯส ีำิมฮฯืหษ..."
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5807,7 +6247,7 @@ msgstr ""
"\n"
"๗ู ฤลสำิืษิลฬุฮฯ ศฯิษิล ำลสมำ ืูสิษ?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5839,15 +6279,15 @@ msgstr ""
"้ฮฦฯาอมรษั ฯ ฮมำิาฯสหล ืมลส ำษำิลอู ฤฯำิีะฮม ื วฬมืล Post Install\n"
"๏ฦษรษมฬุฮฯวฯ ๒ีหฯืฯฤำิืม ๐ฯฬฺุฯืมิลฬั Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr ""
+msgstr " http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "๓ฯฺฤมิุ ฤษำหลิี มืิฯอมิษลำหฯส ีำิมฮฯืหษ"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5862,15 +6302,15 @@ msgstr ""
"\n"
"๗ู อฯึลิล ฺมศฯิลิุ ะฯืิฯาษิุ ีำิมฮฯืหี.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "แืิฯอมิษลำหษส"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "๐ฯืิฯาษิุ"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "๓ฯศามฮษิุ ืูยฯา ะมหลิฯื"
@@ -5906,14 +6346,14 @@ msgstr "ไฯะฯฬฮษิลฬุฮฯ"
msgid "Basic"
msgstr "๏ำฮฯืฮฯส"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- ๎มฺมฤ"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "ไมฬลล"
@@ -6059,9 +6499,8 @@ msgid "Belgian"
msgstr "โลฬุวษสำหมั"
#: ../../keyboard.pm_.c:177
-#, fuzzy
msgid "Bengali"
-msgstr "ืหฬภษิุ"
+msgstr "โลฮวมฬุำหมั"
#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
@@ -6076,9 +6515,8 @@ msgid "Brazilian (ABNT-2)"
msgstr "โามฺษฬุำหมั (ABNT-2)"
#: ../../keyboard.pm_.c:183
-#, fuzzy
msgid "Bosnian"
-msgstr "ำิฯฮำหษส"
+msgstr "โฯำฮษสำหมั"
#: ../../keyboard.pm_.c:184
msgid "Belarusian"
@@ -6102,7 +6540,7 @@ msgstr "๎ลอลรหมั (ยลฺ อลาิืูศ หฬมืษ)"
#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr ""
+msgstr "ไลืมฮมวมาษ"
#: ../../keyboard.pm_.c:192
msgid "Danish"
@@ -6138,11 +6576,11 @@ msgstr "็าลลำหมั"
#: ../../keyboard.pm_.c:203
msgid "Gujarati"
-msgstr ""
+msgstr "็ีฤึมามิำหมั"
#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
-msgstr ""
+msgstr "็ีาอีหษ"
#: ../../keyboard.pm_.c:205
msgid "Hungarian"
@@ -6174,7 +6612,7 @@ msgstr "้ิมฬุัฮำหมั"
#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
-msgstr ""
+msgstr "้ฮีหิษิีิ"
#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
@@ -6189,9 +6627,8 @@ msgid "Latin American"
msgstr "์มิษฮฯมอลาษหมฮำหมั"
#: ../../keyboard.pm_.c:218
-#, fuzzy
msgid "Laotian"
-msgstr "ํลำิฯฮมศฯึฤลฮษล"
+msgstr "์มฯำำหมั"
#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
@@ -6219,20 +6656,19 @@ msgstr "ํมหลฤฯฮำหมั"
#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "ํุัฮอำหมั (โษาอม)"
#: ../../keyboard.pm_.c:227
-#, fuzzy
msgid "Mongolian (cyrillic)"
-msgstr "แฺลายมสฤึมฮำหษส (หษาษฬฬษรม)"
+msgstr "ํฯฮวฯฬุำหมั (หษาษฬฬษลำหมั)"
#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
-msgstr ""
+msgstr "ํมฬุิษสำหมั (UK)"
#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
-msgstr ""
+msgstr "ํมฬุิษสำหมั (๓๛แ)"
#: ../../keyboard.pm_.c:230
msgid "Dutch"
@@ -6284,11 +6720,11 @@ msgstr "๓ลายำหมั (หษาษฬฬษลำหมั)"
#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
-msgstr ""
+msgstr "๔มอษฬุำหมั (เฮษหฯฤ)"
#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
-msgstr ""
+msgstr "๔มอษฬุำหมั (TSCII)"
#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
@@ -6363,7 +6799,7 @@ msgstr "๐ามืมั หฬมืษม \"Windows\""
msgid "Circular mounts %s\n"
msgstr "๚มอูหมภษล อฯฮิษาฯืมฮษั %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "๓ฮมมฬม ีฤมฬษิล ฬฯวษลำหษล ิฯอม\n"
@@ -6393,6 +6829,8 @@ msgstr "ำิาฯหษ, ามฺฤลฬลฮฮูล ฺมะัิูอษ"
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
+"๐ฯฤฤลาึหม PCMCIA ฤฬั ัฤลา 2.2 ยฯฬุล ฮล ำีลำิืีลิ. ๐ฯึมฬีสำิม, ษำะฯฬฺุีสิล\n"
+"ัฤาฯ 2.4."
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
@@ -6423,9 +6861,8 @@ msgid "Genius NetScroll"
msgstr "Genius NetScroll"
#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
msgid "Microsoft Explorer"
-msgstr "Microsoft IntelliMouse"
+msgstr "Microsoft Explorer"
#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
@@ -6499,21 +6936,21 @@ msgstr "ฯิำีิำิืีลิ"
msgid "No mouse"
msgstr "ํูุ ฯิำีิำิืีลิ"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "๐ฯึมฬีสำิม, ะาฯืลาุิล ำืฯภ อูุ"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "ิฯยู ะาษืลำิษ อูุ ื ฤลสำิืษล,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "๐๏๋๒๕๔้๔ๅ ๋๏์ๅ๓้๋๏!"
#: ../../my_gtk.pm_.c:64
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr ""
+msgstr "-cronyx-courier-regular-r-*-*-25-*-*-*-p-*-koi8-r,*-r-*"
#: ../../my_gtk.pm_.c:159
msgid "Finish"
@@ -6544,11 +6981,11 @@ msgid "Toggle between flat and group sorted"
msgstr ""
"๐ลาลหฬภลฮษล อลึฤี ฮลามฺืลิืฬลฮฮูอ ษ ฯิำฯาิษาฯืมฮฮูอ ะฯ วาีะะมอ ำะษำหมอษ"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "๐ฯฤหฬภษิุำั ห ้ฮิลาฮลิี"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6559,53 +6996,43 @@ msgstr ""
"pptp, ฮลหฯิฯาูล - dhcp. ๅำฬษ ืู ฮล ฺฮมลิล, ิฯ ืูยษามสิล\n"
"'ษำะฯฬฺุฯืมิุ pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "ษำะฯฬฺุฯืมิุ dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "ษำะฯฬฺุฯืมิุ pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "ษำะฯฬฺุฯืมิุ pptp"
#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
msgid "Web Server"
-msgstr "๓ลาืลา"
+msgstr "๗ลย-ำลาืลา"
#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
msgid "Domain Name Server"
-msgstr "้อั ฤฯอลฮม"
+msgstr "๓ลาืลา ฤฯอลฮฮูศ ษอลฮ"
#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
msgid "Mail Server"
-msgstr "โมฺม ฤมฮฮูศ"
+msgstr "๐ฯิฯืูส ำลาืลา"
#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
msgid "POP and IMAP Server"
-msgstr "NIS ำลาืลา"
+msgstr "๓ลาืลา POP ษ IMAP"
#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
msgid "No network card"
-msgstr "ำลิลืูศ หมาิ ฮล ฮมสฤลฮฯ"
+msgstr "๓ลิลืมั หมาิม ฯิำีิำิืีลิ"
#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
msgid ""
"drakfirewall configurator\n"
"\n"
@@ -6613,15 +7040,15 @@ msgid ""
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-"หฯฮฦษวีามิฯา ะาฯำิฯวฯ ยามฮฤอมีาม\n"
+"หฯฮฦษวีามิฯา drakfirewall\n"
"\n"
-"๏ฮ ฮมำิามษืมลิ ะลาำฯฮมฬุฮูส ยามฮฤอมีา ฤฬั ิฯส อมษฮู Mandrake Linux.\n"
-"ไฬั ำฯฺฤมฮษั ำะลรษมฬษฺษาฯืมฮฮฯวฯ อฯฮฯวฯ ยามฮฤอมีาม, ะฯึมฬีสำิม, ฺมวฬัฮษิล\n"
+"๏ฮ ฮมำิามษืมลิ ะลาำฯฮมฬุฮูส ฦมสลาืฯฬ ฤฬั ิฯส อมษฮู Mandrake Linux.\n"
+"ไฬั ำฯฺฤมฮษั ำะลรษมฬษฺษาฯืมฮฮฯวฯ อฯฮฯวฯ ฦมสลาืฯฬม, ะฯึมฬีสำิม, ฺมวฬัฮษิล\n"
"ื ำะลรษมฬษฺษาฯืมฮฮูส ฤษำิาษยีิษื MandrakeSecurity Firewall."
#: ../../network/drakfirewall.pm_.c:147
msgid "Which services would you like to allow the Internet to connect to?"
-msgstr ""
+msgstr "๋มหษอ ำลาืษำมอ ืู ศฯิษิล ามฺาลษิุ ฤฯำิีะ ื ้ฮิลาฮลิ?"
#: ../../network/drakfirewall.pm_.c:148
msgid ""
@@ -6629,6 +7056,9 @@ msgid ""
"Valid examples are: 139/tcp 139/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
+"๗ู อฯึลิล ืืลำิษ ามฺฬษฮูล ะฯาิู.\n"
+"ไลสำิืษิลฬุฮูล ะาษอลาู: 139/tcp 139/udp.\n"
+"้ฮฦฯาอมรษภ อฯึฮฯ ฮมสิษ ื /etc/services."
#: ../../network/drakfirewall.pm_.c:154
#, c-format
@@ -6637,15 +7067,17 @@ msgid ""
"The proper format is \"port/tcp\" or \"port/udp\", \n"
"where port is between 1 and 65535."
msgstr ""
+"๕หมฺมฮ ฮลืลาฮูส ะฯาิ: %s.\n"
+"๐ามืษฬุฮูส ฦฯาอมิ - \"ะฯาิ/tcp\" ษฬษ \"ะฯาิ/udp\",\n"
+"วฤล ะฯาิ ฤฯฬึลฮ ยูิุ อลึฤี 1 ษ 65535."
#: ../../network/drakfirewall.pm_.c:162
msgid "Everything (no firewall)"
-msgstr ""
+msgstr "๗ำล (ฦมสลาืฯฬ ฯิำีิำิืีลิ)"
#: ../../network/drakfirewall.pm_.c:164
-#, fuzzy
msgid "Other ports"
-msgstr "๐าฯืลาษิุ ะฯาิู"
+msgstr "ไาีวษล ะฯาิู"
#: ../../network/ethernet.pm_.c:37
msgid ""
@@ -6678,7 +7110,7 @@ msgstr ""
msgid "no network card found"
msgstr "ำลิลืมั หมาิม ฮล ฮมสฤลฮม"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "๎มำิาฯสหม ำลิษ"
@@ -6694,15 +7126,15 @@ msgstr ""
"้อั ืมลวฯ ศฯำิม ฤฯฬึฮฯ ยูิุ ะฯฬฮฯำิุภ ฯะาลฤลฬลฮฮูอ ษอลฮลอ\n"
"ศฯำิม, ิมหษอ หมห ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "้อั ศฯำิม"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "ํมำิลา ฮมำิาฯสหษ ำลิษ"
@@ -6730,6 +7162,15 @@ msgid ""
"\n"
"We recommand the light configuration.\n"
msgstr ""
+"๋มหฯส ิษะ ISDN-ำฯลฤษฮลฮษั ืู ะาลฤะฯษิมลิล?\n"
+"\n"
+"* ๓ิมามั หฯฮฦษวีามรษั ษำะฯฬฺุีลิ isdn4net. ๏ฮ ำฯฤลาึษิ\n"
+" ฦฦลหิษืฮูล ำลาืษำฮูล ะาฯวามออู, ฮฯ ัืฬัลิำั ำฬฯึฮูอ\n"
+" ื ฮมำิาฯสหล ษ ฮล ำิมฮฤมาิษฺษาฯืมฮ.\n"
+"* ๎ฯืมั หฯฮฦษวีามรษั ัืฬัลิำั ยฯฬลล ะาฯำิฯส ฤฬั ะฯฮษอมฮษั,\n"
+" ยฯฬลล ำิมฮฤมาิษฺษาฯืมฮฮฯส, ฮฯ ำ อลฮุษอ ษำฬฯอ ำลาืษำฮูศ\n"
+" ะาฯวามออ.\n"
+"ํู าลหฯอลฮฤีลอ ษำะฯฬฺุฯืมิุ ฯยฬลวลฮฮีภ หฯฮฦษวีามรษภ.\n"
#: ../../network/isdn.pm_.c:54
msgid "New configuration (isdn-light)"
@@ -6740,8 +7181,8 @@ msgid "Old configuration (isdn4net)"
msgstr "๓ิมามั หฯฮฦษวีามรษั (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "๎มำิาฯสหม ISDN"
@@ -6777,23 +7218,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "๋มหฯส ะาฯิฯหฯฬ ืู ศฯิษิล ษำะฯฬฺุฯืมิุ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "๋มหฯส ี ืมำ ิษะ หมาิู?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "๑ ฮล ฺฮมภ"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6806,19 +7252,19 @@ msgstr ""
"\n"
"ๅำฬษ ี ืมำ หมาิม PCMCIA, ิฯ ืู ฤฯฬึฮู ฺฮมิุ \"irq\" ษ \"io\" ำืฯลส หมาิู.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "๐าลาืมิุ"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "๐าฯฤฯฬึษิุ"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "๋มหมั ี ืมำ หมาิม ISDN ?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6826,7 +7272,7 @@ msgstr ""
"โูฬม ฯยฮมาีึลฮม หมาิม ISDN PCI, ฮฯ ั ฮล ฺฮมภ ลล ิษะ. ๐ฯึมฬีสำิม, ืูยลาษิล "
"หมาิี PCI ฮม ำฬลฤีภลอ หามฮล."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"๋มาิม ISDN PCI ฮล ยูฬม ฯยฮมาีึลฮม. ๐ฯึมฬีสำิม, ืูยลาษิล ลล ฮม ำฬลฤีภลอ "
@@ -6881,7 +7327,7 @@ msgstr "๐ลาืูส ำลาืลา DNS (ฮลฯยัฺมิลฬุฮฯ)"
msgid "Second DNS Server (optional)"
msgstr "๗ิฯาฯส ำลาืลา DNS (ฮลฯยัฺมิลฬุฮฯ)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6889,7 +7335,7 @@ msgstr ""
"\n"
"๗ู อฯึลิล ฯิหฬภษิุำั ษฬษ ะลาลฮมำิาฯษิุ ำืฯล ำฯลฤษฮลฮษล."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6897,11 +7343,11 @@ msgstr ""
"\n"
"๗ู อฯึลิล ะลาลฮมำิาฯษิุ ำืฯล ะฯฤหฬภลฮษล."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "๗ ฤมฮฮูส อฯอลฮิ ืู ะฯฤหฬภลฮู ห ้ฮิลาฮลิี."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6909,32 +7355,32 @@ msgstr ""
"\n"
"๗ู อฯึลิล ะฯฤหฬภษิุำั ห ้ฮิลาฮลิี ษฬษ ะลาลฮมำิาฯษิุ ำืฯล ะฯฤหฬภลฮษล."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "๗ ฤมฮฮูส อฯอลฮิ ืู ฮล ะฯฤหฬภลฮู ห ้ฮิลาฮลิี."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "๐ฯฤหฬภษิุำั"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "๏ิหฬภษิุำั"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "๎มำิาฯษิุ ำฯลฤษฮลฮษล"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "๐ฯฤหฬภลฮษล ห ้ฮิลาฮลิี ษ ฮมำิาฯสหม"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
-msgstr "๓ลสมำ อู ำฯยษามลอำั ฮมำิาฯษิุ %s ำฯลฤษฮลฮษล."
+msgstr "๓ลสมำ อู ำฯยษามลอำั ฮมำิาฯษิุ ำฯลฤษฮลฮษล %s."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -6953,12 +7399,12 @@ msgstr ""
"\n"
"๎มึอษิล ๏๋ ฤฬั ะาฯฤฯฬึลฮษั."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "๎มำิาฯสหม ำลิษ"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6969,7 +7415,7 @@ msgstr ""
"๎มึอษิล ๏๋, ิฯยู ำฯศามฮษิุ ิลหีษล ฮมำิาฯสหษ, ษฬษ ๏ิอลฮม, ิฯยู\n"
"ะลาลฮมำิาฯษิุ ำืฯล ะฯฤหฬภลฮษล ห ้ฮิลาฮลิี ษ ฬฯหมฬุฮฯส ำลิษ.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6981,72 +7427,72 @@ msgstr ""
"๓ลสมำ อู ฮมำิาฯษอ ืมล ะฯฤหฬภลฮษล ห ้ฮิลาฮลิี ษ/ษฬษ ฬฯหมฬุฮฯส ำลิษ.\n"
"ๅำฬษ ืู ฮล ศฯิษิล ษำะฯฬฺุฯืมิุ มืิฯฯะาลฤลฬลฮษล, ำฮษอษิล วมฬฯหี.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "๗ูยลาษิล ะาฯฦษฬุ ฤฬั ฮมำิาฯสหษ"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
-msgstr "้ำะฯฬฺุฯืมิุ มืิฯฯะาลฤลฬลฮษล"
+msgstr "้ำะฯฬฺุฯืมิุ มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "๒ลึษอ หำะลาิม"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "๏ะาลฤลฬัภิำั ีำิาฯสำิืม..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "๏ยูฮฯล อฯฤลอฮฯล ำฯลฤษฮลฮษล"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "ฮมสฤลฮ ฮม ะฯาิี %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "๓ฯลฤษฮลฮษล ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "ฯยฮมาีึลฮ %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "๓ฯลฤษฮลฮษล ADSL"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "ฯยฮมาีึลฮ ฮม ษฮิลาฦลสำล %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "๋มยลฬุฮฯล ำฯลฤษฮลฮษล"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "ฯยฮมาีึลฮฯ หมยลฬุฮฯล ำฯลฤษฮลฮษล"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "๓ฯลฤษฮลฮษล ะฯ ฬฯหมฬุฮฯส ำลิษ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ฯยฮมาีึลฮม(ู) หมาิม(ู) ethernet"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "๗ูยลาษิล ำฯลฤษฮลฮษล, หฯิฯาฯล ืู ศฯิษิล ฮมำิาฯษิุ"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7056,23 +7502,23 @@ msgstr ""
"๗ูยลาษิล ิฯ, หฯิฯาฯล ืู ศฯิษิล ษำะฯฬฺุฯืมิุ.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "๐ฯฤหฬภลฮษล ห ้ฮิลาฮลิี"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "่ฯิษิล ฬษ ืู ฺมะีำหมิุ ะฯฤหฬภลฮษล ะาษ ฺมวาีฺหล?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "๎มำิาฯสหม ำลิษ"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "๎ลฯยศฯฤษอม ะลาลฺมวาีฺหม ำลิษ"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7083,7 +7529,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7093,7 +7539,7 @@ msgstr ""
"\n"
"๓ลสมำ หฯฮฦษวีามรษั ยีฤลิ ะาษอลฮลฮม ห ืมลส ำษำิลอล.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7101,7 +7547,7 @@ msgstr ""
"๐ฯำฬล ิฯวฯ อู าลหฯอลฮฤีลอ ะลาลฺมะีำิษิุ ำืฯภ ฯยฯฬฯหี ่, ิฯยู ษฺยลึมิุ "
"ะาฯยฬลอ, ำืัฺมฮฮูศ ำฯ ำอลฮฯส ษอลฮษ ศฯำิม."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7111,7 +7557,7 @@ msgstr ""
"๐าฯืลาุิล ำืฯล ะฯฤหฬภลฮษล ะาษ ะฯอฯษ net_monitor ษฬษ mcc. ๅำฬษ ืมล "
"ะฯฤหฬภลฮษล ฮล ามยฯิมลิ, ืู อฯึลิล ะลาลฺมะีำิษิุ ฮมำิาฯสหี."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7123,7 +7569,7 @@ msgstr ""
"๐าฯำิฯ ฯำิมืุิล หฯฮฦษวีามรษภ ิฯวฯ ีำิาฯสำิืม ยลฺ ษฺอลฮลฮษส.\n"
"ฺ้อลฮลฮษล ะาลฤำิมืฬลฮฮูศ ฮษึล ะฯฬลส ะลาลฯะาลฤลฬษิ ิี หฯฮฦษวีามรษภ."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7133,42 +7579,42 @@ msgstr ""
"๋มึฤูส ะีฮหิ ฤฯฬึลฮ ยูิุ ืืลฤลฮ หมห IP-มฤาลำ ื ืษฤล ฺมะษำษ\n"
"ฤลำัิษฮูศ ษำลฬ, ามฺฤลฬลฮฮูศ ิฯหมอษ (ฮมะาษอลา, 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "๎มำิามษืมลิำั ำลิลืฯล ีำิาฯสำิืฯ %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr "(ฤามสืลา %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP-มฤาลำ"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "๓ลิลืมั อมำหม"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "แืิฯอมิษลำหษส IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "๚มะีำหมิุ ะาษ ฺมวาีฺหล"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-มฤาลำ ฤฯฬึลฮ ยูิุ ื ฦฯาอมิล 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7180,54 +7626,62 @@ msgstr ""
"ศฯำิม, ิมหษอ หมห ``mybox.mylab.myco.com''.๗ู อฯึลิล ิมหึล ืืลำิษ IP-มฤาลำ "
"ฬภฺม, ลำฬษ ฯฮ ี ืมำ ลำิุ"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "๓ลาืลา DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "๛ฬภฺ (ฮมะาษอลา, %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "๛ฬภฺฯืฯล ีำิาฯสำิืฯ"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "แฤาลำ DNS-ำลาืลาม ฤฯฬึลฮ ยูิุ ื ฦฯาอมิล 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "แฤาลำ ฬภฺม ฤฯฬึลฮ ยูิุ ื ฦฯาอมิล 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "๎มำิาฯสหม ะาฯหำษ"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP-ะาฯหำษ"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP-ะาฯหำษ"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "้ำะฯฬฺุฯืมิุ id ำลิลืฯส หมาิู (ะฯฬลฺฮฯ ฤฬั ฮฯีิยีหฯื)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "๐าฯหำษ ฤฯฬึลฮ ยูิุ http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "๐าฯหำษ ฤฯฬึลฮ ยูิุ ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Url ฤฯฬึลฮ ฮมษฮมิุำั ำ 'ftp:' ษฬษ 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
-msgstr "๏ยฮมาีึลฮม หฯฮฦษวีามรษั ยามฮฤอมีาม!"
+msgstr "๏ยฮมาีึลฮม หฯฮฦษวีามรษั ฦมสลาืฯฬม!"
#: ../../network/shorewall.pm_.c:25
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
msgstr ""
-"๐าลฤีะาลึฤลฮษล! โูฬษ ฯยฮมาีึลฮู ำีลำิืีภษล ฮมำิาฯสหษ ยามฮฤอมีาม. ๗มอ "
-"อฯึลิ ะฯฮมฤฯยษิุำั ะฯฤะามืษิุ ษศ ืาีฮีภ ะฯำฬล ีำิมฮฯืหษ."
+"๐าลฤีะาลึฤลฮษล! โูฬษ ฯยฮมาีึลฮู ำีลำิืีภษล ฮมำิาฯสหษ ฦมสลาืฯฬม. ๗มอ อฯึลิ "
+"ะฯฮมฤฯยษิุำั ะฯฤะามืษิุ ษศ ืาีฮีภ ะฯำฬล ีำิมฮฯืหษ."
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
@@ -7466,7 +7920,7 @@ msgstr "๚มวฯฮัิุ ฺมฤมฮษล ื หฯอมฮฤี"
#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
msgid "Unknown Model"
-msgstr ""
+msgstr "๎ลษฺืลำิฮมั อฯฤลฬุ"
#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
@@ -7516,7 +7970,7 @@ msgstr ", ะลมิมภษส %s"
#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
-msgstr ""
+msgstr " ฮม ำลาืลาล LPD \"%s\", ะาษฮิลา \"%s\""
#: ../../printer.pm_.c:794
#, c-format
@@ -7526,12 +7980,12 @@ msgstr ", ศฯำิ TCP/IP \"%s\", ะฯาิ %s "
#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr ""
+msgstr " ฮม ำลาืลาล SMB/Windows \"%s\", าลำีาำ \"%s\""
#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
-msgstr ""
+msgstr " ฮม ำลาืลาล Novell \"%s\", ะาษฮิลา \"%s\""
#: ../../printer.pm_.c:804
#, c-format
@@ -7584,6 +8038,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:36
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
+"แืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล ะาษฮิลาม (ฬฯหมฬุฮูล, TCP/Socket ษ SMB-ะาษฮิลาู)"
#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
@@ -7666,34 +8121,37 @@ msgid "Printerdrake"
msgstr "Printerdrake"
#: ../../printerdrake.pm_.c:178
-#, fuzzy
msgid "Checking your system..."
-msgstr "๋มหีภ ำษำิลอี ะลมิษ ืู ศฯิษิล ษำะฯฬฺุฯืมิุ?"
+msgstr "๐าฯืลาัลิำั ืมม ำษำิลอม..."
#: ../../printerdrake.pm_.c:186
msgid ""
"There are no printers found which are directly connected to your machine"
-msgstr ""
+msgstr "๎ล ฮมสฤลฮู ะาษฮิลาู, ฮละฯำาลฤำิืลฮฮฯ ะฯฤหฬภลฮฮูล ห ืมลส อมษฮล."
#: ../../printerdrake.pm_.c:198
-#, fuzzy
msgid ""
"The following printers\n"
"\n"
-msgstr "โีฤีิ ีฤมฬลฮู ำฬลฤีภษล ะมหลิู"
+msgstr ""
+"๓ฬลฤีภษล ะาษฮิลาู\n"
+"\n"
#: ../../printerdrake.pm_.c:199
-#, fuzzy
msgid ""
"The following printer\n"
"\n"
-msgstr "โีฤีิ ีฤมฬลฮู ำฬลฤีภษล ะมหลิู"
+msgstr ""
+"๓ฬลฤีภษส ะาษฮิลา\n"
+"\n"
#: ../../printerdrake.pm_.c:201
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
+"\n"
+"ษ ฯฤษฮ ฮลษฺืลำิฮูส ะาษฮิลา - "
#: ../../printerdrake.pm_.c:203
#, c-format
@@ -7701,29 +8159,36 @@ msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
+"\n"
+"ษ %d ฮลษฺืลำิฮูศ ะาษฮิลาฯื - "
#: ../../printerdrake.pm_.c:207
msgid ""
"\n"
"are "
msgstr ""
+"\n"
+" - "
#: ../../printerdrake.pm_.c:208
msgid ""
"\n"
"is "
msgstr ""
+"\n"
+" - "
#: ../../printerdrake.pm_.c:210
-#, fuzzy
msgid "directly connected to your system"
-msgstr "๎ม ืมลส อมษฮล ฮลิ ำลิลืฯวฯ มฤมะิลาม!"
+msgstr "ฮละฯำาลฤำิืลฮฮฯ ะฯฤหฬภลฮ ห ืมลส ำษำิลอล"
#: ../../printerdrake.pm_.c:213
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
+"\n"
+"๋ ืมลส ำษำิลอล ฮละฯำาลฤำิืลฮฮฯ ะฯฤหฬภลฮ ฯฤษฮ ฮลษฺืลำิฮูส ะาษฮิลา"
#: ../../printerdrake.pm_.c:215
#, c-format
@@ -7731,31 +8196,32 @@ msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
+"\n"
+"๋ ืมลส ำษำิลอล ฮละฯำาลฤำิืลฮฮฯ ะฯฤหฬภลฮฯ %d ฮลษฺืลำิฮูศ ะาษฮิลาม"
#: ../../printerdrake.pm_.c:221
-#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "๗ูยลาษิล, ห หมหฯอี ะฯำฬลฤฯืมิลฬุฮฯอี ะฯาิี ะฯฤหฬภลฮ อฯฤลอ."
+msgstr " (๕ยลฤษิลำุ, ิฯ ืำล ืมษ ะาษฮิลาู ะฯฤหฬภลฮู ษ ืหฬภลฮู).\n"
#: ../../printerdrake.pm_.c:235
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
+"่ฯิษิล ืหฬภษิุ ะลมิุ ฮม ะาษฮิลามศ, ะลาลษำฬลฮฮูศ ืูล ษฬษ ฮม ะาษฮิลามศ ื "
+"ฬฯหมฬุฮฯส ำลิษ?\n"
#: ../../printerdrake.pm_.c:236
-#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "่ฯิษิล ืูะฯฬฮษิุ ะาฯยฮีภ ะลมิุ?"
+msgstr "่ฯิษิล ืหฬภษิุ ะลมิุ ฮม ะาษฮิลามศ ื ฬฯหมฬุฮฯส ำลิษ?\n"
#: ../../printerdrake.pm_.c:238
-#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "่ฯิษิล ฬษ ืู, ิฯยู ืมล ำฯลฤษฮลฮษล ฺมะีำหมฬฯำุ ะาษ ฺมวาีฺหล?"
+msgstr "่ฯิษิล ืหฬภษิุ ะลมิุ ฮม ะาษฮิลามศ, ีะฯอัฮีิูศ ืูล?\n"
#: ../../printerdrake.pm_.c:239
msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr ""
+msgstr "๗ู ีืลาลฮู, ิฯ ศฯิษิล ีำิมฮฯืษิุ ะลมิุ ฮม ิฯส อมษฮล?\n"
#: ../../printerdrake.pm_.c:240
#, c-format
@@ -7763,6 +8229,8 @@ msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
+"๐๒้ํๅแ๎้ๅ: ื ฺมืษำษอฯำิษ ฯิ อฯฤลฬษ ะาษฮิลาม ษ ำษำิลอู ะลมิษ ยีฤลิ "
+"ีำิมฮฯืฬลฮฯ ฤฯ %d ํโ ฤฯะฯฬฮษิลฬุฮฯวฯ ะาฯวามออฮฯวฯ ฯยลำะลลฮษั."
#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
@@ -7812,6 +8280,25 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"ไฯยาฯ ะฯึมฬฯืมิุ ื ํมำิลา ีำิมฮฯืหษ ะาษฮิลาม\n"
+"\n"
+"ิฯิ อมำิลา ะฯอฯึลิ ืมอ ีำิมฮฯืษิุ ืมษ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ห ิฯอี\n"
+"หฯอะุภิลาี, ะฯฤหฬภลฮฮูล ฮละฯำาลฤำิืลฮฮฯ ื ำลิุ ษฬษ ห ีฤมฬลฮฮูอ อมษฮมอ\n"
+"Windows.\n"
+"\n"
+"ๅำฬษ ี ืมำ ลำิุ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ห ิฯส อมษฮล, ะฯึมฬีสำิม,\n"
+"ะฯฤหฬภษิล ษศ ห ิฯอี หฯอะุภิลาี ษ ืหฬภษิล ษศ, ิฯยู ฯฮษ อฯวฬษ ยูิุ\n"
+"มืิฯอมิษลำหษ ฯะาลฤลฬลฮู. ๗มษ ำลิลืูล ะาษฮิลาู ษ ฮม Windows-อมษฮมศ ิมหึล\n"
+"ฤฯฬึฮู ยูิุ ะฯฤหฬภลฮู ษ ืหฬภลฮู.\n"
+"\n"
+"๐ฯอฮษิล, ิฯ มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล ำลิลืูศ ะาษฮิลาฯื ืูะฯฬฮัลิำั\n"
+"ฺฮมษิลฬุฮฯ ฤฯฬุล, ลอ มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล ิฯฬุหฯ ะาษฮิลาฯื,\n"
+"ะฯฤหฬภลฮฮูศ ห ิฯส อมษฮล. ๐ฯิฯอี ฯิหฬภษิล มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล\n"
+"ำลิลืูศ ษ/ษฬษ Windows-ะาษฮิลาฯื, หฯวฤม ฯฮษ ืมอ ฮล ฮีึฮู.\n"
+"\n"
+"๎มึอษิล \"ไมฬลล\", หฯวฤม ยีฤลิล วฯิฯืู, ษ \"๏ิอลฮม\", ลำฬษ ืู ฮล ศฯิษิล\n"
+"ีำิมฮมืฬษืมิุ ำืฯษ ะาษฮิลาู ำลสมำ."
#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
msgid ""
@@ -7827,6 +8314,18 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"ไฯยาฯ ะฯึมฬฯืมิุ ื ํมำิลา ีำิมฮฯืหษ ะาษฮิลาม\n"
+"\n"
+"ิฯิ อมำิลา ะฯอฯึลิ ืมอ ีำิมฮฯืษิุ ืมษ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ห ิฯอี\n"
+"หฯอะุภิลาี.\n"
+"\n"
+"ๅำฬษ ี ืมำ ลำิุ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ห ิฯส อมษฮล, ะฯึมฬีสำิม,\n"
+"ะฯฤหฬภษิล ษศ ห ิฯอี หฯอะุภิลาี ษ ืหฬภษิล ษศ, ิฯยู ฯฮษ อฯวฬษ ยูิุ\n"
+"มืิฯอมิษลำหษ ฯะาลฤลฬลฮู.\n"
+"\n"
+"๎มึอษิล \"ไมฬลล\", หฯวฤม ยีฤลิล วฯิฯืู, ษ \"๏ิอลฮม\", ลำฬษ ืู ฮล ศฯิษิล\n"
+"ีำิมฮมืฬษืมิุ ำืฯษ ะาษฮิลาู ำลสมำ."
#: ../../printerdrake.pm_.c:297
msgid ""
@@ -7847,19 +8346,40 @@ msgid ""
" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
"want to set up your printer(s) now."
msgstr ""
+"\n"
+"ไฯยาฯ ะฯึมฬฯืมิุ ื ํมำิลา ีำิมฮฯืหษ ะาษฮิลาม\n"
+"\n"
+"ิฯิ อมำิลา ะฯอฯึลิ ืมอ ีำิมฮฯืษิุ ืมษ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ห ิฯอี\n"
+"หฯอะุภิลาี ษฬษ ะฯฤหฬภลฮฮูล ฮละฯำาลฤำิืลฮฮฯ ื ำลิุ.\n"
+"\n"
+"ๅำฬษ ี ืมำ ลำิุ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ห ิฯส อมษฮล, ะฯึมฬีสำิม,\n"
+"ะฯฤหฬภษิล ษศ ห ิฯอี หฯอะุภิลาี ษ ืหฬภษิล ษศ, ิฯยู ฯฮษ อฯวฬษ ยูิุ\n"
+"มืิฯอมิษลำหษ ฯะาลฤลฬลฮู. ๗มษ ำลิลืูล ะาษฮิลาู ิมหึล ฤฯฬึฮู ยูิุ\n"
+"ะฯฤหฬภลฮู ษ ืหฬภลฮู.\n"
+"\n"
+"๐ฯอฮษิล, ิฯ มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล ำลิลืูศ ะาษฮิลาฯื ืูะฯฬฮัลิำั\n"
+"ฺฮมษิลฬุฮฯ ฤฯฬุล, ลอ มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล ิฯฬุหฯ ะาษฮิลาฯื,\n"
+"ะฯฤหฬภลฮฮูศ ห ิฯส อมษฮล. ๐ฯิฯอี ฯิหฬภษิล มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล\n"
+"ำลิลืูศ ะาษฮิลาฯื, หฯวฤม ฯฮษ ืมอ ฮล ฮีึฮู.\n"
+"\n"
+"๎มึอษิล \"ไมฬลล\", หฯวฤม ยีฤลิล วฯิฯืู, ษ \"๏ิอลฮม\", ลำฬษ ืู ฮล ศฯิษิล\n"
+"ีำิมฮมืฬษืมิุ ำืฯษ ะาษฮิลาู ำลสมำ."
#: ../../printerdrake.pm_.c:315
-#, fuzzy
msgid "Auto-detect printers connected to this machine"
-msgstr "๕ฤมฬลฮฮูส ะาษฮิลา"
+msgstr "แืิฯอมิษลำหษ ฯะาลฤลฬษิุ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ห ิฯส อมษฮล"
#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
+"แืิฯอมิษลำหษ ฯะาลฤลฬษิุ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ฮละฯำาลฤำิืลฮฮฯ ห ฬฯหมฬุฮฯส "
+"ำลิษ"
#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
+"แืิฯอมิษลำหษ ฯะาลฤลฬษิุ ะาษฮิลาู, ะฯฤหฬภลฮฮูล ห อมษฮมอ ำ ามยฯิมภลส "
+"Microsoft Windows"
#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
#: ../../printerdrake.pm_.c:587
@@ -7892,19 +8412,18 @@ msgstr ""
#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
-#, fuzzy
msgid "Printer auto-detection"
-msgstr "้ำะฯฬฺุฯืมิุ มืิฯฯะาลฤลฬลฮษล"
+msgstr "แืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล ะาษฮิลาม"
#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
-msgstr ""
+msgstr ", ำลิลืฯส ะาษฮิลา \"%s\", ะฯาิ %s"
#: ../../printerdrake.pm_.c:410
-#, fuzzy, c-format
+#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT"
+msgstr ", ะาษฮิลา \"%s\" ฮม ำลาืลาล SMB/Windows \"%s\""
#: ../../printerdrake.pm_.c:416
#, c-format
@@ -7924,14 +8443,14 @@ msgid "USB printer \\/*%s"
msgstr "๐าษฮิลา USB \\/*%s"
#: ../../printerdrake.pm_.c:424
-#, fuzzy, c-format
+#, c-format
msgid "Network printer \"%s\", port %s"
-msgstr "๓ลิลืฯส ะาษฮิลา (ำฯหลิ)"
+msgstr "๓ลิลืฯส ะาษฮิลา \"%s\", ะฯาิ %s"
#: ../../printerdrake.pm_.c:426
-#, fuzzy, c-format
+#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT"
+msgstr "๐าษฮิลา \"%s\" ฮม ำลาืลาล SMB/Windows \"%s\""
#: ../../printerdrake.pm_.c:563
msgid ""
@@ -7950,14 +8469,12 @@ msgid "You must enter a device or file name!"
msgstr "๗ู ฤฯฬึฮู ืืลำิษ ีำิาฯสำิืฯ ษฬษ ษอั ฦมสฬม! "
#: ../../printerdrake.pm_.c:578
-#, fuzzy
msgid "No printer found!"
-msgstr "์ฯหมฬุฮูส ะาษฮิลา"
+msgstr "๐าษฮิลา ฮล ฮมสฤลฮ!"
#: ../../printerdrake.pm_.c:588
-#, fuzzy
msgid "Available printers"
-msgstr "์ฯหมฬุฮูส ะาษฮิลา"
+msgstr "ไฯำิีะฮูล ะาษฮิลาู"
#: ../../printerdrake.pm_.c:592
msgid ""
@@ -7972,6 +8489,9 @@ msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up or enter a device name/file name in the input line"
msgstr ""
+"๚ฤลำุ ะลาลษำฬลฮู ืำล มืิฯอมิษลำหษ ฯะาลฤลฬลฮฮูล ะาษฮิลาู. ๐ฯึมฬีสำิม, "
+"ืูยลาษิล ะาษฮิลา, หฯิฯาูส ืู ศฯิษิล ีำิมฮฯืษิุ ษฬษ ืืลฤษิล ษอั ีำิาฯสำิืม/"
+"ฦมสฬม ื ำิาฯหล ืืฯฤม ฤมฮฮูศ"
#: ../../printerdrake.pm_.c:595
msgid ""
@@ -8056,24 +8576,23 @@ msgid "Remote printer name missing!"
msgstr "๏ิำีิำิืีลิ ษอั ีฤมฬลฮฮฯวฯ ะาษฮิลาม!"
#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
-#, fuzzy, c-format
+#, c-format
msgid "Detected model: %s %s"
-msgstr "ฮมสฤลฮฯ %s"
+msgstr "๏ยฮมาีึลฮม อฯฤลฬุ: %s %s"
#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
-#, fuzzy
msgid "Scanning network..."
-msgstr "๚มะีำห ๗มลวฯ ำฯลฤษฮลฮษั..."
+msgstr "๓หมฮษาีลิำั ำลิุ..."
#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
-msgstr ""
+msgstr ", ะาษฮิลา \"%s\" ฮม ำลาืลาล \"%s\""
#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
-#, fuzzy, c-format
+#, c-format
msgid "Printer \"%s\" on server \"%s\""
-msgstr "ไลมหิษืษฺมรษั ำลิษ"
+msgstr "๐าษฮิลา \"%s\" ฮม ำลาืลาล \"%s\""
#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
@@ -8097,6 +8616,9 @@ msgid ""
" If the desired printer was auto-detected, simply choose it from the list "
"and then add user name, password, and/or workgroup if needed."
msgstr ""
+"ๅำฬษ ฮลฯยศฯฤษอูส ะาษฮิลา ยูฬ ฯะาลฤลฬลฮ มืิฯอมิษลำหษ, ะาฯำิฯ ืูยลาษิล ลวฯ ษฺ "
+"ำะษำหม, ม ฺมิลอ ฤฯยมืุิล, ลำฬษ ฮลฯยศฯฤษอฯ, ษอั ะฯฬฺุฯืมิลฬั, ะมาฯฬุ ษ/ษฬษ "
+"ามยฯีภ วาีะะี."
#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
@@ -8115,9 +8637,8 @@ msgid "Workgroup"
msgstr "๒มยฯมั วาีะะม"
#: ../../printerdrake.pm_.c:853
-#, fuzzy
msgid "Auto-detected"
-msgstr "้ำะฯฬฺุฯืมิุ มืิฯฯะาลฤลฬลฮษล"
+msgstr "๏ะาลฤลฬลฮ มืิฯอมิษลำหษ"
#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
@@ -8163,7 +8684,7 @@ msgstr ""
"\n"
"ํู าลหฯอลฮฤีลอ ษำะฯฬฺุฯืมิุ ฯฤษฮ ษฺ ำฬลฤีภษศ ืมาษมฮิฯื (ืฯ ฬภยฯอ ำฬีมล ืู "
"ฤฯฬึฮู ียลฤษิุำั, ิฯ ิฯฬุหฯ อมษฮู ษฺ ืมลส ฬฯหมฬุฮฯส ำลิษ ษอลภิ ฤฯำิีะ ห "
-"ืมลอี ำลาืลาี Windows, ฮมะาษอลา, ะฯำาลฤำิืฯอ ยามฮฤอมีาม):\n"
+"ืมลอี ำลาืลาี Windows, ฮมะาษอลา, ะฯำาลฤำิืฯอ ฦมสลาืฯฬม):\n"
"้ำะฯฬฺุีสิล ฮม ำืฯลอ ำลาืลาล Windows ีลิฮีภ ฺมะษำุ ยลฺ ะมาฯฬั, ิมหีภ หมห "
"ีลิฮมั ฺมะษำุ \"็๏๓๔๘\" ษฬษ ำะลรษมฬุฮีภ ีลิฮีภ ฺมะษำุ, ะาลฤฮมฺฮมลฮฮีภ ฤฬั "
"ะลมิษ. ๎ล ำฮษอมสิล ฺมษิี ะมาฯฬลอ ำ ฬษฮฯส ีลิฮฯส ฺมะษำษ ษฬษ ีลิฮฯส "
@@ -8234,12 +8755,12 @@ msgstr "๏ิำีิำิืีลิ ษอั ฯลาลฤษ ฺมฤมฮษส ฮม ะลมิุ NCP!"
#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
-msgstr ""
+msgstr ", ศฯำิ \"%s\", ะฯาิ %s"
#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
-msgstr ""
+msgstr "่ฯำิ \"%s\", ะฯาิ %s"
#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
@@ -8250,6 +8771,9 @@ msgid ""
"Choose one of the auto-detected printers from the list or enter the hostname "
"or IP and the optional port number (default is 9100) into the input fields."
msgstr ""
+"๗ูยลาษิล ฯฤษฮ ษฺ มืิฯอมิษลำหษ ฯะาลฤลฬลฮฮูศ ะาษฮิลาฯื ษฺ ำะษำหม ษฬษ ืืลฤษิล "
+"ษอั ศฯำิม ษฬษ IP-มฤาลำ ษ ฮลฯยัฺมิลฬุฮูส ฮฯอลา ะฯาิม (ะฯ ีอฯฬมฮษภ ามืลฮ "
+"9100) ื ะฯฬัศ ฤฬั ืืฯฤม ฤมฮฮูศ."
#: ../../printerdrake.pm_.c:1085
msgid ""
@@ -8258,16 +8782,18 @@ msgid ""
"JetDirect servers the port number is usually 9100, on other servers it can "
"vary. See the manual of your hardware."
msgstr ""
+"ิฯยู ะลมิมิุ ฮม ะาษฮิลาล TCP ษฬษ socket, ืมอ ฮลฯยศฯฤษอฯ ีหมฺมิุ ษอั ศฯำิม "
+"ษฬษ IP-มฤาลำ ะาษฮิลาม ษ ฮลฯยัฺมิลฬุฮูส ฮฯอลา ะฯาิม (ะฯ ีอฯฬมฮษภ ามืลฮ "
+"9100). ๎ม ำลาืลามศ HP JetDirect ฮฯอลา ะฯาิม ฯยูฮฯ ามืลฮ 9100, ฮม ฤาีวษศ "
+"ำลาืลามศ ฯฮ อฯึลิ ฯิฬษมิุำั. ๓อฯิาษิล ษฮำิาีหรษภ ห ำืฯลอี ฯยฯาีฤฯืมฮษภ."
#: ../../printerdrake.pm_.c:1090
-#, fuzzy
msgid "Printer host name or IP missing!"
-msgstr "้อั อมษฮู ำ ะาษฮิลาฯอ"
+msgstr "๏ิำีิำิืีลิ ษอั ศฯำิม ะาษฮิลาม ษฬษ IP!"
#: ../../printerdrake.pm_.c:1112
-#, fuzzy
msgid "Printer host name or IP"
-msgstr "้อั อมษฮู ำ ะาษฮิลาฯอ"
+msgstr "้อั ศฯำิม อมษฮู ะาษฮิลาม ษฬษ IP"
#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
@@ -8418,7 +8944,6 @@ msgstr ""
"ฮมำิาฯสิล ลวฯ ฮม อมษฮล, ห หฯิฯาฯส ฯฮ ะฯฤหฬภลฮ."
#: ../../printerdrake.pm_.c:1813
-#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
@@ -8431,18 +8956,18 @@ msgid ""
msgstr ""
"ิฯยู ะลมิมิุ ฮม ำืฯลอ Lexmark inkjet ษ ำ ิฯส หฯฮฦษวีามรษลส, ืมอ ฮีึฮู "
"ฤามสืลาู ะาษฮิลาม inkjet, ะาลฤฯำิมืฬัลอูล Lexmark'ฯอ (http://www.lexmark."
-"com/). ้ฤษิล ฮม ำมสิ US ษ หฬษหฮษิล ฮม หฮฯะหี \"Drivers\". ๚มิลอ ืูยลาษิล "
-"ำืฯภ อฯฤลฬุ, ม ฺมิลอ ฯะลามรษฯฮฮีภ ำษำิลอี \"Linux\". ไามสืลาู ะฯำิมืฬัภิำั ื "
-"ืษฤล ะมหลิฯื RPM ษฬษ ำหาษะิฯื หฯอมฮฤฮฯวฯ ะาฯรลำำฯาม ำ ษฮิลามหิษืฮฯส "
-"วามฦษลำหฯส ีำิมฮฯืหฯส. ๗มอ ฮลิ ฮลฯยศฯฤษอฯำิษ ืูะฯฬฮัิุ ิี ฮมำิาฯสหี "
-"ะฯำาลฤำิืฯอ วามฦษลำหฯวฯ ษฮิลาฦลสำม. ๏ิอลฮษิล ลล ำามฺี ะฯำฬล ฬษรลฮฺษฯฮฮฯวฯ "
-"ำฯวฬมลฮษั. ๚มิลอ ฮมะลมิมสิล ำิามฮษรู ฤฬั าลวีฬษาฯืหษ ะลมิมภลส วฯฬฯืหษ "
-"ะฯำาลฤำิืฯอ \"lexmarkmaintain\" ษ ฯิ฿ภำิษาีสิล ะฯฬฯึลฮษล วฯฬฯืหษ ะาษ ะฯอฯษ "
-"ิฯส ะาฯวามออู."
+"com/). ๋ฬษหฮษิล ฮม ำำูฬหี \"Drivers\". ๚มิลอ ืูยลาษิล ำืฯภ อฯฤลฬุ, ม ฺมิลอ "
+"ฯะลามรษฯฮฮีภ ำษำิลอี \"Linux\". ไามสืลาู ะฯำิมืฬัภิำั ื ืษฤล ะมหลิฯื RPM ษฬษ "
+"ำหาษะิฯื หฯอมฮฤฮฯวฯ ะาฯรลำำฯาม ำ ษฮิลามหิษืฮฯส วามฦษลำหฯส ีำิมฮฯืหฯส. ๗มอ "
+"ฮลิ ฮลฯยศฯฤษอฯำิษ ืูะฯฬฮัิุ ิี ฮมำิาฯสหี ะฯำาลฤำิืฯอ วามฦษลำหฯวฯ "
+"ษฮิลาฦลสำม. ๏ิอลฮษิล ลล ำามฺี ะฯำฬล ฬษรลฮฺษฯฮฮฯวฯ ำฯวฬมลฮษั. ๚มิลอ "
+"ฮมะลมิมสิล ำิามฮษรู ฤฬั าลวีฬษาฯืหษ ะลมิมภลส วฯฬฯืหษ ะฯำาลฤำิืฯอ "
+"\"lexmarkmaintain\" ษ ฯิ฿ภำิษาีสิล ะฯฬฯึลฮษล วฯฬฯืหษ ะาษ ะฯอฯษ ิฯส "
+"ะาฯวามออู."
#: ../../printerdrake.pm_.c:1816
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr ""
+msgstr "์มฺลาฮูส ะาษฮิลา GDI, ษำะฯฬฺุีภษส ฦฯาอมิ Zenographics ZJ-Stream"
#: ../../printerdrake.pm_.c:1817
msgid ""
@@ -8466,6 +8991,25 @@ msgid ""
"The first command can be given by any normal user, the second must be given "
"as root. After having done so you can print normally.\n"
msgstr ""
+"๗ม ะาษฮิลา ะาษฮมฤฬลึษิ ห วาีะะล ฬมฺลาฮูศ ะาษฮิลาฯื GDI (win-ะาษฮิลาู), "
+"ะาฯฤมืมลอูศ ามฺฬษฮูอษ ะาฯษฺืฯฤษิลฬัอษ, หฯิฯาูล ษำะฯฬฺุีภิ ฤฬั ฤมฮฮูศ, "
+"ฯะามืฬัลอูศ ฮม ะลมิุ, ามำิาฯืูส ฦฯาอมิ Zenographics ZJ-stream. ไามสืลา ฤฬั "
+"ิฯวฯ ะาษฮิลาม ืำล ลล ฮมศฯฤษิำั ฮม ามฮฮลส ำิมฤษษ ามฺามยฯิหษ, ษ ะฯิฯอี, "
+"ืฯฺอฯึฮฯ, ฯฮ ฮล ืำลวฤม ามยฯิมลิ หฯาาลหิฮฯ. ๋าฯอล ิฯวฯ, ืฯฺอฯึฮฯ, ิฯ ิษ "
+"ะาษฮิลาู ยีฤีิ ามยฯิมิุ ิฯฬุหฯ, ลำฬษ ืู ืูยลาลิล ามฺอลา ยีอมวษ แ4.\n"
+"\n"
+"๗ ฮลหฯิฯาูล ษฺ ิษศ ะาษฮิลาฯื, ิมหษล หมห HP LaserJet 1000, ฤฬั หฯิฯาูศ "
+"ษฺฮมมฬุฮฯ ยูฬ ำฯฺฤมฮ ิฯิ ฤามสืลา, ะฯำฬล ืหฬภลฮษั ฮลฯยศฯฤษอฯ ฺมวาีฺษิุ "
+"firmware. ๗ ำฬีมล ำ HP LaserJet 1000 ืู ฤฯฬึฮู ฮมสิษ หฯอะมหิ ำ ฤามสืลาฯอ "
+"Windows ฤฬั ิฯวฯ ะาษฮิลาม ษฬษ ฦมสฬ \"sihp1000.img\" ฮม ำืฯลอ ามฺฤลฬล "
+"Windows ษ ฺมวาีฺษิุ ลวฯ ื ะาษฮิลา ะาษ ะฯอฯษ ฯฤฮฯส ษฺ ิษศ หฯอมฮฤ:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"๐ลาืมั หฯอมฮฤม อฯึลิ ยูิุ ืูะฯฬฮลฮม ฬภยูอ ฯยูฮูอ ะฯฬฺุฯืมิลฬลอ, ืิฯามั "
+"ฤฯฬึฮม ยูิุ ืูะฯฬฮลฮม root'ฯอ. ๐ฯำฬล ิฯวฯ, หมห ิฯ ยีฤลิ ืูะฯฬฮลฮฯ, ืู "
+"ำอฯึลิล ฮฯาอมฬุฮฯ ะลมิมิุ.\n"
#: ../../printerdrake.pm_.c:2040
msgid ""
@@ -8731,7 +9275,7 @@ msgstr "๐ลมิุ ฮม ะาษฮิลาล \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -8754,6 +9298,16 @@ msgid ""
"\n"
"Do not use \"scannerdrake\" for this device!"
msgstr ""
+"๗มล อฮฯวฯฦีฮหรษฯฮมฬุฮฯล ีำิาฯสำิืฯ ยูฬฯ มืิฯอมิษลำหษ ฮมำิาฯลฮฯ ฤฬั "
+"ำหมฮษาฯืมฮษั. ๔ละลาุ ืู อฯึลิล ำหมฮษาฯืมิุ ะาษ ะฯอฯษ \"scanimage"
+"\" (\"scanimage -d hp:%s\", ิฯยู ีหมฺมิุ ำหมฮลา, ลำฬษ ี ืมำ ษศ ยฯฬุล "
+"ฯฤฮฯวฯ) ษฺ หฯอมฮฤฮฯส ำิาฯหษ ษฬษ ลาลฺ วามฦษลำหษล ษฮิลาฦลสำู \"xscanimage\" "
+"ษฬษ \"xsane\". ๅำฬษ ืู ษำะฯฬฺุีลิล GIMP, ืู ิมหึล อฯึลิล ำหมฮษาฯืมิุ, ืูยามื "
+"ำฯฯิืลิำิืีภษส ะีฮหิ ื อลฮภ \"ๆมสฬ\"/\"้อะฯาิ\". ๚มะีำิษิล ิมหึล ื "
+"หฯอมฮฤฮฯส ำิาฯหล \"man scanimage\", ิฯยู ะฯฬีษิุ ฤฯะฯฬฮษิลฬุฮีภ "
+"ษฮฦฯาอมรษภ.\n"
+"\n"
+"๎ล ษำะฯฬฺุีสิล \"scannerdrake\" ฤฬั ิฯวฯ ีำิาฯสำิืม!"
#: ../../printerdrake.pm_.c:2394
msgid ""
@@ -8767,6 +9321,16 @@ msgid ""
"can switch between drive letters with the field at the upper-right corners "
"of the file lists."
msgstr ""
+"๗ม ะาษฮิลา ยูฬ มืิฯอมิษลำหษ ฮมำิาฯลฮ, ิฯยู ฯยลำะลษิุ ืมอ ฤฯำิีะ ห ฤษำหมอ "
+"ฦฯิฯหมาิู ำฯ ำืฯลวฯ ๐๋. ๔ละลาุ ืู อฯึลิล ะฯฬีษิุ ฤฯำิีะ ห ำืฯษอ ฦฯิฯหมาิมอ, "
+"ษำะฯฬฺุีั วามฦษลำหีภ ะาฯวามออี \"MtoolsFM\" (อลฮภ: \"๐าษฬฯึลฮษั\" -> "
+"\"ๆมสฬฯืูล ีิษฬษิู\" -> \"ๆมสฬฯืูส อลฮลฤึลา Mtools\") ษฬษ ีิษฬษิู ฤฬั "
+"หฯอมฮฤฮฯส ำิาฯหษ \"mtools\" (ืืลฤษิล ื หฯอมฮฤฮฯส ำิาฯหล \"man mtools\" ฤฬั "
+"ะฯฬีลฮษั ฤฯะฯฬฮษิลฬุฮฯส ษฮฦฯาอมรษษ). ๗ู ฮมสฤลิล ฦมสฬฯืีภ ำษำิลอี หมาิู ะฯฤ "
+"ยีหืฯส \"p:\" ษฬษ ะฯฤ ำฬลฤีภษอษ ยีหืมอษ ฤษำหม, ลำฬษ ี ืมำ ลำิุ ยฯฬลล, ลอ "
+"ฯฤษฮ ะาษฮิลา HP ำ ฤษำหมอษ ฦฯิฯหมาิู. ๗ \"MtoolsFM\" ืู อฯึลิล ะลาลหฬภมิุำั "
+"อลึฤี ษอลฮมอษ ฤษำหฯื ื ะฯฬล, ามำะฯฬฯึลฮฮฯอ ื ะามืฯอ ืลาศฮลอ ีวฬี ำะษำหม "
+"ฦมสฬฯื."
#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
#: ../../printerdrake.pm_.c:3170
@@ -8776,7 +9340,7 @@ msgstr "ษิมลิำั ยมฺม ฤมฮฮูศ ะาษฮิลาฯื..."
#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
-msgstr "๓หฯะษาฯืมิุ หฯฮฦษวีามรษภ ะาษฮิลาม"
+msgstr "๐ลาลฤมิุ หฯฮฦษวีามรษภ ะาษฮิลาม"
#: ../../printerdrake.pm_.c:2437
#, c-format
@@ -8787,8 +9351,8 @@ msgid ""
"overtaken, but jobs will not be transferred.\n"
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-"๗ู อฯึลิล ะลาลฮลำิษ หฯฮฦษวีามรษภ ะาษฮิลาม, ำฯยามฮฮีภ ฤฬั ำะีฬลาม, %s ฮม %s - "
-"ืม ิลหีษส ำะีฬลา. โีฤีิ ะลาลฤมฮู ืำล ฤมฮฮูล หฯฮฦษวีามรษษ (ษอั ะาษฮิลาม, "
+"๗ู อฯึลิล ำหฯะษาฯืมิุ หฯฮฦษวีามรษภ ะาษฮิลาม, ำฯยามฮฮีภ ฤฬั ำะีฬลาม, %s ฮม %s "
+"- ืม ิลหีษส ำะีฬลา. โีฤีิ ะลาลฤมฮู ืำล ฤมฮฮูล หฯฮฦษวีามรษษ (ษอั ะาษฮิลาม, "
"ฯะษำมฮษล, ามำะฯฬฯึลฮษล, ิษะ ะฯฤหฬภลฮษั ษ ฮมำิาฯสหษ ะฯ ีอฯฬมฮษภ), ฮฯ "
"ฺมฤมฮษั ะลาลฮลำลฮู ฮล ยีฤีิ.\n"
"๎ล ืำล ฯลาลฤษ ฺมฤมฮษส ฮม ะลมิุ อฯวีิ ยูิุ ะลาลฮลำลฮู ะฯ ำฬลฤีภษอ "
@@ -8879,6 +9443,7 @@ msgstr ""
msgid "New printer name"
msgstr "๎ฯืฯล ษอั ะาษฮิลาม"
+# ../../printerdrake.pm_.c:2489 #, c-format
#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
@@ -9060,9 +9625,8 @@ msgid "Printer options"
msgstr "๐มามอลิาู ะาษฮิลาม"
#: ../../printerdrake.pm_.c:2989
-#, fuzzy
msgid "Preparing Printerdrake..."
-msgstr "ิลฮษล ยมฺู ฤามสืลาฯื CUPS..."
+msgstr "๐ฯฤวฯิมืฬษืมลิำั Printerdrake..."
#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
@@ -9077,15 +9641,16 @@ msgid "Printing system: "
msgstr "๓ษำิลอม ะลมิษ: "
#: ../../printerdrake.pm_.c:3099
-#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
"OpenOffice.org/GIMP."
msgstr ""
-"้อลภิำั ำฬลฤีภษล ฯลาลฤษ ะลมิษ.\n"
-"๗ู อฯึลิล ฤฯยมืษิุ ฮฯืูล ษฬษ ษฺอลฮษิุ ำีลำิืีภษล."
+"๎มำิาฯลฮู ำฬลฤีภษล ะาษฮิลาู. ลฬหฮษิล ฤืมึฤู ฮม ะาษฮิลาล, ิฯยู ษฺอลฮษิุ "
+"ลวฯ ฮมำิาฯสหษ; ำฤลฬมิุ ลวฯ ษำะฯฬฺุีลอูอ ะฯ ีอฯฬมฮษภ; ะาฯำอฯิาลิุ ษฮฦฯาอมรษภ "
+"ฯ ฮลอ; ษฬษ ำฤลฬมิุ ะาษฮิลา ฮม ีฤมฬลฮฮฯอ ำลาืลาล CUPS ฤฯำิีะฮูอ ฤฬั Star "
+"Office/OpenOffice.org/GIMP."
#: ../../printerdrake.pm_.c:3100
msgid ""
@@ -9094,7 +9659,8 @@ msgid ""
"it."
msgstr ""
"๎มำิาฯลฮู ำฬลฤีภษล ะาษฮิลาู. ไืมึฤู ลฬหฮษิล ฮม ะาษฮิลาล, ิฯยู ษฺอลฮษิุ "
-"ลวฯ ฮมำิาฯสหษ, ำฤลฬมิุ ลวฯ ะาษฮิลาฯอ ะฯ ีอฯฬมฮษภ, ีืษฤลิุ ษฮฦฯาอมรษภ ฯ ฮลอ"
+"ลวฯ ฮมำิาฯสหษ; ำฤลฬมิุ ลวฯ ะาษฮิลาฯอ ะฯ ีอฯฬมฮษภ; ะาฯำอฯิาลิุ ษฮฦฯาอมรษภ ฯ "
+"ฮลอ"
#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
@@ -9153,11 +9719,11 @@ msgstr "๓ฤลฬมิุ ิฯิ ะาษฮิลา ษำะฯฬฺุีลอูอ ะฯ ีอฯฬมฮษภ"
#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr ""
+msgstr "ไฯยมืษิุ ิฯิ ะาษฮิลา ื Star Office/OpenOffice.org/GIMP"
#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr ""
+msgstr "๕ฤมฬษิุ ิฯิ ะาษฮิลา ษฺ Star Office/OpenOffice.org/GIMP"
#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
@@ -9187,35 +9753,39 @@ msgstr "๐าษฮิลา \"%s\" ำฤลฬมฮ ิละลาุ ษำะฯฬฺุีลอูอ ะฯ ีอฯฬมฮษภ."
#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr ""
+msgstr "ไฯยมืฬัลิำั ะาษฮิลา ื Star Office/OpenOffice.org/GIMP"
#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
-msgstr ""
+msgstr "๐าษฮิลา \"%s\" ยูฬ ีำะลฮฯ ฤฯยมืฬลฮ ื Star Office/OpenOffice.org/GIMP."
#: ../../printerdrake.pm_.c:3506
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
+"ไฯยมืฬลฮษล ะาษฮิลาม \"%s\" ื Star Office/OpenOffice.org/GIMP ฺมืลาษฬฯำุ "
+"ฮลีฤมลส."
#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr ""
+msgstr "๕ฤมฬัลิำั ะาษฮิลา ษฺ Star Office/OpenOffice.org/GIMP"
#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
-msgstr ""
+msgstr "๐าษฮิลา \"%s\" ยูฬ ีำะลฮฯ ีฤมฬลฮ ษฺ Star Office/OpenOffice.org/GIMP."
#: ../../printerdrake.pm_.c:3515
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
+"๕ฤมฬลฮษล ะาษฮิลาม \"%s\" ษฺ Star Office/OpenOffice.org/GIMP ฺมืลาษฬฯำุ "
+"ฮลีฤมลส."
#: ../../printerdrake.pm_.c:3523
#, c-format
@@ -9276,11 +9846,6 @@ msgstr ""
"๐ฯึมฬีสำิม, ฺมะฯฬฮษิล ะฯฬั ษฮฦฯาอมรษลส ฯ ftp-ะาฯหำษ\n"
"๏ำิมืุิล ษศ ะีำิูอษ, ลำฬษ ืู ฮล ศฯิษิล ษำะฯฬฺุฯืมิุ ftp-ะาฯหำษ"
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Proxy ฤฯฬึฮฯ ยูิุ http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9328,6 +9893,40 @@ msgstr "mkraid ฺมืลาษฬำั ฮลีฤมลส (อฯึลิ ยูิุ, ฯิำีิำิืีภิ raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "๎ลฤฯำิมิฯฮฯ ามฺฤลฬฯื ฤฬั RAID ีาฯืฮั %d\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "๕าฯืลฮุ ยลฺฯะมำฮฯำิษ:"
+
+#: ../../security/main.pm_.c:74
+msgid "Security Alerts:"
+msgstr "๐าลฤีะาลึฤลฮษั ฯ ยลฺฯะมำฮฯำิษ:"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "แฤอษฮษำิามิฯา ะฯ ยลฺฯะมำฮฯำิษ:"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, c-format
+msgid " (default: %s)"
+msgstr " (๐ฯ ีอฯฬมฮษภ: %s)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+"๓ฬลฤีภษล ะมามอลิาู อฯวีิ ยูิุ ีำิมฮฯืฬลฮู, ิฯยู ืูยฯาฯฮฯ ฮมำิาฯษิุ\n"
+"ยลฺฯะมำฮฯำิุ ืมลส ำษำิลอู. ๅำฬษ ืมอ ฮีึฮู ะฯัำฮลฮษั, ฮมึอษิล ฮม ๓ะามืหี.\n"
+
+#: ../../security/main.pm_.c:256
+msgid "Please wait, setting security level..."
+msgstr "๐ฯฤฯึฤษิล, ะฯึมฬีสำิม, ฮมำิามษืมลิำั ีาฯืลฮุ ยลฺฯะมำฮฯำิษ..."
+
+#: ../../security/main.pm_.c:262
+msgid "Please wait, setting security options..."
+msgstr "๐ฯฤฯึฤษิล, ะฯึมฬีสำิม, ฮมำิามษืมภิำั ะมามอลิาู ยลฺฯะมำฮฯำิษ..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -9414,7 +10013,7 @@ msgid ""
"up a firewall to protect your machine from network attacks."
msgstr ""
"๚มะีำห ฦษฬุิามรษษ ะมหลิฯื ฤฬั ัฤลา Linux ำลาษษ 2.2, ิฯยู ีำิมฮฯืษิุ\n"
-"ยามฮฤอมีา ฤฬั ฺมษิู ำืฯลส อมษฮู ฯิ ำลิลืูศ มิมห."
+"ฦมสลาืฯฬ ฤฬั ฺมษิู ำืฯลส อมษฮู ฯิ ำลิลืูศ มิมห."
#: ../../services.pm_.c:35
msgid ""
@@ -9638,7 +10237,7 @@ msgstr "้ฮิลาฮลิ"
msgid "File sharing"
msgstr "๓ฯือลำิฮฯล ษำะฯฬฺุฯืมฮษล ฦมสฬฯื"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "๓ษำิลอม"
@@ -9692,9 +10291,8 @@ msgid "Stop"
msgstr "๏ำิมฮฯืษิุ"
#: ../../share/advertising/01-thanks.pl_.c:9
-#, fuzzy
msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr "โฬมวฯฤมาษอ ืมำ ฺม ืูยฯา Mandrake Linux 8.2"
+msgstr "โฬมวฯฤมาษอ ืมำ ฺม ิฯ, ิฯ ืูยามฬษ Mandrake Linux 9.0"
#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
@@ -9711,16 +10309,14 @@ msgstr ""
"ามยฯิู วาีะะู ฬภฤลส ษฺ ืำลอษาฮฯวฯ ๓ฯฯยลำิืม Linux."
#: ../../share/advertising/02-community.pl_.c:9
-#, fuzzy
msgid "Get involved in the Free Software world"
-msgstr "๏ำิมฬุฮฯส อษา"
+msgstr "๐ฯวาีฺษิลำุ ื อษา ๏ิหาูิฯวฯ ะาฯวามออฮฯวฯ ฯยลำะลลฮษั"
#: ../../share/advertising/02-community.pl_.c:10
msgid "Want to know more about the Open Source community?"
-msgstr ""
+msgstr "่ฯิษิล ีฺฮมิุ ยฯฬุล ฯ ำฯฯยลำิืล ๏ิหาูิูศ ษำศฯฤฮูศ ิลหำิฯื?"
#: ../../share/advertising/02-community.pl_.c:11
-#, fuzzy
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
@@ -9731,48 +10327,47 @@ msgstr ""
"\"."
#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
msgid "Get the most from the Internet"
-msgstr "๐ฯฤำฯลฤษฮษิุำั ห ้ฮิลาฮลิ"
+msgstr "ฺ้ืฬลหษิล อมหำษอีอ ืฯฺอฯึฮฯำิลส ษฺ ้ฮิลาฮลิม"
#: ../../share/advertising/03-internet.pl_.c:10
-#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 8.2 ะาลฤฬมวมลิ ฮมษฬีลล ะาฯวามออฮฯล ฯยลำะลลฮษล ฤฬั ฤฯำิีะม "
-"หฯ ืำลอี, ิฯ อฯึลิ ะาลฤฬฯึษิุ ืมอ ้ฮิลาฮลิ: ำลาฦษฮว ะฯ ะมีิษฮล ษ ะาฯำอฯิา "
-"มฮษอมรษษ ะาษ ะฯอฯษ Mozilla ษ Konqueror, ฯยอลฮ ฬลหิาฯฮฮฯส ะฯิฯส ษ "
-"ฯาวมฮษฺมรษั ืมลส ฬษฮฯส ษฮฦฯาอมรษษ ะาษ ะฯอฯษ Evolution ษ Kmail ษ อฮฯวฯล "
-"ฤาีวฯล"
+"Mandrake Linux 9.0 ืูยามฬ ฤฬั ืมำ ฮมษฬีลล ะาฯวามออฮฯล ฯยลำะลลฮษล. "
+"๚มฮษอมสิลำุ ำลาฦษฮวฯอ ะฯ ะาฯำิฯามอ ะมีิษฮู ษ ะาฯำอมิาษืมสิล มฮษอมรษษ ะาษ "
+"ะฯอฯษ Mozilla ษ Konqueror, ษฬษ ษิมสิล ำืฯภ ะฯิี ษ ีะามืฬัสิล ำืฯลส ฬษฮฯส "
+"ษฮฦฯาอมรษลส ะาษ ะฯอฯษ Evolution ษ Kmail."
#: ../../share/advertising/04-multimedia.pl_.c:9
msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr ""
+msgstr "๏ิหาฯสิล ำมอูล ำฯืาลอลฮฮูล วามฦษลำหษล ษ อีฬุิษอลฤษสฮูล ษฮำิาีอลฮิู!"
#: ../../share/advertising/04-multimedia.pl_.c:10
msgid "Push multimedia to its limits!"
-msgstr ""
+msgstr "๗ูึอษิล ษฺ ำืฯลวฯ ฯยฯาีฤฯืมฮษั อีฬุิษอลฤษม ืำล ฤฯ ะาลฤลฬม!"
#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
+"Mandrake Linux 9.0 ะฯฺืฯฬัลิ ืมอ ษำะฯฬฺุฯืมิุ ำมอฯล ำืลึลล ะาฯวามออฮฯล "
+"ฯยลำะลลฮษล ฤฬั ืฯำะาฯษฺืลฤลฮษั มีฤษฯฦมสฬฯื, าลฤมหิษาฯืมฮษั ษ ีะามืฬลฮษั "
+"ำืฯษอษ ษฺฯยามึลฮษัอษ ษฬษ ฦฯิฯวามฦษัอษ ษ ะาฯำอฯิาม ืษฤลฯ"
#: ../../share/advertising/05-games.pl_.c:9
msgid "Games"
msgstr "้วาู"
#: ../../share/advertising/05-games.pl_.c:10
-#, fuzzy
msgid ""
"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 8.2 ะาลฤฬมวมลิ ฮมษฬีษล ษวาู ำ ๏ิหาูิูอษ ษำศฯฤฮูอษ ิลำิมอษ - "
+"Mandrake Linux 9.0 ะาลฤฬมวมลิ ฮมษฬีษล ษวาู ำ ๏ิหาูิูอษ ษำศฯฤฮูอษ ิลำิมอษ - "
"มาหมฤู, หลฮู, หมาิู, ำะฯาิษืฮูล, ำิามิลวษษ, ..."
#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
@@ -9784,6 +10379,8 @@ msgid ""
"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
+"Mandrake Linux 9.0 ะาลฤฯำิมืฬัลิ อฯฮูล ษฮำิาีอลฮิู ฤฬั ะฯฬฮฯส ฮมำิาฯสหษ ษ "
+"ฮมฬมฤหษ ืมลส อมษฮู"
#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
@@ -9791,33 +10388,35 @@ msgstr "้ฮิลาฦลสำ ะฯฬฺุฯืมิลฬั"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
+"Mandrake Linux 9.0 ะาลฤฯำิมืฬัลิ ืมอ 11 ษฮิลาฦลสำฯื ะฯฬฺุฯืมิลฬั, หฯิฯาูล "
+"อฯวีิ ยูิุ ะฯฬฮฯำิุภ ษฺอลฮลฮู: KDE 3, Gnome 2, WindowMaker, ..."
#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
msgid "Development simplified"
-msgstr "๒มฺามยฯิหม"
+msgstr "๒มฺามยฯิหม ีะาฯลฮม"
#: ../../share/advertising/08-development.pl_.c:10
msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
+msgstr "Mandrake Linux 9.0 ัืฬัลิำั ีฮษหมฬุฮฯส ะฬมิฦฯาอฯส ฤฬั ามฺามยฯิหษ"
#: ../../share/advertising/08-development.pl_.c:11
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
+"้ำะฯฬฺุีสิล ืำภ ำษฬี หฯอะษฬัิฯาม GNU gcc 3, ม ิมหึล ฮมษฬีษล ำาลฤู "
+"ามฺามยฯิหษ ้ำศฯฤฮูศ ิลหำิฯื"
#: ../../share/advertising/09-server.pl_.c:9
msgid "Turn your machine into a reliable server"
-msgstr ""
+msgstr "๐าลืามิษิล ำืฯภ อมษฮี ื ฮมฤลึฮูส ำลาืลา"
#: ../../share/advertising/09-server.pl_.c:10
-#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"๐าลืามิษิล ำืฯภ อมษฮี ื อฯฮูส ำลาืลา ืำลวฯ ฬษุ ฮลำหฯฬุหษอษ ลฬหมอษ อูษ: "
@@ -9826,40 +10425,43 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:9
msgid "Optimize your security"
-msgstr ""
+msgstr "๏ะิษอษฺษาีสิล ำืฯภ ยลฺฯะมำฮฯำิุ"
#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
"F.)"
msgstr ""
+"๐มหลิ MandrakeSecurity ืหฬภมลิ ื ำลยั ะาฯวามออฮูส ะาฯฤีหิ Multi Network "
+"Firewall (M.N.F.)"
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
+"ๆมสลาืฯฬ ฯยลำะลลฮ ำลิลืูอษ ืฯฺอฯึฮฯำิัอษ, หฯิฯาูล ะฯฺืฯฬัิ ืมอ ะาษอลฮษิุ "
+"ืำล ฮลฯยศฯฤษอูล อลาู ยลฺฯะมำฮฯำิษ"
#: ../../share/advertising/10-mnf.pl_.c:12
msgid "This product is available on MandrakeStore website"
-msgstr ""
+msgstr "ิฯิ ะาฯฤีหิ ฤฯำิีะลฮ ฮม ืลย-ำมสิล MandrakeStore"
#: ../../share/advertising/11-mdkstore.pl_.c:9
msgid "The official MandrakeSoft store"
-msgstr ""
+msgstr "๏ฦษรษมฬุฮูส อมวมฺษฮ MandrakeSoft"
#: ../../share/advertising/11-mdkstore.pl_.c:10
-#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"๐ฯฬฮูส ฤษมะมฺฯฮ าลลฮษส Linux, ม ิมหึล ำะลรษมฬุฮูล ะาลฤฬฯึลฮษั ะฯ ะาฯฤีหิมอ "
"ษ 'goodies' ฤฯำิีะฮู ื ฮมลอ ฯฮฬมสฮฯืฯอ ฬลหิาฯฮฮฯอ อมวมฺษฮล"
#: ../../share/advertising/12-mdkstore.pl_.c:9
msgid "Strategic partners"
-msgstr ""
+msgstr "๓ิามิลวษลำหษล ะมาิฮลาู"
#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
@@ -9867,20 +10469,25 @@ msgid ""
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
+"MandrakeSoft ยฯห ฯ ยฯห ามยฯิมลิ ำ าัฤฯอ หฯอะมฮษส, ะาลฤฬมวมภษศ "
+"ะาฯฦลำำษฯฮมฬุฮูล าลลฮษั, ำฯือลำิษอูล ำ Mandrake Linux; ำะษำฯห ิษศ "
+"ะมาิฮลาฯื ฤฯำิีะลฮ ื MandrakeStore"
#: ../../share/advertising/13-mdkcampus.pl_.c:9
msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr ""
+msgstr "๏ิหาฯสิล ีลยฮีภ ะาฯวามออี MandrakeSoft'ม - Linux-Campus"
#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
"The training program has been created to respond to the needs of both end "
"users and experts (Network and System administrators)"
msgstr ""
+"๐าฯวามออม ฯยีลฮษั ยูฬม ำฯฺฤมฮม ฤฬั ีฤฯืฬลิืฯาลฮษั ะฯิาลยฮฯำิลส "
+"ะฯฬฺุฯืมิลฬลส ษ หำะลาิฯื (ำลิลืูศ ษ ำษำิลอฮูศ มฤอษฮษำิามิฯาฯื)"
#: ../../share/advertising/13-mdkcampus.pl_.c:11
msgid "Certify yourself on Linux"
-msgstr ""
+msgstr "๐ฯฤิืลาฤษิล ำืฯล ฺฮมฮษล Linux"
#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
@@ -9888,43 +10495,53 @@ msgid ""
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
"certification program (worldwide professional technical certification)"
msgstr ""
+"๕ษิลำุ ฬษ ื ฯฮฬมสฮล ษฬษ ะฯำาลฤำิืฯอ ฮมลส ำลิษ ฯยีมภษศ ะมาิฮลาฯื, "
+"ะาฯวามออม Mandrake-Campus ะฯฤวฯิฯืษิ ืมำ ห ฯยละาษฺฮมฮฮฯส ะาฯวามออล "
+"ำลาิษฦษหมรษษ LPI (ืำลอษาฮมั ะาฯฦลำำษฯฮมฬุฮมั ิลศฮษลำหมั ำลาิษฦษหมรษั)"
#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
msgid "Become a MandrakeExpert"
-msgstr "หำะลาิ"
+msgstr "๓ิมฮุิล หำะลาิฯอ Mandrake"
#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
"Find the solutions of your problems via MandrakeSoft's online support "
"platform"
msgstr ""
+"๎มสฤษิล าลลฮษล ฤฬั ำืฯษศ ฺมฤม ะาษ ะฯอฯษ หฯอะฬลหำม ฯฮฬมสฮฯืฯส ะฯฤฤลาึหษ "
+"MandrakeSoft"
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
+"๐าษำฯลฤษฮัสิลำุ ห หฯอมฮฤมอ ะฯฤฤลาึหษ MandrakeSoft ษ ๓ฯฯยลำิืี Linux ื "
+"ฯฮฬมสฮล, ิฯยู ะฯฤลฬษิุำั ำืฯษอษ ฺฮมฮษัอษ ษ ะฯอฯุ ฤาีวษอ, ำิมื ะาษฺฮมฮฮูอ "
+"หำะลาิฯอ ฮม ืลย-ำมสิล ฯฮฬมสฮฯืฯส ิลศฮษลำหฯส ะฯฤฤลาึหษ:"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
msgid "MandrakeExpert Corporate"
-msgstr "หำะลาิ"
+msgstr "๋ฯาะฯามรษั MandrakeExpert"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
msgid "An online platform to respond to company's specific support needs"
msgstr ""
+"๏ฮฬมสฮฯืูส หฯอะฬลหำ ฤฬั ีฤฯืฬลิืฯาลฮษั ะฯิาลยฮฯำิลส ำะลรษฦษลำหฯส ะฯฤฤลาึหษ "
+"หฯอะมฮษส"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
+"๗ำล ษฮรษฤลฮิู ยีฤีิ ามำำอฯิาลฮู ฯฤฮษอ ษฺ หืมฬษฦษรษาฯืมฮฮูศ ิลศฮษลำหษศ "
+"หำะลาิฯื ษฺ MandrakeSoft"
#: ../../share/advertising/17-mdkclub.pl_.c:9
msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr ""
+msgstr "๏ิหาฯสิล MandrakeClub ษ ๋ฯาะฯามิษืฮูส หฬีย Mandrake"
#: ../../share/advertising/17-mdkclub.pl_.c:10
msgid ""
@@ -9935,16 +10552,22 @@ msgid ""
"competititve edge, if you want to support Mandrake Linux development, join "
"MandrakeClub!"
msgstr ""
+"MandrakeClub ษ ๋ฯาะฯามิษืฮูส หฬีย Mandrake ยูฬษ ำฯฺฤมฮู ฤฬั ฤลฬฯืูศ ษ\n"
+"มำิฮูศ ะฯฬฺุฯืมิลฬลส Mandrake Linux, หฯิฯาูล ศฯิัิ ฮละฯำาลฤำิืลฮฮฯ\n"
+"ะฯฤฤลาึมิุ ำืฯส ฬภยษอูส ฤษำิาษยีิษื Linux, ะฯฬีมั ะาษ ิฯอ ฯำฯยูล\n"
+"ะาษืษฬลวษษ. ๅำฬษ ืู ฤฯืฯฬุฮู ฮมษอษ ะาฯฤีหิมอษ, ลำฬษ ืมม หฯอะมฮษั\n"
+"ษฺืฬลหมลิ ืูวฯฤี ษฺ ฮมษศ ะาฯฤีหิฯื ื ยฯาุยล ำ หฯฮหีาลฮิมอษ, ลำฬษ ืู\n"
+"ศฯิษิล ะฯฤฤลาึมิุ ามฺามยฯิหี Mandrake Linux, ืำิีะมสิล ื MandrakeClub!"
#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "๕ำิมฮมืฬษืมภิำั ะมหลิู..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "๐ฯึมฬีสำิม, ืูสฤษิล ษฺ ำษำิลอู, ม ฺมิลอ ษำะฯฬฺุีสิล Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "๐ฯึมฬีสำิม, ืฯสฤษิล ลล ามฺ ื %s, ิฯยู ะาษอลฮษิุ ษฺอลฮลฮษั"
@@ -9985,16 +10608,6 @@ msgstr "ไฯยมืษิุ/๕ฤมฬษิุ ะฯฬฺุฯืมิลฬั"
msgid "Add/Del Clients"
msgstr "ไฯยมืษิุ/๕ฤมฬษิุ หฬษลฮิฯื"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "๓ะามืหม"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "๚มวาีฺฯฮมั ฤษำหลิม"
@@ -10043,48 +10656,64 @@ msgstr "ไฯยมืษิุ ะฯฬฺุฯืมิลฬั -->"
msgid "<-- Del User"
msgstr "<-- ๕ฤมฬษิุ ะฯฬฺุฯืมิลฬั"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr "๏ยามฺู ำลิลืูศ ฺมวาีฺฯฮูศ ฤษำหฯื ฮล ำฯฺฤมฮู!"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "ไฯยมืษิุ หฬษลฮิม -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- ๕ฤมฬษิุ หฬษลฮิม"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "๎มำิามษืมลิำั dhcpd..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+msgid "dhcpd Server Configuration"
+msgstr "๎มำิาฯสหม ำลาืลาม dhcp"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+"โฯฬุษฮำิืฯ ิษศ ฺฮมลฮษส ยูฬฯ ษฺืฬลลฮฯ ษฺ ืมลส\n"
+"ามยฯิมภลส ำษำิลอู. ๐าษ ฮลฯยศฯฤษอฯำิษ ษศ อฯึฮฯ ษฺอลฮษิุ."
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "๚มะษำมิุ ฮมำิาฯสหี"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "๐ฯึมฬีสำิม, ืำิมืุิล ฤษำหลิี:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "๎ลืฯฺอฯึฮฯ ะฯฬีษิุ ฤฯำิีะ ห ฤษำหลิล!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "๔ละลาุ ฤษำหลิม อฯึลิ ยูิุ ษฺืฬลลฮม"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "๎ล ฤฯำิีะลฮ ฮษ ฯฤษฮ ฤษำหฯืฯฤ!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "๓ลิลืฯส ฺมวาีฺฯฮูส ISO-ฯยามฺ - %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "ิฯ-ิฯ ะฯฬฯ ฮล ิมห! - ๕ำิมฮฯืฬลฮม ฬษ mkisofs?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "๓ฮมมฬม ฮลฯยศฯฤษอฯ ำฯฺฤมิุ /etc/dhcpd.conf"
@@ -10176,20 +10805,19 @@ msgstr "๕ฤมฬษิุ ะฯำฬลฤฮษส ะีฮหิ"
#: ../../standalone/drakbackup_.c:617
msgid "Cron not available yet as non-root"
-msgstr ""
+msgstr "Cron ยฯฬุล ฮล ฤฯำิีะลฮ หมห ยลฺ ะามื root'a"
#: ../../standalone/drakbackup_.c:723
msgid "WARNING"
-msgstr ""
+msgstr "๐๒ๅไ๕๐๒ๅ๖ไๅ๎้ๅ"
#: ../../standalone/drakbackup_.c:724
-#, fuzzy
msgid "FATAL"
-msgstr "FAT"
+msgstr "็๒๕โ๙๊"
#: ../../standalone/drakbackup_.c:725
msgid "INFO"
-msgstr ""
+msgstr "้๎ๆ๏๒ํแใ้๑"
#: ../../standalone/drakbackup_.c:737
msgid ""
@@ -10225,13 +10853,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
-#, fuzzy
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
-msgstr "๐าฯืลาษิุ ะฯาิู"
+msgstr "๗ลำุ ะาฯรลำำ"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10239,42 +10866,47 @@ msgid ""
"Warning: If you've already done this process you'll probably\n"
" need to purge the entry from authorized_keys on the server."
msgstr ""
+"%s ำีลำิืีลิ, ีฤมฬษิุ?\n"
+"\n"
+"๐าลฤีะาลึฤลฮษล: ลำฬษ ืู ีึล ืูะฯฬฮษฬษ ิฯิ ะาฯรลำำ, ืมอ,\n"
+"ืฯฺอฯึฮฯ, ะฯฮมฤฯยษิำั ีฤมฬษิุ ฮลฮีึฮูล ะีฮหิู ษฺ authorized_keys\n"
+"ฮม ำลาืลาล."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
-msgstr ""
+msgstr "็ลฮลามรษั หฬภลส อฯึลิ ฺมฮัิุ ฮลหฯิฯาฯล ืาลอั."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
-msgstr ""
+msgstr "๏๛้โ๋แ: ๎ลืฯฺอฯึฮฯ ำฯฺฤมิุ ะฯฤะาฯรลำำ %s."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
-msgstr ""
+msgstr "๏ิำีิำิืีลิ ฺมะาฯำ ะมาฯฬั ฤฬั %s ฮม ะฯาิี %s"
-#: ../../standalone/drakbackup_.c:849
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:852
+#, c-format
msgid "Bad password on %s"
-msgstr "๎ลิ ะมาฯฬั"
+msgstr "๐ฬฯศฯส ะมาฯฬุ ฤฬั %s"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgstr "๚มะาลลฮ ฤฯำิีะ ฤฬั ะลาลฤมษ %s ฮม %s"
-#: ../../standalone/drakbackup_.c:851
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:854
+#, c-format
msgid "Can't find %s on %s"
-msgstr "๎ลืฯฺอฯึฮฯ ฯิหาูิุ %s: %s\n"
+msgstr "๎ลืฯฺอฯึฮฯ ฮมสิษ %s ฮม %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
-msgstr ""
+msgstr "%s ฮล ฯิืลมลิ"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10284,66 +10916,71 @@ msgid ""
"\n"
"without being prompted for a password."
msgstr ""
+"๐ลาลฤมม ฺมืลาลฮม\n"
+"๗ู อฯึลิล ะาฯืลาษิุ ษ ฺมสิษ ฮม ำลาืลา, ษำะฯฬฺุีั:\n"
+"\n"
+"ssh -i %s %s\\@%s\n"
+"\n"
+"ยลฺ ฺมะาฯำม ะมาฯฬั."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgstr "๕ฤมฬลฮฮูส ำมสิ WebDAV ีึล ำษฮศาฯฮษฺษาีลิำั!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
-msgstr ""
+msgstr "๐ลาลฤมม WebDAV ฺมืลาษฬมำุ ฮลีฤมลส!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
-msgstr ""
+msgstr "๗ ะาษืฯฤล ฯิำีิำิืีลิ CDR/DVDR!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
-msgstr ""
+msgstr "๐ฯศฯึล, ิฯ ิฯ ฮล ะลาลฺมะษำูืมลอูส ฮมหฯะษิลฬุ!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
-msgstr ""
+msgstr "๏ิำีิำิืีลิ ฮมหฯะษิลฬุ ฤฬั ำิษามฮษั!"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
-msgstr ""
+msgstr "๓ิษามฮษล ฮมหฯะษิลฬั อฯึลิ ฺมฮัิุ ฮลหฯิฯาฯล ืาลอั."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
-msgstr ""
+msgstr "๐าฯยฬลอม ำ ฤฯำิีะฯอ ห หฯอะมหิ-ฤษำหี."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
-msgstr ""
+msgstr "๗ %s ฯิำีิำิืีลิ ฬลฮิม!"
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "๒ลฺลาืษาีภิำั ำษำิลอฮูล ฦมสฬู..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "๒ลฺลาืษาีภิำั ฦมสฬู ึลำิหฯวฯ ฤษำหม... "
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "๒ลฺลาืษาีภิำั ฦมสฬู ะฯฬฺุฯืมิลฬั..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "๒ลฺลาืษาีลิำั ึลำิหษส ฤษำห..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "๒ลฺลาืษาีภิำั ฤาีวษล ฦมสฬู..."
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
-msgstr "๐ฬฯศฯส ฦมสฬ ำ าลฺลาืฮฯส หฯะษลส"
+msgstr "๏ิำีิำิืีภิ ษฺอลฮลฮษั ฤฬั าลฺลาืษาฯืมฮษั!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10354,7 +10991,7 @@ msgstr ""
"Drakbackup ืูะฯฬฮัลิำั ฮม %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10363,7 +11000,7 @@ msgstr ""
"ำะษำฯห ฦมสฬฯื, ฯะามืฬลฮฮูส ลาลฺ FTP : %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10373,7 +11010,7 @@ msgstr ""
" ๐าฯยฬลอม FTP-ำฯลฤษฮลฮษั: ืมษ าลฺลาืฮูล ฦมสฬู ฮล ำอฯวฬษ ยูิุ ฯิะามืฬลฮู ะฯ "
"FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10383,7 +11020,7 @@ msgstr ""
"Drakbackup ืูะฯฬฮัลิำั ฮม หฯอะมหิ-ฤษำหล:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10393,24 +11030,24 @@ msgstr ""
"Drakbackup ืูะฯฬฮัลิำั ฮม ฬลฮิล:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr "๏ษยหม ะาษ ฯิะามืหล ะษำุอม. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
-msgstr ""
+msgstr "๎ลืฯฺอฯึฮฯ ำฯฺฤมิุ หมิมฬฯว!"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "๗ูยฯา ฦมสฬม"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "๗ูยลาษิล ฦมสฬู ษฬษ หมิมฬฯวษ ษ ฮมึอษิล 'ไฯยมืษิุ'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10418,29 +11055,28 @@ msgstr ""
"\n"
"๐ฯึมฬีสำิม, ะาฯืลาุิล ืำล ฮีึฮูล ืมอ ฯะรษษ.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"ิษ ฯะรษษ อฯวีิ ฺมาลฺลาืษาฯืมิุ ษ ืฯำำิมฮฯืษิุ ืำล ฦมสฬู ื ืมลอ หมิมฬฯวล /"
"etc.\n"
-#: ../../standalone/drakbackup_.c:1600
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
-msgstr "๐ฬฯศฯส ฦมสฬ ำ าลฺลาืฮฯส หฯะษลส"
+msgstr "๚มาลฺลาืษาฯืมิุ ำืฯษ ำษำิลอฮูล ฦมสฬู (หมิมฬฯว /etc)."
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
"้ำะฯฬฺุฯืมิุ ฮมหมะฬษืมภลลำั าลฺลาืษาฯืมฮษล (ฮล ฺมอลฮัิุ ำิมาูล าลฺลาืฮูล "
"หฯะษษ)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "๎ล ืหฬภมิุ ืมึฮูล ฦมสฬู (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10448,133 +11084,142 @@ msgstr ""
"๐าษ ะฯอฯษ ิฯส ฯะรษษ ืู ำอฯึลิล ืฯำำิมฮฯืษิุ ฬภยีภ ืลาำษภ ำืฯลวฯ หมิมฬฯวม /"
"etc."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
"๐ฯึมฬีสำิม, ฯิอลิุิล ืำลศ ะฯฬฺุฯืมิลฬลส, หฯิฯาูศ ืู ศฯิษิล ืหฬภษิุ ื ำืฯภ "
"าลฺลาืฮีภ หฯะษภ."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "๎ล ืหฬภมิุ ห ยาฯีฺลาม"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
"้ำะฯฬฺุฯืมิุ ีืลฬษษืมภษลำั าลฺลาืษาฯืมฮษล (ฮล ฺมอลฮัิุ ำิมาูล าลฺลาืฮูล "
"หฯะษษ)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "๕ฤมฬษิุ ืูยามฮฮูล"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "๐ฯฬฺุฯืมิลฬษ"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "้ำะฯฬฺุฯืมิุ ำลิลืฯล ำฯลฤษฮลฮษล ฤฬั าลฺลาืษาฯืมฮษั"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
-msgstr ""
+msgstr "๓ลิลืฯส อลิฯฤ:"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
-msgstr ""
+msgstr "้ำะฯฬฺุฯืมิุ Expect ฤฬั SSH"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
+"๓ฯฺฤมิุ/ะลาลำฬมิุ\n"
+"าลฺลาืฮูล หฬภษ ฤฬั SSH"
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
+" ๐ลาลำฬมิุ \n"
+"ำลสมำ"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
+"ไาีวษล (ฮล drakbackup)\n"
+"หฬภษ ีึล ฮม อลำิล"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "๐ฯึมฬีสำิม, ืืลฤษิล ษอั ศฯำิม ษฬษ IP"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
-msgstr "๐ฯึมฬีสำิม, ืืลฤษิล หมิมฬฯว (ษฬษ อฯฤีฬุ),าลฺลาืษาีลอูส ฮม ิฯิ ศฯำิ."
+msgstr ""
+"๐ฯึมฬีสำิม, ืืลฤษิล หมิมฬฯว (ษฬษ อฯฤีฬุ),\n"
+"าลฺลาืษาีลอูส ฮม ิฯิ ศฯำิ."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "๐ฯึมฬีสำิม, ืืลฤษิล ำืฯส ฬฯวษฮ"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "๐ฯึมฬีสำิม, ืืลฤษิล ำืฯส ะมาฯฬุ"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "๚มะฯอฮษิล ิฯิ ะมาฯฬุ"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
-msgstr ""
+msgstr "๎ีึฮู ษอั ศฯำิม, ษอั ะฯฬฺุฯืมิลฬั ษ ะมาฯฬุ!"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "้ำะฯฬฺุฯืมิุ ฤฬั าลฺลาืษาฯืมฮษั CD/DVDROM"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
+"๐ฯึมฬีสำิม, ืูยลาษิล ำืฯส ะาษืฯฤ CD/DVD\n"
+"(ฮมึอษิล Enter, ิฯยู ำหฯะษาฯืมิุ ฮมำิาฯสหษ ื ฤาีวษล ะฯฬั.\n"
+"ิฯ ะฯฬล ฮลฯยัฺมิลฬุฮฯ, ิฯ ะาฯำิฯ ษฮำิาีอลฮิ ฤฬั ฺมะฯฬฮลฮษั ฦฯาอู)."
-#: ../../standalone/drakbackup_.c:1921
-#, fuzzy
-msgid "Please choose your CD/DVD media size"
-msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ามำหฬมฤหี ืมลส หฬมืษมิีาู"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ามฺอลา ำืฯลวฯ ฮมหฯะษิลฬั CD/DVD"
-#: ../../standalone/drakbackup_.c:1927
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
-msgstr "๐ฯึมฬีสำิม ฮมึอษิล ฮม ามฺฤลฬ"
+msgstr "๐ฯึมฬีสำิม, ฯิอลิุิล ฤฬั อฮฯวฯำลมฮำฯืฯวฯ หฯอะมหิ-ฤษำหม"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "๐ฯึมฬีสำิม, ฯิอลิุิล, ลำฬษ ืู ษำะฯฬฺุีลิล ฮมหฯะษิลฬุ CDRW"
-#: ../../standalone/drakbackup_.c:1939
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "๐ฯึมฬีสำิม ฮมึอษิล ฮม ามฺฤลฬ"
+msgstr ""
+"๐ฯึมฬีสำิม, ฯิอลิุิล, ลำฬษ ืู ศฯิษิล ำิลาลิุ ำืฯส RW-ฮมหฯะษิลฬุ(1-ูส ำลมฮำ)"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
-msgstr ""
+msgstr " ๓ิลาลิุ ฮลอลฤฬลฮฮฯ "
-#: ../../standalone/drakbackup_.c:1946
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
-msgstr "๐ฯึมฬีสำิม ฮมึอษิล ฮม ามฺฤลฬ"
+msgstr "๐ฯึมฬีสำิม, ฯิอลิุิล, ลำฬษ ืู ษำะฯฬฺุีลิล ีำิาฯสำิืฯ DVDR"
-#: ../../standalone/drakbackup_.c:1952
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
-msgstr "๐ฯึมฬีสำิม ฮมึอษิล ฮม ามฺฤลฬ"
+msgstr "๐ฯึมฬีสำิม? ๏ิอลิุิล, ลำฬษ ืู ษำะฯฬฺุีลิล ีำิาฯสำิืฯ DVDRAM"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10582,37 +11227,36 @@ msgstr ""
"๐ฯึมฬีสำิม, ืืลฤษิล ษอั ำืฯลวฯ ีำิาฯสำิืม ฤฬั ฺมะษำษ หฯอะมหิ-ฤษำหฯื\n"
" ะาษอลา: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
-msgstr "๗ูยลาษิล ฦมสฬ"
+msgstr "๕ำิาฯสำิืฯ CD ฮล ืูยามฮฯ!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "้ำะฯฬฺุฯืมิุ ฤฬั าลฺลาืษาฯืมฮษั อมวฮษิฮีภ ฬลฮิี"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "๐ฯึมฬีสำิม, ืืลฤษิล ษอั ีำิาฯสำิืม, ษำะฯฬฺุีลอฯวฯ ฤฬั าลฺลาืษาฯืมฮษั"
-#: ../../standalone/drakbackup_.c:2055
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
-msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ะมหลิู, หฯิฯาูล ืู ศฯิษิล ีำิมฮฯืษิุ"
+msgstr ""
+"๐ฯึมฬีสำิม, ฯิอลิุิล, ลำฬษ ืู ศฯิษิล ษำะฯฬฺุฯืมิุ ีำิาฯสำิืฯ ยลฺ ะลาลอฯิหษ."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr ""
-"๐ฯึมฬีสำิม, ฯิอลิุิล, ลำฬษ ืู ศฯิษิล ำิลาลิุ อมวฮษิฮีภ ฬลฮิี ะลาลฤ "
-"าลฺลาืษาฯืมฮษลอ"
+"๐ฯึมฬีสำิม, ฯิอลิุิล, ลำฬษ ืู ศฯิษิล ำิลาลิุ ำืฯภ ฬลฮิี ะลาลฤ "
+"าลฺลาืษาฯืมฮษลอ."
-#: ../../standalone/drakbackup_.c:2067
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
-msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ะมหลิู, หฯิฯาูล ืู ศฯิษิล ีำิมฮฯืษิุ"
+msgstr ""
+"๐ฯึมฬีสำิม, ฯิอลิุิล, ลำฬษ ืู ศฯิษิล ษฺืฬลุ ำืฯภ ฬลฮิี ะฯำฬล าลฺลาืษาฯืมฮษั."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10620,55 +11264,55 @@ msgstr ""
"๐ฯึมฬีสำิม, ืืลฤษิล อมหำษอมฬุฮูส ามฺอลา,\n"
" ามฺาลลฮฮูส ฤฬั Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "๐ฯึมฬีสำิม, ืืลฤษิล หมิมฬฯว ฤฬั ำฯศามฮลฮษั:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "้ำะฯฬฺุฯืมิุ หืฯิู ฤฬั าลฺลาืฮูศ ฦมสฬฯื"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "๓ลิุ"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "๖ลำิหษส ฤษำห / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "ํมวฮษิฮมั ฬลฮิม"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "หมึฤูส มำ"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "หมึฤูส ฤลฮุ"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "หมึฤีภ ฮลฤลฬภ"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "หมึฤูส อลำัร"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "้ำะฯฬฺุฯืมิุ ฤลอฯฮ"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10676,7 +11320,7 @@ msgstr ""
"๐ฯึมฬีสำิม, ืูยลาษิล ะาฯอลึีิฯห\n"
"ืาลอลฮษ อลึฤี าลฺลาืษาฯืมฮษัอษ"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -10684,7 +11328,7 @@ msgstr ""
"๐ฯึมฬีสำิม, ืูยลาษิล\n"
"ฮมหฯะษิลฬุ ฤฬั าลฺลาืษาฯืมฮษั"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -10694,71 +11338,72 @@ msgstr ""
"\n"
"๚มะฯอฮษิล, ิฯ ืำล ำลสมำ 'ำลิลืูล' ฮมหฯะษิลฬษ ิมหึล ษำะฯฬฺุีภิ ึลำิหษส ฤษำห."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "๏ิะามืษิุ ะษำุอฯ ำ ฯิลิฯอ ะฯำฬล หมึฤฯวฯ าลฺลาืษาฯืมฮษั:"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
+"๕ฤมฬษิุ tar-ฦมสฬู ำ ึลำิหฯวฯ ฤษำหม ะฯำฬล าลฺลาืษาฯืมฮษั ฮม ฤาีวษล ฮมหฯะษิลฬษ."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ิฯ"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "็ฤล"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "๋ฯวฤม"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "ไฯะฯฬฮษิลฬุฮูล ฯะรษษ"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "๎มำิาฯสหม Drakbackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "๐ฯึมฬีสำิม, ืูยลาษิล, หีฤม ืู ศฯิษิล าลฺลาืษาฯืมิุ"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "ฮม ึลำิหษส ฤษำห"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "ลาลฺ ำลิุ"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
-msgstr ""
+msgstr "ฮม หฯอะมหิ-ฤษำห"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
-msgstr ""
+msgstr "ฮม อมวฮษิฮีภ ฬลฮิี"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "๐ฯึมฬีสำิม, ืูยลาษิล, ิฯ ืู ศฯิษิล ฺมาลฺลาืษาฯืมิุ"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "๒ลฺลาืษาฯืมฮษล ำษำิลอู"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "๒ลฺลาืษาฯืมฮษล ะฯฬฺุฯืมิลฬลส"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "๗ูยามิุ ะฯฬฺุฯืมิลฬั ืาีฮีภ"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -10766,7 +11411,7 @@ msgstr ""
"\n"
"้ำิฯฮษหษ าลฺลาืษาฯืมฮษั:\n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -10774,7 +11419,7 @@ msgstr ""
"\n"
"- ๓ษำิลอฮูล ฦมสฬู:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -10782,7 +11427,7 @@ msgstr ""
"\n"
"- ๆมสฬู ะฯฬฺุฯืมิลฬั:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -10790,7 +11435,7 @@ msgstr ""
"\n"
"- ไาีวษล ฦมสฬู:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -10799,13 +11444,15 @@ msgstr ""
"\n"
"- ๓ฯศามฮษิุ ฮม ึลำิหษส ฤษำห ื หมิมฬฯว : %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
+"\n"
+"- ๕ฤมฬษิุ tar-ฦมสฬู ำ ึลำิหฯวฯ ฤษำหม ะฯำฬล าลฺลาืษาฯืมฮษั.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -10813,20 +11460,20 @@ msgstr ""
"\n"
"- ๚มะษำมิุ ฮม หฯอะมหิ-ฤษำห"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr " ฮม ีำิาฯสำิืฯ : %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
-msgstr ""
+msgstr " (อฮฯวฯำลมฮำฯืูส)"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -10835,12 +11482,12 @@ msgstr ""
"\n"
"- ๓ฯศามฮษิุ ฮม ฬลฮิี ฮม ีำิาฯสำิืฯ : %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\t๓ิลาลิุ=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -10849,7 +11496,7 @@ msgstr ""
"\n"
"- ๓ฯศามฮษิุ ลาลฺ %s ฮม ศฯำิ : %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10858,7 +11505,7 @@ msgstr ""
"\t\t ษอั ะฯฬฺุฯืมิลฬั: %s\n"
"\t\t ื หมิมฬฯว: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -10866,19 +11513,19 @@ msgstr ""
"\n"
"- ๏ะรษษ:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\t๎ล ืหฬภมิุ ำษำิลอฮูล ฦมสฬู\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tไฬั าลฺลาืษาฯืมฮษั ษำะฯฬฺุีลิำั tar ษ bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tไฬั าลฺลาืษาฯืมฮษั ษำะฯฬฺุีลิำั tar ษ gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -10887,39 +11534,39 @@ msgstr ""
"\n"
"- ไลอฯฮ (%s) ืหฬภมลิ :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-๖ลำิหษส ฤษำห.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-๋ฯอะมหิ-ฤษำห.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-ํมวฮษิฮีภ ฬลฮิี \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-๓ลิุ ำ FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-๓ลิุ ำ SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-๓ลิุ ำ rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-๓ลิุ ำ webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "๎ลิ หฯฮฦษวีามรษษ, ะฯึมฬีสำิม, ฮมึอษิล ํมำิลา ษฬษ ไฯะฯฬฮษิลฬุฮฯ.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -10927,7 +11574,7 @@ msgstr ""
"๓ะษำฯห ฤมฮฮูศ ฤฬั ืฯำำิมฮืฬลฮษั:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10935,265 +11582,265 @@ msgstr ""
"๓ะษำฯห ะฯืาลึฤลฮฮูศ ฤมฮฮูศ:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "๐ฯึมฬีสำิม, ฮล ฯิอลมสิล ษฬษ ีฤมฬษิล ลวฯ ื ำฬลฤีภษส ามฺ."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "๒ลฺลาืฮูล ฦมสฬู ะฯืาลึฤลฮู"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
-msgstr ""
+msgstr " ๗ำล ืูยามฮฮูล ืมอษ ฤมฮฮูล ยูฬษ "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " ีำะลฮฯ ืฯำำิมฮฯืฬลฮู ฮม %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " ๎มำิาฯสหม ืฯำำิมฮฯืฬลฮษั "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "๏๋, ิฯยู ืฯำำิมฮฯืษิุ ฤาีวษล ฦมสฬู."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"๓ะษำฯห ะฯฬฺุฯืมิลฬลส ฤฬั ืฯำำิมฮฯืฬลฮษั (ฤฬั หมึฤฯวฯ ะฯฬฺุฯืมิลฬั ืมึฮู "
"ิฯฬุหฯ ฮมษยฯฬลล ะฯฺฤฮษล ฤมิู)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "๚มาลฺลาืษาฯืมิุ ำษำิลอฮูล ฦมสฬู ะลาลฤ:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "ะฯึมฬีสำิม, ืูยลาษิล ฤมิี ืฯำำิมฮฯืฬลฮษั"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "้ำะฯฬฺุฯืมิุ ึลำิหษส ฤษำห ฤฬั าลฺลาืษาฯืมฮษั"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
-msgstr "๐ฯึมฬีสำิม ืืลฤษิล หมิมฬฯว ฤฬั ำฯศามฮลฮษั:"
+msgstr "๐ฯึมฬีสำิม, ืืลฤษิล หมิมฬฯว ฤฬั ำฯศามฮลฮษั:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "๓ฯลฤษฮลฮษล ะฯ FTP"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "โลฺฯะมำฮฯล ำฯลฤษฮลฮษล"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "๗ฯำำิมฮฯืษิุ ำ ึลำิหฯวฯ ฤษำหม"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "๐ฯึมฬีสำิม, ืืลฤษิล หมิมฬฯว ฤฬั ำฯศามฮลฮษั าลฺลาืฮูศ หฯะษส"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "๗ูยลาษิล ฤาีวฯส ฮมหฯะษิลฬุ ฤฬั ืฯำำิมฮฯืฬลฮษั"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "ไาีวษล ฮมหฯะษิลฬษ"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "๗ฯำำิมฮฯืษิุ ำษำิลอี"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "๗ฯำำิมฮฯืษิุ ะฯฬฺุฯืมิลฬลส"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "๗ฯำำิมฮฯืษิุ ฤาีวฯล"
-#: ../../standalone/drakbackup_.c:3263
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
-msgstr "๐ฯึมฬีสำิม, ีหมึษิล ิษะ ืมลส อูษ"
+msgstr "ืูยลาษิล ะีิุ ฤฬั ืฯำำิมฮฯืฬลฮษั (ือลำิฯ /)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"๗ูะฯฬฮษิุ ฮฯืฯล าลฺลาืษาฯืมฮษล ะลาลฤ ืฯำำิมฮฯืฬลฮษลอ (ิฯฬุหฯ ฤฬั "
"ีืลฬษษืมภษศำั าลฺลาืษาฯืมฮษส.)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "๕ฤมฬษิุ หมิมฬฯวษ ะฯฬฺุฯืมิลฬั ะลาลฤ ืฯำำิมฮฯืฬลฮษลอ."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
+"๗ฯำำิมฮฯืษิุ ืูยามฮฮูส\n"
+"ะีฮหิ หมิมฬฯวม"
-#: ../../standalone/drakbackup_.c:3392
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
-msgstr "๕ฤมฬษิุ ฯลาลฤุ"
+msgstr ""
+"๗ฯำำิมฮฯืษิุ\n"
+"ืูยามฮฮูล ฦมสฬู"
-#: ../../standalone/drakbackup_.c:3409
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
-msgstr "๗ฯำำิมฮฯืษิุ ษฺ ฦมสฬม"
+msgstr ""
+"ฺ้อลฮษิุ ะีิุ\n"
+"ืฯำำิมฮฯืฬลฮษั"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
-msgstr ""
+msgstr "๒ลฺลาืฮูล ฦมสฬู ื %s ฮล ฮมสฤลฮู."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
+"๗ำิมืุิล หฯอะมหิ-ฤษำห ำ อลิหฯส ิฯอม %s\n"
+"ื CD-ะาษืฯฤ ำ ิฯหฯส อฯฮิษาฯืมฮษั /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3488
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
-msgstr "๗ฯำำิมฮฯืษิุ ำ ฤษำหลิู"
+msgstr "๗ฯำำิมฮฯืษิุ ำ หฯอมหิ-ฤษำหม"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
-msgstr ""
+msgstr "๎ลืลาฮมั อลิหม หฯอะมหิ-ฤษำหม. ไษำห ษอลลิ อลิหี %s."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
+"๗ำิมืุิล ฬลฮิี ำ อลิหฯส ิฯอม %s\n"
+"ื ฮมหฯะษิลฬุ ฮม อมวฮษิฮฯส ฬลฮิล %s"
-#: ../../standalone/drakbackup_.c:3500
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
-msgstr "๚มะมำฮมั ิมยฬษรม ามฺฤลฬฯื"
+msgstr "๗ฯำำิมฮฯืษิุ ำ ฬลฮิู"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
-msgstr ""
+msgstr "๎ลืลาฮมั อลิหม ฬลฮิู. ์ลฮิม ษอลลิ อลิหี %s."
-#: ../../standalone/drakbackup_.c:3522
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
-msgstr "๗ฯำำิมฮฯืษิุ ษฺ ฦมสฬม"
+msgstr "๗ฯำำิมฮฯืษิุ ะฯ ำลิษ"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
-msgstr ""
+msgstr "๗ฯำำิมฮฯืษิุ ะฯ ำลิลืฯอี ะาฯิฯหฯฬี: %s"
-#: ../../standalone/drakbackup_.c:3523
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
-msgstr "้อั อมษฮู"
+msgstr "้อั ศฯำิม"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
-msgstr ""
+msgstr "๐ีิุ ห ศฯำิี ษฬษ อฯฤีฬภ"
-#: ../../standalone/drakbackup_.c:3531
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
-msgstr "๐มาฯฬุ"
+msgstr "๔าลยีลิำั ะมาฯฬุ"
-#: ../../standalone/drakbackup_.c:3537
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
-msgstr "๐ฯฬฺุฯืมิลฬุำหฯล ษอั"
+msgstr "๔าลยีลิำั ษอั ะฯฬฺุฯืมิลฬั"
-#: ../../standalone/drakbackup_.c:3540
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
-msgstr "้อั หฯอะุภิลาม:"
+msgstr "๔าลยีลิำั ษอั ศฯำิม"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
-msgstr ""
+msgstr "๔าลยีลิำั ะีิุ ห ศฯำิี ษฬษ อฯฤีฬภ"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
-msgstr ""
+msgstr "๗ฯำำิมฮมืฬษืมภิำั ฦมสฬู..."
-#: ../../standalone/drakbackup_.c:3561
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
-msgstr "๗ฯำำิมฮฯืษิุ ษฺ ฦมสฬม"
+msgstr "๗ฯำำิมฮฯืฬลฮษล ฺมืลาษฬฯำุ ฮลีฤมลส"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "๗ฯำำิมฮฯืษิุ ืำล าลฺลาืฮูล หฯะษษ"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "๗ูยฯาฯฮฯล ืฯำำิมฮฯืฬลฮษล"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
-msgstr ""
+msgstr "๋ฯอะมหิ-ฤษำห ฮม อลำิล - ะาฯฤฯฬึลฮษล."
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
-msgstr ""
+msgstr "๎มสิษ ฮฯืฯล ศามฮษฬษล ฤฬั ืฯำำิมฮฯืฬลฮษั."
-#: ../../standalone/drakbackup_.c:3863
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
-msgstr "๚มะมำฮมั ิมยฬษรม ามฺฤลฬฯื"
+msgstr "๗ฯำำิมฮฯืษิุ ษฺ หมิมฬฯวม"
-#: ../../standalone/drakbackup_.c:3891
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
-msgstr "๗ฯำำิมฮฯืษิุ ษฺ ฦมสฬม"
+msgstr "๐าฯรลำำ ืฯำำิมฮฯืฬลฮษั"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "๎มฺมฤ"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "๓ฯศามฮษิุ"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "๓ฯฺฤมิุ าลฺลาืฮีภ หฯะษภ"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "๗ฯำำิมฮฯืษิุ"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
+"๏ษยหม ะาษ ฯะามืหล ะษำุอม.\n"
+" ๗มล ะษำุอฯ ำ ฯิลิฯอ ฮล ยูฬฯ ฯิะามืฬลฮฯ.\n"
+" ๐ฯึมฬีสำิม, ฮมำิาฯสิล sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -11201,7 +11848,7 @@ msgstr ""
"๓ฬลฤีภษล ะมหลิู ฤฯฬึฮู ยูิุ ีำิมฮฯืฬลฮู:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11209,19 +11856,19 @@ msgstr ""
"๏ษยหม ะาษ ฯิะามืหล ฦมสฬม ะฯ FTP.\n"
"๐ฯึมฬีสำิม, ะฯฤะามืุิล ำืฯภ ฮมำิาฯสหี FTP."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ฤมฮฮูล ฤฬั ืฯำำิมฮฯืฬลฮษั..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ฮมหฯะษิลฬุ ฤฬั าลฺลาืษาฯืมฮษั..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "๐ฯึมฬีสำิม, ืูยลาษิล ฤมฮฮูล ฤฬั าลฺลาืษาฯืมฮษั..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11229,59 +11876,59 @@ msgstr ""
"ๆมสฬ หฯฮฦษวีามรษษ ฮล ฮมสฤลฮ, \n"
"ะฯึมฬีสำิม, ฮมึอษิล ํมำิลา ษฬษ ไฯะฯฬฮษิลฬุฮฯ."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "๒มฺามยมิูืมลิำั ... ะฯฤฯึฤษิล, ะฯึมฬีสำิม."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "๒ลฺลาืฮูล ฦมสฬู"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "๚มาลฺลาืษาฯืมิุ ฦมสฬู ะฯฬฺุฯืมิลฬั"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "๚มาลฺลาืษาฯืมิุ ฤาีวษล ฦมสฬู"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "๏ยษส ะาฯรลำำ"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "ฯิะามืหม ฦมสฬฯื ะฯ FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "ๆมสฬู ฯิะามืฬัภิำั..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "๚มาลฺลาืษาฯืมิุ ฮลอลฤฬลฮฮฯ ษฺ ฦมสฬม หฯฮฦษวีามรษษ"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "๐ฯหมฺมิุ หฯฮฦษวีามรษภ าลฺลาืษาฯืมฮษั"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "ํมำิลา ฮมำิาฯสหษ"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "๒มำษาลฮฮมั ฮมำิาฯสหม"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "๚มาลฺลาืษาฯืมิุ ฮลอลฤฬลฮฮฯ"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11312,8 +11959,33 @@ msgid ""
" \n"
"\n"
msgstr ""
+"ฯะษำมฮษล ฯะรษส:\n"
+" - ๒ลึษอ ำึมิษั:\n"
+"\n"
+" ๅำฬษ ืู ืูยลาลิล ำึมิษล bzip2, ืู ำฯึอลิล\n"
+" ำืฯษ ฤมฮฮูล ำษฬุฮลล gzip'ม (ฯหฯฬฯ 2-10%).\n"
+" ิม ฯะรษั ะฯ ีอฯฬมฮษภ ฮล ืหฬภลฮม, ะฯิฯอี ิฯ\n"
+" ฤฬั ิฯวฯ ำึมิษั ิาลยีลิำั ยฯฬุล ืาลอลฮษ (ฯหฯฬฯ 1000%).\n"
+" \n"
+" - ๒ลึษอ ฯยฮฯืฬลฮษั:\n"
+"\n"
+" ิม ฯะรษั ฯยฮฯืษิ ืมี าลฺลาืฮีภ หฯะษภ, ฮฯ ฮม\n"
+" ำมอฯอ ฤลฬล ิม ฯะรษั ยลำะฯฬลฺฮม, ะฯิฯอี ิฯ ืู\n"
+" ฤฯฬึฮู ามำะมหฯืมิุ ำืฯภ าลฺลาืฮีภ หฯะษภ ะลาลฤ ลล ฯยฮฯืฬลฮษลอ.\n"
+" \n"
+" - ๒ลึษอ .backupignore:\n"
+"\n"
+" ๋มห ื cvs, Drakbackup ะาฯษวฮฯาษาีลิ ืำล ำืัฺษ,\n"
+" ืหฬภลฮฮูล ื ฦมสฬู .backupignore ื หมึฤฯส ฤษาลหิฯาษษ.\n"
+" ๐าษอลา: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11327,7 +11999,7 @@ msgstr ""
" ฯะาลฤลฬษิุ myhostname ษฬษ mydomain ื /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11367,8 +12039,37 @@ msgid ""
"\n"
"\n"
msgstr ""
+"ฯะษำมฮษล ฯะรษส:\n"
+"\n"
+" - ๒ลฺลาืษาฯืมฮษล ำษำิลอฮูศ ฦมสฬฯื:\n"
+"\n"
+"\tิม ฯะรษั ะฯฺืฯฬัลิ ืมอ าลฺลาืษาฯืมิุ ำืฯส หมิมฬฯว /etc,\n"
+"\tหฯิฯาูส ำฯฤลาึษิ ืำล ฦมสฬู ฮมำิาฯสหษ. ๐ฯึมฬีสำิม, ยีฤุิล\n"
+"\tฯำิฯาฯึฮู ฮม ิมะล ืฯำำิมฮฯืฬลฮษั, ิฯยู ฮล ะลาลฺมะษำมิุ:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab \n"
+"\n"
+" - ๒ลฺลาืษาฯืมฮษล ฦมสฬฯื ะฯฬฺุฯืมิลฬั: \n"
+"\n"
+"\tิม ฯะรษั ะฯฺืฯฬัลิ ืมอ ืูยามิุ ืำลศ ะฯฬฺุฯืมิลฬลส,\n"
+"\tฤมฮฮูล หฯิฯาูศ ืู ศฯิษิล ฺมาลฺลาืษาฯืมิุ.\n"
+"\tไฬั หฯฮฯอษษ ฤษำหฯืฯวฯ ะาฯำิามฮำิืม าลหฯอลฮฤีลิำั,\n"
+"\tิฯยู ืู ฮล ืหฬภมฬษ ห ยาฯีฺลาม.\n"
+"\n"
+" - ๕ืลฬษษืมภษลำั าลฺลาืษาฯืมฮษั:\n"
+"\t๕ืลฬษษืมภลลำั าลฺลาืษาฯืมฮษล ัืฬัลิำั ฮมษยฯฬลล อฯฮฯส\n"
+"\tฯะรษลส าลฺลาืษาฯืมฮษั. ิม ฯะรษั ะฯฺืฯฬัลิ ืมอ ื ะลาืูส\n"
+"\tามฺ ฺมาลฺลาืษาฯืมิุ ืำล ำืฯษ ฤมฮฮูล, ม ื ฤมฬุฮลสลอ\n"
+"\tิฯฬุหฯ ษฺอลฮษืษลำั.\n"
+"\tไมฬลล, ืู ำอฯึลิล ฮม ิมะล ืฯำำิมฮฯืฬลฮษั ืฯำำิมฮฯืษิุ\n"
+"\tำืฯษ ฤมฮฮูล ฺม ีหมฺมฮฮูส ะลาษฯฤ.\n"
+"\tๅำฬษ ืู ฮล ืูยามฬษ ิี ฯะรษภ, ืำล ำิมาูล ะมหลิู ยีฤีิ\n"
+"\tีฤมฬัิุำั ะลาลฤ หมึฤูอ าลฺลาืษาฯืมฮษลอ.\n"
+"\n"
+"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11395,20 +12096,44 @@ msgid ""
"\n"
"\n"
msgstr ""
+"ฯะษำมฮษล ืฯำำิมฮฯืฬลฮษั:\n"
+"\n"
+"โีฤลิ ษำะฯฬฺุฯืมฮม ิฯฬุหฯ ะฯำฬลฤฮัั ฤมิม, ะฯิฯอี ิฯ ฤฬั\n"
+"ีืลฬษษืมภษศำั าลฺลาืษาฯืมฮษส ฮลฯยศฯฤษอฯ ืฯำำิมฮฯืษิุ ฯฤฮี\n"
+"ฺม ฤาีวฯส ืำล าลฺลาืฮูล หฯะษษ.\n"
+"\n"
+"๐ฯิฯอี, ลำฬษ ืู ฮล ศฯิษิล ืฯำำิมฮมืฬษืมิุ ฤมฮฮูล ะฯฬฺุฯืมิลฬั,\n"
+"ะฯึมฬีสำิม, ำฮษอษิล ืูฤลฬลฮษล ำฯ ืำลศ ลวฯ ะีฮหิฯื.\n"
+"\n"
+"๗ ะาฯิษืฮฯอ ำฬีมล ืู ำอฯึลิล ืูยามิุ ิฯฬุหฯ ิฯ\n"
+"\n"
+" - ๕ืลฬษษืมภษลำั าลฺลาืษาฯืมฮษั:\n"
+"\n"
+"\t๕ืลฬษษืมภลลำั าลฺลาืษาฯืมฮษล ัืฬัลิำั ฮมษยฯฬลล อฯฮฯส\n"
+"\tฯะรษลส าลฺลาืษาฯืมฮษั. ิม ฯะรษั ะฯฺืฯฬัลิ ืมอ ื ะลาืูส\n"
+"\tามฺ ฺมาลฺลาืษาฯืมิุ ืำล ำืฯษ ฤมฮฮูล, ม ื ฤมฬุฮลสลอ\n"
+"\tิฯฬุหฯ ษฺอลฮษืษลำั.\n"
+"\tไมฬลล, ืู ำอฯึลิล ฮม ิมะล ืฯำำิมฮฯืฬลฮษั ืฯำำิมฮฯืษิุ\n"
+"tำืฯษ ฤมฮฮูล ฺม ีหมฺมฮฮูส ะลาษฯฤ.\n"
+"\tๅำฬษ ืู ฮล ืูยามฬษ ิี ฯะรษภ, ืำล ำิมาูล ะมหลิู ยีฤีิ\n"
+"\tีฤมฬัิุำั ะลาลฤ หมึฤูอ าลฺลาืษาฯืมฮษลอ.\n"
+"\n"
+"\n"
+"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft, DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" ฯยฮฯืฬลฮษั 2002 MandrakeSoft, Stew Benedict <sbenedict\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11438,7 +12163,7 @@ msgstr ""
" ะาฯวามออฯส; ลำฬษ ฮลิ - ฮมะษษิล ื Free Software Foundation, Inc.,\n"
" 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11514,7 +12239,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11532,7 +12257,7 @@ msgstr ""
"ำืฯลอ ึลำิหฯอ ฤษำหล, ม ีึล ะฯิฯอ ฯิะามืฬัิุ ลล ฮม ำลาืลา.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11553,7 +12278,7 @@ msgstr ""
"ฤษาลหิฯาษภ ษ ืู ะฯิลาัลิล ืำล ำืฯษ ฤมฮฮูล. โีฤุิล ฯำิฯาฯึฮู\n"
"ษ ฮล ษฺอลฮัสิล าลฺลาืฮูล ฦมสฬู ืาีฮีภ.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11645,18 +12370,30 @@ msgid ""
"\n"
"OPTIONS:\n"
msgstr ""
+"drakbug ืลาำษั %s\n"
+"Copyright (C) 2002 MandrakeSoft.\n"
+"ิฯ ฯิหาูิฯล ะาฯวามออฮฯล ฯยลำะลลฮษล ษ อฯึลิ ามำะาฯำิามฮัิุำั ฤมฬุล\n"
+"ฮม ฯำฮฯืมฮษษ ีำฬฯืษัส GNU GPL.\n"
+"\n"
+"ษำะฯฬฺุฯืมฮษล: drakbug [๏๐ใ้้] [๎แ๚๗แ๎้ๅ_๐๒๏็๒แํํ๙]\n"
+"\n"
+"๏๐ใ้้:\n"
#: ../../standalone/drakbug_.c:47
msgid " --help - print this help message.\n"
-msgstr ""
+msgstr " --help - ืูืลำิษ ิฯ ำะามืฯฮฯล ำฯฯยลฮษล.\n"
#: ../../standalone/drakbug_.c:48
msgid " --report - program should be one of mandrake tools\n"
msgstr ""
+" --report - ะาฯวามออม ฤฯฬึฮม ยูิุ ฯฤฮฯส ษฺ ำลาืษำฮูศ ะาฯวามออ "
+"mandrake\n"
#: ../../standalone/drakbug_.c:49
msgid " --incident - program should be one of mandrake tools\n"
msgstr ""
+" --incident - ะาฯวามออม ฤฯฬึฮม ยูิุ ฯฤฮฯส ษฺ ำลาืษำฮูศ ะาฯวามออ "
+"mandrake\n"
#: ../../standalone/drakbug_.c:64
msgid "Mandrake Bug Report Tool"
@@ -11671,8 +12408,8 @@ msgid "Synchronization tool"
msgstr "๓ลาืษำฮมั ะาฯวามออม ำษฮศาฯฮษฺมรษษ"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "๕ฮษหมฬุฮูล ำลาืษำฮูล ะาฯวามออู"
@@ -11737,7 +12474,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -11746,27 +12483,26 @@ msgstr ""
"\n"
"\n"
"ิฯยู ฯะามืษิุ ฯิลิ ฯย ฯษยหล, ฮมึอษิล ฮม หฮฯะหี ๏ิลิ.\n"
-"ิฯ ฯิหาฯลิ ฯหฮฯ ืลย-ยาฯีฺลาม ฮม https://www.bugzilla.com,\n"
+"ิฯ ฯิหาฯลิ ฯหฮฯ ืลย-ยาฯีฺลาม ฮม https://drakbug.mandrakesoft.com,\n"
"วฤล ืู ฮมสฤลิล ฦฯาอี ฤฬั ฺมะฯฬฮลฮษั. ้ฮฦฯาอมรษั, ะาลฤำิมืฬลฮฮมั\n"
"ืูล, ยีฤลิ ฯิะามืฬลฮม ฮม ิฯิ ำลาืลา\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "๏ิลิ"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "๎ล ีำิมฮฯืฬลฮ"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "ืูะฯฬฮัลิำั ะฯฤหฬภลฮษล ห อมำิลาี Bugzilla..."
-#: ../../standalone/drakbug_.c:190
-#, fuzzy
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
-msgstr "๗ู อฯึลิล ืูยามิุ ฤาีวษล ัฺูหษ, หฯิฯาูล ยีฤีิ ฤฯำิีะฮู ะฯำฬล ีำิมฮฯืหษ"
+msgstr "โาฯีฺลา ฮลฤฯำิีะลฮ! ๐ฯึมฬีสำิม, ีำิมฮฯืษิล ลวฯ"
#: ../../standalone/drakconnect_.c:79
#, c-format
@@ -11794,6 +12530,7 @@ msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
+"๎มฺืมฮษล ำฯฺฤมืมลอฯวฯ ะาฯฦษฬั (ฮฯืูส ะาฯฦษฬุ ำฯฺฤมลิำั หมห หฯะษั ิลหีลวฯ) :"
#: ../../standalone/drakconnect_.c:160
msgid "Hostname: "
@@ -11863,10 +12600,6 @@ msgstr "ํมำิลา..."
msgid "Apply"
msgstr "๐าษอลฮษิุ"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "๐ฯฤฯึฤษิล, ะฯึมฬีสำิม... ๐าษอลฮัภิำั ฮมำิาฯสหษ"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "๐ฯฤหฬภลฮ"
@@ -11988,7 +12721,7 @@ msgstr "้อั อฯฤีฬั"
msgid "Size"
msgstr "๒มฺอลา"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12053,12 +12786,12 @@ msgstr "๗ูืฯฤ"
msgid "Build the disk"
msgstr "๓ฯฺฤมิุ ฤษำห"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "๕ยลฤษิำุ, ิฯ ฮมหฯะษิลฬุ ฮมศฯฤษิำั ื ีำิาฯสำิืล %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12067,12 +12800,12 @@ msgstr ""
"๗ ีำิาฯสำิืล %s ฯิำีิำิืีลิ ฮมหฯะษิลฬุ ษฬษ ฯฮ ฺมษลฮ ฯิ ฺมะษำษ.\n"
"๐ฯึมฬีสำิม, ืำิมืุิล ลวฯ."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "๎ลืฯฺอฯึฮฯ ามฺืลิืษิุ: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12565,158 +13298,146 @@ msgstr ""
"\n"
"๎มึอษิล ฮม ๎มำิาฯษิุ ฤฬั ฺมะีำหม อมำิลาม ฮมำิาฯสหษ."
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "group"
-msgstr "๒มยฯมั วาีะะม"
+msgstr "วาีะะม"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
-msgstr ""
+msgstr "ะีิุ"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
-msgstr "ามฺฤลฬ %s"
+msgstr "ามฺาลลฮษั"
-#: ../../standalone/drakperm_.c:41
-#, fuzzy
+#: ../../standalone/drakperm_.c:42
msgid "user"
-msgstr "้อั ะฯฬฺุฯืมิลฬั"
+msgstr "ะฯฬฺุฯืมิลฬุ"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
-msgstr ""
+msgstr "๗ืลาศ"
-#: ../../standalone/drakperm_.c:49
-#, fuzzy
+#: ../../standalone/drakperm_.c:50
msgid "delete"
msgstr "๕ฤมฬษิุ"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
-msgstr ""
+msgstr "าลฤมหิษาฯืมิุ"
-#: ../../standalone/drakperm_.c:51
-#, fuzzy
+#: ../../standalone/drakperm_.c:52
msgid "Down"
-msgstr "็ฯิฯืฯ"
+msgstr "๗ฮษฺ"
-#: ../../standalone/drakperm_.c:52
-#, fuzzy
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
-msgstr "ไฯยมืษิุ อฯฤีฬุ"
+msgstr "ฤฯยมืษิุ ะามืษฬฯ"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
-msgstr ""
+msgstr "ืูยามิุ ฦมสฬ perm ฤฬั ะาฯำอฯิาม/าลฤมหิษาฯืมฮษั"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
+"Drakperm ษำะฯฬฺุีลิำั ฤฬั ะาฯำอฯิาม ฦมสฬฯื, ษำะฯฬฺุีลอูศ ฤฬั ีำิมฮฯืหษ\n"
+"ามฺาลลฮษส, ืฬมฤลฬุรลื ษ วาีะะ ะาษ ะฯอฯษ msec.\n"
+"๗ู ิมหึล อฯึลิล าลฤมหิษาฯืมิุ ำืฯษ ำฯยำิืลฮฮูล ะามืษฬม, หฯิฯาูล\n"
+"ะลาลฺมะษีิ ะามืษฬม ะฯ ีอฯฬมฮษภ."
-#: ../../standalone/drakperm_.c:61
-#, fuzzy
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
-msgstr "ไฯยมืษิุ ฮฯืูส ะาษฮิลา"
+msgstr "ไฯยมืษิุ ื หฯฮรล ฮฯืฯล ะามืษฬฯ"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
-msgstr ""
+msgstr "๒ลฤมหิษาฯืมิุ ิลหีลล ะามืษฬฯ"
-#: ../../standalone/drakperm_.c:63
-#, fuzzy
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
-msgstr "๓ฮัิุ ืูฤลฬลฮษล ำฯ ืำลศ"
+msgstr "๐ลาลอลำิษิุ ืูยามฮฮฯล ะามืษฬฯ ฮม ฯฤษฮ ีาฯืลฮุ ืืลาศ"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
-msgstr ""
+msgstr "๐ลาลอลำิษิุ ืูยามฮฮฯล ะามืษฬฯ ฮม ฯฤษฮ ีาฯืลฮุ ืฮษฺ"
-#: ../../standalone/drakperm_.c:65
-#, fuzzy
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
-msgstr "๕ฤมฬษิุ ฯลาลฤุ"
+msgstr "๕ฤมฬษิุ ืูยามฮฮฯล ะามืษฬฯ"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
-msgstr ""
+msgstr "ะลาลสิษ"
-#: ../../standalone/drakperm_.c:248
-#, fuzzy
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
-msgstr "๐าษฮัิุ ะฯฬฺุฯืมิลฬั"
+msgstr "๔ลหีษส ะฯฬฺุฯืมิลฬุ"
-#: ../../standalone/drakperm_.c:253
-#, fuzzy
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
-msgstr "๗ลาำษั: %s\n"
+msgstr "๒มฺาลลฮษั"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
-msgstr ""
+msgstr "๐ีิุ"
-#: ../../standalone/drakperm_.c:255
-#, fuzzy
+#: ../../standalone/drakperm_.c:251
msgid "Property"
-msgstr "๐ฯาิ"
+msgstr "๓ฯยำิืลฮฮฯำิุ"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
-msgstr ""
+msgstr "ฺมหาละฬัภษส ยษิ"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
-msgstr ""
+msgstr "๕ำิมฮมืฬษืมภษส UID"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
-msgstr ""
+msgstr "๕ำิมฮมืฬษืมภษส GID"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
+"้ำะฯฬฺุีลอูส ฤฬั ฤษาลหิฯาษษ:\n"
+" ิฯฬุหฯ ืฬมฤลฬลร หมิมฬฯวม ษฬษ ฦมสฬม ื ิฯอ หมิมฬฯวล อฯึลิ ีฤมฬษิุ ลวฯ"
-#: ../../standalone/drakperm_.c:315
-#, fuzzy
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
-msgstr "้ำะฯฬฺุฯืมิุ มืิฯฯะาลฤลฬลฮษล"
+msgstr "้ำะฯฬฺุฯืมิุ id ืฬมฤลฬุรม ฤฬั ืูะฯฬฮลฮษั"
-#: ../../standalone/drakperm_.c:316
-#, fuzzy
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
-msgstr "้ำะฯฬฺุฯืมิุ มืิฯฯะาลฤลฬลฮษล"
+msgstr "้ำะฯฬฺุฯืมิุ id วาีะะู ฤฬั ืูะฯฬฮลฮษั"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
-msgstr ""
+msgstr "ลำฬษ ฯิอลลฮ, ืฬมฤลฬลร ษ วาีะะม ฮล ยีฤีิ ษฺอลฮลฮู"
-#: ../../standalone/drakperm_.c:322
-#, fuzzy
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
-msgstr "๓ฯศามฮษิุ ืูยฯา ะมหลิฯื"
+msgstr "๗ูยฯา ะีิษ"
-#: ../../standalone/drakperm_.c:368
-#, fuzzy
+#: ../../standalone/drakperm_.c:364
msgid "user :"
-msgstr "้อั ะฯฬฺุฯืมิลฬั"
+msgstr "ะฯฬฺุฯืมิลฬุ :"
-#: ../../standalone/drakperm_.c:370
-#, fuzzy
+#: ../../standalone/drakperm_.c:366
msgid "group :"
-msgstr "๒มยฯมั วาีะะม"
+msgstr "วาีะะม :"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
-msgstr "๎ล ำฯลฤษฮลฮฯ"
+msgstr "๚ืีหฯืมั หมาิม ฮล ฯยฮมาีึลฮม!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12727,137 +13448,158 @@ msgid ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+"๎ม ืมลส อมษฮล ฮล ยูฬม ฯยฮมาีึลฮม ฺืีหฯืมั หมาิม. ๐ฯึมฬีสำิม, ะาฯืลาุิล, "
+"ิฯยู ะฯฤฤลาึษืมลอมั Linux'ฯอ ฺืีหฯืมั หมาิม ยูฬม ศฯาฯฯ ืำิมืฬลฮม ื ำฬฯิ.\n"
+"\n"
+"\n"
+"๗ู อฯึลิล ฺมวฬัฮีิุ ื ฮมี ยมฺี ฤมฮฮูศ มะะมามิฮฯวฯ ฯยลำะลลฮษั ฮม:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
msgstr ""
+"\n"
+"\n"
+"\n"
+"๐าษอลมฮษล: ลำฬษ ี ืมำ ฺืีหฯืมั หมาิม ISA PnP, ืู ฤฯฬึฮู ษำะฯฬฺุฯืมิุ "
+"ะาฯวามออี sndconfig. ๐าฯำิฯ ืืลฤษิล ื หฯฮำฯฬษ \"sndconfig\"."
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:34
#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr "ฤฬั ฮฯาอมฬุฮฯส ามยฯิู ิาลยีลิำั ะมหลิ ImageMagick"
+
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
-msgstr "ำฯฺฤมฮษล ฺมวาีฺฯฮฯวฯ ฤษำหม"
+msgstr "ะลาืูส มว ำฯฺฤมฮษั"
-#: ../../standalone/draksplash_.c:77
-#, fuzzy
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
-msgstr "๒มฺาลลฮษล"
+msgstr "ฯหฯฮมิลฬุฮฯล าลลฮษล"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
-#, fuzzy
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
-msgstr "๗ูยลาษิล ฤลสำิืษล"
-
-#: ../../standalone/draksplash_.c:79
-#, fuzzy
-msgid "Theme name"
-msgstr "้อั าลำีาำม"
+msgstr "ืูยลาษิล ฦมสฬ ฯยามฺม"
#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "๎มำิาฯสหม ะฯำฬล ีำิมฮฯืหษ"
+msgid "Theme name"
+msgstr "ฮมฺืมฮษล ิลอู"
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "๗ูศฯฤ"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "๐ลาลสิษ"
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "๕ำิมฮฯืหม ำษำิลอู"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
-#, fuzzy
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
-msgstr "๎มำิาฯสหม ำลาืษำฯื"
-
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
+msgstr "๎มำิาฯษิุ ษฺฯยามึลฮษล bootsplash"
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
+"หฯฯาฤษฮมิม ศ ิลหำิฯืฯวฯ ฯหฮม\n"
+"ื หฯฬษลำิืล ำษอืฯฬฯื"
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
+"หฯฯาฤษฮมิม ี ิลหำิฯืฯวฯ ฯหฮม\n"
+"ื หฯฬษลำิืล ำษอืฯฬฯื"
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
-msgstr ""
+msgid "text width"
+msgstr "ษาษฮม ิลหำิม"
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr ""
+msgid "text box height"
+msgstr "ืูำฯิม ิลหำิฯืฯวฯ ฯหฮม"
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
+"หฯฯาฤษฮมิม ศ ษฮฤษหมิฯาม ืูะฯฬฮลฮษั\n"
+"ฯิ ืลาศฮลวฯ ฬลืฯวฯ ีวฬม"
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
+"หฯฯาฤษฮมิม ี ษฮฤษหมิฯาม ืูะฯฬฮลฮษั\n"
+"ฯิ ืลาศฮลวฯ ฬลืฯวฯ ีวฬม"
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
-msgstr ""
+msgid "the width of the progress bar"
+msgstr "ษาษฮม ษฮฤษหมิฯาม ืูะฯฬฮลฮษั"
#: ../../standalone/draksplash_.c:107
-msgid "the color of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:119
-#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "the heigth of the progress bar"
+msgstr "ืูำฯิม ษฮฤษหมิฯาม ืูะฯฬฮลฮษั"
-#: ../../standalone/draksplash_.c:120
-#, fuzzy
-msgid "preview"
-msgstr "ีำิาฯสำิืฯ"
+#: ../../standalone/draksplash_.c:108
+msgid "the color of the progress bar"
+msgstr "รืลิ ษฮฤษหมิฯาม ืูะฯฬฮลฮษั"
#: ../../standalone/draksplash_.c:121
-#, fuzzy
-msgid "choose color"
-msgstr "๗ูยลาษิล อฯฮษิฯา"
+msgid "Preview"
+msgstr "ะาลฤืมาษิลฬุฮูส ะาฯำอฯิา"
+
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "ำฯศามฮษิุ ิลอี"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "ืูยามิุ รืลิ"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
-msgstr ""
+msgstr "๐ฯหมฺูืมิุ ฬฯวฯิษะ ื หฯฮำฯฬษ"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
-msgstr ""
+msgstr "๓ฤลฬมิุ ืูืฯฤ ษฮฦฯาอมรษษ ัฤาฯอ อฯฬมฬษืูอ ะฯ ีอฯฬมฮษภ"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
-msgstr ""
+msgstr "๗ ิฯส ิลอล ลล ฮลิ หมหฯวฯ-ฬษยฯ bootsplash ื %s!"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
-msgstr ""
+msgstr "ำฯศามฮัลิำั ิลอม Bootsplash..."
-#: ../../standalone/draksplash_.c:436
-#, fuzzy
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
-msgstr "๐ฯฤหฬภลฮษล ะาษฮิลาม"
+msgstr "ืูยฯา รืลิม ษฮฤษหมิฯาม ืูะฯฬฮลฮษั"
-#: ../../standalone/draksplash_.c:454
-#, fuzzy
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
-msgstr "แฤาลำ ีำิาฯสำิืม ะลมิษ"
+msgstr "๗ู ฤฯฬึฮู ำฮมมฬม ืูยามิุ ฦมสฬ ฯยามฺม!"
-#: ../../standalone/draksplash_.c:463
-#, fuzzy
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
-msgstr "๏ะาลฤลฬลฮษล ีำิาฯสำิื..."
+msgstr "็ลฮลาษาีลิำั ะาลฤืมาษิลฬุฮูส ะาฯำอฯิา..."
+
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "๎ลืฯฺอฯึฮฯ ำฯฺฤมิุ ะาลฤืมาษิลฬุฮูส ะาฯำอฯิา Bootsplash"
#: ../../standalone/drakxtv_.c:49
msgid ""
@@ -12873,6 +13615,16 @@ msgid ""
"\n"
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
+"XawTV ฮล ีำิมฮฯืฬลฮ!\n"
+"\n"
+"\n"
+"ๅำฬษ ี ืมำ ลำิุ ๔๗-หมาิม, ฮฯ DrakX ฮล ฯยฮมาีึษฬ ลล (ฮลิ bttv ษ ื \"/etc/"
+"modules\" ฮลิ อฯฤีฬั saa7134) ษ ฮล ีำิมฮฯืษฬ xawtv, ะฯึมฬีสำิม, ฯะามืุิล "
+"าลฺีฬุิมิู ืูะฯฬฮลฮษั หฯอมฮฤู \"lspcidrake -v -f\" ฮม \"install"
+"\\@mandrakesoft.com\" ำ ิลอฯส \"undetected TV card\".\n"
+"\n"
+"\n"
+"๗ู อฯึลิล ีำิมฮฯืษิุ ลวฯ, ฮมยามื ะฯฤ root'ฯอ ื หฯฮำฯฬษ \"urpmi xawtv\"."
#: ../../standalone/drakxtv_.c:66
msgid "Canada (cable)"
@@ -12936,7 +13688,7 @@ msgstr "แาวลฮิษฮม"
#: ../../standalone/drakxtv_.c:72
msgid "Australian Optus cable TV"
-msgstr ""
+msgstr "แืำิามฬษสำหฯล หมยลฬุฮฯล ๔๗ Optus"
#: ../../standalone/drakxtv_.c:107
msgid ""
@@ -13002,6 +13754,14 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"ษำะฯฬฺุฯืมฮษล: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "ษำะฯฬฺุฯืมฮษล: keyboarddrake [--expert] [keyboard]\n"
@@ -13032,12 +13792,12 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "๎ลืฯฺอฯึฮฯ ฮมมิุ ฯยฮฯืฬลฮษล !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
"ฺ้อลฮลฮษล ืูะฯฬฮลฮฯ, ฮฯ ิฯยู ฯฮฯ ืำิีะษฬฯ ื ำษฬี, ืู ฤฯฬึฮู ืูสิษ ษฺ ำษำิลอู"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13147,7 +13907,7 @@ msgstr "๓ฯฤลาึษอฯล ๆมสฬม"
#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:391
msgid "Mail alert"
-msgstr ""
+msgstr "๐ฯิฯืฯล ีืลฤฯอฬลฮษล"
#: ../../standalone/logdrake_.c:267
#, c-format
@@ -13155,9 +13915,8 @@ msgid "please wait, parsing file: %s"
msgstr "๐ฯึมฬีสำิม, ะฯฤฯึฤษิล, ามฺยษามลิำั ฦมสฬ: %s"
#: ../../standalone/logdrake_.c:408
-#, fuzzy
msgid "Mail alert configuration"
-msgstr "๎มำิาฯสหม ฬฯหมฬุฮฯส ำลิษ"
+msgstr "๎มำิาฯสหม ีืลฤฯอฬลฮษั ะฯ ะฯิล"
#: ../../standalone/logdrake_.c:409
msgid ""
@@ -13165,6 +13924,9 @@ msgid ""
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
+"ไฯยาฯ ะฯึมฬฯืมิุ ื ีิษฬษิี ฮมำิาฯสหษ ะฯิู.\n"
+"\n"
+"๚ฤลำุ ืู ำอฯึลิล ีำิมฮฯืษิุ ำษำิลอี ีืลฤฯอฬลฮษั.\n"
#: ../../standalone/logdrake_.c:416
msgid "Apache World Wide Web Server"
@@ -13206,6 +13968,7 @@ msgstr "ฮมำิาฯสหม ำลาืษำม"
msgid ""
"You will receive an alert if one of the selected services is no more running"
msgstr ""
+"๗ู ะฯฬีษิล ีืลฤฯอฬลฮษล, ลำฬษ ฯฤษฮ ษฺ ืูยามฮฮูศ ำลาืษำฯื ยฯฬุล ฮล ฺมะีลฮ"
#: ../../standalone/logdrake_.c:443
msgid "load setting"
@@ -13213,16 +13976,15 @@ msgstr "ฺมวาีฺหม ฮมำิาฯสหษ"
#: ../../standalone/logdrake_.c:444
msgid "You will receive an alert if the load is higher than this value"
-msgstr "๗ู ะฯฬีษิล ะาลฤีะาลึฤลฮษล, ลำฬษ ฺมวาีฺหม ืูล ิฯวฯ ฺฮมลฮษั"
+msgstr "๗ู ะฯฬีษิล ีืลฤฯอฬลฮษล, ลำฬษ ฺมวาีฺหม ืูล ิฯวฯ ฺฮมลฮษั"
#: ../../standalone/logdrake_.c:457
msgid "alert configuration"
-msgstr "๎มำิาฯสหม ะาลฤีะาลึฤลฮษั"
+msgstr "๎มำิาฯสหม ีืลฤฯอฬลฮษั"
#: ../../standalone/logdrake_.c:458
-#, fuzzy
msgid "Please enter your email address below "
-msgstr "๐ฯะาฯยีสิล ลล ามฺ"
+msgstr "๐ฯึมฬีสำิม, ืืลฤษิล ฮษึล มฤาลำ ำืฯลวฯ email "
#: ../../standalone/logdrake_.c:497
msgid "Save as.."
@@ -13252,17 +14014,17 @@ msgstr "๐าฯืลาษิุ ะฯาิู"
#: ../../standalone/scannerdrake_.c:81
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr ""
+msgstr "%s ฮล ะฯฤฤลาึษืมลิำั ิฯส ืลาำษลส Mandrake Linux."
#: ../../standalone/scannerdrake_.c:56
-#, fuzzy, c-format
+#, c-format
msgid "%s found on %s, configure it?"
-msgstr "่ฯิษิล ฮมำิาฯษิุ ะาษฮิลา?"
+msgstr "%s ฮมสฤลฮ ฮม %s, ฮมำิาฯษิุ ลวฯ?"
#: ../../standalone/scannerdrake_.c:59
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
-msgstr ""
+msgstr "%s ฯิำีิำิืีลิ ื ยมฺล ฤมฮฮูศ ำหมฮฮลาฯื, ฮมำิาฯษิุ ลวฯ ืาีฮีภ?"
#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
@@ -13308,27 +14070,22 @@ msgstr ""
"๔ละลาุ ืู อฯึลิล ำหมฮษาฯืมิุ ฤฯหีอลฮิู ะาษ ะฯอฯษ ``XSane'' ษฺ อลฮภ "
"ะาษฬฯึลฮษส ํีฬุิษอลฤษม/็ามฦษหม"
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "โูฬษ ีฤมฬลฮู ฮลหฯิฯาูล ีำิาฯสำิืม ษฺ ฯยฯาีฤฯืมฮษั หฬมำำม \"%s\":\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
-msgstr ""
-"\n"
-"โูฬษ ฤฯยมืฬลฮู ฮลหฯิฯาูล ีำิาฯสำิืม หฬมำำม %s:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
+msgstr "โูฬษ ฤฯยมืฬลฮู ฮลหฯิฯาูล ีำิาฯสำิืม:\n"
#: ../../steps.pm_.c:14
msgid "Choose your language"
-msgstr "๗ูยลาษิล ัฺูห"
+msgstr "๗ูยฯา ำืฯลวฯ ัฺูหม"
#: ../../steps.pm_.c:15
msgid "Select installation class"
-msgstr "๗ูยลาษิล หฬมำำ ีำิมฮฯืหษ"
+msgstr "๗ูยฯา หฬมำำม ีำิมฮฯืหษ"
#: ../../steps.pm_.c:16
msgid "Hard drive detection"
@@ -13340,7 +14097,7 @@ msgstr "๎มำิาฯสหม อูษ"
#: ../../steps.pm_.c:18
msgid "Choose your keyboard"
-msgstr "๗ูยฯา ืมลส หฬมืษมิีาู"
+msgstr "๗ูยฯา ำืฯลส หฬมืษมิีาู"
#: ../../steps.pm_.c:19
msgid "Security"
@@ -13356,7 +14113,7 @@ msgstr "ฦฯาอมิษาฯืมฮษล ามฺฤลฬฯื"
#: ../../steps.pm_.c:22
msgid "Choose packages to install"
-msgstr "๗ูยฯา ะมหลิฯื ฤฬั ีำิมฮฯืหษ"
+msgstr "๗ูยฯา ีำิมฮมืฬษืมลอูศ ะมหลิฯื"
#: ../../steps.pm_.c:23
msgid "Install system"
@@ -13376,7 +14133,7 @@ msgstr "๎มำิาฯสหม ำลาืษำฯื"
#: ../../steps.pm_.c:29
msgid "Install bootloader"
-msgstr "๕ำิมฮฯืหม อลฮลฤึลาม ฺมวาีฺหษ"
+msgstr "๕ำิมฮฯืหม ฮมมฬุฮฯวฯ ฺมวาีฺษหม"
#: ../../steps.pm_.c:31
msgid "Create a bootdisk"
@@ -13384,7 +14141,7 @@ msgstr "๓ฯฺฤมฮษล ฺมวาีฺฯฮฯวฯ ฤษำหม"
#: ../../steps.pm_.c:33
msgid "Configure X"
-msgstr "๎มำิาฯสหม X"
+msgstr "๎มำิาฯสหม ้หำฯื"
#: ../../steps.pm_.c:34
msgid "Install system updates"
@@ -13394,7 +14151,7 @@ msgstr "๕ำิมฮฯืหม ฯยฮฯืฬลฮษส ำษำิลอู"
msgid "Exit install"
msgstr "๚มืลาลฮษล ีำิมฮฯืหษ"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-cronyx-times-bold-r-normal--17-*-100-100-p-*-koi8-r,*-r-*"
@@ -13449,7 +14206,7 @@ msgstr ""
#: ../../share/compssUsers:999
msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgstr "๓ิมฮฤมาิฮมั ยมฺม Linux. ๐ฯฤฤลาึหม ะาษฬฯึลฮษส ิาลิุษศ ฬษร"
#: ../../share/compssUsers:999
msgid "Books and Howto's on Linux and Free Software"
@@ -13610,7 +14367,7 @@ msgstr "๋ฬษลฮิู ฤฬั ามฺฬษฮูศ ะาฯิฯหฯฬฯื, ืหฬภมั ssh"
#: ../../share/compssUsers:999
msgid "LSB"
-msgstr ""
+msgstr "LSB"
#: ../../share/compssUsers:999
msgid "Internet gateway"
@@ -13644,6 +14401,426 @@ msgstr "ํีฬุิษอลฤษม - ๚มะษำุ CD"
msgid "Scientific Workstation"
msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
+#~ msgid ""
+#~ "OSS (Open Source Sound) was the firt sound API. It's an OS independant "
+#~ "sound API (it's availlable on most unices systems) but it's a very basic "
+#~ "and limited API.\n"
+#~ "What's more, OSS drivers all reinvent the wheel.\n"
+#~ "\n"
+#~ "ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+#~ "which\n"
+#~ "supports quite a large range of ISA and PCI cards.\n"
+#~ "\n"
+#~ "It also provides a much higher API than OSS.\n"
+#~ "\n"
+#~ "To use alsa, one can either use:\n"
+#~ "- the old compatibility OSS api\n"
+#~ "- the new ALSA api that provides many enhanced features but requires "
+#~ "using the ALSA library.\n"
+#~ msgstr ""
+#~ "OSS (ฺืีห ำ ฯิหาูิูอษ ษำศฯฤฮูอษ ิลหำิมอษ) ยูฬ ะลาืูอ API ฤฬั ฺืีหม. ๏ฮ\n"
+#~ "ัืฬัลิำั ๏๓-ฮลฺมืษำษอูอ API ฺืีหม (ฤฯำิีะลฮ ฮม ยฯฬุษฮำิืล ำษำิลอ UNIX),\n"
+#~ "ฮฯ ฯฮ ิมหึล ัืฬัลิำั ฯลฮุ ะาฯำิูอ ษ ฯวามฮษลฮฮูอ API.\n"
+#~ "๋ีฤม ีึ ยฯฬุล, ืำล ฤามสืลาู OSS ษ ิมห ฺมฮฯืฯ ฯิหาูืมภิ หฯฬลำฯ.\n"
+#~ "\n"
+#~ "ALSA (ามำษาลฮฮมั ฺืีหฯืมั มาศษิลหิีาม Linux) ัืฬัลิำั อฯฤีฬุฮฯส\n"
+#~ "มาศษิลหิีาฯส, หฯิฯามั ะฯฤฤลาึษืมลิ ฤฯืฯฬุฮฯ ษาฯหษส ฤษมะมฺฯฮ ISA ษ\n"
+#~ "PCI-หมาิ.\n"
+#~ "\n"
+#~ "๏ฮม ิมหึล ฯยลำะลษืมลิ ฮมอฮฯวฯ ยฯฬลล ืูำฯหษส API, ลอ ี OSS.\n"
+#~ "\n"
+#~ "ิฯยู ษำะฯฬฺุฯืมิุ alsa, อฯึฮฯ ษำะฯฬฺุฯืมิุ:\n"
+#~ "- ำิมาูส api, ำฯือลำิษอูส ำ OSS\n"
+#~ "- ฮฯืูส api ฤฬั ALSA, ะาลฤฯำิมืฬัภษส อฮฯวฯ ีำฯืลาลฮำิืฯืมฮฮูศ "
+#~ "ืฯฺอฯึฮฯำิลส, ฮฯ ิาลยีภษส ษำะฯฬฺุฯืมฮษล ยษยฬษฯิลหษ ALSA.\n"
+
+#~ msgid ""
+#~ "Found \"$netc->{autodetect}{isdn}{description}\" interface do you want to "
+#~ "use it ?"
+#~ msgstr ""
+#~ "๎มสฤลฮ ษฮิลาฦลสำ \"$netc->{มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล}{isdn}{ฯะษำมฮษล}\", "
+#~ "ศฯิษิล ษำะฯฬฺุฯืมิุ ลวฯ?"
+
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "ิฯยู ฯะามืษิุ ฯิลิ ฯย ฯษยหล, ฮมึอษิล ฮม หฮฯะหี ๏ิลิ.\n"
+#~ "ิฯ ฯิหาฯลิ ฯหฮฯ ืลย-ยาฯีฺลาม ฮม https://www.bugzilla.com,\n"
+#~ "วฤล ืู ฮมสฤลิล ฦฯาอี ฤฬั ฺมะฯฬฮลฮษั. ้ฮฦฯาอมรษั, ะาลฤำิมืฬลฮฮมั\n"
+#~ "ืูล, ยีฤลิ ฯิะามืฬลฮม ฮม ิฯิ ำลาืลา\n"
+#~ "\n"
+
+#~ msgid "package ImageMagick is required for correct working"
+#~ msgstr "ฤฬั ฮฯาอมฬุฮฯส ามยฯิู ิาลยีลิำั ะมหลิ ImageMagick"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "ำฯฺฤมิุ bootsplash - ืิฯาฯส มว"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "ะลาลสิษ ห ฮมำิาฯสหล lilosplash"
+
+#~ msgid "x coordinate of text box in number of character"
+#~ msgstr "หฯฯาฤษฮมิม ศ ิลหำิฯืฯวฯ ฯหฮม ื หฯฬษลำิืล ำษอืฯฬฯื"
+
+#~ msgid "y coordinate of text box in number of character"
+#~ msgstr "หฯฯาฤษฮมิม ี ิลหำิฯืฯวฯ ฯหฮม ื หฯฬษลำิืล ำษอืฯฬฯื"
+
+#~ msgid "the progress bar x coordinate of its upper left corner"
+#~ msgstr "หฯฯาฤษฮมิม ศ ษฮฤษหมิฯาม ืูะฯฬฮลฮษั ฯิ ืลาศฮลวฯ ฬลืฯวฯ ีวฬม"
+
+#~ msgid "the progress bar y coordinate of its upper left corner"
+#~ msgstr "หฯฯาฤษฮมิม ี ษฮฤษหมิฯาม ืูะฯฬฮลฮษั ฯิ ืลาศฮลวฯ ฬลืฯวฯ ีวฬม"
+
+#~ msgid "Go back"
+#~ msgstr "ืลาฮีิุำั"
+
+#~ msgid "Can't create Bootsplash preview"
+#~ msgstr "๎ลืฯฺอฯึฮฯ ำฯฺฤมิุ ะาลฤืมาษิลฬุฮูส ะาฯำอฯิา Bootsplash"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr ""
+#~ "ไฬั ืมลส ฺืีหฯืฯส หมาิู (%s) ฯิำีิำิืีลิ มฬุิลาฮมิษืฮูส ฤามสืลา OSS/ALSA"
+
+#~ msgid ""
+#~ "Introduction\n"
+#~ "\n"
+#~ "The operating system and the different components available in the "
+#~ "Mandrake Linux distribution \n"
+#~ "shall be called the \"Software Products\" hereafter. The Software "
+#~ "Products include, but are not \n"
+#~ "restricted to, the set of programs, methods, rules and documentation "
+#~ "related to the operating \n"
+#~ "system and the different components of the Mandrake Linux distribution.\n"
+#~ "\n"
+#~ "\n"
+#~ "1. License Agreement\n"
+#~ "\n"
+#~ "Please read this document carefully. 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 Mandrake Linux sites which are prohibited or restricted in "
+#~ "some countries by local laws.\n"
+#~ "This limited liability applies to, but is not restricted to, the strong "
+#~ "cryptography components \n"
+#~ "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\", \"Mandrake Linux\" 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"
+#~ msgstr ""
+#~ "๗ืลฤลฮษล\n"
+#~ "\n"
+#~ "๏ะลามรษฯฮฮมั ำษำิลอม ษ ามฺฬษฮูล หฯอะฯฮลฮิู, ฤฯำิีะฮูล ฮม ฤษำิาษยีิษืล\n"
+#~ "Mandrake Linux ฤมฬลล ยีฤีิ ฮมฺูืมิุำั \"๐าฯวามออฮูอษ ๐าฯฤีหิมอษ\".\n"
+#~ "๐าฯวามออฮูล ๐าฯฤีหิู ืหฬภมภิ, ฮฯ ฮล ฯาวมฮษษืมภิำั, ฮมยฯา ะาฯวามออ, \n"
+#~ "อลิฯฤู, ะามืษฬม ษ ฤฯหีอลฮิมรษภ, ำืัฺมฮฮีภ ำ ฯะลามรษฯฮฮฯส ำษำิลอฯส\n"
+#~ "ษ ามฺฬษฮูอษ หฯอะฯฮลฮิมอษ ฤษำิาษยีิษืม Mandrake Linux.\n"
+#~ "\n"
+#~ "\n"
+#~ "1. ์ษรลฮฺษฯฮฮฯล ำฯวฬมลฮษล\n"
+#~ "\n"
+#~ "๐ฯึมฬีสำิม, ืฮษอมิลฬุฮฯ ะาฯิษิล ิฯิ ฤฯหีอลฮิ. ิฯิ ฤฯหีอลฮิ ัืฬัลิำั\n"
+#~ "ฬษรลฮฺษฯฮฮูอ ำฯวฬมลฮษลอ, ฺมหฬภมลอูอ อลึฤี ืมอษ ษ MandrakeSoft S.A.,\n"
+#~ "ะาษอลฮัลอูอ ห ๐าฯวามออฮูอ ๐าฯฤีหิมอ. ๕ำิมฮมืฬษืมั, ามฺอฮฯึมั ษฬษ\n"
+#~ "ษำะฯฬฺุีั ๐าฯวามออฮูล ๐าฯฤีหิู ำ ฬภยฯส รลฬุภ, ืู ิลอ ำมอูอ ืำลรลฬฯ\n"
+#~ "ะาษฮษอมลิล ษ ะฯฬฮฯำิุภ ำฯวฬมมลิลำุ ำ ีำฬฯืษัอษ ษ ะฯฬฯึลฮษัอษ ิฯส\n"
+#~ "์ษรลฮฺษษ. ๅำฬษ ืู ฮล ำฯวฬมำฮู ำ หมหฯส-ฬษยฯ มำิุภ ิฯส ์ษรลฮฺษษ, ืมอ\n"
+#~ "ฮล ามฺาลมลิำั ีำิมฮมืฬษืมิุ, ามฺอฮฯึมิุ ษฬษ ษำะฯฬฺุฯืมิุ ๐าฯวามออฮูล\n"
+#~ "๐าฯฤีหิู.\n"
+#~ "์ภยูล ะฯะูิหษ ษำะฯฬฺุฯืมิุ, ามฺอฮฯึมิุ ษฬษ ษำะฯฬฺุฯืมิุ ๐าฯวามออฮูล\n"
+#~ "๐าฯฤีหิู ำ รลฬุภ, ะาฯิษืฯาลมษล ีำฬฯืษัอ ิฯส ์ษรลฮฺษษ, มฮฮีฬษาีภิ ษ\n"
+#~ "ฯำืฯยฯึฤมภิ ืมำ ฯิ ืำลศ ะามื, ะาลฤฯำิมืฬัลอูศ ิฯส ์ษรลฮฺษลส.\n"
+#~ "๐าษ ฯหฯฮมฮษษ ฤลสำิืษั ์ษรลฮฺษษ ืู ฤฯฬึฮู ฮลอลฤฬลฮฮฯ ีฤมฬษิุ ืำล หฯะษษ\n"
+#~ "๐าฯวามออฮูศ ๐าฯฤีหิฯื.\n"
+#~ "\n"
+#~ "\n"
+#~ "2. ๏วามฮษลฮฮูล วมามฮิษสฮูล ฯยัฺมิลฬุำิืม\n"
+#~ "\n"
+#~ "๐าฯวามออฮูล ๐าฯฤีหิู ษ ะาษฬมวมลอมั ฤฯหีอลฮิมรษั ะาลฤฯำิมืฬัภิำั \"หมห ลำิุ"
+#~ "\",ยลฺฯ ืำัหฯส วมามฮิษษ ื ะาลฤลฬมศ, ฤฯฺืฯฬลฮฮูศ ฺมหฯฮฯอ.\n"
+#~ "MandrakeSoft S.A. ฮษ ะาษ หมหษศ ีำฬฯืษัศ ษ ื ะาลฤลฬมศ, ฤฯฺืฯฬลฮฮูศ\n"
+#~ "ฺมหฯฮฯอ, ฮลำลิ ฯิืลิำิืลฮฮฯำิุ ฺม ฬภยฯส หมหฯส ยู ิฯ ฮษ ยูฬฯ "
+#~ "ฯะาลฤลฬลฮฮูส,\n"
+#~ "ำฬีมสฮูส, ะาัอฯส ษฬษ หฯำืลฮฮูส ีลาย (ืหฬภมั ฮลฯวามฮษลฮฮูส ีลาย ฯิ\n"
+#~ "หาีลฮษั ยษฺฮลำม, ะลาลาูืฯื ื หฯออลาลำหฯส ฤลัิลฬุฮฯำิษ, ฦษฮมฮำฯืูศ "
+#~ "ียูิหฯื,\n"
+#~ "ำีฤลยฮูศ ษฺฤลาึลห ษ ิามฦฯื, ัืฬัภษศำั าลฺีฬุิมิฯอ ำีฤลยฮูศ "
+#~ "ามฺยษามิลฬุำิื,\n"
+#~ "ษฬษ ฬภยูศ ฤาีวษศ หฯำืลฮฮูศ ะฯิลาุ), ัืฬัภษสำั าลฺีฬุิมิฯอ ษำะฯฬฺุฯืมฮษั\n"
+#~ "๐าฯวามออฮูศ ๐าฯฤีหิฯื, ฤมึล, ลำฬษ MandrakeSoft S.A. ยูฬฯ ษฺืลำิฮฯ\n"
+#~ "ฯ ืฯฺอฯึฮฯำิษ ษฬษ ำฬีมัศ ิมหฯวฯ ีลายม.\n"
+#~ "\n"
+#~ "๏็๒แ๎้ๅ๎๎แ๑ ๏๔๗ๅ๔๓๔๗ๅ๎๎๏๓๔๘, ๓๗๑๚แ๎๎แ๑ ๓ ๗์แไๅ๎้ๅํ ้์้ ้๓๐๏์๘๚๏๗แ๎้ๅํ "
+#~ "๚แ๐๒ๅๅ๎๎๏็๏ ๐๒๏็๒แํํ๎๏็๏ ๏โๅ๓๐ๅๅ๎้๑ ๗ ๎ๅ๋๏๔๏๒๙่ ๓๔๒แ๎แ่\n"
+#~ "\n"
+#~ "๗ ะาลฤลฬมศ, ฤฯฺืฯฬลฮฮูศ ฺมหฯฮฯอ, MandrakeSoft S.A. ษฬษ ลล "
+#~ "ามำะาฯำิามฮษิลฬษ\n"
+#~ "ฮษ ะาษ หมหษศ ีำฬฯืษัศ ฮลำีิ ฯิืลิำิืลฮฮฯำิุ ฺม ฬภยฯส, หมหฯส ยู ิฯ ฮษ "
+#~ "ยูฬฯ\n"
+#~ "ฯะาลฤลฬลฮฮูส, ำฬีมสฮูส, ะาัอฯส ษฬษ หฯำืลฮฮูส ีลาย (ืหฬภมั "
+#~ "ฮลฯวามฮษลฮฮูส\n"
+#~ "ีลาย ฯิ หาีลฮษั ยษฺฮลำม, ะลาลาูืฯื ื หฯออลาลำหฯส ฤลัิลฬุฮฯำิษ, "
+#~ "ฦษฮมฮำฯืูศ\n"
+#~ "ียูิหฯื, ำีฤลยฮูศ ษฺฤลาึลห ษ ิามฦฯื, ัืฬัภษศำั าลฺีฬุิมิฯอ ำีฤลยฮูศ\n"
+#~ "ามฺยษามิลฬุำิื, ษฬษ ฬภยูศ ฤาีวษศ หฯำืลฮฮูศ ะฯิลาุ), ัืฬัภษศำั "
+#~ "าลฺีฬุิมิฯอ\n"
+#~ "ืฬมฤลฮษั ษ ษำะฯฬฺุฯืมฮษั หฯอะฯฮลฮิฯื ะาฯวามออฮฯวฯ ฯยลำะลลฮษั,\n"
+#~ "ษฬษ ัืฬัภษศำั าลฺีฬุิมิฯอ ำหมษืมฮษั หฯอะฯฮลฮิฯื ะาฯวามออฮฯวฯ "
+#~ "ฯยลำะลลฮษั\n"
+#~ "ำ ฯฤฮฯวฯ ษฺ ำมสิฯื Mandrake Linux, ฺมะาลลฮฮูศ ษฬษ ฯวามฮษลฮฮูศ ื "
+#~ "ฮลหฯิฯาูศ\n"
+#~ "ำิามฮมศ อลำิฮูอษ ฺมหฯฮมอษ.\n"
+#~ "๏วามฮษลฮฮมั ฯิืลิำิืลฮฮฯำิุ ะาษอลฮัลิำั, ฮฯ ฮล ฯวามฮษษืมลิำั,\n"
+#~ "ห หฯอะฯฮลฮิมอ ำษฬุฮฯส หาษะิฯวามฦษษ, ืหฬภมลอูศ ื ๐าฯวามออฮูล ๐าฯฤีหิู.\n"
+#~ "\n"
+#~ "\n"
+#~ "3. ์ษรลฮฺษั GPL ษ ำืัฺมฮฮูล ฬษรลฮฺษษ\n"
+#~ "\n"
+#~ "๐าฯวามออฮูล ๐าฯฤีหิู ำฯำิฯัิ ษฺ หฯอะฯฮลฮิฯื, ำฯฺฤมฮฮูศ ามฺฬษฮูอษ ฬภฤุอษ\n"
+#~ "ษฬษ ฯาวมฮษฺมรษัอษ. โฯฬุษฮำิืฯ ิษศ หฯอะฯฮลฮิฯื ฮมศฯฤัิำั ะฯฤ ฤลสำิืษลอ\n"
+#~ "ีำฬฯืษส ษ ะฯฬฯึลฮษส GNU General Public Licence, ฤมฬลล ฮมฺูืมลอฯส \"GPL"
+#~ "\",\n"
+#~ "ษฬษ ะฯศฯึษศ ฬษรลฮฺษส. โฯฬุษฮำิืฯ ิษศ ฬษรลฮฺษส ะฯฺืฯฬัภิ ืมอ "
+#~ "ษำะฯฬฺุฯืมิุ,\n"
+#~ "ามฺอฮฯึมิุ, มฤมะิษาฯืมิุ ษฬษ ามำะาฯำิามฮัิุ ฤมฬลล หฯอะฯฮลฮิู, ฮม หฯิฯาูล\n"
+#~ "ฯฮษ ามำะาฯำิามฮัภิำั. ๐ฯึมฬีสำิม, ืฮษอมิลฬุฮฯ ษิมสิล ีำฬฯืษั ษ "
+#~ "ะฯฬฯึลฮษั\n"
+#~ "ฬษรลฮฺษฯฮฮฯวฯ ำฯวฬมลฮษั ฤฬั หมึฤฯวฯ ษฺ หฯอะฯฮลฮิ ะลาลฤ ษำะฯฬฺุฯืมฮษลอ\n"
+#~ "ฬภยฯวฯ หฯอะฯฮลฮิม. ์ภยูล ืฯะาฯำู ะฯ ฬษรลฮฺษษ หฯอะฯฮลฮิม ฤฯฬึฮู ยูิุ\n"
+#~ "มฤาลำฯืมฮู มืิฯาี หฯอะฯฮลฮิม, ม ฮล MandrakeSoft'ี\n"
+#~ "๐าฯวามออู, ามฺามยฯิมฮฮูล MandrakeSoft S.A., ฮมศฯฤัิำั ะฯฤ ฤลสำิืษลอ "
+#~ "ฬษรลฮฺษษ\n"
+#~ "GPL. ไฯหีอลฮิมรษั, ฮมะษำมฮฮมั MandrakeSoft S.A., ฮมศฯฤษิำั ะฯฤ ฤลสำิืษลอ\n"
+#~ "ฯำฯยฯส ฬษรลฮฺษษ. ๐ฯึมฬีสำิม, ฯยามิษิลำุ ห ฤฯหีอลฮิมรษษ ฺม ฤฯะฯฬฮษิลฬุฮฯส\n"
+#~ "ษฮฦฯาอมรษลส.\n"
+#~ "\n"
+#~ "4. ๐ามืม ฮม ษฮิลฬฬลหิีมฬุฮีภ ำฯยำิืลฮฮฯำิุ\n"
+#~ "\n"
+#~ "๗ำล ะามืม ฮม หฯอะฯฮลฮิู ๐าฯวามออฮูศ ๐าฯฤีหิฯื ะาษฮมฤฬลึมิ ษศ "
+#~ "ำฯฯิืลิำิืีภษอ\n"
+#~ "มืิฯามอ ษ ฺมษลฮู ฺมหฯฮมอษ ฯย ษฮิลฬฬลหิีมฬุฮฯส ำฯยำิืลฮฮฯำิษ ษ "
+#~ "มืิฯาำหฯอ\n"
+#~ "ะามืล, ะาษอลฮษิลฬุฮฯ ห ะาฯวามออฮฯอี ฯยลำะลลฮษภ.\n"
+#~ "MandrakeSoft S.A. ำฯศามฮัลิ ฺม ำฯยฯส ะามืฯ ษฺอลฮัิุ ษฬษ มฤมะิษาฯืมิุ\n"
+#~ "๐าฯวามออฮูล ๐าฯฤีหิู, หมห รลฬษหฯอ, ิมห ษ ะฯ มำิัอ, ฬภยูอ ำะฯำฯยฯอ ษ ฤฬั\n"
+#~ "ฬภยูศ รลฬลส.\n"
+#~ "\"Mandrake\", \"Mandrake Linux\" ษ ำฯฯิืลิำิืีภษล ฬฯวฯิษะู ัืฬัภิำั "
+#~ "ิฯาวฯืูอษ อมาหมอษ MandrakeSoft S.A.\n"
+#~ "\n"
+#~ "\n"
+#~ "5. ๏ำฮฯืฮูล ฺมหฯฮู\n"
+#~ "\n"
+#~ "ๅำฬษ หมหมั-ฬษยฯ มำิุ ิฯวฯ ำฯวฬมลฮษั ัืฬัลิำั ฮลฤลสำิืษิลฬุฮฯส,\n"
+#~ "ะาฯิษืฯฺมหฯฮฮฯส ษฬษ ะาฯิษืฯาลมลส ฤลสำิืีภลอี ฺมหฯฮฯฤมิลฬุำิืี, ิม\n"
+#~ "มำิุ ษำหฬภมลิำั ษฺ ิฯวฯ หฯฮิามหิม. ๗ู ฯำิมลิลำุ ฯวามฮษลฮฮูอษ\n"
+#~ "ฤาีวษอษ ะาษวฯฤฮูอษ ามฺฤลฬมอษ ำฯวฬมลฮษั.\n"
+#~ "๕ำฬฯืษั ษ ะฯฬฯึลฮษั ิฯส ์ษรลฮฺษษ ฮมศฯฤัิำั ะฯฤ ฤลสำิืษลอ ฦามฮรีฺำหฯวฯ\n"
+#~ "ฺมหฯฮฯฤมิลฬุำิืม.\n"
+#~ "๗ำล ามฺฮฯวฬมำษั ะฯ ะฯืฯฤี ีำฬฯืษส ษ ะฯฬฯึลฮษส ิฯส ฬษรลฮฺษษ, ำหฯาลล "
+#~ "ืำลวฯ, ยีฤีิ ฯำะมาษืมิุำั ื ำีฤล. ๗ ะฯำฬลฤฮภภ ฯลาลฤุ ฯำะมาษืมฮษล ืฯะาฯำม "
+#~ "ยีฤลิ ะลาลฤมฮฯ ื ำฯฯิืลิำิืีภษส ๚มหฯฮฯฤมิลฬุฮูส ๓ีฤ ๐มาษึม - ๆามฮรษั.๐ฯ "
+#~ "ฬภยูอ ืฯะาฯำมอ, หมำมภษอำั ิฯวฯ ฤฯหีอลฮิม, ะฯึมฬีสำิม, ำืัึษิลำุ\n"
+#~ "ำ MandrakeSoft S.A.\n"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "๐าฯหำษ ฤฯฬึลฮ ยูิุ ftp://..."
+
+#~ msgid ""
+#~ "To share your own knowledge and help build Linux tools, join the "
+#~ "discussions forum you'll find on our \"Community\" webpages"
+#~ msgstr ""
+#~ "ิฯยู ะฯฤลฬษิุำั ำืฯษอษ ฺฮมฮษัอษ ษ ะฯอฯุ ื ำฯฺฤมฮษษ ำลาืษำฮูศ ะาฯวามออ "
+#~ "ะฯฤ Linux, ะาษำฯลฤษฮัสิลำุ ห ฯยำีึฤลฮษัอ ฮม ฦฯาีอมศ, หฯิฯาูล ืู ฮมสฤลิล "
+#~ "ฮม ฮมษศ ืลย-ำิามฮษรมศ \"Community\"."
+
+#~ msgid "Discover the most up-to-date graphics and multimedia tools!"
+#~ msgstr ""
+#~ "๏ิหาฯสิล ำมอูล ำฯืาลอลฮฮูล วามฦษลำหษล ษ อีฬุิษอลฤษสฮูล ำลาืษำฮูล "
+#~ "ะาฯวามออู!"
+
+#~ msgid ""
+#~ "Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+#~ "cards, sports, strategy..."
+#~ msgstr ""
+#~ "Mandrake Linux 9.0 ะาลฤฯำิมืฬัลิ ำมอูล ฬีษล ษวาู ำ ๏ิหาูิูอ ษำศฯฤฮูอ "
+#~ "ิลหำิฯอ - มาหมฤู, หมาิู, ำะฯาิ, ำิามิลวษษ..."
+
+#~ msgid ""
+#~ "Mandrake Linux 9.0 provides 11 user interfaces that can be fully "
+#~ "modified: KDE 3, Gnome 2, WindowMaker..."
+#~ msgstr ""
+#~ "Mandrake Linux 9.0 ะาลฤฯำิมืฬัลิ 11 ษฮิลาฦลสำฯื ะฯฬฺุฯืมิลฬั, หฯิฯาูล "
+#~ "อฯวีิ ยูิุ ะฯฬฮฯำิุภ ษฺอลฮลฮู: KDE 3, Gnome 2, WindowMaker..."
+
+#~ msgid ""
+#~ "Transform your machine into a powerful server with a few clicks of your "
+#~ "mouse: Web server, mail, firewall, router, file and print server..."
+#~ msgstr ""
+#~ "๐าลืามิษิล ำืฯภ อมษฮี ื อฯฮูส ำลาืลา ฮลำหฯฬุหษอษ ลฬหมอษ อูษ: ืลย-"
+#~ "ำลาืลา, ำลาืลา ะลมิษ, ฦมสลาืฯฬ, อมาาีิษฺมิฯา, ะฯิฯืูส ษ ฦมสฬฯืูส "
+#~ "ำลาืลา..."
+
+#~ msgid ""
+#~ "Our full range of Linux solutions, as well as special offers on products "
+#~ "and 'goodies', are available online at our e-store"
+#~ msgstr ""
+#~ "๐ฯฬฮูส ฮมยฯา Linux-าลลฮษส, ม ิมหึล ำะลรษมฬุฮูล ะาลฤฬฯึลฮษั ะฯ ะาฯฤีหิมอ "
+#~ "ษ 'ืำัหฯล ฤฯยาฯ' ฤฯำิีะฮู ื ฮมลอ ฯฮฬมสฮฯืฯอ ฬลหิาฯฮฮฯอ อมวมฺษฮล"
+
+#~ msgid ""
+#~ "MandrakeSoft works alongside a selection of companies offering "
+#~ "professional solutions compatible with Mandrake Linux; a list of these "
+#~ "partners is available on the MandrakeStore"
+#~ msgstr ""
+#~ "MandrakeSoft ามยฯิมลิ ยฯห ฯ ยฯห ำ าัฤฯอ หฯอะมฮษส, ะาลฤฬมวมภษศ "
+#~ "ะาฯฦลำำษฯฮมฬุฮูล าลลฮษั, ำฯือลำิษอูล ำ Mandrake Linux; ำะษำฯห ิษศ "
+#~ "ะมาิฮลาฯื ฤฯำิีะลฮ ื MandrakeStore"
+
+#~ msgid ""
+#~ "The training program has been create to respond to the needs of both "
+#~ "users and experts (Network and System administrations)"
+#~ msgstr ""
+#~ "๐าฯวามออม ฯยีลฮษั ยูฬม ำฯฺฤมฮม ฤฬั ีฤฯืฬลิืฯาลฮษั ะฯิาลยฮฯำิลส "
+#~ "ะฯฬฺุฯืมิลฬลส ษ หำะลาิฯื (ำลิลืูศ ษ ำษำิลอฮูศ มฤอษฮษำิามิฯาฯื)"
+
+#~ msgid ""
+#~ "Find the solutions to your problems via MandrakeSoft's online support "
+#~ "platform"
+#~ msgstr ""
+#~ "๎มสฤษิล าลลฮษล ฤฬั ำืฯษศ ฺมฤม ะาษ ะฯอฯษ หฯอะฬลหำม ฯฮฬมสฮฯืฯส ะฯฤฤลาึหษ "
+#~ "MandrakeSoft"
+
+#~ msgid "Total progress"
+#~ msgstr "๓ีออมาฮูส ะาฯรลำำ"
+
+#~ msgid ""
+#~ "Sorry, perl-Expect is not installed/enabled. To use\n"
+#~ "this feature, install perl-Expect and comment lines 772-774,\n"
+#~ " as well as 788,789. Then uncomment line 787."
+#~ msgstr ""
+#~ "ฺ้ืษฮษิล, perl-Expect ฮล ีำิมฮฯืฬลฮ/ืหฬภลฮ. ิฯยู\n"
+#~ "ษำะฯฬฺุฯืมิุ ิี ืฯฺอฯึฮฯำิุ, ีำิมฮฯืษิล perl-Expect\n"
+#~ "ษ ฺมหฯออลฮิษาีสิล ำิาฯหษ 772-774, ม ิมหึล 788, 789.\n"
+#~ "๚มิลอ ามำหฯออลฮิษาีสิล ำิาฯหี 787."
+
+#~ msgid "Keys in place already"
+#~ msgstr "๋ฬภษ ีึล ฮม อลำิล"
+
+#~ msgid "quit"
+#~ msgstr "ืูศฯฤ"
+
+#~ msgid ""
+#~ "\n"
+#~ "Some devices in the %s class were added:\n"
+#~ msgstr ""
+#~ "\n"
+#~ "โูฬษ ฤฯยมืฬลฮู ฮลหฯิฯาูล ีำิาฯสำิืม หฬมำำม %s:\n"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (ฮล ามยฯิมลิ ฮม ำิมาูศ BIOS'มศ)"
@@ -13989,15 +15166,13 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ "If you wish to configure the network later after installation, or if you\n"
#~ "are finished configuring your network connection, click \"Cancel\"."
#~ msgstr ""
-#~ "๔ละลาุ ืมอ ะาลฤฬมวมลิำั ฮมำิาฯษิุ ืมล ำฯลฤษฮลฮษล ำ ้ฮิลาฮลิฯอ/ำลิุภ. "
-#~ "ๅำฬษ\n"
-#~ "ืู ศฯิษิล ะฯฤหฬภษิุ ำืฯส หฯอะุภิลา ห ้ฮิลาฮลิี ษฬษ ห ฬฯหมฬุฮฯส ำลิษ,\n"
-#~ "ลฬหฮษิล \"๏๋\". โีฤลิ ฺมะีลฮฯ มืิฯฯะาลฤลฬลฮษล ำลิลืูศ ีำิาฯสำิื ษ "
-#~ "อฯฤลอม.\n"
-#~ "ๅำฬษ ิฯ ฯะาลฤลฬลฮษล ฺมืลาษิำั ฮลีฤมฮฯ, ื ำฬลฤีภษส ามฺ ำฮษอษิล\n"
-#~ "วมฬฯหี \"้ำะฯฬฺุฯืมิุ มืิฯฯะาลฤลฬลฮษล\". ๗ู อฯึลิล ิมหึล ฮล ฮมำิามษืมิุ\n"
-#~ "ำลิุ ษฬษ ำฤลฬมิุ ิฯ ะฯฺึล; ื ิฯอ ำฬีมล, ะาฯำิฯ ฮมึอษิล ฮม หฮฯะหี\n"
-#~ "\"๏ิอลฮม\".\n"
+#~ "๔ละลาุ ืมอ ะาลฤฬมวมลิำั ฮมำิาฯษิุ ำืฯล ะฯฤหฬภลฮษล ห ้ฮิลาฮลิี/ำลิษ.\n"
+#~ "ๅำฬษ ืู ศฯิษิล ะฯฤหฬภษิุ ำืฯส หฯอะุภิลา ห ้ฮิลาฮลิี ษฬษ ห ฬฯหมฬุฮฯส\n"
+#~ "ำลิษ, ฮมึอษิล \"๏๋\". โีฤลิ ฺมะีลฮฯ มืิฯอมิษลำหฯล ฯะาลฤลฬลฮษล ำลิลืูศ\n"
+#~ "ีำิาฯสำิื ษ อฯฤลอม. ๅำฬษ ิฯ ฯะาลฤลฬลฮษล ฺมืลาษิำั ฮลีฤมฮฯ, ื\n"
+#~ "ำฬลฤีภษส ามฺ ำฮษอษิล วมฬฯหี \"้ำะฯฬฺุฯืมิุ มืิฯอมิษลำหฯล\n"
+#~ "ฯะาลฤลฬลฮษล\". ๗ู ิมหึล อฯึลิล ฮล ฮมำิามษืมิุ ำลิุ ษฬษ ำฤลฬมิุ ิฯ\n"
+#~ "ะฯฺึล; ื ิฯอ ำฬีมล, ะาฯำิฯ ฮมึอษิล ฮม หฮฯะหี \"๏ิอลฮม\".\n"
#~ "\n"
#~ "ไฯำิีะฮูล ำฯลฤษฮลฮษั: ิามฤษรษฯฮฮูส อฯฤลอ, ISDN-อฯฤลอ, ADSL-ำฯลฤษฮลฮษล,\n"
#~ "หมยลฬุฮูส อฯฤลอ ษ, ฮมหฯฮลร, ะาฯำิฯล ะฯฤหฬภลฮษล ห ์๗๓ (Ethernet).\n"
@@ -14078,6 +15253,7 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ "AfterStep,\n"
#~ "WindowMaker ษ ฤา.) ฺมืัฺมฮู ำ Mandrake Linux. ๗ ิฯอ ามฺฤลฬล DrakX\n"
#~ "ะฯะูิมลิำั ฮมำิาฯษิุ ้หำู มืิฯอมิษลำหษ.\n"
+#~ "\n"
#~ "๏ฮ ฤฯืฯฬุฮฯ าลฤหฯ ฺมืลามลิำั ฮลีฤมลส, ฺม ษำหฬภลฮษลอ ำฬีมลื ำ ฯลฮุ\n"
#~ "ำิมาูอ ฯยฯาีฤฯืมฮษลอ (ษฬษ ฯลฮุ ฮฯืูอ). ๅำฬษ ืำล ะาฯสฤลิ ีฤมฮฯ, ฯฮ\n"
#~ "มืิฯอมิษลำหษ ฺมะีำิษิ ้หำู ำ ฮมษฬีษอ ามฺาลลฮษลอ ษฺ ืฯฺอฯึฮูศ\n"
@@ -15579,6 +16755,18 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ msgid "Internet and Messaging"
#~ msgstr "้ฮิลาฮลิ ษ ๏ยอลฮ ำฯฯยลฮษัอษ"
+#~ msgid ""
+#~ "Mandrake Linux 8.2 provides the best software to access everything the "
+#~ "Internet has to offer: Surf the web & view animations with Mozilla and "
+#~ "Konqueror, exchange email & organize your personal information with "
+#~ "Evolution and Kmail, and much more"
+#~ msgstr ""
+#~ "Mandrake Linux 8.2 ะาลฤฬมวมลิ ฮมษฬีลล ะาฯวามออฮฯล ฯยลำะลลฮษล ฤฬั "
+#~ "ฤฯำิีะม หฯ ืำลอี, ิฯ อฯึลิ ะาลฤฬฯึษิุ ืมอ ้ฮิลาฮลิ: ำลาฦษฮว ะฯ ะมีิษฮล ษ "
+#~ "ะาฯำอฯิา มฮษอมรษษ ะาษ ะฯอฯษ Mozilla ษ Konqueror, ฯยอลฮ ฬลหิาฯฮฮฯส "
+#~ "ะฯิฯส ษ ฯาวมฮษฺมรษั ืมลส ฬษฮฯส ษฮฦฯาอมรษษ ะาษ ะฯอฯษ Evolution ษ Kmail "
+#~ "ษ อฮฯวฯล ฤาีวฯล"
+
#~ msgid "Multimedia and Graphics"
#~ msgstr "ํีฬุิษอลฤษม ษ ็ามฦษหม"
@@ -15621,6 +16809,21 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ msgid "Server Software"
#~ msgstr "๓ลาืลา ะาฯวามออฮฯวฯ ฯยลำะลลฮษั"
+#~ msgid ""
+#~ "Transform your machine into a powerful server with just a few clicks of "
+#~ "the mouse: Web server, email, firewall, router, file and print server, ..."
+#~ msgstr ""
+#~ "๐าลืามิษิล ำืฯภ อมษฮี ื อฯฮูส ำลาืลา ืำลวฯ ฬษุ ฮลำหฯฬุหษอษ ลฬหมอษ "
+#~ "อูษ: ืลย-ำลาืลา, ฬลหิาฯฮฮมั ะฯิม, ฦมสลาืฯฬ, อมาาีิษฺมิฯา, ฦมสฬฯืูส "
+#~ "ำลาืลา ษ ำลาืลา ะลมิษ, ..."
+
+#~ msgid ""
+#~ "Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
+#~ "cards, sports, strategy, ..."
+#~ msgstr ""
+#~ "Mandrake Linux 8.2 ะาลฤฬมวมลิ ฮมษฬีษล ษวาู ำ ๏ิหาูิูอษ ษำศฯฤฮูอษ "
+#~ "ิลำิมอษ - มาหมฤู, หลฮู, หมาิู, ำะฯาิษืฮูล, ำิามิลวษษ, ..."
+
#~ msgid "MandrakeCampus"
#~ msgstr "MandrakeCampus"
@@ -15663,6 +16866,13 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ msgstr "MandrakeStore"
#~ msgid ""
+#~ "A full range of Linux solutions, as well as special offers on products "
+#~ "and 'goodies', are available online at our e-store"
+#~ msgstr ""
+#~ "๐ฯฬฮูส ฤษมะมฺฯฮ าลลฮษส Linux, ม ิมหึล ำะลรษมฬุฮูล ะาลฤฬฯึลฮษั ะฯ "
+#~ "ะาฯฤีหิมอ ษ 'goodies' ฤฯำิีะฮู ื ฮมลอ ฯฮฬมสฮฯืฯอ ฬลหิาฯฮฮฯอ อมวมฺษฮล"
+
+#~ msgid ""
#~ "For more information on MandrakeSoft's Professional Services and "
#~ "commercial offerings, please see the following web page:"
#~ msgstr ""
@@ -15952,10 +17162,10 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ "ำ ิลอฯส \"undetected TV card\"."
#~ msgid "Mail/SMS alert"
-#~ msgstr "๐าลฤีะาลึฤลฮษล ฮม Mail/SMS"
+#~ msgstr "๕ืลฤฯอฬลฮษล ฮม Mail/SMS"
#~ msgid "Mail/SMS alert configuration"
-#~ msgstr "๎มำิาฯสหม ะาลฤีะาลึฤลฮษั ฮม Mail/SMS"
+#~ msgstr "๎มำิาฯสหม ีืลฤฯอฬลฮษั ฮม Mail/SMS"
#~ msgid ""
#~ "Welcome to the mail/SMS configuration utility.\n"
@@ -15964,17 +17174,17 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ msgstr ""
#~ "ไฯยาฯ ะฯึมฬฯืมิุ ื ีิษฬษิี ฮมำิาฯสหษ mail/SMS.\n"
#~ "\n"
-#~ "๚ฤลำุ ืู ำอฯึลิล ฮมำิาฯษิุ ำษำิลอี ะาลฤีะาลึฤลฮษั.\n"
+#~ "๚ฤลำุ ืู ำอฯึลิล ฮมำิาฯษิุ ำษำิลอี ีืลฤฯอฬลฮษั.\n"
#~ msgid ""
#~ "You will receive an alert if one of the selected service is no more "
#~ "running"
#~ msgstr ""
-#~ "๗ู ะฯฬีษิล ะาลฤีะาลึฤลฮษล, ลำฬษ หมหฯส-ฬษยฯ ษฺ ืูยามฮฮูศ ำลาืษำฯื ยฯฬุล "
-#~ "ฮล ืูะฯฬฮัลิำั"
+#~ "๗ู ะฯฬีษิล ีืลฤฯอฬลฮษล, ลำฬษ หมหฯส-ฬษยฯ ษฺ ืูยามฮฮูศ ำลาืษำฯื ยฯฬุล ฮล "
+#~ "ืูะฯฬฮัลิำั"
#~ msgid "Configure the way the system will alert you"
-#~ msgstr "๎มำิาฯษิุ อลิฯฤ, หฯิฯาูอ ำษำิลอม ยีฤลิ ะาลฤีะาลึฤมิุ ืมำ"
+#~ msgstr "๎มำิาฯษิุ อลิฯฤ, หฯิฯาูอ ำษำิลอม ยีฤลิ ีืลฤฯอฬัิุ ืมำ"
#~ msgid "no serial_usb found\n"
#~ msgstr "serial_usb ฮล ฮมสฤลฮ\n"
@@ -15983,10 +17193,10 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ msgstr "%s ฮมสฤลฮ ฮม %s, ฮมำิาฯษิุ ลวฯ?"
#~ msgid "Firewalling Configuration"
-#~ msgstr "๎มำิาฯสหม ยามฮฤอมีาม"
+#~ msgstr "๎มำิาฯสหม ฦมสลาืฯฬม"
#~ msgid "Firewalling configuration"
-#~ msgstr "๎มำิาฯสหม ยามฮฤอมีาม"
+#~ msgstr "๎มำิาฯสหม ฦมสลาืฯฬม"
#~ msgid ""
#~ "Firewalling\n"
@@ -15994,19 +17204,19 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ "You already have set up a firewall.\n"
#~ "Click on Configure to change or remove the firewall"
#~ msgstr ""
-#~ "โามฮฤอมีา\n"
+#~ "ๆมสลาืฯฬ\n"
#~ "\n"
-#~ "๗ู ีึล ฮมำิาฯษฬษ ยามฮฤอมีา.\n"
-#~ "๎มึอษิล ฮม \"๎มำิาฯษิุ\", ิฯยู ษฺอลฮษิุ ษฬษ ีฤมฬษิุ ยามฮฤอมีา"
+#~ "๗ู ีึล ฮมำิาฯษฬษ ฦมสลาืฯฬ.\n"
+#~ "๎มึอษิล ฮม \"๎มำิาฯษิุ\", ิฯยู ษฺอลฮษิุ ษฬษ ีฤมฬษิุ ฦมสลาืฯฬ"
#~ msgid ""
#~ "Firewalling\n"
#~ "\n"
#~ "Click on Configure to set up a standard firewall"
#~ msgstr ""
-#~ "โามฮฤอมีา\n"
+#~ "ๆมสลาืฯฬ\n"
#~ "\n"
-#~ "๎มึอษิล ฮม \"๎มำิาฯษิุ\", ิฯยู ฮมำิาฯษิุ ยามฮฤอมีา"
+#~ "๎มึอษิล ฮม \"๎มำิาฯษิุ\", ิฯยู ฮมำิาฯษิุ ฦมสลาืฯฬ"
#~ msgid ""
#~ "We'll now ask you questions about which services you'd like to allow\n"
@@ -16023,7 +17233,7 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ "ัืฬัลิำั ืมึฮูอ อฯอลฮิฯอ.\n"
#~ "\n"
#~ "๐ฯึมฬีสำิม, ลำฬษ ื ฤมฮฮูส อฯอลฮิ ืู ฮล ษำะฯฬฺุีลิล หมหฯส-ฬษยฯ ษฺ ิษศ\n"
-#~ "ำลาืษำฯื, ฺมหาฯสิล ลวฯ ยามฮฤอมีาฯอ. ๗ู อฯึลิล ษฺอลฮษิุ ิี ฮมำิาฯสหี\n"
+#~ "ำลาืษำฯื, ฺมหาฯสิล ลวฯ ฦมสลาืฯฬฯอ. ๗ู อฯึลิล ษฺอลฮษิุ ิี ฮมำิาฯสหี\n"
#~ "ื ฬภยฯล ีฤฯยฮฯล ฤฬั ืมำ ืาลอั, ะลาลฺมะีำิษื ิฯ ะาษฬฯึลฮษล!"
#~ msgid ""
@@ -16100,7 +17310,7 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ "ำืฯษ\n"
#~ "ำฯฯยลฮษั ลาลฺ pine, mutt ษฬษ ฬภยฯวฯ ฤาีวฯวฯ ิลหำิฯืฯวฯ ะฯิฯืฯวฯ "
#~ "หฬษลฮิม,\n"
-#~ "ำหฯาลล ืำลวฯ, ิมห ษ ลำิุ. ้ฮมล, ืู ฤฯฬึฮู ฺมหาูิุ ลวฯ ยามฮฤอมีาฯอ.\n"
+#~ "ำหฯาลล ืำลวฯ, ิมห ษ ลำิุ. ้ฮมล, ืู ฤฯฬึฮู ฺมหาูิุ ลวฯ ฦมสลาืฯฬฯอ.\n"
#~ "\n"
#~ msgid ""
@@ -16175,13 +17385,13 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ msgstr "๓ฯศามฮษิุ & ๗ูสิษ"
#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "ํมำิลา ฮมำิาฯสหษ ยามฮฤอมีาม"
+#~ msgstr "ํมำิลา ฮมำิาฯสหษ ฦมสลาืฯฬม"
#~ msgid "No (firewall this off from the internet)"
-#~ msgstr "๎ลิ (ยามฮฤอมีา ฺม ะาลฤลฬมอษ ้ฮิลาฮลิม)"
+#~ msgstr "๎ลิ (ฦมสลาืฯฬ ฺม ะาลฤลฬมอษ ้ฮิลาฮลิม)"
#~ msgid "Yes (allow this through the firewall)"
-#~ msgstr "ไม (ามฺาลษิุ ลาลฺ ยามฮฤอมีา)"
+#~ msgstr "ไม (ามฺาลษิุ ลาลฺ ฦมสลาืฯฬ)"
#~ msgid "Please Wait... Verifying installed packages"
#~ msgstr "๐ฯฤฯึฤษิล, ะฯึมฬีสำิม... ๐าฯืลาัภิำั ีำิมฮฯืฬลฮฮูล ะมหลิู"
@@ -16272,9 +17482,6 @@ msgstr "๎มีฮมั ามยฯมั ำิมฮรษั"
#~ msgid "xinetd"
#~ msgstr "xinetd"
-#~ msgid "Setting security level"
-#~ msgstr "๎มำิาฯสหม ีาฯืลฮั ยลฺฯะมำฮฯำิษ"
-
#~ msgid "Graphics card"
#~ msgstr "๗ษฤลฯหมาิม"
diff --git a/perl-install/share/po/sk.po b/perl-install/share/po/sk.po
index f9a208e0a..7ea3986e3 100644
--- a/perl-install/share/po/sk.po
+++ b/perl-install/share/po/sk.po
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
-"PO-Revision-Date: 2002-09-06 03:38+0100\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
+"PO-Revision-Date: 2002-09-11 16:27+0100\n"
"Last-Translator: Tibor Pittich <Tibor.Pittich@phuture.sk>\n"
"Language-Team: sk <i18n@hq.alert.sk>\n"
"MIME-Version: 1.0\n"
@@ -53,7 +53,7 @@ msgstr "64 MB a viac"
#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
-msgstr "Zvoตte X server"
+msgstr "Zvoตte si X server"
#: ../../Xconfig/card.pm_.c:203
msgid "X server"
@@ -61,14 +61,14 @@ msgstr "X server"
#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
-msgstr "Nastavenie \"viac-hlแv\""
+msgstr "Nastavenie pre viac-monitorov"
#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-"Vแน syst้m podporuje nastavenie pre \"viac hlแv\".\n"
+"Vแน syst้m podporuje nastavenie pre viac-monitorov.\n"
"ศo chcete spraviป?"
#: ../../Xconfig/card.pm_.c:286
@@ -91,24 +91,24 @@ msgstr "Nastaviป vนetky hlavy osobitne"
msgid "Use Xinerama extension"
msgstr "Pouพiป Xinerama rozนํrenie"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Nastaviป iba kartu \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree86 %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s s 3D hardv้rovou akcelerแciou"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,17 +117,17 @@ msgstr ""
"Vaนa karta mแ podporu hardv้rovej 3D akcelerแcie ale iba v XFree %s.\n"
"Vaนa karta je podporovanแ XFree %s, ktor้ maj๚ lepนiu podporuj v 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaนa karta mแ podporu hardv้rovej 3D akcelerแcie v XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s s EXPERIMENTมLNOU 3D akcelerแciou"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"POศอTAศA.\n"
"Vaนa karta je podporovanแ XFree %s, ktor้ maj๚ lepนiu podporuj v 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,12 +149,12 @@ msgstr ""
"POZOR, TมTO PODPORA JE IBA EXPERIMENTมLNA A MิฎE SPิSOBIซ ZAMRZNUTIE "
"POศอTAศA."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (ovlแda่ obrazovky pre beh inนtalแcie)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Vlastn vber"
@@ -174,32 +174,32 @@ msgstr "Rozlํนenie"
msgid "Test"
msgstr "Test"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Parametre"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "Ok"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Koniec"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -214,7 +214,7 @@ msgstr ""
#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
-msgstr "Zvoตte monitor"
+msgstr "Zvoตte si monitor"
#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
@@ -222,7 +222,7 @@ msgstr "Plug'n Play"
#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
-msgstr "Vนeobecnแ"
+msgstr "Vนeobecn้"
#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
msgid "Vendor"
@@ -250,7 +250,7 @@ msgstr ""
"zobrazovan้ jednotliv้ riadky).\n"
"Je veตmi d๔leพit้, aby ste nenastavili frekvencie, ktor้ prevyนuj๚ "
"schopnosti Vแนho monitora. Mohol by sa poนkodiป.\n"
-"Ak ste si nie celkom ist, zvoตte radนej slabนie nastavenie."
+"Ak ste si nie celkom ist, zvoตte si radนej slabนie nastavenie."
#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
@@ -286,32 +286,32 @@ msgstr "Rozlํนenia"
#: ../../Xconfig/resolution_and_depth.pm_.c:254
msgid "Choose the resolution and the color depth"
-msgstr "Zvoตte rozlํนenie a farebn๚ hๅbku"
+msgstr "Zvoตte si rozlํนenie a farebn๚ hๅbku"
#: ../../Xconfig/resolution_and_depth.pm_.c:255
#, c-format
msgid "Graphics card: %s"
msgstr "Grafickแ karta: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Zruน"
@@ -387,11 +387,11 @@ msgstr "XFree86 server: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 ovlแda่: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X pri นtarte"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -401,7 +401,7 @@ msgstr ""
"rozhranie (XFree) po nabootovanํ.\n"
"Chcete maป spusten้ XFree po นtarte po่ํta่a?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -417,11 +417,11 @@ msgstr ""
"\n"
"Ak si to พelแte, pripojte Vaนu grafick๚ kartu do TV prijํma่a pred spustenํm "
"po่ํta่a.\n"
-"Potom zvoตte \"TV vstup\" poloพku v zavแdza่i.\n"
+"Potom si zvoตte \"TV vstup\" poloพku v zavแdza่i.\n"
"\n"
"Mแte t๚to funkciu?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Ak๚ normu pouพํva vaนa TV?"
@@ -493,7 +493,7 @@ msgstr "Kompaktnแ"
msgid "compact"
msgstr "kompaktnแ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Video m๓d"
@@ -501,17 +501,17 @@ msgstr "Video m๓d"
msgid "Delay before booting default image"
msgstr "Pauza pred นtartom predvolen้ho jadra"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Heslo"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Heslo (znova)"
@@ -546,14 +546,14 @@ msgid ""
msgstr ""
"Parameter ``Obmedz voตby prํkazov้ho riadku'' je bez pouพitia hesla vypnut"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Prosํm sk๚ste znovu"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Heslo nes๚hlasํ"
@@ -594,7 +594,7 @@ msgstr ""
"\n"
"Z ak้ho disku chcete นtartovaป?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -602,148 +602,148 @@ msgstr ""
"Momentแlne sa tu nachแdzaj๚ tieto zแznamy.\n"
"M๔พete pridแvaป ๏alนie, alebo meniป existuj๚ce."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Pridaj"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Hotovo"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Modifikovaป"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Ak typ zแznamu chcete pridaป"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "In OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "In OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "In OS (windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Obraz"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Pridaj"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ศํtanie/Zแpis"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabuตka"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Nie celkom bezpe่n"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Zแznam"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Predvoตba"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-veตkosป"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "Bez videa"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Odstrแ๒ zแznam"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Prแzdny zแznam nie je dovolen"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Musํte zadaป s๚bor s jadrom"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Musํte nastaviป kore๒ov oddiel"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Tento zแznam je uพ pouพit"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Naนiel som %s %s rozhranie"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Mแte eนte nejak้ ๏alนie?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Mแte nejak้ %s rozhranie?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nie"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "มno"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Prezrieป si informแcie o technickch prostriedkoch"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Inนtalujem ovlแda่ pre %s kartu %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -752,7 +752,7 @@ msgstr ""
"Teraz m๔พete zadaป nastavenie pre modul %s.\n"
"Adresa by vพdy mala za่ํnaป prefixom 0x, naprํklad '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -763,17 +763,17 @@ msgstr ""
"Parametre s๚ vo formแte ``meno=hodnota meno2=hodnota2 ...''.\n"
"Naprํklad: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Parametre modulu:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Ktor %s ovlแda่ mแm sk๚siป?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -790,15 +790,15 @@ msgstr ""
"stane, พe toto testovanie po่ํta่ zablokuje, ale nemalo by sp๔sobiป พiadnu "
"นkodu."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Automatick้ zistenie"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Zadajte voตby"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -807,61 +807,61 @@ msgstr ""
"Nahrแvanie modulu %s zlyhalo.\n"
"Chcete sa o to pok๚siป znova s inmi parametrami?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "prํstup ku X programom"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "prํstup k rpm nแstrojom"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "dovoliป \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "prํstup ku konfigura่nm s๚borom"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "prํstup k sieปovm nแstrojom"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr "prํstup ku kompila่nm nแstrojom"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(uพ pridan %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Toto heslo je prํliน jednoduch้"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
-msgstr "Prosํm zadajte uพํvateตsk้ meno"
+msgstr "Prosํm zadajte pouพํvateตsk้ meno"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Uพํvateตsk้ meno m๔พe obsahovaป len mal้ pํsmenแ, ่ํslice, `-' a `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Uพํvateตsk้ meno je prํliน dlh้"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
-msgstr "Takto uพํvateต je uพ pridan"
+msgstr "Takto pouพํvateต je uพ pridan"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
-msgstr "Pridaj uพํvateตa"
+msgstr "Pridaj pouพํvateตa"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -870,32 +870,32 @@ msgstr ""
"Pridajte pouพํvateตa\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Akceptuj pouพํvateตa"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Reแlne meno"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Pouพํvateตsk้ meno"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Interpreter"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -903,55 +903,55 @@ msgstr ""
"M๔พem nastaviป Vแน po่ํta่, aby sa po reนtarte automaticky prihlแsil\n"
"niektor pouพํvateต. ฎelแte si t๚to moพnosป?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
-msgstr "Zvoตte predvolen้ho uพํvateตa:"
+msgstr "Zvoตte si predvolen้ho pouพํvateตa:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Vyberte si window manaพ้ra:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
-msgstr "Prosํm, zvoตte jazyk, ktor chcete pouพํvaป."
+msgstr "Prosํm, zvoตte si jazyk, ktor chcete pouพํvaป."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "M๔พete zvoliป ๏alนie jazyky pouพiteตn้ po inนtalแcii"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Vนetko"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
-msgstr "Dovoต vนetkm uพํvateตom"
+msgstr "Povoliป vนetkm pouพํvateตom"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Bez zdieตania"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Je potrebn้ inนtalovaป balํk %s. S๚hlasํte ?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"Zdieตanie m๔พe byป cez NFS alebo Sambu. Vyberte si ktor้ chcete pouพiป."
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Chba povinn balํk %s"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -965,11 +965,11 @@ msgstr ""
"\n"
"\"Vlastn vber\" povolํ granularitu podตa pouพํvateตa.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Spusป userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -977,31 +977,31 @@ msgstr ""
"Zdieตanie podตa pouพํvateตov pouพํva skupinu \"fileshare\".\n"
"M๔พete pouพiป userdrake na pridanie pouพํvateตa do tejto skupiny."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "ฎiadna"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Veตmi slabแ"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "ฉtandardnแ"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Vysokแ"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Vyนนia"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoidnแ"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1011,7 +1011,7 @@ msgstr ""
"ale nemal by byป pripojen k inm po่ํta่om, alebo k internetu. Nie s๚\n"
"totiพ pouพํvan้ พiadne heslแ."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1019,7 +1019,7 @@ msgstr ""
"Je nastaven้ pouพํvanie hesiel, ale pouพitie tohoto po่ํta่a v sieti nem๔พem "
"odporu่iป."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1027,7 +1027,7 @@ msgstr ""
"Toto je นtandardnแ ๚rove๒ bezpe่nosti pre po่ํta่, ktor je pouพํvan pre "
"pripojenie k Internetu ako klient."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1035,7 +1035,7 @@ msgstr ""
"S๚ tu uพ niektor้ obmedzenia a viacer้ automatick้ kontroly vykonแvaj๚ce sa "
"kaพd๚ noc."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1050,7 +1050,7 @@ msgstr ""
"spojenia z viacerch klientov. Vนimnite si: ak je Vแน stroj iba klient v "
"Internete, m๔พete zvoliป niพนiu ๚rove๒."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1058,33 +1058,33 @@ msgstr ""
"Podobn้ ako v predchแdzaj๚cej ๚rovni, ale syst้m je ๚plne uzavret a "
"bezpe่nostn้ nastavenia s๚ najvyนนie moพn้."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "DrakSec zแkladn้ nastavenia"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Prosํm, zvoตte si zodpovedaj๚cu bezpe่nostn๚ ๚rove๒"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "ฺrove๒ bezpe่nosti"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Pouพiป libsafe pre server"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Kniพnica, ktorแ brแni proti ๚tokom typu buffer overflow a format string."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Bezpe่nostn administrแtor (prihlasovacie meno alebo email)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1095,7 +1095,7 @@ msgstr ""
"(napr. us a sk)"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1112,58 +1112,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Vitajte v zavแdza่i opera่n้ho syst้mu GRUB"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Pouพit้ klแvesy %c a %c pre ozna่enie zแznamu zvraznenํm"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Stla่te enter pre zavedenie ozna่en้ho OS, 'e' pre ๚pravu"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "prํkazov pred zavedenํm, alebo 'c' pre prํkazov riadok"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Ozna่en OS bude zaveden za %d sek๚nd."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nie je dosป miesta v /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "ฉtart menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Na oddiel %s nem๔พete nainนtalovaป zavแdza่\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "pomoc zatiaต nebola implementovanแ.\n"
@@ -1215,63 +1215,63 @@ msgstr "Lilo/Grub m๓d"
msgid "Yaboot mode"
msgstr "Yaboot m๓d"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Inนtalแcia t้m"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Zobraziป t้mu pod konzolou"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "Vytvor nov๚ t้mu"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Zแlohuj %s ako %s.old"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Chyba"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "nie je moพn้ odzแlohovaป sprแvy Lilo"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Kopํrujem %s do %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "nem๔พem zmeniป sprแvy Lilo"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Nenaนiel som sprแvy Lilo"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Nem๔พem zapํsaป /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Zapisujem %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1279,17 +1279,17 @@ msgstr ""
"Nem๔พem zapํsaป /etc/sysconfig/bootsplash\n"
"S๚bor nebol nแjden"
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Nem๔พem spustiป mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Vytvแranie initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1298,24 +1298,24 @@ msgstr ""
"Spustite \"lilo\" ako root v prํkazovom riadku pre dokon่enie inนtalแcie "
"t้my."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "Znovu spustite 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Poznแmka"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Inนtalแcia Lilo a ๚vodnej obrazovky bola ๚speนne dokon่enแ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Inนtalแcia t้my zlyhala!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1324,21 +1324,21 @@ msgstr ""
"Momentแlne pouพํvate %s ako นtartovacํ manaพ้r.\n"
"Kliknite na Konfigurแcia pre spustenie sprievodcu nastavenํm."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigurแcia"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Voตba ๚vodnej obrazovky"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "T้my"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1352,44 +1352,44 @@ msgstr ""
"m๔พete si vybraป\n"
"kaพd๚ zvlแนป"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Obrazovka Lilo"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "ฺvodnแ obrazovka"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "M๓d syst้mu"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Spustiป grafick้ rozhranie po นtarte syst้mu"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nie, nechcem automatick้ prihlแsenie"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "มno, chcem automatick้ prihlแsenie (pouพํvateต, desktop)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "nem๔พem otvoriป /etc/inittab na ่ํtanie: %s"
@@ -1486,50 +1486,62 @@ msgstr "Rak๚sko"
msgid "United States"
msgstr "Spojen้ นtแty"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+"WebDAV je protokol, ktor umoพ๒uje pripojiป lokแlne adresแr web servera\n"
+"a pouพํvaป ho ako lokแlny s๚borov syst้m (iba za podmienky, พe web server\n"
+"je nakonfigurovan ako WebDAV server). Ak chcete pridaป WebDAV prํpojn\n"
+"bod, vyberte si \"Nov\"."
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Nov"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Odpoj"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Pripoj"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Bod pripojenia"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Prosํm, zadajte adresu WebDAV servera"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "URL musํ za่ํnaป http://, alebo https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Server:"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Bod pripojenia: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Moพnosti: %s"
@@ -1617,7 +1629,7 @@ msgstr "Prแzdna"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Inแ"
@@ -1761,7 +1773,7 @@ msgstr ""
"Zแloพnแ tabuตka rozdelenia disku nemแ rovnak๚ veตkosป\n"
"Naozaj pokra่ovaป?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Varovanie"
@@ -2308,7 +2320,7 @@ msgstr "In"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
msgid "Which username"
-msgstr "Ktor้ uพํvateตsk้ meno"
+msgstr "Ktor้ pouพํvateตsk้ meno"
#: ../../diskdrake/smbnfs_gtk.pm_.c:176
msgid ""
@@ -2317,7 +2329,7 @@ msgstr ""
"Zadajte prosํm Vaนe prihlasovacie meno, heslo a dom้nu do ktorej mแte "
"prํstup."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Uพํvateตsk้ meno"
@@ -2329,23 +2341,23 @@ msgstr "Dom้na"
msgid "Search servers"
msgstr "Vyhตadaj servre"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formแtovanie %s zlyhalo"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nedokแพem formแtovaป %s na typ %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "pripojenie diskovej oblasti %s k adresแru %s zlyhalo"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "chyba odpojenia %s: %s"
@@ -2432,46 +2444,133 @@ msgstr "Nerobiป ni่"
msgid "Error opening %s for writing: %s"
msgstr "Chyba otvแrania %s pre zแpis: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "ฎiaden alternatํvny ovlแda่"
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
-msgstr "Nie je พiaden znแmy OSS/ALSA ovlแda่ pre Vaนu zvukov๚ kartu (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
+"Nie je พiaden znแmy OSS/ALSA alternatํvny ovlแda่ pre Vaนu zvukov๚ kartu (%"
+"s), ktorแ v s๚่astnosti pouพํva \"%s\""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "Konfigurแcia zvuku"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
"M๔พete si vybraป z alternatํvnych ovlแda่ov (OSS, alebo ALSA) pre Vaนu "
"zvukov๚ kartu (%s)"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+"\n"
+"\n"
+"Vaนa karta momentแlne pouพํva %s\"%s\" ovlแda่ (นtandardn ovlแda่ pre Vaนu "
+"kartu je \"%s\")"
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "Ovlแda่:"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Pomoc"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr "Pomoc pri zmenแch medzi ALSA a OSS"
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+"OSS (Open Source Sound) bolo prv้ zvukov้ API. Je to na syst้me nezแvisl้ "
+"API (dostupn้ na mnohch unixovch syst้moch), ale je to veตmi jednoduch้ a "
+"obmedzen้ API.\n"
+"Navyนe, vนetky OSS ovlแda่e eนte raz vynachแdzaj๚ koleso.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) je modularizovanแ architekt๚ra\n"
+"podporuj๚ca veตk๚ vไ่นinu ISA, USB a PCI kariet.\n"
+"\n"
+"Poskytuje tieพ oveตa นirนie API ako OSS.\n"
+"\n"
+"Alsa je moพn้ pouพiป nasledovne:- star้ kompatibiln้ OSS api\n"
+"- nov้ ALSA api, ktor้ poskytuje moh้ rozนํren้ moพnosti, ale je vyพadovan้ "
+"pouพitie ALSA kniพnํc.\n"
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+"Star ovlแda่ \"%s\" nie je odpor๚่an.\n"
+"\n"
+"Boli oznแmen้ havแrie jadra pri jeho odstra๒ovanํ.\n"
+"\n"
+"Nov ovlแda่ \"%s\" bude pouพit iba po nasledovnom นtarte syst้mu."
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Prosํm ่akajte... Aplikujem konfigurแciu"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Prosํm ่akajte"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "ฎiaden znแmy ovlแda่"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Nie je พiaden znแmy ovlแda่ pre Vaนu zvukov๚ kartu (%s)"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "Neznแmy ovlแda่"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2599,7 +2698,8 @@ msgid "/_Quit"
msgstr "/_Koniec"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Pomoc"
@@ -2620,14 +2720,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Ohlแsiป chybu"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_O aplikแcii..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "O Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2635,56 +2739,53 @@ msgstr ""
"Toto je HardDrake, konfigura่n nแstroj pre hardv้r od Mandrake.\n"
"Verzia:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Autor:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 verzia"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Nแjden hardv้r"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informแcie"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Konfigurแcia modulu"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "Spustiป konfigurแciu"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Prebieha detekcia"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Prosํm ่akajte"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Tu m๔พete nakonfigurovaป kaพd parameter modulu."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "Sp๚นปam \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr "Sk๚นam $Ident triedu\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "Sk๚นam %s triedu\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "primแrne"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "sekundแrny"
@@ -3132,7 +3233,7 @@ msgid ""
"enabled on a server. In general, select only the services you really need.\n"
"!!"
msgstr ""
-"Teraz by ste mali zvoliป sluพby, ktor้ chcete sp๚นปaป pri นtarte.\n"
+"Teraz by ste si mali zvoliป sluพby, ktor้ chcete sp๚นปaป pri นtarte.\n"
"\n"
"S๚ tu zobrazen้ vนetky sluพby dostupn้ pre aktuแlnu inนtalแciu.\n"
"Pozorne si ich prezrite a zruนte tie, ktor้ nikdy nebudete potrebovaป\n"
@@ -3146,7 +3247,8 @@ msgstr ""
"server:\n"
"zrejme nebudete chcieป นtartovaป vนetky sluพby, naprํklad tie, ktor้ nebude\n"
"Vแน syst้m poskytovaป. Nezabudnite, พe mnoh้ sluพby m๔พu byป\n"
-" nebezpe่n้ na servery. Zvoตte naozaj iba sluพby, ktor้ naozaj potrebujete.\n"
+" nebezpe่n้ na servery. Zvoตte si skuto่ne iba sluพby, ktor้ naozaj "
+"potrebujete.\n"
"!!"
#: ../../help.pm_.c:203
@@ -3560,8 +3662,8 @@ msgstr ""
"\n"
"Teraz si m๔พete zvoliป, ่i si พelแte formแtovaป existuj๚ce oddiely aby ste "
"odstrแnili\n"
-"๚daje, ktor้ sa na nich nachแdzaj๚. Ak si to พelแte, zvoตte prosํm oddiely, "
-"ktor้\n"
+"๚daje, ktor้ sa na nich nachแdzaj๚. Ak si to พelแte, zvoตte si prosํm "
+"oddiely, ktor้\n"
"si พelแte formแtovaป.\n"
"\n"
"Uvedomte si, พe nie je nutn้ opไtovne formแtovaป vนetky existuj๚ce oddiely.\n"
@@ -3597,7 +3699,7 @@ msgstr ""
"V zแvislosti na mnoพstve balํ่kov a rchlosti Vแนho po่ํta่a\n"
"m๔พe tแto operแcia trvaป od niekoตkch min๚t aพ po rแdovo hodiny.\n"
"\n"
-"Prosํm bu๏te trpezliv."
+"Prosํm, bu๏te trpezlivํ..."
#: ../../help.pm_.c:406
msgid ""
@@ -3924,7 +4026,7 @@ msgid ""
msgstr ""
"DrakX teraz potrebuje vedieป ่i chcete uskuto่niป predvolen๚ (\"Odpor๚่anแ"
"\")\n"
-"inนtalแciu, ale chcete maป vไ่นiu kontrolu (\"Expertnแ\"). M๔พete si tieพ "
+"inนtalแciu, alebo chcete maป vไ่นiu kontrolu (\"Expertnแ\"). M๔พete si tieพ "
"vybraป\n"
"medzi novou inนtalแciou, aktualizแciou uพ nainนtalovan้ho Mandrake Linux\n"
"syst้mu, alebo iba aktualizแciou balํ่kov:\n"
@@ -3948,7 +4050,7 @@ msgstr ""
"existuj๚ci Mandrake Linux syst้m tak, พe sa zachovaj๚ vนetky nastavenia\n"
"syst้mu. Je taktieพ moพn้ pridแvanie novch balํkov do syst้mu.\n"
"\n"
-"Upgrade by malo fungovaป s Mandrake Linux syst้mami od verzie\n"
+"Aktualizแcia by mala fungovaป s Mandrake Linux syst้mami od verzie\n"
"\"8.1\"\n"
"\n"
"Na zแklade vaนich sk๚senostํ s GNU/Linux syst้mom si vyberte z "
@@ -4065,7 +4167,7 @@ msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-"Prosํm zvoตte sprแvny port. Naprํklad COM1 pod MS Windows sa v\n"
+"Prosํm zvoตte si sprแvny port. Naprํklad COM1 pod MS Windows sa v\n"
"GNU/Linux nazva ttyS0."
#: ../../help.pm_.c:634
@@ -4119,7 +4221,7 @@ msgstr ""
"opera่n้\n"
"syst้my s๚ chrแnen้ pred omylmi len preto, พe mแte spusten opera่n syst้m\n"
"GNU/Linux. Pretoพe na \"root\"-a sa nevzปahuj๚ พiadne obmedzenia a je mu\n"
-"umoพnen้ dokonca vymazaป vนetky ๚daje na vนetkch dostupnch oblastiach\n"
+"umoพnen้ dokonca vymazaป vนetky ๚daje na vนetkch dostupnch oblastiach,\n"
"je veตmi d๔leพit้ aby nebolo prํliน jednoduch้ sa staป \"root\"-om.\n"
"\n"
"Toto heslo by malo byป kombinแciou alfanumerickch znakov a byป aspo๒ 8\n"
@@ -4199,7 +4301,7 @@ msgstr ""
"่o Vแm umoพnํ นtartovaป GNU/Linux, alebo in opera่n syst้m,\n"
"namiesto p๔vodn้ho zavแdza่a.;\n"
"\n"
-" * ak bude nแjden Grub, alebo LILO v zavแdzacom sektore, bude nahraden\n"
+" * ak bude nแjden Grub, alebo LILO, v zavแdzacom sektore, bud๚ nahraden้\n"
"novou verziou.\n"
"\n"
"Ak sa DrakX nevie rozhodn๚ป, zobrazํ dial๓g s r๔znymi moพnosปami.\n"
@@ -4211,7 +4313,7 @@ msgstr ""
" * \"LILO s grafickm menu\": ak preferujete LILO s grafickm\n"
"rozhranํm.\n"
"\n"
-" * \"LILO textovm menu\": ak preferujete LILO s textovm\n"
+" * \"LILO s textovm menu\": ak preferujete LILO s textovm\n"
"rozhranํm.\n"
"\n"
" * \"Boot zariadenie\": v mnohch prํpadoch nepotrebujete meniป "
@@ -4285,7 +4387,7 @@ msgid ""
msgstr ""
"Musํte sa rozhodn๚ป, kam umiestniป informแcie potrebn้ pre spustenie\n"
"syst้mu.\n"
-"Pokiaต presne neviete ่o robiป zvoตte \"Prv sektor disku (MBR)\"."
+"Pokiaต presne neviete ่o robiป zvoตte si \"Prv sektor disku (MBR)\"."
#: ../../help.pm_.c:731
msgid ""
@@ -4699,7 +4801,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Taktieพ musํte naformแtovaป %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4725,7 +4827,7 @@ msgstr ""
"\n"
"Naozaj si พelแte inนtalovaป tieto sluพby?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4739,20 +4841,20 @@ msgstr ""
"\n"
"Chcete naozaj tieto balํky odinนtalovaป?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Nem๔พem pouพiป broadcast bez NIS dom้ny"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Vloพte disketu s FAT formแtom do mechaniky %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Tแto disketa nemแ FAT formแt"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4760,12 +4862,12 @@ msgstr ""
"Pre pouพitie tohto uloพen้ho vberu balํ่kov, naนtartujte inนtalแciu s "
"``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "chyba pri ่ํtanํ zo s๚boru %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4791,7 +4893,7 @@ msgid ""
msgstr ""
"Musํte maป kore๒ov oddiel.\n"
"Vytvorte oddiel (alebo kliknite na existuj๚cu).\n"
-"Potom zvoตte akciu ``Bod pripojenia`` a nastavte na `/'"
+"Potom si zvoตte akciu ``Bod pripojenia`` a nastavte na `/'"
#: ../../install_interactive.pm_.c:63
msgid "You must have a swap partition"
@@ -5006,7 +5108,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Vitajte v %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nie je dostupnแ พiadna disketovแ mechanika"
@@ -5036,11 +5138,11 @@ msgstr "Trieda inนtalแcie"
msgid "Please choose one of the following classes of installation:"
msgstr "Prosํm, zvoตte si jednu z nasleduj๚cich tried inนtalแcie: "
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Vber skupํn balํkov"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Osobitnแ voตba balํkov"
@@ -5117,7 +5219,7 @@ msgstr "Zobraz automaticky zvolen้ balํ่ky"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Inนtalแcia"
@@ -5137,7 +5239,7 @@ msgstr "Minimแlna inนtalแcia"
msgid "Choose the packages you want to install"
msgstr "Zvoตte balํky, ktor้ chcete nainนtalovaป"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Inนtalujem"
@@ -5164,17 +5266,17 @@ msgid "Installing package %s"
msgstr "Inนtalujem balํk %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Akceptuj"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Odmietam"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5190,16 +5292,16 @@ msgstr ""
"ROM disku."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Napriek tomu pokra่ovaป?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Chyba pri zora๏ovanํ zoznamu balํkov:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Po่as inนtalแcie balํkov sa vyskytla chyba:"
@@ -5325,7 +5427,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5519,7 +5621,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Ste si ist พe nes๚hlasํte s licenciou?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Klแvesnica"
@@ -5565,7 +5667,7 @@ msgstr "Iba aktualizแcia balํ่kov"
#: ../../install_steps_interactive.pm_.c:275
msgid "Please choose the type of your mouse."
-msgstr "Prosํm, zvoตte typ vaนej myนi."
+msgstr "Prosํm, zvoตte si typ vaนej myนi."
#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
@@ -5573,7 +5675,7 @@ msgstr "Port myนi"
#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Prosํm zvoตte, ktor้mu s้riov้mu portu je vaนa myน pripojenแ."
+msgstr "Prosํm vyberte si, ku ktor้mu s้riov้mu portu je vaนa myน pripojenแ."
#: ../../install_steps_interactive.pm_.c:290
msgid "Buttons emulation"
@@ -5727,11 +5829,11 @@ msgstr "Vloพte do mechaniky disketu s zoznamom balํ่kov"
msgid "Selected size is larger than available space"
msgstr "Zvolenแ veตkosป je vไ่นia ako dostupn้ miesto"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Typ inนtalแcie"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5739,19 +5841,19 @@ msgstr ""
"Nebola vybranแ พiadna skupina balํ่kov\n"
"Prosํm, zvoตte minimแlnu inนtalแciu, ktor๚ si พelแte:"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "S X-window"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "So zแkladnou dokumentแciou (doporu่en้!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Naozaj minimแlna inนtalแcia (bez urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5761,16 +5863,16 @@ msgstr ""
"Ak nemแte พiadne, stla่te Zruน.\n"
"Ak vแm chbaj๚ iba niektor้, odzna่te ich a potom stla่te OK."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom ozna่en้ \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Pripravujem inนtalแciu"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5779,21 +5881,21 @@ msgstr ""
"Inนtalujem balํk %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Poinนtala่nแ konfigurแcia"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Vloพte นtartovaciu disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Vloพte do mechaniky %s disketu \"Update Modules\""
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5852,7 +5954,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5871,155 +5973,155 @@ msgstr ""
"pripojenie.\n"
"ฎelแte si nainนtalovaป aktualizแcie balํ่kov ?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Pripแjam sa k web sajtu Mandrake Linux pre stiahnutie zoznamu zrkadiel..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Vyberte miror, z ktor้ho si chcete stiahnuป balํky"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Pripแjam sa k miroru a sปahujem zoznam moพnch balํkov..."
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Ktor้ je vaนe ่asov้ pแsmo?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Hardv้rov้ hodiny nastaven้ na GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatickแ synchronizแcia ่asu (pomocou NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP server"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Vzdialen CUPS server"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Bez tla่iarne"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Mแte nejak๚ ISA zvukov๚ kartu?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "Po inนtalแcii spustite \"sndconfig\" ak chcete nastaviป zvukov๚ kartu"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Zvukovแ karta nebola nแjdenแ. Sk๚ste \"harddrake\" po inนtalแcii"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Zhrnutie"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Myน"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "ศasovแ z๓na"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
-msgstr "Tla่iarne"
+msgstr "Tla่iare๒"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN karta"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Zvukovแ karta"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV karta"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Windows dom้na"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Lokแlne s๚bory"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Nastavenie root hesla"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Bez hesla"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Toto heslo je prํliน jednoduch้(musํ byป minimแlne %d znakov dlh้)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentifikแcia"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "Autentifikแcia LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP server"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "NIS autentifikแcia"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS dom้na"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS server"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6047,19 +6149,19 @@ msgstr ""
"administrแtora po reนtarte syst้mu. Prํkaz 'wbinfo -t' potom otestuje ่i s๚ "
"Vaนe nastavenia ohตadom authentikแcie sprแvne."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Autentifikแcia do Windows dom้ny"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Pouพํvateตsk้ meno administrแtora dom้ny"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Heslo sprแvcu dom้ny"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6086,19 +6188,19 @@ msgstr ""
"Ak si พelแte vytvoriป zavแdzaciu disketu pre Vแน syst้m, vloพte disketu do\n"
"prvej mechaniky a stla่te \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Prvแ disketovแ mechanika"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Druhแ disketovแ mechanika"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Vynechaj"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6125,7 +6227,7 @@ msgstr ""
"syst้m?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6139,28 +6241,28 @@ msgstr ""
"vytvorenie นtartovacej diskety s veตkosปou 1.44Mb m๔พe skon่iป\n"
"chybou, pretoพe XFS potrebuje veตmi veตk ovlแda่)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Prepแ่te, nenaนiel som พiadnu disketov๚ mechaniku"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Zvoตte disketov๚ mechaniku v ktorej chcete vytvoriป boot disketu"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Vloพte disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Vytvแram sp๚นปacํ disk..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Pripravuje sa zavแdza่..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6172,11 +6274,11 @@ msgstr ""
"Inนtalแcia bude pokra่ovaป, ale budete potrebovaป\n"
"pouพiป BootX pre นtartovanie Vแนho po่ํta่a"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Chcete pouพiป aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6184,15 +6286,15 @@ msgstr ""
"Chyba inนtalแcie aboot.\n"
"Sk๚siป silov๚ inนtalแciu s moพnosปou zni่enia prv้ho oddielu?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Inนtalujem zavแdza่"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Inนtalแcia zavแdza่a zlyhala. Vyskytla sa nasleduj๚ca chyba:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6209,17 +6311,17 @@ msgstr ""
" Potom napํนte: shut-down\n"
"Pri ๏alนom นtarte by ste mali vidieป vzvu zavแdza่a."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Vloพte ่ist๚ disketu do mechaniky %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Pripravujem autoinนtala่n๚ disketu..."
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6229,7 +6331,7 @@ msgstr ""
"\n"
"Naozaj chcete teraz skon่iป?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6264,17 +6366,17 @@ msgstr ""
"je moพn้ nแjsป na adrese: http://www.mandrake.sk. Vนeobecn้ informแcie\n"
"o Linux-e potom na adrese http://www.linux.sk\n"
"Ak ste naนli chybu (alebo nแjdete nesk๔r) v preklade, kontaktujte prosํm\n"
-"prekladateตsk tํm mailom na adrese: i18n\\@mandrake.sk"
+"prekladateตsk tํm mailom na adrese: i18n@mandrake.sk"
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Prํprava auto inนtala่nej diskety"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6285,15 +6387,15 @@ msgstr ""
"Automatickแ inนtalแcia m๔พe byป plne automatizovanแ\n"
"v tom prํpade vนak inนtalแcia zaberie cel pevn disk.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatickแ"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Zopakovaป"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Uloพiป vber balํkov"
@@ -6329,14 +6431,14 @@ msgstr "Rozนํren้"
msgid "Basic"
msgstr "Zแklad"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Predchแdzaj๚ce"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "ฯalej"
@@ -6782,7 +6884,7 @@ msgstr "Prav \"Windows\" klแves"
msgid "Circular mounts %s\n"
msgstr "Kruhov้ pripojenia %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Odstrแ๒te najprv logick้ zvไzky\n"
@@ -6918,15 +7020,15 @@ msgstr "ฎiadna"
msgid "No mouse"
msgstr "ฎiadna myน"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Prosํm otestujte myน."
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Pre aktivแciu myนi,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "POHNITE KOLIESKOM!"
@@ -6962,11 +7064,11 @@ msgstr "Skry strom"
msgid "Toggle between flat and group sorted"
msgstr "Priame, alebo skupinov้ triedenie"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Pripojenie k internetu"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6976,23 +7078,19 @@ msgstr ""
"Avนak existuj๚ pripojenia ktor้ pouพํvaj๚ pptp alebo dhcp.\n"
"Ak neviete ่o pouพiป, tak zvoตte 'pouพiป pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "pouพiป dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "pouพiป pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "pouพiป pptp"
@@ -7093,7 +7191,7 @@ msgstr ""
msgid "no network card found"
msgstr "nenaนiel som sieปov๚ kartu"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Konfigurujem sieป"
@@ -7109,15 +7207,15 @@ msgstr ""
"Meno Vแนho po่ํta่a by malo byt plne kvalifikovan้ meno po่ํta่a,\n"
"ako naprํklad ``server.linux.sk''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Nแzov po่ํta่a"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Sprievodca konfigurแciou siete"
@@ -7164,8 +7262,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Starแ konfigurแcia (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "Konfigurแcia ISDN"
@@ -7201,23 +7299,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Ak protokol chcete pouพํvaป ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr "Nแjden้ \"%s\" rozhranie, chcete ho pouพiป ?"
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Ak typ karty mแte?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Neviem"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7230,19 +7333,19 @@ msgstr ""
"\n"
"Ak mแte PCMCIA kartu, musํte vedieป \"irq\" a \"io\" adresu tejto karty.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Preruน"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Pokra่ovaป"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Ktorแ je vaนa ISDN karta ?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7250,7 +7353,7 @@ msgstr ""
"Naนiel som ISDN PCI kartu, ale nepoznแm tento typ. Prosํm zvoตte si jednu z "
"PCI kariet na ๏alนej obrazovke."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Nebola nแjdenแ ISDN karta. Prosํm zvoตte si jednu zo zobrazench."
@@ -7302,7 +7405,7 @@ msgstr "Prv DNS server (nepovinn้)"
msgid "Second DNS Server (optional)"
msgstr "Druh DNS server (nepovinn้)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7310,7 +7413,7 @@ msgstr ""
"\n"
"M๔พete vaนe pripojenie prekonfigurovaป alebo sa odpojiป."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7318,11 +7421,11 @@ msgstr ""
"\n"
"M๔พete prekonfigurovaป vaนe pripojenie."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Momentแlne ste pripojen k internetu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7330,32 +7433,32 @@ msgstr ""
"\n"
"M๔พete prekonfigurovaป vaนe pripojenie, alebo sa pripojiป k internetu."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Momentแlne nie ste pripojen k internetu."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Pripojenie"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Odpojenie"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Nastaviป pripojenie"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Pripojenie a konfigurแcia internetu"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Teraz nastavํme Vaนe pripojenie %s."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7373,12 +7476,12 @@ msgstr ""
"\n"
"Stla่te OK pre pokra่ovanie."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Konfigurแcia siete"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7390,7 +7493,7 @@ msgstr ""
"nastavenia, alebo Zruน pre opไtovn้ nastavenie pripojenia na internet a "
"sieป.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7402,72 +7505,72 @@ msgstr ""
"Teraz prebehne nastavenie Vแนho pripojenie k sieti/Internetu.\n"
"Ak nechcete pouพiป automatick๚ detekciu, odนkrtnite polํ่ko.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Zvoตte profil na konfigurแciu"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Pouพiป auto-detekciu"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Expertn m๓d"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Zisปujem zariadenia..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normแlne modemov้ pripojenie"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "detekovan na porte %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN pripojenie"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "nแjden้ %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL pripojenie"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "detekovan na rozhranํ %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Pripojenie kแblovm modemom"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "detekovan้ pripojenie kแbelom"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "Pripojenie LAN"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "nแjdenแ ethernet karta(y)"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Vyberte pripojenie, ktor้ chcete nastaviป"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7477,23 +7580,23 @@ msgstr ""
"Zvoตte jednu, ktor๚ chcete pouพํvaป.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Pripojenie k internetu"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Chcete sa pripojiป hne๏ pri นtarte?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Konfigurแcia siete"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Sieป potrebuje znovuspustenie."
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7504,7 +7607,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7514,7 +7617,7 @@ msgstr ""
"Nastavenie bude teraz aplikovan้ na Vแน syst้m.\n"
"\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7522,7 +7625,7 @@ msgstr ""
"Po zmene doporu่ujeme reนtartovaป X windows, aby ste\n"
"prediนli probl้mom pri zmene mena po่ํta่a."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7532,7 +7635,7 @@ msgstr ""
"Vysk๚นajte Vaนe pripojenie s nแstrojom net_monitor, alebo mcc. Ak pripojenie "
"nepracuje, mali by ste opไtovne spustiป konfigurแciu"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7543,7 +7646,7 @@ msgstr ""
"Jednoducho ponechajte p๔vodn้ nastavenie.\n"
"Modifikแcia parametrov m๔พe zmeniป nastavenie."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7553,42 +7656,42 @@ msgstr ""
"Kaพd zแznam by mal byป zadan ako IP adresa v dekadickom tvare\n"
"oddelenom bodkami (napr. 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigurแcia sieปov้ho zariadenia %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (ovlแda่ %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP adresa"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Maska siete"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatickแ IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Spustiป pri นtarte"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa musํ byป vo formแte 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7600,42 +7703,50 @@ msgstr ""
"ako naprํklad ``server.linux.sk''.\n"
"Tieพ m๔พete zadaป IP adresu brแny ak ju viete"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Brแna (napr. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Zariadenie smeruj๚ce k brแne"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Adresa DNS servera musํ byป vo formแte 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Adresa brแny musํ byป vo formแte 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Nastavenie proxy"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Podตa id sieปovej karty (vhodn้ pre prenosn้ po่ํta่e)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy mแ byป http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy mแ byป ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Url by mala za่ํnaป s 'ftp:', alebo 'http:'"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9216,7 +9327,7 @@ msgstr "Tla่ํm na tla่iare๒ \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9564,7 +9675,7 @@ msgstr "Pripravujem Printerdrake..."
#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
-msgstr "Konfigurแcia aplikแcii..."
+msgstr "Konfigurแcia aplikแciํ..."
#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
@@ -9598,8 +9709,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-"Ob่erstviป zoznam tla่iarnํ (pre zobrazenie vนetkch prํstupnch CUPS "
-"tla่iarnํ)"
+"Obnoviป zoznam tla่iarnํ (pre zobrazenie vนetkch prํstupnch CUPS tla่iarnํ)"
#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
@@ -9780,10 +9890,6 @@ msgstr ""
"Nechajte prแzdne ak nechcete FTP proxy\n"
"pouพํvaป. "
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url by mala za่ํnaป s 'ftp:', alebo 'http:'"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9831,6 +9937,40 @@ msgstr "mkraid zlyhal (moพno nie s๚ nainนtalovan้ raidtools)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nie je dosป oddielov pre RAID ๚rovne %d\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "ฺrove๒ bezpe่nosti:"
+
+#: ../../security/main.pm_.c:74
+msgid "Security Alerts:"
+msgstr "Bezpe่nostn้ varovania:"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "Bezpe่nostn administrแtor:"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, c-format
+msgid " (default: %s)"
+msgstr " (นtandardne %s)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+"Nasleduj๚ce moพnosti umoพnia lepนie vyนpecifikovaป bezpe่nosป\n"
+"Vแนho syst้mu. Ak potrebujete vysvetlenie, kliknite na Pomoc.\n"
+
+#: ../../security/main.pm_.c:256
+msgid "Please wait, setting security level..."
+msgstr "Prosํm ่akajte, nastavuje sa ๚rove๒ bezpe่nosti..."
+
+#: ../../security/main.pm_.c:262
+msgid "Please wait, setting security options..."
+msgstr "Prosํm ่akajte, nastavuj๚ sa bezpe่nostn้ parametre..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Spustenie ALSA (Advanced Linux Sound Architecture) zvukov้ho syst้mu"
@@ -10066,7 +10206,7 @@ msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
msgstr ""
-"Rstat protokol umoพ๒uje uพํvateตom zํskavaป cez sieป\n"
+"Rstat protokol umoพ๒uje pouพํvateตom zํskavaป cez sieป\n"
"informแcie o zaปaพenํ ak้hokoตvek po่ํta่a na sieti."
#: ../../services.pm_.c:76
@@ -10074,7 +10214,7 @@ msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
msgstr ""
-"Rusers protokol umoพ๒uje zistiป uพํvateตom cez sieป, kto je\n"
+"Rusers protokol umoพ๒uje zistiป pouพํvateตom cez sieป, kto je\n"
"prihlแsen na zodpovedaj๚cich po่ํta่och."
#: ../../services.pm_.c:78
@@ -10082,7 +10222,7 @@ msgid ""
"The rwho protocol lets remote users get a list of all of the users\n"
"logged into a machine running the rwho daemon (similiar to finger)."
msgstr ""
-"Rwho protokol zaนle vzdialenm uพํvateตom zoznam vนetkch pouพํvateตov\n"
+"Rwho protokol zaนle vzdialenm pouพํvateตom zoznam vนetkch pouพํvateตov\n"
"prihlแsen na syst้me, na ktorom je spusten rwho d้mon (podobne ako finger)."
#: ../../services.pm_.c:80
@@ -10111,7 +10251,7 @@ msgstr "Zvoตte si sluพby, ktor้ bud๚ spusten้ automaticky po นtarte syst้mu"
#: ../../services.pm_.c:122
msgid "Printing"
-msgstr "Tla่ํm"
+msgstr "Tla่enie"
#: ../../services.pm_.c:123
msgid "Internet"
@@ -10121,7 +10261,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Zdieตanie s๚borov"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Syst้m"
@@ -10215,7 +10355,7 @@ msgstr "Mnoh้ zํskate na Internete"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10230,7 +10370,7 @@ msgstr "Objavte tie najnovนie grafick้ a multimediแlne aplikแcie!"
#: ../../share/advertising/04-multimedia.pl_.c:10
msgid "Push multimedia to its limits!"
-msgstr "Vyuพํvajte multim้dia aพ na "
+msgstr "Vyuพํvajte multim้dia aพ na doraz!"
#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
@@ -10261,7 +10401,7 @@ msgid ""
"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
-"Mandrake Linux 9.0 poskytuje veตmi mocn nแstroj pre pln้ nastavenie a "
+"Mandrake Linux 9.0 poskytuje tento veตmi mocn nแstroj pre pln้ nastavenie a "
"konfigurแciu Vแนho po่ํta่a"
#: ../../share/advertising/07-desktop.pl_.c:9
@@ -10270,7 +10410,7 @@ msgstr "Pouพํvateตsk้ rozhrania"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"Mandrake Linux 9.0 pon๚ka 11 grafickch pouพํvateตskch rozhranํ, ktor้ je "
@@ -10298,7 +10438,7 @@ msgstr "Spravte zo svojho po่ํta่a spoตahliv server"
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Spravte z Vแนho stroja vkonn server len niekoตkmi klikmi myนou: Web "
@@ -10316,7 +10456,7 @@ msgstr "MandrakeSecurity obsahuje produkt Multi Network Firewall (M.N.F.)"
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
"Firewallov produkt obsahuje sieปov้ vlastnosti, ktor้ Vแm umoพnia "
@@ -10333,7 +10473,7 @@ msgstr "Oficiแlny obchod MandrakeSoft"
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"Cel้ spektrum Linux rieนenํ, samozrejme so นpeciแlnymi ponukami produktov a "
"rieนenํ, s๚ dostupn้ online v naนom elektronickom obchode"
@@ -10391,8 +10531,8 @@ msgstr "Nแjdite rieนenia pre Vaนe probl้my pomocou MandrakeSoft online podpory"
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
"Vst๚pte do podporn้ho tํmu MandrakeSoft a Linux komunity, zdieตajte Vaนe "
"vedomosti a znalosti a pom๔พte inm staป sa expertmi na online technickom "
@@ -10400,7 +10540,7 @@ msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert spolo่nosป"
+msgstr "MandrakeExpert pre firmu"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
msgid "An online platform to respond to company's specific support needs"
@@ -10438,11 +10578,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Inนtalujem balํ่ky"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Prosํm, odhlแste sa a potom stla่te Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Prosํm, prihlแste sa znova do %s aby ste aktivovali zmeny"
@@ -10483,16 +10623,6 @@ msgstr "Pridaป/Odobraป pouพํvateตov"
msgid "Add/Del Clients"
msgstr "Pridaป/Odobraป klientov"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Pomoc"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "ฉtart z diskety"
@@ -10541,48 +10671,64 @@ msgstr "Pridaป pouพํvateตa -->"
msgid "<-- Del User"
msgstr "<-- Zmazaป pouพํvateตa"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr "Neboli vytvoren้ พiadne นtartovacie obrazy!"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Pridaป klienta -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Zmazaป klienta"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "dhcpd konfigurแcia..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+msgid "dhcpd Server Configuration"
+msgstr "konfigurแcia dhcpd servera"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+"Mnoh้ z tchto hodn๔t boli vyextrahovan้ z Vแนho\n"
+"beพiaceho syst้mu. Moพete ich nastavovaป podตa potreby."
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Uloพiป konfigurแciu"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Vloพte disketu do mechaniky:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Nem๔พem prist๚piป k diskete!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Disketa m๔พe byป teraz vybranแ"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Nie je dostupnแ พiadna disketovแ mechanika"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO obraz je %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Nie่o prebehlo zle! - Je nainนtalovan้ mkisofs?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Najprv potrebujem vytvoriป /etc/dhcpd.conf!"
@@ -10727,12 +10873,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Celkov vvoj"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10745,41 +10891,41 @@ msgstr ""
"Pozor: Ak ste uพ raz vykonแvali proces zแlohovania je moพn้,\n"
" พe budete potrebovaป vy่istiป zแznam v authorized_keys na serveri."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "Generovanie kต๚่ov m๔พe chvํตu trvaป."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "CHYBA: Nie je moพn้ spustiป %s."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr "ฎiadne heslo nebolo na %s na porte %s"
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, c-format
msgid "Bad password on %s"
msgstr "Zl้ heslo pre %s"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr "Prํstup zakแzan pre prenose %s do %s"
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, c-format
msgid "Can't find %s on %s"
msgstr "Nie je moพn้ nแjsป %s na %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr "%s neodpovedแ"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10796,64 +10942,64 @@ msgstr ""
"\n"
"bez nutnosti zadแvania hesla."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr "Vzdialen WebDAV sajt je zosynchronyzovan!"
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr "WebDAV prenos zlyhal!"
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr "ฎiadne CDR/DVDR v mechanike!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr "Zrejme nezapisovateตn้ m้dium!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr "ฎiadne vymazateตn้ m้diแ!"
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "Toto m๔พe trvaป dlhนie, pokiaต sa vymaพe m้dium"
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr "Probl้m s prแvami pri prํstupe na CD."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr "V %s nie je พiadna pแska!"
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Zแloha syst้movch s๚borov..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Zแloha na pevn disk. S๚bory..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
-msgstr "Zแlohovaป uพํvateตsk้ s๚bory..."
+msgstr "Zแlohovaป pouพํvateตsk้ s๚bory..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Stav zแlohy na pevn disk..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Zแlohovaป in้ s๚bory..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr "ฎiadne zmeny pre zแlohovanie!"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10864,7 +11010,7 @@ msgstr ""
"Drakbackup aktivity pomocou %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10873,7 +11019,7 @@ msgstr ""
"zoznam s๚borov odoslanch cez FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10882,7 +11028,7 @@ msgstr ""
"\n"
" Chyba FTP pripojenia: Nebolo moพn้ odoslaป zแlohovan้ s๚bory cez FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10892,7 +11038,7 @@ msgstr ""
"Aktivita Drakbackup-u cez CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10902,24 +11048,24 @@ msgstr ""
"Drakbackup aktivity na pแske:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr "Chyba po่as odosielania emailu. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr "Nie je moพn้ vytvoriป katal๓g"
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Vber s๚borov"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Zvoตte s๚bory a adresแre a kliknite na 'Pridaj'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10927,25 +11073,25 @@ msgstr ""
"\n"
"Zvoตte prosํm vนetky voตby, ktor้ potrebujete.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Tieto nastavenia m๔พu zแlohovaป a obnovovaป vนetky s๚bory v adresแri /etc.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "Zแloha Vaนich syst้movch s๚borov. (/etc adresแr)"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Pouพiป prํrastkov้ zแlohovanie (bez prepisovania starch zแloh)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Nezahrnovaป kritick้ s๚bory (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10953,43 +11099,43 @@ msgstr ""
"S tmto nastavenํm budete schopn obnoviป ktor๚koตvek\n"
" verziu Vแนho /etc adresแra."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Prosํm, zadajte vนetkch pouพํvateตov, ktorch chcete zแlohovaป."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Nezahrnovaป vyrovnแvaciu pamไป prehliada่a"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Pouพiป prํrastkov้ zแlohovanie (bez prepisovania starch zแloh)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Odstrแ๒ zvolen้"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr " Windows (FAT32) "
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr " Uพํvatelia"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "Pouพiป sieปov้ pripojenie pre zแlohovanie"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr "Sieปovแ met๓da:"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr "Pouพiป Expect pre SSH"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -10997,7 +11143,7 @@ msgstr ""
"Vytvorenie/Poslanie\n"
"zแlohovacํch kต๚่ov pre SSH"
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
@@ -11005,15 +11151,19 @@ msgstr ""
" Prenos \n"
"Teraz"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
-msgstr "Kต๚่e s๚ uพ na mieste"
-
#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
+msgstr ""
+"In้ (nie pre drakbackup)\n"
+"kl๚่e s๚ uพ na mieste"
+
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Prosํm vloพte meno po่ํta่a alebo IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -11021,27 +11171,27 @@ msgstr ""
"Prosํm zadajte adresแr (alebo modul), kam sa\n"
" bud๚ ukladaป zแlohy na tomto hoste."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Prosํm vloพte Vแน login"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Prosํm vloพte vaนe heslo"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Zapamไtajte si toto heslo"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr "Je potrebn nแzov po่ํta่a, meno a heslo!"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Pre zแlohovanie pouพiป CD/DVDROM"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -11051,35 +11201,35 @@ msgstr ""
"(Stla่te Enter pre prejavenie nastavenํ v inch poliach.\n"
"Toto pole nie je d๔leพit้.)"
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Vyberte si prosํm veตkosป Vแนho CD/DVD m้dia"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr "Skontrolujte prosํm multisession CD"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Prosํm skontrolujte, ่i pouพํvate CDRW m้dium"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Skontrolujte prosํm, ่i chcete zmazaป Vaนe RW m้dium (1 session)"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr "Vymazaป teraz"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr "Skontrolujte prosํm, ่i pouพํvate DVDR zariadenie"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr "Skontrolujte prosํm, ่i pouพํvate DVDRAM zariadenie"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11087,33 +11237,33 @@ msgstr ""
"Prosํm, zadajte meno zariadenia CD napaตova่ky\n"
" napr. 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr "Nie je definovan้ พiadne CD zariadenie!"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Pre zแlohovanie pouพiป pแsku"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Prosํm, zadajte meno zแlohovacieho zariadenia"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr "Skontrolujte prosํm, ่i chcete pouพiป nepretแ่acie zariadenie."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr "Prosํm zaนkrtnite, ak si พelแte pแsku pred zแlohovanํm vymazaป"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr ""
"Skontrolujte prosํm, ่i chcete vysun๚ป Vaนu pแsku po ukon่enํ zแlohovania."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11121,55 +11271,55 @@ msgstr ""
"Prosํm, zadajte maximแlnu veตkosป\n"
" pre Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "Prosํm, zadajte adresแr pre uloพenie:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Pre zแlohovanie pouพiป quotu."
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Sieป"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Pevn disk / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Pแska"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "kaพd๚ hodinu"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "denne"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "tพdenne"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "mesa่ne"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Pouพiป d้mona"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11177,7 +11327,7 @@ msgstr ""
"Prosํm, zvoตte ่asov interval\n"
"medzi jednotlivmi zแlohami"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11185,7 +11335,7 @@ msgstr ""
"Prosํm, zแlohovacie \n"
"m้dium."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -11195,71 +11345,71 @@ msgstr ""
"\n"
"Vนimnite si, ่i vนetky sieปov้ m้dia tieพ pouพํvaj๚ pevn disk."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Poslaป emailov๚ sprแvu po kaพdej zแlohe na :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr "Vymazaป tar s๚bory na pevnom disku pred zแlohovanํm na in้ m้dium."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ศo"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Kde"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Kedy"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Viac moพnostํ"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Drakbackup nastavenia"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Prosํm zvoตte kam chcete zแlohovaป"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "na pevn disk"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "cez sieป"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "v CD-ROM"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr "v pแskovej mechanike"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Prosํm zvoตte ่o chcete zแlohovaป"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Zแlohovacํ syst้m"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Zแloha pouพํvateตov"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Vybraป pouพํvateตov manuแlne"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11267,7 +11417,7 @@ msgstr ""
"\n"
"Zdroje zแlohy: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11275,7 +11425,7 @@ msgstr ""
"\n"
"- Syst้mov้ s๚bory:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11283,7 +11433,7 @@ msgstr ""
"\n"
"- S๚bory pouพํvateตov:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11291,7 +11441,7 @@ msgstr ""
"\n"
"- Ostatn้ s๚bory:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11300,7 +11450,7 @@ msgstr ""
"\n"
"- Uloพiป na pevn disk na cestu: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
@@ -11308,7 +11458,7 @@ msgstr ""
"\n"
"- Vymazaป tar s๚bory na pevnom disku po zแlohovanํ.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -11316,20 +11466,20 @@ msgstr ""
"\n"
"- Napแliป na CD"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr " na zariadenie: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr " (multisession)"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -11338,12 +11488,12 @@ msgstr ""
"\n"
"- Uloพiป na pแsku v zariadenํ: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tVymazaป=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -11352,16 +11502,16 @@ msgstr ""
"\n"
"- Uloพiป cez %s na po่ํta่: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-"\t\t Meno uพํvateตa: %s\n"
+"\t\t meno pouพํvateตa: %s\n"
"\t\t na cestu: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11369,19 +11519,19 @@ msgstr ""
"\n"
"- Parametre:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tNezahเ๒aป syst้mov้ s๚bory\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tZแlohovanie pouพํva tar a bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tZแlohovanie pouพํva tar a gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11390,39 +11540,39 @@ msgstr ""
"\n"
"- D้mon (%s) zahเ๒a :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Pevn disk.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-Pแska \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Sieป cez FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Sieป cez SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Sieป cez rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Sieป cez webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Eนte nenastaven้, prosํm pouพite Pomocnํka alebo Rozนํren้.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11430,7 +11580,7 @@ msgstr ""
"Zoznam dแt pre obnovu:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11438,100 +11588,100 @@ msgstr ""
"Zoznam poruนench dแt:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Prosํm odzna่te alebo odstrแ๒te to nabud๚ce."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "S๚bory zแlohy boli poruนen้"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " Vนetky Vami vybran้ ๚daje boli"
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " ฺspeนne obnoven้ na %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Obnoviป nastavenie"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "OK pre obnovu ostatnch s๚borov."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr "Zoznam pouพํvateตov pre obnovu (je d๔leพitแ iba poslednแ zแloha)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Najsk๔r zแlohuj syst้mov้ s๚bory:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "prosํm, zvoตte ๚daje, ktor้ chcete obnoviป"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Pre zแlohovanie pouพiป pevn disk"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Prosํm, zadajte adresแr:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr " FTP spojenie"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Bezpe่n้ pripojenie"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Obnova z pevn้ho disku."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Prosํm, zadajte, kde s๚ uloพen้ zแlohy"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Vyberte in้ m้dium pre obnovu"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "In้ m้dium"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Obnoviป syst้m"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Obnov pouพํvateตov"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Obnov ostatn้"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "vyberte cestu pre obnovu (okrem /)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Pred obnovou urobiป nov๚ zแlohu (iba pre prํrastkov้ zแlohovanie)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
-msgstr "Pred obnovou odstrแ๒ uพํvateตsk้ adresแre."
+msgstr "Pred obnovou odstrแ๒ pouพํvateตsk้ adresแre."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
@@ -11539,7 +11689,7 @@ msgstr ""
"Zvolenแ obnova\n"
"Katal๓gov zแznam"
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
@@ -11547,7 +11697,7 @@ msgstr ""
"Obnov vybran้\n"
"s๚bory"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
@@ -11555,12 +11705,12 @@ msgstr ""
"Zme๒\n"
"cestu k obnovแm"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr "Neboli nแjden้ zแlohy na %s."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
@@ -11569,16 +11719,16 @@ msgstr ""
"Vloพte CD s nแzvom %s\n"
" do CD mechaniky pod bodom pripojenia /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
msgstr "Obnova z CD"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "Nesprแvny nแzov CD. Disk je pomenovan %s."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -11587,102 +11737,102 @@ msgstr ""
"Vloพte pแsku s popisom %s\n"
" do pแskovej mechaniky %s"
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
msgstr "Obnoviป z pแsky"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr "Nesprแvna pแska. Pแska je pomenovanแ ako %s."
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
msgstr "Obnoviป zo siete"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "Obnoviป cez sieปov protokol: %s"
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
msgstr "Meno po่ํta่a"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr "Cesta k hostu, alebo modulu"
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
msgstr "Poพadovan้ heslo"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
msgstr "Poพadovan้ pouพํvateตsk้ meno"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
msgstr "Poพadovan้ meno po่ํta่a"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr "Cesta, alebo modul s๚ vyพadovan้"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr "S๚bory obnoven้..."
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
msgstr "Chyba pri obnove..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Obnov vนetky zแlohy"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Vlastnแ obnova"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr "CD je namieste - pokra่ovaป."
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr "Prehliadanie nov้ho zoznamu obnov."
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
msgstr "Obnova z archํvu"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
msgstr "Prebieha obnova"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Predchแdzaj๚ce"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Uloพ"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Vytvor zแlohu"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Obnova"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -11692,7 +11842,7 @@ msgstr ""
" Vแน report nebol odoslan\n"
" Prosํm nastavte sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -11700,7 +11850,7 @@ msgstr ""
"Je potrebn้, aby nasleduj๚ce balํky boli nainนtalovan้:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11708,19 +11858,19 @@ msgstr ""
"Po่as posielania s๚boru cez FTP sa vyskytla chyba.\n"
" Prosํm skontrolujte sprแvnosป FTP nastavenia."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Prosํm, skontrolujte ๚daje ktor้ chcete obnoviป..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Prosํm, zvoตte m้dium pre zแlohovanie..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Prosํm, zvoตte m้dium pre zแlohovanie..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11728,59 +11878,59 @@ msgstr ""
"Nebol nแjden konfigura่n s๚bor.\n"
"Prosํm vyberte Pomocnํk, alebo Rozนํren้."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Vo vvoji ... prosํm vydrพte."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Zแlohuj syst้mov้ s๚bory"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
-msgstr "Zแlohuj uพํvateตsk้ s๚bory"
+msgstr "Zแlohuj pouพํvateตsk้ s๚bory"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Zแlohuj in้ s๚bory"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Celkov priebeh"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "s๚bory odosielan้ cez FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Odosielam s๚bory..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Zแlohuj podตa konfigura่n้ho s๚bora"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Zobraz nastavenie zแlohovania."
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Pomocnํk nastavenia"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Pokro่ilแ konfigurแcia"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Zแlohuj"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11837,7 +11987,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11851,7 +12001,7 @@ msgstr ""
" myhostname a mydomain poloพky v /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11926,7 +12076,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11977,19 +12127,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" ๚pravy 2002 MandrakeSoft - Stew Benedict <sbenedict\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -12023,7 +12173,7 @@ msgstr ""
"330, Boston,\n"
" MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12099,7 +12249,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12117,7 +12267,7 @@ msgstr ""
"pevnom disku a aพ potom bude poslanแ na ftp server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12139,7 +12289,7 @@ msgstr ""
"d๔leพit้ byป opatrn a nemeniป ru่ne odzแlohovan้\n"
"๚daje.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12264,8 +12414,8 @@ msgid "Synchronization tool"
msgstr "Synchroniza่n nแstroj"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Konzolov้ nแstroje"
@@ -12330,7 +12480,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12339,24 +12489,24 @@ msgstr ""
"\n"
"\n"
"Pre zaslanie oznamu o chybe, kliknite na tla่idlo report.\n"
-"Tm sa otvorํ web prehliada่ na https://www.bugzilla.com\n"
+"Tm sa otvorํ web prehliada่ na https://drakbug.mandrakesoft.com\n"
"kde m๔พete nแjsป vhodn formulแr. Informแcie zobrazen้ navrchu\n"
"bud๚ zaslan้ na server\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Sprแva"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Nenainนtalovan้"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "pripแjanie k Bugzilla sprievodcovy ..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "Nie je dostupn พiaden prehliada่! Prosํm nainนtalujte nejak"
@@ -12455,10 +12605,6 @@ msgstr "Sprievodca..."
msgid "Apply"
msgstr "Aplikovaป"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Prosํm ่akajte... Aplikujem konfigurแciu"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Pripojen."
@@ -12580,7 +12726,7 @@ msgstr "Meno modulu"
msgid "Size"
msgstr "Veตkosป"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12645,12 +12791,12 @@ msgstr "Vstup"
msgid "Build the disk"
msgstr "Vytvor disk"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Uistite sa, พe m้dium pre zariadenie %s sa nachแdza v mechanike"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12659,12 +12805,12 @@ msgstr ""
"ฎiadne m้dium, alebo je chrแnen้ proti zแpisu v zariadenํ: %s.\n"
"Prosํm vloพte m้dium."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Nemoพn fork: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13147,47 +13293,47 @@ msgstr ""
"\n"
"Kliknite na Nastaviป ak chcete spustiป sprievodcu nastavenํm."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "group"
msgstr "skupina"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr "cesta"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
msgstr "prแva"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "user"
msgstr "pouพํvateต"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr "Hore"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
msgid "delete"
msgstr "vymazaป"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr "edituj"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
msgid "Down"
msgstr "Dole"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
msgstr "pridaป pravidlo"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr "vyberte s๚bor s prแvami ktor chcete zobraziป/editovaป"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -13198,59 +13344,59 @@ msgstr ""
"Je moพn้ tieพ editovaป Vaนe vlastn้ pravidlแ, ktormi bud๚ prepํsan้ "
"prednastaven้."
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
msgstr "Pridaj nov้ pravidlo na koniec"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr "Edituj aktuแlne pravidlo"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr "Presun๚ป zvolen้ pravidlo o jednu ๚rove๒ vyนนie"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr "Presun๚ป zobrazen้ pravidlo o jednu ๚rove๒ niพนie"
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
msgstr "Vymazaป zvolen้ pravidlo"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr "prehliadanie"
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
msgstr "Aktuแlny pouพํvateต"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
msgstr "Prแva"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr "Cesta"
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
msgid "Property"
msgstr "Vlastnํctvo"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr "sticky-bit"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr "Set-UID"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr "Set-GID"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
@@ -13258,35 +13404,35 @@ msgstr ""
"Pouพํvan้ pre adresแre:\n"
" iba vlastnํk adresแra, alebo s๚boru v tomto adresแry ho m๔พe vymazaป"
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr "Pouพiป id vlastnํka pri spustenํ"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr "Pouพiป id skupiny pri spustenํ"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr "po่as zisปovania nie je moพn้ meniป skupinu, alebo vlastnํka"
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
msgstr "Vber cesty"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
msgid "user :"
msgstr "pouพํvateต :"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
msgid "group :"
msgstr "skupina :"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
msgstr "Zvukovแ karta nebola nแjdenแ!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13306,123 +13452,150 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+"\n"
+"\n"
+"\n"
+"Poznแmka: ak mแte ISA PnP zvukov๚ kartu, mali by ste pouพiป program "
+"sndconfig. Napํนte iba \"sndconfig\" na konzole."
+
+#: ../../standalone/draksplash_.c:34
+#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr "balํk ImageMagick je potrebn pre sprแvnu funk่nosป"
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
msgstr "prv krok vytvแrania"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
msgstr "kone่n้ rozlํนenie"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
msgstr "zvoตte s๚bor s obrazom"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
msgid "Theme name"
msgstr "Toto meno"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr "vytvorenie ๚vodnej obrazovky krok 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "Prehliadanie"
-#: ../../standalone/draksplash_.c:82
-msgid "go to lilosplash configuration"
-msgstr "cho๏ na konfigurแciu ๚vodnej obrazovky Lilo"
-
-#: ../../standalone/draksplash_.c:83
-msgid "quit"
-msgstr "skon่iป"
-
-#: ../../standalone/draksplash_.c:84
-msgid "save theme"
-msgstr "uloพenie t้my"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
msgstr "Nastaviป ๚vodn obrแzok"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr "x s๚radnica textov้ho poตa v po่te znakov"
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
-msgstr "y s๚radnica textov้ho poตa v po่te znakov"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
+msgstr ""
+"x s๚radnica textov้ho\n"
+"poตa v po่te znakov"
#: ../../standalone/draksplash_.c:101
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
+msgstr ""
+"y s๚radnica textov้ho\n"
+"poตa v po่te znakov"
+
+#: ../../standalone/draksplash_.c:102
msgid "text width"
msgstr "vนka textu"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:103
msgid "text box height"
msgstr "นํrka poตa textu"
-#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr "x s๚radnica stavov้ho pruhu od horn้ho ตav้ho rohu"
-
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
-msgstr "y s๚radnica stavov้ho pruhu od horn้ho ตav้ho rohu"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr ""
+"x s๚radnica stavov้ho pruhu\n"
+"od horn้ho ตav้ho rohu"
#: ../../standalone/draksplash_.c:105
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
+msgstr ""
+"y s๚radnica stavov้ho pruhu\n"
+"od horn้ho ตav้ho rohu"
+
+#: ../../standalone/draksplash_.c:106
msgid "the width of the progress bar"
msgstr "vนka stavov้ho pruhu"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:107
msgid "the heigth of the progress bar"
msgstr "นํrka stavov้ho pruhu"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr "farba stavov้ho pruhu"
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
-msgstr "spไป"
-
-#: ../../standalone/draksplash_.c:120
-msgid "preview"
+#: ../../standalone/draksplash_.c:121
+msgid "Preview"
msgstr "ukแพka"
-#: ../../standalone/draksplash_.c:121
-msgid "choose color"
-msgstr "vyberte si farbu"
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "uloพenie t้my"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "vyberte si farbu"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr "Zobraziป logo na konzole"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr "Nezobrazovaป sprแvy jadra นtandardne"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr "Tแto t้ma nemแ พiadnu ๚vodn๚ obrazovku v %s !"
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr "ukladแm t้mu ๚vodnej obrazovky..."
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
msgstr "Vber farby stavov้ho pruhu"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr "Najprv si musํte zvoliป s๚bor s obrazom!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
msgstr "Generujem nแhตad ..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13576,13 +13749,21 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"pouพitie: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "pouพitie: keyboarddrake [--expert] [klแvesnica]\n"
#: ../../standalone/keyboarddrake_.c:32
msgid "Please, choose your keyboard layout."
-msgstr "Prosํm, zvoตte Vแน typ klแvesnice"
+msgstr "Prosํm, zvoตte si Vแน typ klแvesnice"
#: ../../standalone/keyboarddrake_.c:41
msgid "Do you want the BackSpace to return Delete in console?"
@@ -13604,11 +13785,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Nem๔พem spustiป priamu aktualizแciu !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "Tแto zmena je v poriadku, ale pre jej uplatnenie sa musํte odhlแsiป"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13802,7 +13983,7 @@ msgstr "Uloพ ako.."
#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
-msgstr "Prosํm, zvoตte typ vaนej myนi."
+msgstr "Prosํm, zvoตte si typ vaนej myนi."
#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
@@ -13880,19 +14061,14 @@ msgstr ""
"Teraz m๔พete snํmaป dokumenty pomocou \"XSane\" z aplika่n้ho menu "
"Multim้diแ/Grafika."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Niektor้ zariadenia v hardv้rovej triede \"%s\" boli zruนen้:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
-msgstr ""
-"\n"
-"Niektor้ zariadenia v triede %s boli pridan้:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
+msgstr "Niektor้ zariadenia boli pridan้:\n"
#: ../../steps.pm_.c:14
msgid "Choose your language"
@@ -13966,7 +14142,7 @@ msgstr "Inนtalแcia aktualizแciํ syst้mu"
msgid "Exit install"
msgstr "Koniec inนtalแcie"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14210,3 +14386,84 @@ msgstr "Multim้dia - CD napaตovanie"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Vedeckแ stanica"
+
+#~ msgid ""
+#~ "OSS (Open Source Sound) was the firt sound API. It's an OS independant "
+#~ "sound API (it's availlable on most unices systems) but it's a very basic "
+#~ "and limited API.\n"
+#~ "What's more, OSS drivers all reinvent the wheel.\n"
+#~ "\n"
+#~ "ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+#~ "which\n"
+#~ "supports quite a large range of ISA and PCI cards.\n"
+#~ "\n"
+#~ "It also provides a much higher API than OSS.\n"
+#~ "\n"
+#~ "To use alsa, one can either use:\n"
+#~ "- the old compatibility OSS api\n"
+#~ "- the new ALSA api that provides many enhanced features but requires "
+#~ "using the ALSA library.\n"
+#~ msgstr ""
+#~ "OSS (Open Source Sound) bolo prv้ zvukov้ API. Je to na syst้me nezแvisl้ "
+#~ "API (dostupn้ na mnohch unixovch syst้moch), ale je to veตmi jednoduch้ "
+#~ "a obmedzen้ API.\n"
+#~ "Navyนe, vนetky OSS ovlแda่e eนte raz vynachแdzaj๚ koleso.\n"
+#~ "\n"
+#~ "ALSA (Advanced Linux Sound Architecture) je modularizovanแ architekt๚ra\n"
+#~ "podporuj๚ca veตk๚ vไ่นinu ISA a PCI kariet.\n"
+#~ "\n"
+#~ "Poskytuje tieพ oveตa นirนie API ako OSS.\n"
+#~ "\n"
+#~ "Alsa je moพn้ pouพiป nasledovne:\n"
+#~ "- star้ kompatibiln้ OSS api\n"
+#~ "- nov้ ALSA api, ktor้ poskytuje moh้ rozนํren้ moพnosti, ale je "
+#~ "vyพadovan้ pouพitie ALSA kniพnํc.\n"
+
+#~ msgid ""
+#~ "Found \"$netc->{autodetect}{isdn}{description}\" interface do you want to "
+#~ "use it ?"
+#~ msgstr ""
+#~ "Nแjden้ \"$netc->{autodetect}{isdn}{description}\" rozhranie, chcete ho "
+#~ "pouพiป ?"
+
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "Pre zaslanie oznamu o chybe, kliknite na tla่idlo report.\n"
+#~ "Tm sa otvorํ web prehliada่ na https://www.bugzilla.com\n"
+#~ "kde m๔พete nแjsป vhodn formulแr. Informแcie zobrazen้ navrchu\n"
+#~ "bud๚ zaslan้ na server\n"
+#~ "\n"
+
+#~ msgid "package ImageMagick is required for correct working"
+#~ msgstr "balํk ImageMagick je potrebn pre sprแvnu funk่nosป"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "vytvorenie ๚vodnej obrazovky krok 2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "cho๏ na konfigurแciu ๚vodnej obrazovky Lilo"
+
+#~ msgid "x coordinate of text box in number of character"
+#~ msgstr "x s๚radnica textov้ho poตa v po่te znakov"
+
+#~ msgid "y coordinate of text box in number of character"
+#~ msgstr "y s๚radnica textov้ho poตa v po่te znakov"
+
+#~ msgid "the progress bar x coordinate of its upper left corner"
+#~ msgstr "x s๚radnica stavov้ho pruhu od horn้ho ตav้ho rohu"
+
+#~ msgid "the progress bar y coordinate of its upper left corner"
+#~ msgstr "y s๚radnica stavov้ho pruhu od horn้ho ตav้ho rohu"
+
+#~ msgid "Go back"
+#~ msgstr "spไป"
diff --git a/perl-install/share/po/sl.po b/perl-install/share/po/sl.po
index d33e6a733..0ba8d3632 100644
--- a/perl-install/share/po/sl.po
+++ b/perl-install/share/po/sl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-01-21 11:03GMT\n"
"Last-Translator: Gregor Pirnaver <gregor.pirnaver@email.si>\n"
"Language-Team: Slovenน่ina <lugos-slo@lugos.si>\n"
@@ -89,24 +89,24 @@ msgstr ""
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Nastavitev zaslona"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s s strojnim 3D pospeนevanjem"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -116,17 +116,17 @@ msgstr ""
"s.\n"
"Vaนa kartica je podprta s strani XFree %s, kjer je lahko boljนa 2D podpora."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaนa kartica lahko uporablja strojno 3D pospeนevanje z XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s z RAZVOJNO strojno 3D pospeนitvijo"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -138,7 +138,7 @@ msgstr ""
"PODPORA JE ฉE V RAZVOJU, RAศUNALNIK SE LAHKO PRENEHA ODZIVATI.Vaนa kartica "
"je podprta s strani XFree %s, kjer je lahko boljนa 2D podpora."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -147,12 +147,12 @@ msgstr ""
"Vaนa kartica lahko uporablja strojno 3D pospeนevanje z XFree %s,\n"
"PODPORA JE ฉE V RAZVOJU, RAศUNALNIK SE LAHKO PRENEHA ODZIVATI."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
#, fuzzy
msgid "Custom"
msgstr "Prilagojeno"
@@ -174,32 +174,32 @@ msgstr "Lo่ljivost"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Moพnosti"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "V redu"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Izhod"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -295,25 +295,25 @@ msgstr "Izberite lo่ljivost in barvno globino"
msgid "Graphics card: %s"
msgstr "Grafi่na kartica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Prekli่i"
@@ -391,11 +391,11 @@ msgstr "Streพnik XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "Gonilnik XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X v zagonu"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -404,7 +404,7 @@ msgstr ""
"Ra่unalnik lahko samodejno pri zagonu sistema zaพene streพnik X.\n"
"ฎelite zagnati streพnik X pri zagonu?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -416,7 +416,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "Kateri streพnik potrebujete?"
@@ -491,7 +491,7 @@ msgstr "Kompaktno"
msgid "compact"
msgstr "kompaktno"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Grafi่ni na่in"
@@ -499,17 +499,17 @@ msgstr "Grafi่ni na่in"
msgid "Delay before booting default image"
msgstr "Pavza pred zaganjanjem privzete slike"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Geslo"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Geslo (ponovno)"
@@ -543,14 +543,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Moพnost ``Omejitev moพnosti ukazne vrstice'' ni uporabna brez gesla"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Poskusite ponovno"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Gesla se ne ujemata"
@@ -588,7 +588,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -596,158 +596,158 @@ msgstr ""
"Tukaj so razli่ni vnosi.\n"
"Lahko dodate นe kakนnega ali spremenite obstoje่ega"
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Kon่ano"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
#, fuzzy
msgid "Modify"
msgstr "Spremeni RAID"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Kakนen tip vnosa พelite dodati?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Ostali OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Ostali OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Ostali OS (Okna...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Slika"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Korenski"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Pripni"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Branje-pisanje"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabela"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Tvegano"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Labela"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Privzeto"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Odstrani vnos"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Prazna labela ni dovoljena"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "Potrebujete razdelek swap"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Ta labela je พe uporabljena"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Najdenih %s %s vmesnikov"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Imate นe kakนnega?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Imate vmesnike %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Glejte informacije o strojni opremi"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Namestitev gonilnika za %s kartico %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -758,17 +758,17 @@ msgstr ""
"Nastavitve so oblike ``ime=vrednost ime2=vrednost2 ...''.\n"
"Na primer: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Nastavitve modula:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Kateri %s gonilnik naj poizkusim?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -787,15 +787,15 @@ msgstr ""
"ustavi,\n"
"kar pa naj ne bi povzro่ilo nobene นkode."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Samodejna zaznava"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Navedite nastavitve"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -804,62 +804,62 @@ msgstr ""
"Nalaganje modula %s je bilo neuspeนno.\n"
"ฎelite poskusiti znova z drugimi parametri?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(พe dodano %s)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Geslo je preve่ preprosto"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Vnesite uporabniนko ime"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Uporabniนko ime mora vsebovati samo male ่rke, นtevilke, `-' in `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "To uporabniนko ime je พe dodano"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "To uporabniนko ime je พe dodano"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Dodaj uporabnika"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -868,32 +868,32 @@ msgstr ""
"Vnesite uporabnika\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Sprejmi uporabnika"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Pravo ime"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Uporabniนko ime"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Lupina"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Samodejna prijava"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -902,57 +902,57 @@ msgstr ""
"Ra่unalnik lahko samodejno, po zagonu, v sistem prijavi uporabnika.\n"
"ศe tega ne พelite, pritisnite gumb prekli่i."
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Izberite privzetega uporabnika:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Izberite okenskega upravitelja, ki naj bo pognan:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr ""
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr ""
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "Dodaj uporabnika"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "Zaganjam X"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Izberite pakete, ki jih พelite namestiti"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -961,66 +961,66 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr ""
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr ""
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr ""
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr ""
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr ""
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr ""
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
"or to the Internet. There is no password access."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
msgstr ""
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1030,42 +1030,42 @@ msgid ""
"Internet, you should choose a lower level."
msgstr ""
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
msgstr ""
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Moพnosti"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "Privzeto"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Izberite nastavitve streพnika"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1078,7 +1078,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1103,58 +1103,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Pozdravljeni v izbiralcu operacijskega sistema GRUB!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Uporabite tipke %c in %c za izbiro vnosa"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pritisnite enter za zagon izbranega OS, 'e' za urejevanje"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "ukazov pred zagonom ali 'c' za ukazno vrstico."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Izbran vnos bo zagnan samodejno cez %d sekund."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "premalo prostora v /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Namizje"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Meni Start"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kam พelite namestiti zagonski nalagalnik?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "pomo่ นe ni implementirana.\n"
@@ -1208,129 +1208,129 @@ msgstr ""
msgid "Yaboot mode"
msgstr ""
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "Namestitev sistema"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Ustvarjanje novega razdelka"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Napaka"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "Preklic"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "Izberite razred namestitve"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
#, fuzzy
msgid "Configure"
msgstr "Nastavitev X"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "Izberite streพnik"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1339,44 +1339,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sistemski na่in"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Zagon sistema X-Windows pri zagonu sistema"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Ne, ne พelim samodejne prijave"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, พelim samodejno prijavo s tem uporabnikom"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "Potrdi"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "/etc/inittab ni mogo่e odpreti za branje: %s"
@@ -1477,54 +1477,62 @@ msgstr ""
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "nov"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Odklopi"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Priklopljeno"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
#, fuzzy
msgid "Server"
msgstr "streพnik"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "To่ka priklopa"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Preizkusite miนko"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "streพnik"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "To่ka priklopa:"
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Moพnosti: %s"
@@ -1614,7 +1622,7 @@ msgstr "Prazno"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Drugo"
@@ -1766,7 +1774,7 @@ msgstr ""
"Velikost varnostne kopije zagonske tabele nima enake velikosti\n"
"Naj nadaljujem?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Opozorilo"
@@ -2325,7 +2333,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "Uporabniนko ime"
@@ -2340,23 +2348,23 @@ msgstr "Nastavitve modula:"
msgid "Search servers"
msgstr "Izberite streพnik"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s neuspeนno"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Formatiranje %s s tipom %s ni poznano"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "napaka pri odklopu %s: %s"
@@ -2438,46 +2446,111 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Napaka pri odpiranju %s za pisanje: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "Nastavitev zaslona"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Izberite streพnik"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/_Pomo่"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#, fuzzy
+msgid "Please Wait... Applying the configuration"
+msgstr "Preizkus nastavitev"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2602,7 +2675,8 @@ msgid "/_Quit"
msgstr "Izhod"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Pomo่"
@@ -2622,76 +2696,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/Pomo่/_O kfloppy..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "Samodejna zaznava"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Prepoznavanje trdega diska"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "Glejte informacije o strojni opremi"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "Pokaพi informacije"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "Nastavitev miนke"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "Podvojena to่ka priklopa %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Odstrani vnos"
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d sekund"
@@ -3817,7 +3892,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3832,7 +3907,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3841,31 +3916,31 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Izberite streพnik"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr ""
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4110,7 +4185,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Pozdravljeni v %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Na voljno ni nobenega disketnega pogona"
@@ -4137,11 +4212,11 @@ msgstr ""
msgid "Please choose one of the following classes of installation:"
msgstr "Izberite kartico"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr ""
@@ -4216,7 +4291,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Namestiti"
@@ -4238,7 +4313,7 @@ msgstr "Izhod iz namestitve"
msgid "Choose the packages you want to install"
msgstr "Izberite pakete, ki jih พelite namestiti"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Nameน่anje"
@@ -4267,18 +4342,18 @@ msgid "Installing package %s"
msgstr "Nameน่anje paketa %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr ""
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#, fuzzy
msgid "Refuse"
msgstr "Spremeni velikost"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4289,16 +4364,16 @@ msgid ""
msgstr ""
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Naj vseeno nadaljujem?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr ""
@@ -4395,7 +4470,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4473,7 +4548,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr ""
@@ -4690,67 +4765,67 @@ msgstr "Izberite streพnik"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
"If only some CDs are missing, unselect them, then click Ok."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Priprava namestitbe"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
"%d%%"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
#, fuzzy
msgid "Post-install configuration"
msgstr "Nastavitev zaslona"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4789,7 +4864,7 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4801,163 +4876,163 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
#, fuzzy
msgid "Which is your timezone?"
msgstr "Kateri streพnik potrebujete?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
#, fuzzy
msgid "No printer"
msgstr "Odstrani vnos"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Imate นe kakนnega?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
#, fuzzy
msgid "Mouse"
msgstr "Premakni"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
#, fuzzy
msgid "Printer"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "Nastavitve modula:"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Nastavitev gesla root"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
#, fuzzy
msgid "NIS Server"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -4973,20 +5048,20 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Nastavitve modula:"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5004,21 +5079,21 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
#, fuzzy
msgid "First floppy drive"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
#, fuzzy
msgid "Second floppy drive"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Preskok"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5034,7 +5109,7 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5043,30 +5118,30 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
#, fuzzy
msgid "Sorry, no floppy drive available"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
#, fuzzy
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Ali พelite zdaj zagnati ,X -probeonly`?"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Izberite streพnik"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5074,27 +5149,27 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Ali พelite zdaj zagnati ,X -probeonly`?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "Namestitev zagonskega nalagalnika"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5105,24 +5180,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5141,15 +5216,15 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5158,17 +5233,17 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
#, fuzzy
msgid "Automated"
msgstr "Prilagojeno"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
#, fuzzy
msgid "Replay"
msgstr "Naloพi ponovno"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr ""
@@ -5204,14 +5279,14 @@ msgstr ""
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr ""
@@ -5654,7 +5729,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Kroพni priklopi %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr ""
@@ -5792,16 +5867,16 @@ msgstr "ni่"
msgid "No mouse"
msgstr ""
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Preizkusite miนko"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
#, fuzzy
msgid "To activate the mouse,"
msgstr "Preizkusite miนko"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr ""
@@ -5837,35 +5912,31 @@ msgstr ""
msgid "Toggle between flat and group sorted"
msgstr ""
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
#, fuzzy
msgid "Connect to the Internet"
msgstr "Kateri frekven่ni ่ip (ang. clockchip) imate?"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
"If you don't know, choose 'use pppoe'"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr ""
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr ""
@@ -5959,7 +6030,7 @@ msgstr "Kateri streพnik potrebujete?"
msgid "no network card found"
msgstr ""
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
#, fuzzy
msgid "Configuring network"
msgstr "Nastavitev zaslona"
@@ -5972,15 +6043,15 @@ msgid ""
"such as ``mybox.mylab.myco.com''."
msgstr ""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr ""
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
#, fuzzy
msgid "Network Configuration Wizard"
msgstr "Nastavitev zaslona"
@@ -6023,8 +6094,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Nastavitev zaslona"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
#, fuzzy
msgid "ISDN Configuration"
msgstr "Nastavitev zaslona"
@@ -6059,23 +6130,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Kateri streพnik potrebujete?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr ""
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr ""
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr ""
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr ""
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6084,26 +6160,26 @@ msgid ""
"card.\n"
msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr ""
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
#, fuzzy
msgid "Which is your ISDN card?"
msgstr "Kateri streพnik potrebujete?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
msgstr ""
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
@@ -6161,62 +6237,62 @@ msgstr "Izberite streพnik"
msgid "Second DNS Server (optional)"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
"You can reconfigure your connection."
msgstr "Nastavitev RAMDAC"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
#, fuzzy
msgid "You are currently connected to internet."
msgstr "Kateri frekven่ni ่ip (ang. clockchip) imate?"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
msgstr "Nastavitev zaslona"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
#, fuzzy
msgid "You are not currently connected to Internet."
msgstr "Kateri frekven่ni ่ip (ang. clockchip) imate?"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
#, fuzzy
msgid "Connect"
msgstr "Nastavitev zaslona"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "Nastavitev omreพja"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr "Nastavitev RAMDAC"
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6228,13 +6304,13 @@ msgid ""
"Press OK to continue."
msgstr "Nastavitev RAMDAC"
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
#, fuzzy
msgid "Network Configuration"
msgstr "Nastavitev zaslona"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6242,7 +6318,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6250,106 +6326,106 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Izberite privzetega uporabnika:"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Napredni na่in"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr ""
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy
msgid "Normal modem connection"
msgstr "Nastavitev RAMDAC"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "Podvojena to่ka priklopa %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, fuzzy
msgid "ISDN connection"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "Cable connection"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
#, fuzzy
msgid "LAN connection"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Ali พelite zdaj zagnati ,X -probeonly`?"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "Izberite streพnik"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
#, fuzzy
msgid "Do you want to start the connection at boot?"
msgstr "Ali พelite zdaj zagnati ,X -probeonly`?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
#, fuzzy
msgid "Network configuration"
msgstr "Nastavitev zaslona"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6357,27 +6433,27 @@ msgid ""
"%s"
msgstr "ฎelite preizkusiti nastavitev?"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6385,51 +6461,51 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, fuzzy, c-format
msgid "Configuring network device %s"
msgstr "Nastavitev RAMDAC"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, fuzzy, c-format
msgid " (driver %s)"
msgstr "Gonilnik XFree86: %s\n"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr ""
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr ""
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr ""
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
#, fuzzy
msgid "Automatic IP"
msgstr "Prilagojeno"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "Ustvarjanje zagonske diskete"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6437,44 +6513,52 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
#, fuzzy
msgid "DNS server"
msgstr "Izberite streพnik"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
#, fuzzy
msgid "Gateway device"
msgstr "Zagonska naprava"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr ""
+
+#: ../../network/network.pm_.c:380
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr ""
+
+#: ../../network/network.pm_.c:394
#, fuzzy
msgid "Proxies configuration"
msgstr "Nastavitev zaslona"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr ""
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr ""
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr ""
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
msgstr ""
#: ../../network/shorewall.pm_.c:24
@@ -7837,7 +7921,7 @@ msgstr "Izklop omreพja"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
@@ -8345,10 +8429,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr ""
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8398,6 +8478,43 @@ msgstr ""
msgid "Not enough partitions for RAID level %d\n"
msgstr ""
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Privzeto"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Privzeto"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Odstrani vnos"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Privzeto)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Priprava namestitbe"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -8633,7 +8750,7 @@ msgstr "Nastavitev zaslona"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "Sistemski na่in"
@@ -8730,7 +8847,7 @@ msgstr "Kateri frekven่ni ่ip (ang. clockchip) imate?"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -8777,7 +8894,7 @@ msgstr "Nastavitev zaslona"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -8801,7 +8918,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -8817,7 +8934,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -8832,7 +8949,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -8881,8 +8998,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -8919,11 +9036,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Nameน่anje paketa %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Odjavite se in nato pritisnite Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Za uveljavitev sprememb, se ponovno prijavite v %s"
@@ -8970,17 +9087,6 @@ msgstr "Dodaj uporabnika"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/_Pomo่"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9033,52 +9139,67 @@ msgstr "Dodaj uporabnika"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr ""
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "Nastavitev zaslona"
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Nastavitev zaslona"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "Nastavitev X"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Izberite streพnik"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "Na voljno ni nobenega disketnega pogona"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9203,13 +9324,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "Testiraj ponovno"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9218,41 +9339,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Geslo"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Napaka pri odpiranju %s za pisanje: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9263,64 +9384,64 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9328,912 +9449,914 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Izberite streพnik"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Odstrani vnos"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Odstranjevanje Oken(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "Uporabniนko ime"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "Izberite streพnik"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Preizkusite miนko"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "Poskusite ponovno"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "Poskusite ponovno"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "Nastavitev gesla root"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Kliknite na razdelek"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Kliknite na razdelek"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Kliknite na razdelek"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Kliknite na razdelek"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Kliknite na razdelek"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Izberite datoteko"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Preizkusite miนko"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Tabela"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "Tip"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "Uporabniนko ime"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "stopnja"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "stopnja"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "Nastavitve modula:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Nastavitev zaslona"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "Nastavitev datote่nega sistema"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Naprava miนke: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Moพnosti"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Kateri streพnik potrebujete?"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "Nastavitev zaslona"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Preizkusite miนko"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "Izberite streพnik"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "Izberite streพnik"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Obnovi z diskete"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "Drugo"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "Namestitev sistema"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "Obnovi iz datoteke"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "Obnovi iz datoteke"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Odstrani vnos"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Obnovi iz datoteke"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Obnovi z diskete"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Reนevanje razdelitvene tabele"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Obnovi iz datoteke"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Izberite streพnik"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Geslo"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Uporabniนko ime"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Izberite streพnik"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Obnovi iz datoteke"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "Prilagojeno"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Reนevanje razdelitvene tabele"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Obnovi iz datoteke"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Meni Start"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "Obnovi iz datoteke"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Izberite kartico"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "Ali พelite sedaj zagnati ,X -probeonly`?"
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "Shrani v datoteko"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Nastavitev zaslona"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "Nastavitev zaslona"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "Nastavitev zaslona"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "Nastavitev zaslona"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "Nastavitev datote่nega sistema"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10265,7 +10388,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10274,7 +10397,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -10315,7 +10438,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -10343,17 +10466,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -10370,7 +10493,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -10410,7 +10533,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -10421,7 +10544,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10434,7 +10557,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -10516,8 +10639,8 @@ msgid "Synchronization tool"
msgstr ""
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr ""
@@ -10588,28 +10711,28 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
#, fuzzy
msgid "Report"
msgstr "Formatiraj"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
#, fuzzy
msgid "Not installed"
msgstr "Izhod iz namestitve"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr ""
@@ -10719,11 +10842,6 @@ msgstr "ศarovnik..."
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:301
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Preizkus nastavitev"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
#, fuzzy
msgid "Connected"
@@ -10845,7 +10963,7 @@ msgstr "Ime modula"
msgid "Size"
msgstr "Velikost"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -10910,12 +11028,12 @@ msgstr "Izpis"
msgid "Build the disk"
msgstr "Naredi disketo"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Prepri่aj se, da je disketa v disketniku %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -10924,12 +11042,12 @@ msgstr ""
"Diskete ni v disketniku %s.\n"
"Prosim vstavi jo."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Ne morem ustvariti novega procesa: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11386,153 +11504,153 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "group"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "razdelek %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Uporabniนko ime"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Izbriนi"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Kon่ano"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Dodaj modul"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Odstrani vnos"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Odstrani vnos"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Sprejmi uporabnika"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Razli่ica: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Formatiraj"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Izberite streพnik"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Uporabniนko ime"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
msgid "group :"
msgstr ""
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Izberite streพnik"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11544,137 +11662,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "ustvarjanje zagonske diskete"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Lo่ljivost"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Izberite akcijo"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Uporabniนko ime"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Nastavitev zaslona"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Izhod"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Namestitev sistema"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Nastavitev servisov"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "naprava"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "naprava"
+msgid "Save theme"
+msgstr "Namestitev sistema"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Izberite monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Izberite streพnik"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Izberite streพnik"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Odstrani vnos"
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11810,6 +11938,12 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr ""
@@ -11838,11 +11972,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
#, fuzzy
msgid "logdrake"
msgstr "logdrake"
@@ -12126,16 +12260,13 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
#: ../../steps.pm_.c:14
@@ -12211,7 +12342,7 @@ msgstr "Namestitev sistema"
msgid "Exit install"
msgstr "Izhod iz namestitve"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12470,6 +12601,18 @@ msgstr "Ve่predstavnost"
msgid "Scientific Workstation"
msgstr "Nastavitev zaslona"
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Nastavitev zaslona"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Izhod"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (ne deluje z starejนimi BIOS-i)"
diff --git a/perl-install/share/po/sp.po b/perl-install/share/po/sp.po
index e84ceeeeb..dd7942a3f 100644
--- a/perl-install/share/po/sp.po
+++ b/perl-install/share/po/sp.po
@@ -10425,7 +10425,7 @@ msgstr "บเุแุ็ฺุ ุโีเไejแุ"
#: ../../share/advertising/07-desktop.pl_.c:10
#, fuzzy
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"Mandrake Linux 9.0 าะ ิแุ 11 เะืุ็ุโุๅ ำเไุ็ฺุๅ ิีแฺโ฿ ฺเใึี๚ะ ุ "
@@ -10475,7 +10475,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -10491,7 +10491,7 @@ msgstr ""
#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"ศุเฺุ เะแ฿ Linux เี่ี๚ะ, ฺะ ุ แีๆุ๘ะุๅ ฿ใิะ ฿เุืาิะ ุ 'goodies'-"
"ะ, ๘ี ิแโใ฿ะ ุ ฿เีฺ ธโีเีโะ ใ ะ่ี e-ะเฺีโใ"
diff --git a/perl-install/share/po/sr.po b/perl-install/share/po/sr.po
index 01694103c..9f25b6f4a 100644
--- a/perl-install/share/po/sr.po
+++ b/perl-install/share/po/sr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-08-13 18:43GMT+1\n"
"Last-Translator: Toma Jankovic_<tomaja@net.yu>\n"
"Language-Team: Serbian <i18n@mandrake.co.yu>\n"
@@ -91,24 +91,24 @@ msgstr "Podesi sve glave nezavisno"
msgid "Use Xinerama extension"
msgstr "Koristi Xinerama ekstenziju"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Podesi samo karticu \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s sa 3D hardverskom akceleracijom"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,17 +117,17 @@ msgstr ""
"Vaนa kartica moพe imati 3D hardversku akceleraciju ali samo sa XFree %s.\n"
"Vaนu karticu podrพava XFree %s koji moพe imati bolju podrนku i za 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaนa kartica moพe imati 3D hardversku akceleraciju sa XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s sa EKSPERIMENTALNOM 3D hardverskom akceleracijom"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"blokiranja ra่unara.\n"
"Vaนu karticu podrพava XFree %s koji moพe imati bolju podrนku i za 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,12 +149,12 @@ msgstr ""
"ZAPAMTITE da je ovo EKSPERIMENTALNA podrนka za 3D i moพe dovesti do "
"blokiranja ra่unara."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (Instalacija displej drajver)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Izbor po พelji"
@@ -174,32 +174,32 @@ msgstr "Rezolucija"
msgid "Test"
msgstr "Test"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcije"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "U redu"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Kraj"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -293,25 +293,25 @@ msgstr "Izaberite rezoluciju i broj boja pri prikazu"
msgid "Graphics card: %s"
msgstr "Grafi่ka kartica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Poniนti"
@@ -387,11 +387,11 @@ msgstr "XFree86 server: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86 drajver: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "X okruพenje na startu"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -400,7 +400,7 @@ msgstr ""
"Ja mogu podesti vaน ra่unar da automatski podiพe X okruพenje pri startanju.\n"
"Da li พelite X okruพenje pri restartu ?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -420,7 +420,7 @@ msgstr ""
"\n"
"Da li imate ovu opciju?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Kakav sistem vaน TV koristi?"
@@ -492,7 +492,7 @@ msgstr "Kompakt"
msgid "compact"
msgstr "kompakt"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Video mod"
@@ -500,17 +500,17 @@ msgstr "Video mod"
msgid "Delay before booting default image"
msgstr "Pauza pre startanja default image-a"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Lozinka"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "Lozinka (ponovite)"
@@ -545,14 +545,14 @@ msgid ""
msgstr ""
"Opcija``Ograni่ena komandna linika - opcije'' je neupotrebljiva bez lozinke"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "Probajte ponovo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Nepodudarnost lozinki"
@@ -594,7 +594,7 @@ msgstr ""
"\n"
"Na koji drajv se butujete?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -602,148 +602,148 @@ msgstr ""
"Ovo su postavljne opcije.\n"
"Moพete dodati nove ili izmeniti stare."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Ura๐eno"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "Promeni"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Koju vrstu unosa dodajete ?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Drugi OS-ovi (SunOS,BSD,...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Drugi OS-ovi (MacOS,BSD,...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Drugi OS-ovi (Windows,BSD,BeOS,...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Slika"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Dodatak"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ศitanje-pisanje RW"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabela"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Nesigurno"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Oznaka"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Podrazumevano"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-veli่ina"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Uklanjam unos"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Prazna oznaka nije dozvoljena"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Morate specificirati kernelov image"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Morate odrediti root particiju"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Ova oznaka je veๆ u upotrebi"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Prona๐eno %s %s interfejsa"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Da li imate joน jedan?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Imate li joน %s interfejsa?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Pogledaj informacije o hardveru"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaliram drajver za %s karticu %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -752,7 +752,7 @@ msgstr ""
"Sada moพete da ubacite njegove opcije u modul %s.\n"
"Zapamtite da svaka adresa treba da se unosi sa prefiksom 0x kao npr. '0x123'"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -763,17 +763,17 @@ msgstr ""
"Opcije su u formatu ``ime=vrednost ime2=vrednost2 ...''.\n"
"Na primer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Opcije modula:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Koji %s drajver da probam?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -789,15 +789,15 @@ msgstr ""
"sami da unesete dodatne podatke za njega, ili da ih drajver sam odredi?\n"
"Moguๆe je da ๆe proba zaglaviti vaน ra่unar, ali neๆe naneti nikakvu นtetu."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Automatska proba"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Navedite opcije"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -806,63 +806,63 @@ msgstr ""
"Podizanje modula %s neuspelo.\n"
"Da li พelite pokuนate ponovo sa drugim parametrima ?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "pristup X programima"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "dozvoli \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "pristup administrativnim fajlovima"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
#, fuzzy
msgid "access to network tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
#, fuzzy
msgid "access to compilation tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s veๆ postoji)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Ova lozinka je previนe prosta"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Odredite korisni่ko ime"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Korisni่ko ime moพe sadrพati samo mala slova, brojeve, `-' i `_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Korisni่ko ime veๆ je preduga่ko"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Ovo korisni่ko ime veๆ postoji"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -871,32 +871,32 @@ msgstr ""
"Unesi korisnika\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Pravo ime"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Korisni่ko ime"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Auto logovanje"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -904,54 +904,54 @@ msgstr ""
"Ja mogu podesti vaน ra่unar da automatski uloguje jednog korisnika.\n"
"Da li พelite da korisitite ovu opciju ?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Izaberite default (osnovnog) korisnika:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Izaberite window menadzer koji พelite da koristite:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "IZaberite koji jezik พelite da korisitite."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Moพete izabrati drugi jezik koji ๆe biti dostupan posle instalacije "
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Sve"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Dozvoli sve korisnike"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Nema zajedni่kog deljenja"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s mora biti instaliran. Da li พelite da ga instalirate?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Moพete eksportovati koristeๆi NFS ili Samba-u. Koji od ova dva พelite"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Tekuๆi paket %s nedostaje"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -966,11 +966,11 @@ msgstr ""
"\n"
"\"Custom\" dozvoljava detaljnija per-user podeนavanja.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -978,31 +978,31 @@ msgstr ""
"per-user deljenje resursa koristi grupu \"fileshare\". \n"
"Vi pomoๆu userdrake-a moพete dodati korisnika u ovu grupu."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Dobroนli kod Krakera"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Bedna"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standardni"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "Velika"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "Viนlji"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoidna"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1013,7 +1013,7 @@ msgstr ""
"koja je povezana sa drugim maนinama ili na internet. Ovde ne postoji\n"
"pristup sa lozinkom."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1021,7 +1021,7 @@ msgstr ""
"Lozinke su sada omoguๆene, ali se i dalje ne preporu่uje da se koristi\n"
"kao mreพni ra่unar."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1029,7 +1029,7 @@ msgstr ""
"Ovo je standardno sigurnosno okruพenje preporu่eno za ra่unare koji ๆe "
"biti korนๆeni za vezu sa Internetom ili kao klijent."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1037,7 +1037,7 @@ msgstr ""
"Veๆ postoje neka ograni่enja, a viนe automatskih provera se pokreๆe svake "
"noๆi."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1053,7 +1053,7 @@ msgstr ""
"konekcije brojnih klijenata. Napomena: ukoliko je vaนa maนina samo klijent "
"na Internetu, trebali bi da izaberete niพi nivo."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1061,32 +1061,32 @@ msgstr ""
"Ovo je sli่no prethodnom nivou, ali je sada sistem potpuno zatvoren i "
"sigurnosne opcije su maksimalne."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "DrakSec Osnovne Opcije"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Izaberite พeljeni sigurnosni nivo"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Sigurnosni nivo"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Koristi libsafe za servere"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr "Biblioteka koja นtiti od buffer overflow-a i format string napada."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Administracija Nivoa Sigurnosti (login ili email)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1102,7 +1102,7 @@ msgstr ""
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1125,7 +1125,7 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Dobrodosli u GRUB starter operativnog sistema !"
@@ -1138,7 +1138,7 @@ msgstr "Dobrodosli u GRUB starter operativnog sistema !"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Koristi %c i %c slova da bi oznacili izbor"
@@ -1152,7 +1152,7 @@ msgstr "Koristi %c i %c slova da bi oznacili izbor"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pritisnite enter za podizanje izabranog OS,'e' za promenu "
@@ -1165,7 +1165,7 @@ msgstr "Pritisnite enter za podizanje izabranog OS,'e' za promenu "
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandi pri podizanju sistema,ili 'c' za komandnu liniju "
@@ -1178,33 +1178,33 @@ msgstr "komandi pri podizanju sistema,ili 'c' za komandnu liniju "
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Oznaceni izbor se podize automatski za %d sekundi"
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "nema dovoljno mesta u /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start meni "
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Ne moพete da instalirate starter na particiju %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "pomoๆ joน nije implementirana.\n"
@@ -1256,64 +1256,64 @@ msgstr "Lilo/Grub mod"
msgid "Yaboot mode"
msgstr "Yaboot mod"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Instaliraj teme"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Prikaพi teme u konzoli"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "Kreiraj novu particiju"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Backup %s to %s.old"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Greนka"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "Ne mogu da sa่uvam lilo poruku"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Kopiraj %s u %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "Ne mogu da izmenim lilo poruku"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Lilo poruka nije prona๐ena"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Ne mogu da upisujem u /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Upiนi %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1321,17 +1321,17 @@ msgstr ""
"Ne mogu da upiนem u /etc/sysconfig/bootsplash\n"
"Fajl ne postoji."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Ne mogu da pokrenem mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Izvrนi initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1340,24 +1340,24 @@ msgstr ""
"Pokrenite \"lilo\" kao root iz komandne linije da bi zavrนili instalciju "
"teme za LiLo starter."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "Restartuj 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Napomena"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Instalacija LiLo-a i Bootsplash tema uspela"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Instalacija teme nije uspela!"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1366,21 +1366,21 @@ msgstr ""
"Trenutno koristite %s kao Boot menadพer \n"
"Kliknite na Podesi (Configure) da bi pokrenuli podeนavavanje."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Podesi"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Splash selekcija"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Teme"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1394,44 +1394,44 @@ msgstr ""
"a moพete ih odabrati\n"
"odvojeno"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Lilo ekran"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Sistemski mod"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "Pokreni X-Window sistem pri stratanju"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Ne, ja ne พelim autologovanje"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, ja พelim autologovanje sa ovim(korisnik,desktop)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ne mogu otvoriti /etc/inittab za ่itanje: %s"
@@ -1528,53 +1528,61 @@ msgstr "Austrija"
msgid "United States"
msgstr "SAD"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "novi"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Demontiraj"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montiraj"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Ta่ka montiranja"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Unesite brzinu cd pisa่a"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Ta่ka montiranja: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcije: %s"
@@ -1663,7 +1671,7 @@ msgstr "Prazno"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Drugo"
@@ -1807,7 +1815,7 @@ msgstr ""
"Pohranjena(snimljena) tabela particija nije iste veli่ine\n"
"ฎelite da nastavite ?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Upozorenje"
@@ -2364,7 +2372,7 @@ msgstr ""
"Unesite svoje korisni่ko ime, lozinku i domen da bi mogli da pristupite "
"hostu."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Korisni่ko ime"
@@ -2376,23 +2384,23 @@ msgstr "Domen"
msgid "Search servers"
msgstr "Traพi servere"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s Formatiranje %s nije uspelo"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ne znam kako da formatiram %s u tipu %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "montiranje particije %s u direktorijum %s nije uspelo"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "Greนka pri demontiranju %s: %s"
@@ -2477,47 +2485,110 @@ msgstr "Nema นta da se uradi"
msgid "Error opening %s for writing: %s"
msgstr "Greนka pri otvaranju %s za ispis: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "CUPS konfiguracija"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Drajver"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Pomoๆ"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Samo momenat... primena konfiguracije"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Samo momenat..."
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
#, fuzzy
msgid "Unkown driver"
msgstr "Nepoznati model"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2640,7 +2711,8 @@ msgid "/_Quit"
msgstr "/_Kraj"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Pomoๆ"
@@ -2661,14 +2733,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Prijavite Bag"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_O..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "O Harddrake-u"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2676,56 +2752,53 @@ msgstr ""
"Ovo je HardDrake, Mandrake-ov alat za podeนavanje hardvera.\n"
"Verzija:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Autor:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 verzija "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Detektovani hardver"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Informacije"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Modul za podeนavanje"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "Pokreni konfiguracioni alat"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Detekcija u toku"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Samo momenat..."
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Ovde moพete podesiti svaki parametar modula."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "Pokreๆem \"%s\" ..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "primarno"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "sekundarno"
@@ -4751,7 +4824,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Morate i %s da formatirate"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4777,7 +4850,7 @@ msgstr ""
"\n"
"Da li zaista พelite da instalirate ove servise?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4786,20 +4859,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Nije moguๆ prenos bez NIS domena"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Ubacite FAT formatiranu praznu disketu u ure๐aj %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Ova disketa nije formatirana sa FAT sistemom"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4807,12 +4880,12 @@ msgstr ""
"Da bi koristili ovaj izbor za ่uvanje selekcije paketa, izaberite "
"instalaciju sa ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Greนka kod otvaranja datoteka %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -5057,7 +5130,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Dobroนli u %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Nepristupa่an disketni ure๐aj"
@@ -5088,11 +5161,11 @@ msgstr "Instalacione klase"
msgid "Please choose one of the following classes of installation:"
msgstr "Molim vas da izaberete jednu od sledeๆih instalacionih klasa:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Odabir grupa paketa"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Pojedina่no biranje paketa"
@@ -5168,7 +5241,7 @@ msgstr "Automatski prikaพi izabrane pakete"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Instaliraj"
@@ -5188,7 +5261,7 @@ msgstr "Minimalno instaliraj"
msgid "Choose the packages you want to install"
msgstr "Izaberi pakete za instalaciju"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Instaliram"
@@ -5215,17 +5288,17 @@ msgid "Installing package %s"
msgstr "Instaliram paket %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Prihvati"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Odbaci"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5241,16 +5314,16 @@ msgstr ""
"Ukoliko ga nemate pritisnite Poniนti."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Svejedno nastaviti dalje ?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Greนka u listi paketa:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Greนka pri instalaciji paketa:"
@@ -5379,7 +5452,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5570,7 +5643,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Da li ste sigurni da odbijate licencu?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastatura"
@@ -5776,11 +5849,11 @@ msgstr "Ubacite disketu koja sadrพi selekciju paketa"
msgid "Selected size is larger than available space"
msgstr "Selektovana veli่ina je ve๐a od slobodnog prostora"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Tip instalacije"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5788,19 +5861,19 @@ msgstr ""
"Niste selektovali nijednu grupu paketa.\n"
"Izaberite minimalnu instalaciju koju พelite:"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Sa X-ovima"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Sa osnovnom dokumentacijom (preporuka!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5810,16 +5883,16 @@ msgstr ""
"Ukoliko nemate nijedan CD, kliknite na Cancel.\n"
"Ako vam nedostaju samo neki CD-ovi , deselektujte ix, a onda kliknite na Ok."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom ozna่en kao \"%s"
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "Pripremam instalaciju"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5828,21 +5901,21 @@ msgstr ""
"Instaliram pakete %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Postinstalaciona konfiguracija"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Ubacite Boot disketu u ure๐aj %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Ubacite Update Modules disketu u ure๐aj %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5898,7 +5971,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5917,157 +5990,157 @@ msgstr ""
"\n"
"da li พelite da instalirate update-ove ?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"KOntaktirajte Mandrake Linux web sajt da bi dobili listu dostupnih mirror-a"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kog ๆete skinuti pakete"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Kantaktirajte mirror za listu moguๆih paketa"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Koja je vaนa vremenska zona ?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Vaน sistemski (BIOS) ่asovnik je podeนen na GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatska sinhronizacija vremena (preko NTP-a)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP Server"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Udaljeni CUPS server"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Bez นtampa่a"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Da li imate ISA zvu่nu karticu?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Pokrenite \"sndconfig\" nakon isntalacije da bi podesili svoju zvu่nu karticu"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nije detektovana zvu่na kartica. Pokrenite \"harddrake\" nakon instalacije"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Saพetak"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Miน"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Vremenska zona"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ฉtampa่"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN kartica"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Zvu่na kartica"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV katica"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Windows Domen"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Lokalne datoteke"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Unesi root lozinku"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Bez lozinke"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Ova lozinka je suviนe jednostavna (treba da ima bar %d znakova)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "LDAP Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP Server"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "NIS Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS Domen"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6094,19 +6167,19 @@ msgstr ""
"(tm) Domen, i Admin Username/Password, nakon startanja sistema.\n"
"Komanda 'wbinfo -t' ๆe testirati da li vaนa autentifikacija dobra."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Autentifikacija Windows Domena"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Admin Korisni่ko ime Domena"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Admin Lozinka domena"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -6132,19 +6205,19 @@ msgstr ""
"Ukoliko พelite da kreirate startnu disketu za vaน sistemubacite disketu u "
"pogon i pritisnite \"Da\"."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Prvi flopi/disketni ure๐aj "
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Drugi flopi/disketni ure๐aj"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Presko่i"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6167,7 +6240,7 @@ msgstr ""
"'diskom za spasavanje', นto olakนava oporavak u slu่aju teพe havarije.\n"
"Da li biste da kreirate startnu disketu za vaน sistem? %s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6181,29 +6254,29 @@ msgstr ""
"pa kreiranje startnog 1.44 Mb flopija verovatno neๆe uspeti,\n"
"zato นto XFS traพi veliki drajver)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Ti malera, nema diskete"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Izabrerite disketni ure๐aj koji ๆete koristiti za kreiranje starne diskete"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Ubacite disketu u ure๐aj %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Kreiram startni disk..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "Pripremam starter..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6215,11 +6288,11 @@ msgstr ""
"Instalacija ๐e biti nastavljena, ali ๐ete morati da\n"
" BootX da bi podigli sistem"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Da li พelite da koristite aboot ?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6227,15 +6300,15 @@ msgstr ""
"Greนka pri instalaciji aboot-a, \n"
"Da li da probam da instaliram ่ak ako to vodi uniนtenju prve particije?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Instaliram starter"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalacija startera neuspela. Greนka je:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6252,17 +6325,17 @@ msgstr ""
" Onda ukucajte: shut-down\n"
"Kada sledeๆi put startujete maนinu trebali bi da vidite staterov prompt."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ubacite praznu disketu u ure๐aj %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Kreiram auto instalacioni flopi"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6272,7 +6345,7 @@ msgstr ""
"\n"
"Da li stvarno พelite da zavrนite ?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6304,15 +6377,15 @@ msgstr ""
"Informacije o konfigurisanju vaนeg sistema moพete naๆi u post-instalacionom\n"
"poglavlju zvani่nog Mandrake Linux 'Vodi่a za korisnike'."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Kreiraj auto instalacionu disketu"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6326,15 +6399,15 @@ msgstr ""
"\n"
"Moพda volite da ponovite instalaciju.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatski"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Ponavljanje"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Sa่uvaj selekciju paketa"
@@ -6370,14 +6443,14 @@ msgstr "Napredno"
msgid "Basic"
msgstr "Osnovno"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Prethodni"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Sledeๆi"
@@ -6827,7 +6900,7 @@ msgstr "Desni \"Windows\" taster"
msgid "Circular mounts %s\n"
msgstr "Kruพno montiranje %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Ukloni prvo logi่ke volumene\n"
@@ -6963,15 +7036,15 @@ msgstr "nijedan"
msgid "No mouse"
msgstr "Nema miนa"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Molim Vas da testirate miนa"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "Da bi mogli da aktivirate miนa"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "pomerite to่kiๆ !"
@@ -7008,11 +7081,11 @@ msgstr "Skupi stablo"
msgid "Toggle between flat and group sorted"
msgstr "Birajte: ravno ili grupno sortirano"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Konektuj na internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -7022,23 +7095,19 @@ msgstr ""
"Me๐utim, postoje konekcije koje koriste pptp i neke koje koriste dhcp.\n"
"Ukoliko ne znate koja je, izaberite 'koristi pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "koristi dhcpd"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "koristi pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "koristi pptp"
@@ -7138,7 +7207,7 @@ msgstr ""
msgid "no network card found"
msgstr "Nije prona๐ena mreพna kartica"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Podeนavanje mreพe"
@@ -7154,15 +7223,15 @@ msgstr ""
"Vaนe ime hosta treba da bude puno ime kao npr.\n"
"``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Ime hosta:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "่arobnjak za podeนavanje mreพe"
@@ -7210,8 +7279,8 @@ msgid "Old configuration (isdn4net)"
msgstr "Stara konfiguracija (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN Konfiguracija"
@@ -7247,23 +7316,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Koji protokol พelite da koristite ?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Kakvu vrstu kartice imate?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Ne znam"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7277,19 +7351,19 @@ msgstr ""
"\n"
"Ukoliko imate PCMCIA karticu, morate znati irq i io za vaนu karticu.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Prekini"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Nastavi"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Koja je vaนa ISDN kartica ?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7297,7 +7371,7 @@ msgstr ""
"Detektovana je ISDN PCI kartica, nepoznatog tipa. Izaberite jednu PCI "
"karticu na sledeๆem ekranu."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Nije prona๐ena ISDN PCI kartica.Izaberite jednu na sledeๆem ekranu."
@@ -7349,7 +7423,7 @@ msgstr "Prvi DNS Server (opcija)"
msgid "Second DNS Server (optional)"
msgstr "Drugi DNS Server (opcija)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7357,7 +7431,7 @@ msgstr ""
"\n"
"Moพete se diskonektovati ili rekonfigurisati konekciju."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7365,11 +7439,11 @@ msgstr ""
"\n"
"Podesi internet konfiguraciju"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Trenutno ste konektovani na Internet"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7377,32 +7451,32 @@ msgstr ""
"\n"
"Sada se moพete konektovati na Internet ili rekonfigurisati konekciju"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Trenutno niste konektovani na Internet"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Konektuj"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Diskonektuj"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Podesi konekciju"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internet konekcija i konfiguracija"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Sada treba da podesimo %s konekciju."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7421,12 +7495,12 @@ msgstr ""
"\n"
"Pritisnite \"U redu\" za nastavak."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Podeนavanje mreพe"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7438,7 +7512,7 @@ msgstr ""
"Kliknite na OK zadrdพali konfiguraciju Network/Internet konekcije, ili "
"cancel da bi ponovo uradili kofiguraciju.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7450,72 +7524,72 @@ msgstr ""
"Sada treba da konfiguriนemo vaนu internet/mreพnu konekciju.\n"
"Ukoliko ne พelite auto detekciju, deselektujte opciju.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Izaberite profil za konfigurisanje"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Koristi auto detekciju"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Ekspert mod"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detektujem ure๐aje..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normalna modemska konekcija"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "Detektovano na portu %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN konekcija"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "detektovano %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL konekcija"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "Detektovano na interfejsu %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Kablovska konekcija"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "Detektovana je kablovska konekcija "
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN konekcija"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "detektovana mreพna kartica(e)"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Izaberite tip konekcije koji พelite da koristite"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7525,23 +7599,23 @@ msgstr ""
"Izaberite jedan od njih koji พelite da koristite.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internet konekcija"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Da li พelite da startujete konektovanje pri startanju sistema ?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Podeนavanje mreพe"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Mreพa mora biti restartovana"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7551,7 +7625,7 @@ msgstr ""
"Pojavio se problem tokom restartovanja mreพe?\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7561,7 +7635,7 @@ msgstr ""
"\n"
"Konfiguracija se sada moพe primeniti na sistem.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7569,7 +7643,7 @@ msgstr ""
"Kada se to uradi, trebali bi da restartujete X\n"
"okruพenje da bi izbegli probleme sa promenom hostname-a."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7579,7 +7653,7 @@ msgstr ""
"Proverite svoju konekciju preko net_monitor ili mcc. Ukoliko vaนa konekcija "
"ne radi, treba da ponovite konfiguraciju"
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7591,7 +7665,7 @@ msgstr ""
"Samo prihvaitite da bi postavku ostavili istom.\n"
"Izmena polja koje vidite ๆe poniนtiti postojeๆu konfiguraciju."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7601,42 +7675,42 @@ msgstr ""
"Svaka stavka treba de bude tavka treba da bude uneta kao\n"
"IP adresa (na primer, 123.45.67.89)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Podeนavanje mreพnog ure๐aja %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr "(drajver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP adresa"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Mreพna maska"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Automatski IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Pokreni pri startanju"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba da bude u formatu 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7648,42 +7722,53 @@ msgstr ""
"kao na pr. ``mybox.mylab.myco.com''.\n"
"Ako nemate dodatnih 'nameserver'-a, ostavite ta polja prazna."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (e.g. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway ure๐aj"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP adresa treba da bude u formatu 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP adresa treba da bude u formatu 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Podeนavanje proksija"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Track mreพna kartica id (korisno za laptop ra่unare)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy treba da bude http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy treba da bude ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Url treba da po่inje sa http://..."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9251,7 +9336,7 @@ msgstr "ฉtampam na นtampa่u \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9816,11 +9901,6 @@ msgstr ""
"Molim Vas da unesete informacije o ftp proxy-ju\n"
"Polja ostavite praznima ukoliko ne พelite da koristite ftp proksi"
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url treba da po่inje sa http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9868,6 +9948,43 @@ msgstr "mkraid neuspelo (moพda nedostaje raidtools ?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Nema dovoljno particija za RAID nivo %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Sigurnosni nivo"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Sigurnosni nivo"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Administracija Nivoa Sigurnosti (login ili email)"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Podrazumevano)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Izaberite พeljeni sigurnosni nivo"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Samo momenat, pripremam instalaciju"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Startam ALSA (Advanced Linux Sound Architecture) sistem za zvuk"
@@ -10169,7 +10286,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Zajedni่ko deljenje fajlova"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "Sistem"
@@ -10266,7 +10383,7 @@ msgstr "Konektuj na internet"
#: ../../share/advertising/03-internet.pl_.c:10
#, fuzzy
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10325,7 +10442,7 @@ msgstr "Korisni่ki interfejsi"
#: ../../share/advertising/07-desktop.pl_.c:10
#, fuzzy
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"Mandrake Linux 9.0 vam donosi 11 razli่itih grfi่kih desktop okruพenja i "
@@ -10357,7 +10474,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
#, fuzzy
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"Pretvorite svoju maนinu u moๆni server sa samo nekoliko poteza miนem: Web "
@@ -10375,7 +10492,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -10391,7 +10508,7 @@ msgstr ""
#, fuzzy
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"ฉiroki raspon Linux reนenja, kao i slecijalnih ponuda proizvoda i 'goodies'-"
"a, je dostupan i preko Interneta u naนem e-marketu"
@@ -10442,8 +10559,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -10479,11 +10596,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Instaliram pakete..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Molim vaน izlogujte se i restartujte (Ctrl-Alt-BackSpace) ra่unar"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Molim, ponovo unesite %s radi aktiviranja promena"
@@ -10524,16 +10641,6 @@ msgstr "Dodaj/Izbriนi Korisnike"
msgid "Add/Del Clients"
msgstr "Dodaj/Izbriนi Klijente"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Pomoๆ"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Boot Floppy"
@@ -10582,48 +10689,64 @@ msgstr "Dodaj Korisnika -->"
msgid "<-- Del User"
msgstr "<-- Obriนi Korisnika"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+#, fuzzy
+msgid "No net boot images created!"
+msgstr "Net Boot Images"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Dodaj Klijenta -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Obriนi Klijenta"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "dhcpd Konfiguracija..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Napredna Konfiguracija"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Sa่uvaj Konfiguraciju"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Ubacite disketu:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Ne mogu da pristupim disketi!"
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Disketu sada moพete da izbacite iz ure๐aja"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Disketa nije prona๐ena!"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO image je %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Neนto je krenulo naopako! - Da li je mkisofs instaliran?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Prvo morate da kreirate /etc/dhcpd.conf !"
@@ -10771,13 +10894,13 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "ukupan napredak"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10786,41 +10909,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Bez lozinke"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Ne mogu da otvorim %s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10831,65 +10954,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Backup sistemskih fajlova..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "backup-ovanje fajlova sa hard diska..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "backup-ovanje korsinikovih fajlova"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Napredak Backup-ovanja hard diska..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "backup-ovanje ostalih fajlova..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, fuzzy, c-format
msgid ""
"\n"
@@ -10900,7 +11023,7 @@ msgstr ""
"Drakbackup aktivnosti preko trake:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10909,7 +11032,7 @@ msgstr ""
"lista fajlova poslana preko FTP-a: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10919,7 +11042,7 @@ msgstr ""
" Problemi sa FTP konekcijom: Nije moguๆe poslati vaนe backup fajlove preko "
"FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10929,7 +11052,7 @@ msgstr ""
"Drakbackup aktivnosti preko CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10939,24 +11062,24 @@ msgstr ""
"Drakbackup aktivnosti preko trake:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " Greนka tokom slanja mail-a. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Odabir fajlova"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Odaberite fajlove ili direktorijume i klinite na 'Dodaj'"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10964,27 +11087,27 @@ msgstr ""
"\n"
"Proverite sve opcije koje vam trebaju.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Ove opcije mogu sa่uvati i kasnije obnoviti sve fajlove u vaนem /etc "
"direktorijumu.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Sa่uvajte svoje Sistemske fajlove ( /etc direktorijum )"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr "Koristi Inkrementalni Backup (ne zamenjuj ih sa starim backup-ima)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Ne uklju่uj kriti่ne fajlove (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10992,65 +11115,67 @@ msgstr ""
"Sa ovom opcijom moๆi ๆete da obnovite bilo koju verziju\n"
" vaนeg /etc direktorijuma."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Selektujte sve korisnike koje พelite da uklju่ite u backup."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Ne uklju่uj keน pretraพiva่a"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
"Koristi Inkrementalni Backup-ove (ne zamenjuj ih sa starim backup-ovima)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Ukloni Selektovano"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows(FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Korisnici"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "Korisiti mreพnu konekciju za backup"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Molim Vas unesete ime hosta ili IP."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -11058,69 +11183,69 @@ msgstr ""
"Unesite direktorijum (ili modul) da\n"
" bi postavili backup na ovaj host."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Unesite vaนe korisni่ko ime"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Unesite vaนu lozinku"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Zapamti ovu lozinku"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
#, fuzzy
msgid "Need hostname, username and password!"
msgstr "Ne mogu da ulogujem korisni่ko ime %s (neispravna lozinka?)"
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Koristi CD/DVDROM za backup"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Izaberite vaน CD prostor"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Proverite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Proverite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Proverite da li พelite izbriนete vaน CDRW pre"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
#, fuzzy
msgid " Erase Now "
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Proverite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Proverite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11128,35 +11253,35 @@ msgstr ""
"Unesite ime vaนeg CD Writer ure๐aja\n"
" ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "Stari fajl ure๐aja"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Unesite ime ure๐aja koji koristite za backup"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Proverite da li พelite izbriนete sve trake backup-a."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr "Proverite da li พelite izbriนete sve trake backup-a."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Proverite da li พelite izbriนete sve trake backup-a."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11164,55 +11289,55 @@ msgstr ""
"Unesite maksimalnu veli่inu\n"
" dozvoljenu za Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "Unesite direktorijum da bi u njega sa่uvali:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Koristi quota zar backup fajlove"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Mreพa"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Traka"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "na sat"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "dnevno"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "nedeljno"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "mese่no"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Koristi demon"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11220,7 +11345,7 @@ msgstr ""
"Izaberite vremenski interval \n"
"izme๐u svakog backup-a"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11228,7 +11353,7 @@ msgstr ""
"Izaberite\n"
"medij za backup."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -11238,71 +11363,71 @@ msgstr ""
"\n"
"Moพete primetiti da svi 'net' mediji tako๐e koriste hard disk."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Poนalji mail izveนtaj nakon svakog backup/a na :"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "ฉta"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Gde"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Kada"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Viนe Opcija"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Drakbackup Konfiguracija"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Izaberite นta พelite da backup-ujete"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "na Hard Disk"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "preko Mreพe"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Izaberite นta พelite da backup-ujete"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Backup-uj sistem"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Backup-uj Korisnike"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Izaberite korisnike ru่no"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11310,7 +11435,7 @@ msgstr ""
"\n"
"Backup Izvori: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11318,7 +11443,7 @@ msgstr ""
"\n"
"- Sistemski fajlovi:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11326,7 +11451,7 @@ msgstr ""
"\n"
"- Korisni่ki fajlovi:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11334,7 +11459,7 @@ msgstr ""
"\n"
"- Ostali fajlovi:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11343,13 +11468,13 @@ msgstr ""
"\n"
"- Snimi na Hard Disk na putanju: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -11357,20 +11482,20 @@ msgstr ""
"\n"
"- Nareพi na CD"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr " na ure๐aj: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -11379,12 +11504,12 @@ msgstr ""
"\n"
"- Snimi na traku na ure๐aju: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tErase=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -11393,7 +11518,7 @@ msgstr ""
"\n"
"- Snimi preko %s na host: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11402,7 +11527,7 @@ msgstr ""
"\t\t korisni่ko ime: %s\n"
"\t\t na putanji: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11410,19 +11535,19 @@ msgstr ""
"\n"
"- Opcije:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tNe uklju่uj Sistemske Fajlove\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackup koristi tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackus koristi tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11431,39 +11556,39 @@ msgstr ""
"\n"
"- Demonn (%s) uklju่uje :\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Hard disk.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-Traka \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Mreพa preko FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Mreพa preko SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Mreพa preko rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Mreพa preko webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Bez konfiguracije, kliknite na ศarobnjak ili Napredno\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11471,7 +11596,7 @@ msgstr ""
"Lista podataka za obnavljanje:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11479,256 +11604,256 @@ msgstr ""
"Lista korumpiranih podataka:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Deselektujte ili uklonite ih sledeๆi put."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Backup fajlovi su korumpirani"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
#, fuzzy
msgid " All of your selected data have been "
msgstr " Svi vaนi selektovani podasi su "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Uspeนno Obnovljeni na %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " Obnavljanje Konfiguracije "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "U Redu za obnavanje drugih fajlova."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Obnavljanje liste korisnika (samo najnoviji podaci po korisniku su vaพni)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Backup sistemskih fajlova pre:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "izaberite datum za obnavljanje"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Koristi Hard Disk za backup"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Unesite direktorijum da bi sa่uvali:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP konekcija"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Sigurnosna Konekcija"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "Povrati (restore) sa Hard Diska"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Unesite direktorijum gde je smeนten backup"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Izaberitedrugi medij za obnavljanje sa"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Drugi Medij"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "Obnovi sistem"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "Obnovi korisnike"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "Obnovi ostalo"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "izaberite putanju za obnavljanje (umesto /)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Uradi novi backup pre obnavljanja (samo za inkrementalne backup-e.)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Ukloni korisni่ke direktorijume pre obnavljanja"
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Ukloni Selektovano"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Obnovi ostalo"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "Backup %s to %s.old"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "Povrati (restore) sa Hard Diska"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "Obnovi tabelu particija"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "Obnovi korisnike"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "Ime hosta:"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "Lozinka"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "Korisni่ko ime"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "Ime hosta:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "Obnovi ostalo"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "Obnovi sve backup-ove"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Obnavljanje po พelji"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "Obnovi tabelu particija"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "Obnovi korisnike"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "Prethodni"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Sa่uvaj"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Kreiraj backup"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "Obnovi"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
#, fuzzy
msgid ""
"Error during sendmail.\n"
@@ -11739,7 +11864,7 @@ msgstr ""
" vaน izveนtaj nije poslan\n"
" Podesite sendmail"
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -11747,7 +11872,7 @@ msgstr ""
"Sledeๆi paketi moraju biti instalirani:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11755,19 +11880,19 @@ msgstr ""
"Greนka tokom slanja fajla preko FTP-a.\n"
" Ispravite vaนu FTP konfiguraciju."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Izaberite podatke za obnavljanje..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Izaberite medij koji พelite da korisitite za backup..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Izaberite podatke koji พelite da backup-ujete..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11775,59 +11900,59 @@ msgstr ""
"Nije prona๐en kofiguracioni fajl \n"
"Kliknite na ศarobnjak ili Napredno."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "U razvoju ... molim Vas sa่ekajte"
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Backup-uj sistemske fajlove"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Backup-uj korisni่ke fajlove"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Backup-uj ostale fajlove"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Ukupni napredak"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "fajlovi poslani preko FTP-a"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "ฉaljem fajlove..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Backup-uj sada iz konfiguracionog fajla"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Pogledaj Backup Konfiguraciju."
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "ศarobnjak Konfiguracija"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Napredna Konfiguracija"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Backup Sad"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
#, fuzzy
msgid ""
"options description:\n"
@@ -11888,7 +12013,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11902,7 +12027,7 @@ msgstr ""
" podesite myhostname ili mydomain u /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11980,7 +12105,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
#, fuzzy
msgid ""
"restore description:\n"
@@ -12033,19 +12158,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -12076,7 +12201,7 @@ msgstr ""
"Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12152,7 +12277,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12170,7 +12295,7 @@ msgstr ""
"pre nego ga poนaljete na server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12192,7 +12317,7 @@ msgstr ""
"podatke. Vaพno je da budete paพljivi i da nemenjate \n"
"backup fajlove ru่no.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12317,8 +12442,8 @@ msgid "Synchronization tool"
msgstr "Alat za sinhronizaciju"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Samostalni Alati"
@@ -12383,7 +12508,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12392,25 +12517,26 @@ msgstr ""
"\n"
"\n"
"Da bi prijavili bag, kliknite na taster prijava.\n"
-"Ovo ๆe otvoriti prozor web pretraพiva่a sa adresom https://www.bugzilla.com\n"
+"Ovo ๆe otvoriti prozor web pretraพiva่a sa adresom https://drakbug."
+"mandrakesoft.com\n"
" gde ๆe te pronaๆi formular koji treba da popunite.Informacija koja je gore "
"prokazana ๆe biti \n"
"preba่ena na taj server\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Prijava"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Nije instalirano"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "konektujem se na Bugzilla ่arobnjak ..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "Nema dostupnog pretraพiva่a! Molim Vas da instalirate barem jednog"
@@ -12510,10 +12636,6 @@ msgstr "ศarobnjak..."
msgid "Apply"
msgstr "Promeni"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Samo momenat... primena konfiguracije"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Konektovan"
@@ -12635,7 +12757,7 @@ msgstr "Ime modula"
msgid "Size"
msgstr "Veli่ina"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12700,12 +12822,12 @@ msgstr "Output"
msgid "Build the disk"
msgstr "Kreiraj disk"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Proverite da li je medij prisutan u ure๐aju %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12714,12 +12836,12 @@ msgstr ""
"Medij nije prisutan, ili je zaนtiๆen oid upisa za ure๐aj %s.\n"
"Molim vas da ga ubacite."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Ne mogu da forkujem: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13207,158 +13329,158 @@ msgstr ""
"\n"
"Kliknite na Podesi (Configure) da bi pokrenuli podeนavanje."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "group"
msgstr "Radna grupa(Workgroup):"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "particija %s "
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "Obriนi"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "Ura๐eno"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "Dodaj modul"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Dodajte novi นtampa่"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
#, fuzzy
msgid "Up selected rule one level"
msgstr "Deselektuj Sve"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "Ukloni Selektovano"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "Prihvati korisnika"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "Verzija: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "Port"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "Koristi auto detekciju"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "Koristi auto detekciju"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "Splash selekcija"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
#, fuzzy
msgid "group :"
msgstr "Radna grupa(Workgroup):"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "TV kartica nije detektovana!"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
#, fuzzy
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
@@ -13379,138 +13501,148 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "Kreiranje boot diska"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "Rezolucija"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "Izaberite fajl"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "Deljeno (zajedni่ko) ime :"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "Postinstalaciona konfiguracija"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "Kraj"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "Instaliraj teme"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Ne mogu da kreiram Bootsplash preview"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "Loopback"
+msgid "Preview"
+msgstr "ure๐aj"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "ure๐aj"
+msgid "Save theme"
+msgstr "Instaliraj teme"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "Izaberite monitor"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
#, fuzzy
msgid "Display logo on Console"
msgstr "Prikaพi teme u konzoli"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Selekcija modela นtampa่a"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Morate iabrati/uneti นtampa่/ure๐aj!"
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "Detektujem ure๐aje..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Ne mogu da kreiram Bootsplash preview"
+
#: ../../standalone/drakxtv_.c:49
#, fuzzy
msgid ""
@@ -13665,6 +13797,13 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
@@ -13693,11 +13832,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Ne mogu da startujem live upgrade !!!\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "Izmene su zavrนene, ali da bi ih primenili morate se izlogovati"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13971,16 +14110,14 @@ msgstr ""
"Sada moพete skenirati vaนe dokunete pomoๆu ``XSane''programa iz Multimedija/"
"Grafika podmenija iz menija Aplikacije."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Neki ure๐aji u \"%s\" klasi hardvera su uklonjeni:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
"\n"
"Neki ure๐aji u %s klasi su dodani:\n"
@@ -14057,7 +14194,7 @@ msgstr "Instaliraj sistemske update-ove"
msgid "Exit install"
msgstr "Izlaz iz instalacije"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14305,8 +14442,43 @@ msgstr "Multimedija - CD prพenje"
msgid "Scientific Workstation"
msgstr "Nau่na radna stanica"
-#~ msgid "Can't create Bootsplash preview"
-#~ msgstr "Ne mogu da kreiram Bootsplash preview"
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "Da bi prijavili bag, kliknite na taster prijava.\n"
+#~ "Ovo ๆe otvoriti prozor web pretraพiva่a sa adresom https://www.bugzilla."
+#~ "com\n"
+#~ " gde ๆe te pronaๆi formular koji treba da popunite.Informacija koja je "
+#~ "gore prokazana ๆe biti \n"
+#~ "preba่ena na taj server\n"
+#~ "\n"
+
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "Postinstalaciona konfiguracija"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "Loopback"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy treba da bude ftp://..."
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "Kraj"
#~ msgid ""
#~ "The first time you try the X configuration, you may not be very "
diff --git a/perl-install/share/po/sv.po b/perl-install/share/po/sv.po
index c98e062aa..65c2b66a4 100644
--- a/perl-install/share/po/sv.po
+++ b/perl-install/share/po/sv.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-sv-sv\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-09-05 09:50+0000\n"
"Last-Translator: Mattias Newzella <newzella@linux.nu>\n"
"Language-Team: svenska <sv@li.org>\n"
@@ -94,24 +94,24 @@ msgstr "Anpassa alla huvuden separat"
msgid "Use Xinerama extension"
msgstr "Anvไnd Xinerama-ut๖kning"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigurera endast kort \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s med hๅrdvarubaserad 3D-acceleration"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -120,17 +120,17 @@ msgstr ""
"Kortet kan fๅ hๅrdvarust๖d f๖r 3D-acceleration, men bara med XFree %s.\n"
"Kortet st๖ds av XFree %s, som kan vara bไttre f๖r 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Kortet kan fๅ hๅrdvarust๖d f๖r 3D-acceleration med XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s med EXPERIMENTELLT hๅrdvarust๖d f๖r 3D-acceleration."
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -141,7 +141,7 @@ msgstr ""
"OBSERVERA: DETTA ฤR EXPERIMENTELLT STึD OCH KAN LลSA DATORN.\n"
"Kortet st๖ds av XFree %s som kan vara bไttre f๖r 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -150,12 +150,12 @@ msgstr ""
"Kortet kan fๅ hๅrdvarust๖d f๖r 3D-acceleration med XFree %s,\n"
"OBSERVERA: DETTA ฤR EXPERIMENTELLT STึD OCH KAN LลSA DATORN."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (skไrmdrivrutininstallation)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "Anpassad"
@@ -175,32 +175,32 @@ msgstr "Uppl๖sning"
msgid "Test"
msgstr "Testa"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Alternativ"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "OK"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Avsluta"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -296,25 +296,25 @@ msgstr "Vไlj uppl๖sning och fไrgdjup"
msgid "Graphics card: %s"
msgstr "Grafikkort: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "Avbryt"
@@ -390,11 +390,11 @@ msgstr "XFree86-server: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "XFree86-drivrutin: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "Grafiskt grไnssnitt vid start"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -403,7 +403,7 @@ msgstr ""
"Datorn kan stไllas in sๅ att X startas automatiskt vid uppstart.\n"
"Vill du att X ska starta nไr du startar om?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -422,7 +422,7 @@ msgstr ""
"\n"
"Har du den hไr funktionen?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "Vad f๖r slags standard anvไnder din TV?"
@@ -494,7 +494,7 @@ msgstr "Kompakt"
msgid "compact"
msgstr "kompakt"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "Videolไge"
@@ -502,17 +502,17 @@ msgstr "Videolไge"
msgid "Delay before booting default image"
msgstr "F๖rdr๖jning innan f๖rvald avbild startar"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "L๖senord"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "L๖senord (bekrไfta)"
@@ -548,14 +548,14 @@ msgstr ""
"Alternativet \"Begrไnsa alternativen f๖r kommandoraden\" ไr vไrdel๖st utan "
"l๖senord."
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "F๖rs๖k igen"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "Du angav inte samma l๖senord"
@@ -597,7 +597,7 @@ msgstr ""
"\n"
"Vilken hๅrddisk startar du pๅ?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -605,148 +605,148 @@ msgstr ""
"F๖ljande poster finns.\n"
"Du kan lไgga till fler eller ไndra pๅ befintliga."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Lไgg till"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "Klar"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "ฤndra"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "Vilket sorts post vill du lไgga till?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "Annat OS (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "Annat OS (MacOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "Annat OS (Windows...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Avbild"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Lไgg till"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Lไs-skriv"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Tabell"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Osไker"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Etikett"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Standard"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-storlek"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "Ta bort post"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "Tom etikett tillๅts inte"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "Du mๅste ange en kไrnavbild"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "Du mๅste ange en rotpartition"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "Denna etikett anvไnds redan"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "Hittade %s %s grไnssnitt"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "Har du ett till?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Har du nๅgot %s-grไnssnitt?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nej"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
msgid "See hardware info"
msgstr "Visa hๅrdvaruinformation"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installerar drivrutin f๖r %s-kort %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -755,7 +755,7 @@ msgstr ""
"Du kan nu ange alternativen till modul %s.\n"
"Observera att alla adresser ska anges med prefixet 0x, t ex \"0x123\"."
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -766,17 +766,17 @@ msgstr ""
"Parametrar i formatet \"name=value name2=value2...\".\n"
"Till exempel, \"io=0x300 irq=7\""
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "Modulalternativ:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "Vilken %s-drivrutin ska testas?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -793,15 +793,15 @@ msgstr ""
"Ibland kan s๖kningen lๅsa datorn, men det ska inte\n"
"stไlla till med nๅgon skada."
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "Automatisk identifiering"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "Ange alternativ"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -810,62 +810,62 @@ msgstr ""
"Modulen %s kunde inte laddas.\n"
"Vill du f๖rs๖ka igen med andra parametrar?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "ๅtkomst till X-program"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "ๅtkomst till RPM-verktyg"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "tillๅt \"su\""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "ๅtkomst till administrativa filer"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "ๅtkomst till nไtverksverktyg"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr "ๅtkomst till kompileringsverktyg"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s finns redan)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "Det hไr l๖senordet ไr f๖r enkelt"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "Ange ett anvไndarnamn"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Anvไndarnamnet fๅr endast innehๅlla smๅ bokstไver, siffror,\"-\" och \"_\""
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "Anvไndarnamnet ไr f๖r lๅngt"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "Det hไr anvไndarnamnet finns redan"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "Lไgg till anvไndare"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -874,32 +874,32 @@ msgstr ""
"Ange en anvไndare\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "Acceptera anvไndare"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "Fullstไndigt namn"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Anvไndarnamn"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "Skal"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Ikon"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Automatisk inloggning"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -907,19 +907,19 @@ msgstr ""
"Datorn kan stไllas in sๅ att den automatiskt loggar in en anvไndare.\n"
"Vill du anvไnda denna funktion?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "Vไlj standardanvไndare:"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "Vไlj f๖nsterhanteraren som ska anvไndas:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "Vไlj sprๅket som ska anvไndas."
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -928,35 +928,35 @@ msgstr ""
"Du kan vไlja ytterligare sprๅk som ska finnas tillgไngliga efter "
"installationen."
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Alla"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "Tillๅt alla anvไndare"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "Dela ej med"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paketet %s mๅste installeras. Vill du installera det?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Du kan exportera med NFS eller Samba. Vilken vill du anvไnda?"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Det obligatoriska paketet %s saknas"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -970,11 +970,11 @@ msgstr ""
"\n"
"\"Anpassad\" stไller in det per anvไndare.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "Starta Userdrake"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -982,31 +982,31 @@ msgstr ""
"Utdelning per anvไndare anvไnder gruppen \"fileshare\". \n"
"Anvไnd Userdrake f๖r att lไgga till anvไndare i denna grupp."
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Vไlkommen crackers!"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "Lๅg"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "H๖g"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "H๖gre"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoid"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1017,7 +1017,7 @@ msgstr ""
"som ไr ansluten till andra datorer eller till Internet. L๖senord anvไnds "
"inte."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1025,7 +1025,7 @@ msgstr ""
"L๖senord ไr nu aktiverade, men att anvไnda datorn i ett nไtverk ไr ไndๅ inte "
"att rekommendera."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1033,7 +1033,7 @@ msgstr ""
"Detta ไr den standardsไkerhet som rekommenderas f๖r en dator som kommer att "
"vara ansluten till Internet som klient."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1041,7 +1041,7 @@ msgstr ""
"Det finns nๅgra begrไnsningar och fler automatiska kontroller k๖rs varje "
"natt."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1055,7 +1055,7 @@ msgstr ""
"mot den.\n"
"Observera: om datorn enbart ไr en klient b๖r du vไlja en lไgre nivๅ."
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1063,34 +1063,34 @@ msgstr ""
"Baserat pๅ f๖regๅende nivๅ, men systemet ไr helt stไngt.\n"
"Alla sไkerhetsfunktioner ไr aktiverade."
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "Draksec-grundinstไllningar"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "Vไlj ๖nskad sไkerhetsnivๅ"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "Sไkerhetsnivๅ"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "Anvไnd \"libsafe\" f๖r servrar"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Ett bibliotek som skyddar dig mot \"buffer overflow\"- och \"format string\"-"
"attacker."
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "Sไkerhetsadministrat๖r (anvไndarnamn eller e-post)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1101,7 +1101,7 @@ msgstr ""
"(dvs latin eller icke-latin)."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1118,58 +1118,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Vไlkommen till operativsystemvไljaren Grub!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Anvไnd tangenterna %c och %c f๖r att vไlja vad som ska markeras."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Tryck Enter f๖r att starta valt operativsystem, \"e\" f๖r att redigera"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "kommandon innan start, eller \"c\" f๖r kommandorad."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Markerat alternativ kommer att starta automatiskt om %d sekunder."
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "inte tillrไckligt med utrymme pๅ /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Skrivbord"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start-menyn"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Du kan inte installera starthanteraren pๅ en %s-partition.\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "ingen hjไlp finns implementerad ไnnu.\n"
@@ -1221,63 +1221,63 @@ msgstr "Lilo/Grub-lไge"
msgid "Yaboot mode"
msgstr "Yaboot-lไge"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "Installera teman"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "Visa tema under konsoll"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "Skapa nytt tema"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "Sไkerhetskopiera %s till %s.gammal"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "Fel"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "kan inte sไkerhetskopiera Lilo-meddelande"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "Kopiera %s till %s"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "kan inte ไndra Lilo-meddelande"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "Lilo-meddelande hittades inte"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Kan inte skriva /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "Skriv %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1285,17 +1285,17 @@ msgstr ""
"Kan inte skriva /etc/sysconfig/bootsplash\n"
"Filen hittades inte."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Kan inte starta mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Skapa initrd \"mkinitrd -f /boot/initrd-%s.img %s\"."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1303,24 +1303,24 @@ msgstr ""
"Kan inte starta om LiLo.\n"
"K๖r \"lilo\" som root pๅ kommandoraden f๖r att slutf๖ra temainstallationen."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "Starta om Lilo"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "Observera"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Installation av teman f๖r Lilo och startskไrm lyckades"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "Misslyckades med temainstallation"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1329,21 +1329,21 @@ msgstr ""
"Du anvไnder f๖r nไrvarande %s som starthanterare.\n"
"Klicka pๅ Konfigurera f๖r att starta instไllningsguiden."
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigurera"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "Val av startskไrm"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "Teman"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1357,45 +1357,45 @@ msgstr ""
"du kan vไlja\n"
"dem separat"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "Lilo-skไrm"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "Startskไrm"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "Systemlไge"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "K๖r X-Window-systemet vid start"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "Nej, jag vill inte ha automatisk inloggning"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
"Ja, jag vill ha automatisk inloggning med denna (anvไndare, skrivbordsmilj๖)"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "Kan inte ๖ppna /etc/inittab f๖r lไsning: %s"
@@ -1495,50 +1495,58 @@ msgstr "ึsterrikiskt"
msgid "United States"
msgstr "Amerikanskt"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Ny"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Avmontera"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montera"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Monteringspunkt"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "Ange webbadressen till WebDAV-servern"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "Webbadressen mๅste b๖rja med http:// eller https://"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Server: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Monteringspunkt: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Alternativ: %s"
@@ -1626,7 +1634,7 @@ msgstr "Tom"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "Annan"
@@ -1770,7 +1778,7 @@ msgstr ""
"Den sไkerhetskopierade partitionstabellen har inte samma storlek.\n"
"Fortsไtta ไndๅ?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "Varning"
@@ -2329,7 +2337,7 @@ msgstr ""
"Ange ditt anvไndarnamn, l๖senord och domไn f๖r att komma ๅt den hไr "
"vไrddatorn."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "Anvไndarnamn"
@@ -2341,23 +2349,23 @@ msgstr "Domไn"
msgid "Search servers"
msgstr "S๖k servrar"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatering av %s misslyckades"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Vet inte hur man formaterar %s i typ %s"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "f๖rs๖ket att montera partition %s i katalog %s misslyckades"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "fel vid avmontering %s: %s"
@@ -2445,46 +2453,109 @@ msgstr "Ingenting att g๖ra"
msgid "Error opening %s for writing: %s"
msgstr "Fel vid ๖ppnande av %s f๖r lไsning: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "Ingen alternativ drivrutin"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr "Det finns ingen kไnd alternativ OSS/ALSA-drivrutin f๖r ljudkortet (%s)"
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "Ljudkonfiguration"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
"Hไr kan du vไlja en alternativ drivrutin (antingen OSS eller ALSA) f๖r "
"ljudkortet (%s)"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "Drivrutin:"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "Hjไlp"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "Vไnta... verkstไller konfigurationen"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "Vไnta"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "Ingen kไnd drivrutin"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Det finns ingen kไnd drivrutin f๖r ljudkortet (%s)"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "Okไnd drivrutin"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2614,7 +2685,8 @@ msgid "/_Quit"
msgstr "/_Avsluta"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Hjไlp"
@@ -2635,14 +2707,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_Rapportera fel"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_Om..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "Om Harddrake"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2650,56 +2726,53 @@ msgstr ""
"Detta ไr HardDrake, ett Mandrake-konfigurationsverktyg f๖r hๅrdvara.\n"
"Version:"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "Upphovsman:"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 version "
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "Identifierad hๅrdvara"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "Information"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "Anpassa modul"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "K๖r konfigurationsverktyg"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "Identifiering pๅgๅr"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "Vไnta"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "Du kan stไlla in varje parameter f๖r modulen hไr."
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "K๖r \"%s\"..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
-msgstr "Unders๖ker $Ident-klass\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
+msgstr "Unders๖ker %s-klass\n"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "primไr"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "sekundไr"
@@ -4577,7 +4650,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Du mๅste ocksๅ formatera %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4601,7 +4674,7 @@ msgstr ""
"\n"
"Vill du installera dessa servrar?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4614,20 +4687,20 @@ msgstr ""
"\n"
"Vill du verkligen ta bort dessa paket?\n"
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "Kan inte anvไnda broadcast utan NIS-domไn."
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Sไtt in en FAT-formaterad diskett i diskettstationen %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "Denna diskett ไr inte FAT-formaterad"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4635,12 +4708,12 @@ msgstr ""
"F๖r att anvไnda detta sparade paketval, starta installationen med \"linux "
"defcfg=floppy\"."
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fel vid lไsning av fil %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4882,7 +4955,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Vไlkommen till %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "Ingen diskettstation tillgไnglig"
@@ -4912,11 +4985,11 @@ msgstr "Installationsklass"
msgid "Please choose one of the following classes of installation:"
msgstr "Vไlj en av de f๖ljande installationsklasserna:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "Val av paketgrupper"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Vไlj enskilda paket"
@@ -4994,7 +5067,7 @@ msgstr "Visa automatiskt valda paket"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "Installera"
@@ -5014,7 +5087,7 @@ msgstr "Minimal installation"
msgid "Choose the packages you want to install"
msgstr "Vไlj paketen som du vill installera"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "Installerar"
@@ -5041,17 +5114,17 @@ msgid "Installing package %s"
msgstr "Installerar paket %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Accepterar"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "Accepterar inte"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5067,16 +5140,16 @@ msgstr ""
"den delen av installationen."
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "Fortsไtta ไndๅ?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "Det uppstod ett fel vid sortering av paket:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "Det uppstod ett fel vid installation av paketen:"
@@ -5199,7 +5272,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5376,7 +5449,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "ฤr du sไker pๅ att du inte vill accepetera licensen?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tangentbord"
@@ -5587,11 +5660,11 @@ msgstr "Sไtt in en diskett som innehๅller ditt paketval"
msgid "Selected size is larger than available space"
msgstr "Vald storlek ไr st๖rre ไn tillgไngligt utrymme."
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "Installationstyp"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5599,19 +5672,19 @@ msgstr ""
"Du har inte valt nๅgra gruppaket.\n"
"Vไlj den minimala installationen du vill ha:"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "Med X"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "Med grundlไggande dokumentation (rekommenderas)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "Minimal installation (ingen urpmi)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5622,16 +5695,16 @@ msgstr ""
"Om du bara har nๅgra av dem, se till att bara\n"
"de du har ไr valda, vไlj sedan OK."
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-rom med etiketten \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "F๖rbereder installation"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5640,21 +5713,21 @@ msgstr ""
"Installerar paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "Bearbetar installerade paket"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Sไtt in aktuell startdiskett i diskettstationen %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Sไtt in disketten med uppdaterade moduler i diskettstationen %s"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5731,7 +5804,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5750,157 +5823,157 @@ msgstr ""
"\n"
"Vill du installera uppdateringarna?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Kontaktar Mandrake Linux webbplats f๖r att hไmta listan ๖ver tillgไngliga "
"speglar..."
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "Vไlj en webbplats frๅn vilken du vill hไmta paketen"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"Kontaktar webbplatsen f๖r att hไmta en lista ๖ver tillgไngliga paket..."
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "Vilken ไr din tidszon?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "Hๅrdvaruklocka stไlld till GMT"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatisk tidsynkronisering (med NTP)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP-server"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "CUPS-fjไrrserver"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "Ingen skrivare"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "Har du ett ISA-ljudkort?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "K๖r \"sndconfig\" efter installationen f๖r att konfigurera ljudkortet."
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Inget ljudkort hittades. Prova \"harddrake\" efter installationen."
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Sammanfattning"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Mus"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "Tidszon"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Skrivare"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN-kort"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Ljudkort"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV-kort"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "Windows-domไn"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "Lokala filer"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Ange root-l๖senord"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "Inget l๖senord"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "L๖senordet ไr f๖r enkelt (det mๅste vara minst %d tecken lๅngt)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentisering"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "LDAP-autentisering"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base DN"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP-server"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "NIS-autentisering"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS-domไn"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS-server"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5929,19 +6002,19 @@ msgstr ""
"Kommandot \"wbinfo -t\" kommer att testa om dina autentiseringshemligheter "
"ไr dugliga."
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "Autentiserande Windows-domไn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "Domไnadministrat๖rens anvไndarnamn"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "Domไnadministrat๖rens l๖senord"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5973,19 +6046,19 @@ msgstr ""
"diskett-\n"
"stationen och klicka OK."
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "F๖rsta diskettstationen"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Andra diskettstationen"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Hoppa ๖ver"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6009,7 +6082,7 @@ msgstr ""
"mycket enklare. Vill du skapa en startdiskett f๖r systemet?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -6023,28 +6096,28 @@ msgstr ""
"kan bli problem med att skapa en startdiskett eftersom XFS\n"
"krไver en vไldigt stor drivrutin)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "Ingen diskettstation hittades"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Vไlj diskettstationen du vill anvไnda f๖r att skapa startdisketten"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr "Sไtt in en diskett i diskettstationen %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "Skapar startdiskett..."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "F๖rbereder starthanterare..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6056,11 +6129,11 @@ msgstr ""
"Installationen fortsไtter, men du beh๖ver\n"
" anvไnda BootX f๖r att starta datorn."
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "Vill du anvไnda aboot?"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6068,15 +6141,15 @@ msgstr ""
"Fel vid installationen av aboot.\n"
"Vill du f๖rs๖ka ไndๅ, fast det kan f๖rst๖ra den f๖rsta partitionen?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "Installerar starthanterare"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Installation av starthanteraren misslyckades. F๖ljande fel uppstod:"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6093,17 +6166,17 @@ msgstr ""
" Skriv sedan: shut-down\n"
"Vid nไsta uppstart b๖r du se starthanterarprompten."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sไtt in en tom diskett i diskettenhet %s"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "Skapar automatisk installationsdiskett"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6113,7 +6186,7 @@ msgstr ""
"\n"
"Vill du verkligen avbryta nu?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6143,15 +6216,15 @@ msgstr ""
"Information om anpassning av systemet finns i kapitlet \"post install\" i\n"
"boken \"Official Mandrake Linux User's Guide\"."
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "Genererar automatisk installationsdiskett"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6165,15 +6238,15 @@ msgstr ""
"\n"
"Du kan tไnkas vilja k๖ra samma installation i repris.\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "Automatiserad"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "Repris"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "Spara paketval"
@@ -6209,14 +6282,14 @@ msgstr "Avancerad"
msgid "Basic"
msgstr "Grundlไggande"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- F๖regๅende"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "Nไsta"
@@ -6677,7 +6750,7 @@ msgstr "H๖gra \"Windows\"-tangenten"
msgid "Circular mounts %s\n"
msgstr "Cirkulไra monteringar %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "Ta bort de logiska volymerna f๖rst\n"
@@ -6812,15 +6885,15 @@ msgstr "ingen"
msgid "No mouse"
msgstr "Ingen mus"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "Testa musen"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "F๖r att aktivera musen,"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "SNURRA Pล HJULET!"
@@ -6856,11 +6929,11 @@ msgstr "Komprimera trไd"
msgid "Toggle between flat and group sorted"
msgstr "Byt mellan rak och gruppvis sortering"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Anslut till Internet"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6870,23 +6943,19 @@ msgstr ""
"En del anslutningar anvไnder pptp och nๅgra fๅ anvไnder DHCP.\n"
"Om du ไr osไker, vไlj \"pppoe\"."
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel Speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "anvไnd DHCP"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "anvไnd pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "anvไnd pptp"
@@ -6987,7 +7056,7 @@ msgstr "Vไlj vilken nไtverkskort du vill anvไnda f๖r anslutning till Internet"
msgid "no network card found"
msgstr "inget nไtverkskort kunde hittas"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "Konfigurera nไtverket"
@@ -7004,15 +7073,15 @@ msgstr ""
"ska skrivas inklusive domไnnamn,\n"
"t ex som \"mindator.mittlab.mittforetag.se\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "Vไrddatornamn"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Guiden f๖r nไtverkskonfiguration"
@@ -7059,8 +7128,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ฤldre konfiguration (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN-konfiguration"
@@ -7096,23 +7165,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Vilket protokoll vill du anvไnda?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "Vilket typ av kort har du?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "Vet ej"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA/PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7125,19 +7199,19 @@ msgstr ""
"\n"
"Om du har ett PCMCIA-kort mๅste du veta IRQ och IO f๖r kortet.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "Avbryt"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "Fortsไtt"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "Vilket ไr ditt ISDN-kort?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7145,7 +7219,7 @@ msgstr ""
"Ett ISDN PCI-kort har hittats, men modellen kไnns inte igen. Vไlj ett av PCI-"
"korten pๅ nไsta skไrm."
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Inget ISDN PCI-kort hittat. Vไlj ett pๅ nไsta skไrm."
@@ -7197,7 +7271,7 @@ msgstr "Primไr DNS-server (frivilligt)"
msgid "Second DNS Server (optional)"
msgstr "Sekundไr DNS-server (frivilligt)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7205,7 +7279,7 @@ msgstr ""
"\n"
"Du kan koppla frๅn eller konfigurera om anslutningen."
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7213,11 +7287,11 @@ msgstr ""
"\n"
"Du kan konfigurera om anslutningen."
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "Du ไr f๖r nไrvarande ansluten till Internet."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7225,32 +7299,32 @@ msgstr ""
"\n"
"Du kan koppla upp mot Internet eller konfigurera om anslutningen."
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "Du ไr inte ansluten till Internet f๖r nไrvarande."
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "Koppla upp"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "Koppla ned"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "Anpassa anslutningen"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "Internetanslutning & konfiguration"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Kommer nu att anpassa anslutning %s."
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7269,12 +7343,12 @@ msgstr ""
"\n"
"Klicka OK f๖r att b๖rja."
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "Konfigurera nไtverk"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7285,7 +7359,7 @@ msgstr ""
"Klicka pๅ OK f๖r att behๅlla konfigurationen, eller avbryt f๖r att "
"konfigurera om Internet- & nไtverksanslutningen.\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7297,72 +7371,72 @@ msgstr ""
"Vi kommer att konfigurera din Internet/nไtverksanslutning.\n"
"Klicka bort markeringen om du inte vill anvไnda automatisk identifiering.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "Vไlj profil att konfigurera"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "Anvไnd automatisk identifiering"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Expertlไge"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Letar efter enheter..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "Normal modemuppkoppling"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "hittad pๅ port %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN-uppkoppling"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "hittade %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL-anslutning"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "hittad pๅ grไnssnitt %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "Anslutning med kabelmodem"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "kabelanslutning har hittats"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN-anslutning"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernetkort har hittats"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "Vไlj den anslutning du vill konfigurera"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7372,23 +7446,23 @@ msgstr ""
"Vไlj den du vill anvไnda.\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "Internetanslutning"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "Vill du starta anslutningen vid uppstart?"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "Nไtverkskonfiguration"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "Nไtverket mๅste startas om"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7399,7 +7473,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7409,7 +7483,7 @@ msgstr ""
"\n"
"Konfigurationen kommer nu att lไggas in i systemet.\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7417,7 +7491,7 @@ msgstr ""
"Nไr det ไr klart rekommenderas du att starta om X-milj๖n\n"
"f๖r att undvika problem vid byte av vไrddatornamn."
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7427,7 +7501,7 @@ msgstr ""
"Testa anslutningen via net_monitor eller mcc. Om anslutningen inte fungerar "
"kan du starta om konfigurationen."
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7439,7 +7513,7 @@ msgstr ""
"Genom att acceptera behๅller den sin konfiguration.\n"
"Modifiering av fไlten nedan ๅsidosไtter denna konfiguration."
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7449,42 +7523,42 @@ msgstr ""
"Varje adress ska skrivas som en sๅ kallad\n"
"dotted-quad (t ex 1.2.3.4)."
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigurerar nไtverksenhet %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (drivrutin %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "IP-adress"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "Nไtmask"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "Dynamisk IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "Starta vid uppstart"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adressen ska vara i formatet 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7496,42 +7570,52 @@ msgstr ""
"t ex \"mindator.mindoman.se\". Du kan ocksๅ ange IP-adressen\n"
"till en gateway om du har en sๅdan."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS-server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (t ex %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "Gateway-enhet"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP-adressen ska vara i formatet 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP-adressen ska vara i formatet 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "Proxykonfiguration"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP-proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP-proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr "Spๅra nไtverkskortets id (anvไndbart f๖r bไrbara datorer)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "Proxy ska vara http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "Proxy ska vara ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "Webbadressen ska b๖rja med \"ftp:\" eller \"http:\""
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -9103,7 +9187,7 @@ msgstr "Skriver ut pๅ skrivare \"%s\""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9669,10 +9753,6 @@ msgstr ""
"Fyll i information om FTP-proxy.\n"
"Lไmna blankt om du inte vill ha nๅgon FTP-proxy."
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Webbadressen ska b๖rja med \"ftp:\" eller \"http:\""
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9720,6 +9800,41 @@ msgstr "mkraid misslyckades (kanske finns det inga raid-verktyg)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Inte tillrไckligt mๅnga partitioner f๖r RAID-nivๅ %d\n"
+#: ../../security/main.pm_.c:66
+msgid "Security Level:"
+msgstr "Sไkerhetsnivๅ:"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Sไkerhetsnivๅ"
+
+#: ../../security/main.pm_.c:83
+msgid "Security Administrator:"
+msgstr "Sไkerhetsadministrat๖r:"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Standard)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Vไlj ๖nskad sไkerhetsnivๅ"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Vไnta, f๖rbereder installation..."
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Starta ljudsystemet ALSA (Advanced Linux Sound Architecture)"
@@ -10020,7 +10135,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Fildelning"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "System"
@@ -10113,7 +10228,7 @@ msgstr "Fๅ ut det mesta av Internet"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -10168,7 +10283,7 @@ msgstr "Anvไndargrไnssnitt"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"Mandrake Linux 9.0 tillhandahๅller 11 anvไndargrไnssnitt: KDE 3, Gnome 2, "
@@ -10196,7 +10311,7 @@ msgstr "G๖r din dator till en pๅlitlig server."
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
"F๖rvandla datorn till en kraftfull server genom nๅgra musklick: webbserver, "
@@ -10216,7 +10331,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
"Den hไr brandvไggsprodukten innehๅller nไtverksfunktioner vilka lๅter dig "
@@ -10233,7 +10348,7 @@ msgstr "Den officiella MandrakeSoft-butiken"
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
"Ett fullt utbud av Linux-l๖sningar, samt specialerbjudanden pๅ produkter och "
"annat \"godis\" ๅterfinns i vๅr nไtbutik."
@@ -10287,8 +10402,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -10325,11 +10440,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "Installerar paket..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Logga ut och anvไnd sedan Ctrl-Alt-Backsteg"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Logga in i %s igen f๖r att aktivera ไndringarna"
@@ -10370,16 +10485,6 @@ msgstr "Lไgg till/ta bort anvไndare"
msgid "Add/Del Clients"
msgstr "Lไgg till/ta bort klienter"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "Hjไlp"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "Startdiskett"
@@ -10428,48 +10533,64 @@ msgstr "Lไgg till anvไndare -->"
msgid "<-- Del User"
msgstr "<-- Ta bort anvไndare"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+#, fuzzy
+msgid "No net boot images created!"
+msgstr "Net Boot-avbilder"
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "Lไgg till klient -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- Ta bort klient"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "dhcpd-konfiguration..."
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Avancerad konfiguration"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
msgid "Write Config"
msgstr "Skriv konfiguration"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr "Sไtt in en diskett:"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr "Kunde inte komma ๅt disketten."
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr "Nu kan disketten tas ur"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr "Ingen diskettstation tillgไnglig."
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO-avbild ไr %s"
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Nๅgot gick fel. - ฤr mkisofs installerat?"
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Mๅste skapa /etc/dhcpd.conf f๖rst."
@@ -10614,12 +10735,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr "Total fortskridning"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10632,41 +10753,41 @@ msgstr ""
"Varning: Om du redan har gjort den hไr processen beh๖ver du antagligen\n"
" rensa posten frๅn authorized_keys pๅ servern."
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr "Det kan ta en stund att generera nycklarna."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "Fel: Kan inte starta %s."
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr "Ingen l๖senordsprompt pๅ %s vid port %s"
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, c-format
msgid "Bad password on %s"
msgstr "Felaktigt l๖senord pๅ %s"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr "ลtkomst nekas vid ๖verf๖ring av %s till %s"
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, c-format
msgid "Can't find %s on %s"
msgstr "Kan inte hitta %s pๅ %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr "%s svarar inte"
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10683,64 +10804,64 @@ msgstr ""
"\n"
"utan att bli tillfrๅgad efter ett l๖senord."
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr "WebDAV-fjไrrplats redan synkroniserad."
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr "WebDAV-๖verf๖ring misslyckades."
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr "Ingen cdr/dvdr i enhet."
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr "Verkar inte vara ett skrivbart media."
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr "Ingen raderbar media."
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr "Det kan ta en stund att radera mediet."
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr "Beh๖righetsproblem vid cd-ๅtkomst."
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr "Inget band i %s."
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr "Sไkerhetskopiera systemfiler..."
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr "Sไkerhetskopieringsfiler f๖r hๅrddisk..."
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr "Sไkerhetskopiera anvไndarfiler..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr "Fortskridning av hๅrddisksไkerhetskopiering..."
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr "Sไkerhetskopiera andra filer..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr "Inga ไndringar i sไkerhetskopia."
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10751,7 +10872,7 @@ msgstr ""
"Drakbackup aktiviteter via %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10760,7 +10881,7 @@ msgstr ""
"fillista skickad via FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10770,7 +10891,7 @@ msgstr ""
" FTP-anslutningsproblem: Det var inte m๖jligt att skicka sไkerhetskopian via "
"FTP.\n"
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10780,7 +10901,7 @@ msgstr ""
"Drakbackup aktiviteter via cd:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10790,24 +10911,24 @@ msgstr ""
"Drakbackup aktiviteter via band:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr " Fel vid skickning av e-post. \n"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr "Kan inte skapa katalog."
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Filval"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr "Vไlj filerna eller katalogerna och klicka pๅ Lไgg till"
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10815,27 +10936,27 @@ msgstr ""
"\n"
"Markera alla alternativ som du beh๖ver.\n"
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Dessa alternativ kan sไkerhetskopiera och ๅterstไlla alla filer i katalogen /"
"etc.\n"
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr "Sไkerhetskopiera systemfiler (katalogen /etc)"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
"Anvไnd inkrementell sไkerhetskopiering (ersไtt inte gamla sไkerhetskopior)"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Inkludera inte kritiska filer (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10843,44 +10964,44 @@ msgstr ""
"Med det hไr alternativet kan du ๅterstไlla nๅgon version av\n"
" katalogen /etc."
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr "Markera alla anvไndare som du vill inkludera i sไkerhetskopian."
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr "Inkludera inte webblไsarcachen"
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
"Anvไnd inkrementell sไkerhetskopiering (ersไtt inte gamla sไkerhetskopior)"
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Ta bort valda"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "Anvไndare"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr "Anvไnd nไtverksanslutning f๖r sไkerhetskopiering"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr "Nไtmetod:"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr "Anvไnd Expect f๖r SSH"
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -10888,7 +11009,7 @@ msgstr ""
"Skapa/๖verf๖r\n"
"sไkerhetskopieringsnycklar f๖r SSH"
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
@@ -10896,15 +11017,18 @@ msgstr ""
" ึverf๖r \n"
"nu"
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+#, fuzzy
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr "Nycklarna finns redan"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr "Ange vไrddatornamnet eller IP-adressen."
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -10912,27 +11036,27 @@ msgstr ""
"Ange katalogen (eller modulen) pๅ den hไr vไrddatorn\n"
"dไr sไkerhetskopiorna ska lagras."
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
msgid "Please enter your login"
msgstr "Ange ditt anvไndarnamn"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
msgid "Please enter your password"
msgstr "Ange ditt l๖senord"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr "Kom ihๅg detta l๖senord"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr "Beh๖ver vไrddatornamn, anvไndarnamn och l๖senord."
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr "Anvไnd cd/dvd-rom f๖r sไkerhetskopiering"
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -10942,35 +11066,35 @@ msgstr ""
"(Tryck Enter f๖r att f๖ra ๖ver instไllningar till andra fไlt.\n"
"Det hไr fไltet beh๖vs inte, bara ett verktyg f๖r att fylla i formulไret.)"
-#: ../../standalone/drakbackup_.c:1921
-msgid "Please choose your CD/DVD media size"
+#: ../../standalone/drakbackup_.c:1925
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Vไlj cd/dvd-mediastorlek"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr "Markera f๖r flersessions-cd"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr "Markera om du anvไnder cdrw-media"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Markera om du vill radera rw-media (f๖rsta sessionen)"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr " Radera nu "
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr "Markera om du anvไnder en dvdr-enhet"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr "Markera om du anvไnder en dvdram-enhet"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10978,32 +11102,32 @@ msgstr ""
"Ange enhetsnamnet f๖r cd-brไnnaren\n"
" t ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr "Ingen cd-enhet definierad."
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr "Anvไnd band f๖r sไkerhetskopiering"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr "Ange enhetsnamnet som ska anvไndas f๖r sไkerhetskopiering"
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr "Markera om du vill anvไnda den icke-tillbakaspolande enheten."
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr "Markera om du vill radera bandet f๖re sไkerhetskopieringen."
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr "Markera om du vill mata ut bandet efter sไkerhetskopieringen."
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11011,55 +11135,55 @@ msgstr ""
"Ange den maximala storleken\n"
" som tillๅts f๖r Drakbackup"
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr "Ange katalogen att spara till:"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr "Anvไnd kvota f๖r sไkerhetskopieringsfiler."
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "Nไtverk"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr "Cd-rom/Dvd-rom"
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr "Hๅrddisk / NFS"
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
msgid "Tape"
msgstr "Band"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr "varje timma"
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr "dagligen"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr "veckovis"
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr "mๅnadsvis"
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
msgid "Use daemon"
msgstr "Anvไnd demon"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11067,7 +11191,7 @@ msgstr ""
"Vไlj tidsintervallet mellan varje \n"
"sไkerhetskopiering"
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
msgid ""
"Please choose the\n"
"media for backup."
@@ -11075,7 +11199,7 @@ msgstr ""
"Vไlj mediet f๖r\n"
"sไkerhetskopiering."
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -11085,72 +11209,72 @@ msgstr ""
"\n"
"Observera att f๖r tillfไllet anvไnder alla \"net\"-medier hๅrddisken."
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr "Skicka en e-postrapport efter varje sไkerhetskopiering till:"
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
"Ta bort tar-filer pๅ hๅrddisken efter sไkerhetskopiering till annat media."
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr "Vad"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
msgid "Where"
msgstr "Var"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
msgid "When"
msgstr "Nไr"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
msgid "More Options"
msgstr "Fler alternativ"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
msgid "Drakbackup Configuration"
msgstr "Konfiguration av Drakbackup"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
msgid "Please choose where you want to backup"
msgstr "Vไlj var du vill sไkerhetskopiera"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr "pๅ hๅrddisk"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr "๖ver nไtverk"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr "pๅ cd-rom"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr "pๅ bandenhet"
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
msgid "Please choose what you want to backup"
msgstr "Vไlj vad du vill sไkerhetskopiera"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
msgid "Backup system"
msgstr "Sไkerhetskopiera system"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr "Sไkerhetskopiera anvไndare"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr "Vไlj anvไndare manuellt"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
@@ -11158,7 +11282,7 @@ msgstr ""
"\n"
"Sไkerhetskopieringskไllor: \n"
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
@@ -11166,7 +11290,7 @@ msgstr ""
"\n"
"- Systemfiler:\n"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
@@ -11174,7 +11298,7 @@ msgstr ""
"\n"
"- Anvไndarfiler:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
@@ -11182,7 +11306,7 @@ msgstr ""
"\n"
"- Andra filer:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
@@ -11191,7 +11315,7 @@ msgstr ""
"\n"
"- Spara till hๅrddisk pๅ s๖kvไg: %s\n"
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
@@ -11199,7 +11323,7 @@ msgstr ""
"\n"
"- Ta bort tar-filer pๅ hๅrddisken efter sไkerhetskopiering.\n"
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
@@ -11207,20 +11331,20 @@ msgstr ""
"\n"
"- Brไnn till cd"
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr "Lไs/skriv"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid " on device: %s"
msgstr " pๅ enhet: %s"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr " (flersession)"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
@@ -11229,12 +11353,12 @@ msgstr ""
"\n"
"- Spara till band pๅ enhet: %s"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tTa bort=%s"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
@@ -11243,7 +11367,7 @@ msgstr ""
"\n"
"- Spara via %s pๅ vไrddator: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11252,7 +11376,7 @@ msgstr ""
"\t\t anvไndarnamn: %s\n"
"\t\t pๅ s๖kvไg: %s \n"
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
msgid ""
"\n"
"- Options:\n"
@@ -11260,19 +11384,19 @@ msgstr ""
"\n"
"- Alternativ:\n"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr "\tInkludera inte systemfiler\n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr "\tSไkerhetskopiera med tar och bzip2\n"
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr "\tSไkerhetskopiera med tar och gzip\n"
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
@@ -11281,39 +11405,39 @@ msgstr ""
"\n"
"- Demon (%s) inkluderar:\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr "\t-Hๅrddisk.\n"
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr "\t-Cd-rom.\n"
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr "\t-Band \n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr "\t-Nไtverk med FTP.\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr "\t-Nไtverk med SSH.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr "\t-Nไtverk med rsync.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr "\t-Nไtverk med webdav.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Ingen konfiguration, klicka pๅ Guide eller Avancerat.\n"
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
@@ -11321,7 +11445,7 @@ msgstr ""
"Lista pๅ data att ๅterstไlla:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11329,104 +11453,104 @@ msgstr ""
"Lista pๅ f๖rst๖rd data:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr "Avmarkera eller ta bort det nไsta gๅng."
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr "Sไkerhetskopieringsfilerna ไr f๖rst๖rda"
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr " All vald data har "
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr " ลterstไllts pๅ %s "
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr " ลterstไll konfiguration "
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr "OK f๖r att ๅterstไlla de andra filerna."
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Anvไndarlista att ๅterstไlla (endast det allra senaste datumet per anvไndare "
"ไr viktigt)"
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr "Sไkerhetskopiera systemfilerna f๖re:"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
msgid "please choose the date to restore"
msgstr "vไlj datumet som ska ๅterstไllas"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr "Anvไnd hๅrddisk f๖r sไkerhetskopiering"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
msgid "Please enter the directory to save:"
msgstr "Ange katalogen som ska sparas:"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
msgid "FTP Connection"
msgstr "FTP-anslutning"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
msgid "Secure Connection"
msgstr "Sไker anslutning"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr "ลterstไll frๅn hๅrddisk."
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr "Ange katalogen dไr sไkerhetskopiorna lagras"
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr "Vไlj ett annat media att ๅterstไlla frๅn"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
msgid "Other Media"
msgstr "Annat media"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore system"
msgstr "ลterstไll system"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr "ลterstไll anvไndare"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
msgid "Restore Other"
msgstr "ลterstไll annat"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr "vไlj s๖kvไg att ๅterstไlla (istไllet f๖r /)"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"G๖r en ny sไkerhetskopia f๖re ๅterstไllning (endast f๖r inkrementella "
"sไkerhetskopior.)"
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr "Ta bort anvไndarkataloger f๖re ๅterstไllning."
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
@@ -11434,7 +11558,7 @@ msgstr ""
"ลterstไll vald\n"
"katalogpost"
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
msgid ""
"Restore Selected\n"
"Files"
@@ -11442,7 +11566,7 @@ msgstr ""
"ลterstไll valda\n"
"filer"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
msgid ""
"Change\n"
"Restore Path"
@@ -11450,12 +11574,12 @@ msgstr ""
"ฤndra\n"
"ๅterstไllningss๖kvไg"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr "Sไkerhetskopior hittades inte pๅ %s."
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
@@ -11464,16 +11588,16 @@ msgstr ""
"Lไgg i cd-skivan med volymetikett %s\n"
" i cd-enheten monterad under /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
msgid "Restore From CD"
msgstr "ลterstไll frๅn cd"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "Inte korrekt cd-etikett. Skivan har etikett %s."
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -11482,102 +11606,102 @@ msgstr ""
"Sไtt i bandet med volymetikett %s\n"
" i bandenheten %s"
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
msgid "Restore From Tape"
msgstr "ลterstไll frๅn band"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr "Inte korrekt bandetikett. Bandet har etikett %s."
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
msgid "Restore Via Network"
msgstr "ลterstไll via nไtverk"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "ลterstไll via nไtverksprotokoll: %s"
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
msgid "Host Name"
msgstr "Vไrddatornamn"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr "Vไrddators๖kvไg eller modul"
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
msgid "Password required"
msgstr "L๖senord krไvs"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
msgid "Username required"
msgstr "Anvไndarnamn krไvs"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
msgid "Hostname required"
msgstr "Vไrddatornamn krไvs"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr "S๖kvไg eller modul krไvs"
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr "Filer ๅterstไllda..."
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
msgid "Restore Failed..."
msgstr "ลterstไllning misslyckades..."
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr "ลterstไll alla sไkerhetskopior"
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
msgid "Custom Restore"
msgstr "Egen ๅterstไllning"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr "Cd-skivan ไr pๅ plats - fortsไtt."
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr "Blไddra till nytt ๅterstไllningsutrymme."
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
msgid "Restore From Catalog"
msgstr "ลterstไll frๅn katalog"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
msgid "Restore Progress"
msgstr "ลterstไllningsf๖rlopp"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr "F๖regๅende"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Spara"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
msgid "Build Backup"
msgstr "Bygg sไkerhetskopia"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
msgid "Restore"
msgstr "ลterstไll"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -11587,7 +11711,7 @@ msgstr ""
" Rapporten via e-post skickades inte.\n"
" Konfigurera Sendmail."
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -11595,7 +11719,7 @@ msgstr ""
"F๖ljande paket mๅste installeras:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11603,19 +11727,19 @@ msgstr ""
"Fel vid skickning av fil via FTP.\n"
" Korrigera FTP-anslutningen."
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr "Vไlj data att ๅterstไlla..."
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr "Vไlj media f๖r sไkerhetskopia..."
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr "Vไlj data att sไkerhetskopiera..."
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11623,59 +11747,59 @@ msgstr ""
"Ingen konfigurationsfil hittad. \n"
"Klicka pๅ Guide eller Avancerat."
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr "Under utveckling... vไnta."
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr "Sไkerhetskopiera systemfiler"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr "Sไkerhetskopiera anvไndarfiler"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr "Sไkerhetskopiera andra filer"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr "Total fortskridning"
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr "filer skickas med FTP"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
msgid "Sending files..."
msgstr "Skickar filer..."
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
msgid "Backup Now from configuration file"
msgstr "Sไkerhetskopiera frๅn konfigurationsfil nu"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
msgid "View Backup Configuration."
msgstr "Visa sไkerhetskopieringskonfiguration."
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
msgid "Wizard Configuration"
msgstr "Guidekonfiguration"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
msgid "Advanced Configuration"
msgstr "Avancerad konfiguration"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
msgid "Backup Now"
msgstr "Sไkerhetskopiera nu"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11735,7 +11859,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11749,7 +11873,7 @@ msgstr ""
" du stไlla in myhostname eller mydomain i /etc/postfix/main.cf.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11827,7 +11951,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11880,20 +12004,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright ฉ 2001 MandrakeSoft av DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" uppdateringar 2002 MandrakeSoft av Stew Benedict <sbenedict\\@mandrakesoft."
"com>"
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11926,7 +12050,7 @@ msgstr ""
" detta program. Om inte, skriv till Free Software Foundation, In.,\n"
" 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -12003,7 +12127,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -12021,7 +12145,7 @@ msgstr ""
"innan du skickar den till servern.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12043,7 +12167,7 @@ msgstr ""
"f๖rsvinner. Det ไr viktigt att du ไr f๖rsiktig och inte ไndrar \n"
"sไkerhetskopiorna f๖r hand.\n"
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -12168,8 +12292,8 @@ msgid "Synchronization tool"
msgstr "Synkroniseringsverktyg"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "Fristๅende verktyg"
@@ -12234,7 +12358,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -12243,25 +12367,25 @@ msgstr ""
"\n"
"\n"
"Klicka pๅ knappen Rapport f๖r att skicka in en felrapport.\n"
-"Det ๖ppnar ett webblไsningsf๖nster pๅ https://www.bugzilla.com\n"
+"Det ๖ppnar ett webblไsningsf๖nster pๅ https://drakbug.mandrakesoft.com\n"
" dไr du hittar ett formulไr att fylla i. Informationen som visas ovan "
"kommer \n"
"att ๖verf๖ras till den servern.\n"
"\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "Rapport"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "Inte installerad"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "ansluter till Bugzilla-guiden..."
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "Ingen webblไsare tillgไnglig. Installera en."
@@ -12362,10 +12486,6 @@ msgstr "Guide..."
msgid "Apply"
msgstr "Verkstไll"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "Vไnta... verkstไller konfigurationen"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "Ansluten"
@@ -12487,7 +12607,7 @@ msgstr "Modulnamn"
msgid "Size"
msgstr "Storlek"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "drakfloppy"
@@ -12552,12 +12672,12 @@ msgstr "Utdata"
msgid "Build the disk"
msgstr "Skapa disketten"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Se till sๅ att det finns media i enheten %s"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12566,12 +12686,12 @@ msgstr ""
"Det finns inget media i enheten %s eller sๅ ไr den skrivskyddad.\n"
"Sไtt i ett."
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr "Kan inte dela: %s"
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13054,140 +13174,140 @@ msgstr ""
"\n"
"Klicka pๅ Konfigurera f๖r att starta instไllningsguiden."
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "group"
msgstr "grupp"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr "s๖kvไg"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "permissions"
msgstr "beh๖righeter"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "user"
msgstr "anvไndare"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr "Upp"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
msgid "delete"
msgstr "ta bort"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr "redigera"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
msgid "Down"
msgstr "Ner"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
msgid "add a rule"
msgstr "lไgg till en regel"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr "vไlj beh๖righetsfil att titta pๅ/redigera"
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
msgstr "Lไgg till en ny regel vid slutet"
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr "Redigera aktuell regel"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr "Flytta upp vald regel en nivๅ"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr "Flytta ner vald regel en nivๅ"
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
msgid "Delete selected rule"
msgstr "Ta bort vald regel"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr "blไddra"
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
msgid "Current user"
msgstr "Aktuell anvไndare"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
msgid "Permissions"
msgstr "Beh๖righeter"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr "S๖kvไg"
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
msgid "Property"
msgstr "Egenskap"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr "klistrig bit"
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr "Set-UID"
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr "Set-GID"
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
msgid "Use owner id for execution"
msgstr "Anvไnd ไgar-id vid exekvering"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
msgid "Use group id for execution"
msgstr "Anvไnd grupp-id vid exekvering"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
msgid "Path selection"
msgstr "Val av s๖kvไg"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
msgid "user :"
msgstr "anvไndare:"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
msgid "group :"
msgstr "grupp:"
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
msgid "No Sound Card detected!"
msgstr "Inget ljudkort identifierat."
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13207,123 +13327,141 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+#, fuzzy
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr "paktet ImageMagick krไvs f๖r att det ska fungera korrekt"
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
msgid "first step creation"
msgstr "skapar f๖rsta steget"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
msgid "final resolution"
msgstr "slutgiltiga steget"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
msgid "choose image file"
msgstr "vไlj avbildsfil"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
msgid "Theme name"
msgstr "Temanamn"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
-msgstr "skapa startskไrm steg 2"
-
-#: ../../standalone/draksplash_.c:82
-msgid "go to lilosplash configuration"
-msgstr "gๅ till konfiguration av Lilo-startskไrm"
-
-#: ../../standalone/draksplash_.c:83
-msgid "quit"
-msgstr "avsluta"
-
-#: ../../standalone/draksplash_.c:84
-msgid "save theme"
-msgstr "spara tema"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
+msgstr "Blไddra"
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
msgid "Configure bootsplash picture"
msgstr "Konfigurera startskไrmsbild"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
+#: ../../standalone/draksplash_.c:100
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr "antal tecken i textrutans x-led"
-#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+#: ../../standalone/draksplash_.c:101
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr "antal tecken i textrutans y-led"
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:102
msgid "text width"
msgstr "textbredd"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:103
msgid "text box height"
msgstr "h๖jd pๅ textruta"
-#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
-msgstr "x-koordinaten f๖r f๖rloppsindikatorns ๖vre vไnstra h๖rn"
-
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
-msgstr "y-koordinaten f๖r f๖rloppsindikatorns ๖vre vไnstra h๖rn"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr ""
+"x-koordinaten f๖r f๖rloppsindikatorns\n"
+"๖vre vไnstra h๖rn"
#: ../../standalone/draksplash_.c:105
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
+msgstr ""
+"y-koordinaten f๖r f๖rloppsindikatorns\n"
+"๖vre vไnstra h๖rn"
+
+#: ../../standalone/draksplash_.c:106
msgid "the width of the progress bar"
msgstr "bredden pๅ f๖rloppsraden"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:107
msgid "the heigth of the progress bar"
msgstr "h๖jden pๅ f๖rloppsraden"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr "fไrgen pๅ f๖rloppsraden"
-#: ../../standalone/draksplash_.c:119
-msgid "go back"
-msgstr "gๅ tillbaka"
-
-#: ../../standalone/draksplash_.c:120
-msgid "preview"
+#: ../../standalone/draksplash_.c:121
+msgid "Preview"
msgstr "f๖rhandsgranskning"
-#: ../../standalone/draksplash_.c:121
-msgid "choose color"
-msgstr "vไlj fไrg"
+#: ../../standalone/draksplash_.c:123
+msgid "Save theme"
+msgstr "spara tema"
#: ../../standalone/draksplash_.c:124
+msgid "Choose color"
+msgstr "vไlj fไrg"
+
+#: ../../standalone/draksplash_.c:127
msgid "Display logo on Console"
msgstr "Visa logo pๅ konsoll"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr "D๖lj kไrnans meddelanden som standard"
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr "Det hไr temat har ไnnu inte nๅgon startskไrm i %s."
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr "sparar startskไrmstema..."
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
msgid "ProgressBar color selection"
msgstr "Val av fไrg f๖r f๖rloppsrad"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr "Du mๅste vไlja en avbildsfil f๖rst."
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
msgid "Generating preview ..."
msgstr "Genererar f๖rhandsgranskning..."
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13477,6 +13615,14 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
+#: ../../standalone/harddrake2_.c:8
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr ""
+"\n"
+"anvไndning: harddrake [-h|--help] [--test]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "anvไndning: keyboarddrake [--expert] [keyboard]\n"
@@ -13505,11 +13651,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr "Kan inte starta live-uppdateringen.\n"
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr "ฤndringen ไr genomf๖rd men f๖r att aktiveras mๅste du logga ut."
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
msgid "logdrake"
msgstr "logdrake"
@@ -13784,16 +13930,14 @@ msgstr ""
"Du kan nu lไsa in bilder och dokument med hjไlp av \"XSane\" som finns i "
"menyn Multimedia/Grafik."
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Vissa enheter i \"%s\"-hๅrdvaruklassen togs bort:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
"\n"
"Vissa enheter i \"%s\"-klassen lades till:\n"
@@ -13870,7 +14014,7 @@ msgstr "Installera systemuppdateringar"
msgid "Exit install"
msgstr "Avsluta installationen"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14117,3 +14261,45 @@ msgstr "Multimedia - cd-brไnning"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Vetenskaplig arbetsstation"
+
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "Klicka pๅ knappen Rapport f๖r att skicka in en felrapport.\n"
+#~ "Det ๖ppnar ett webblไsningsf๖nster pๅ https://www.bugzilla.com\n"
+#~ " dไr du hittar ett formulไr att fylla i. Informationen som visas ovan "
+#~ "kommer \n"
+#~ "att ๖verf๖ras till den servern.\n"
+#~ "\n"
+
+#~ msgid "Make bootsplash step 2"
+#~ msgstr "skapa startskไrm steg 2"
+
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "gๅ till konfiguration av Lilo-startskไrm"
+
+#~ msgid "Go back"
+#~ msgstr "gๅ tillbaka"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr ""
+#~ "Det finns ingen kไnd alternativ OSS/ALSA-drivrutin f๖r ljudkortet (%s)"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#~ msgid "Proxy should be ftp://..."
+#~ msgstr "Proxy ska vara ftp://..."
+
+#~ msgid "quit"
+#~ msgstr "avsluta"
diff --git a/perl-install/share/po/ta.po b/perl-install/share/po/ta.po
index b996b1213..c8afcfe1f 100644
--- a/perl-install/share/po/ta.po
+++ b/perl-install/share/po/ta.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 1.0\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2002-09-06 00:35+0800\n"
"Last-Translator: prabu anand <prabu_anand2000@yahoo.com>\n"
"Language-Team: Tamil <ta@li.org>\n"
@@ -94,24 +94,24 @@ msgstr "ซจษ๒ะ พขจรธจวิ๕ พษข๒พษขยกธ ลสลจม์ธื๕"
msgid "Use Xinerama extension"
msgstr "บขษขรกมก ฟฃ๐ส๔าธจว ภยภฮ๒พื๕"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "\"%s\"%s ฑศ ซ๐จผจย ม๐ฮ๕ ลสลจม์ธื๕"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "X- %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "ลฆภกี๛ ำฮ์ธ๒ะผ สย 3D X- %s"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -120,17 +120,17 @@ msgstr ""
"ฏํธู์ฬ 3D ลฆภกี๛ ำฮ์ธ๒ะผ ลบพขธ๛ X %s ม๐ฮ๕ พก ธขจผ์ฬ๕. ฌษก๘ \n"
"X %s ๘ บขศ๓พ 2D ฆบย๘พขศ ธขจผ์ธฤก๕. พมข๚ บรขยกธ ยํธ 4 ์ฬ งม๘ ภยภฮ๒ะ"
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "ฏํธู์ฬ 3D ลฆภกี๛ ำฮ์ธ๒ะผ X %s ธขจผ์ฬ๕"
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "ฏํธู์ฬ 3D ลฆภกี๛ ำฮ์ธ๒ะผ X %s ฌรก๖๎บข ำจศยข๘ ธขจผ์ฬ๕"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -141,7 +141,7 @@ msgstr ""
"จย ฆบยฤขฦ์ธ๎ ฆบ๖ยฤก๕\n"
"X %s ๘ บขศ๓พ 2D ฆบย๘พขศ ธขจผ์ธฤก๕. พมข๚ บรขยกธ ยํธ 4 ์ฬ งม๘ ภยภฮ๒ะ"
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -150,12 +150,12 @@ msgstr ""
"ฏํธู์ฬ 3D ลฆภกี๛ ำฮ์ธ๒ะผ X %s ฌรก๖๎บข ำจศยข๘ ธขจผ์ฬ๕ ฌษก๘ ะ ฏํธ๛ ธฝขฝขจย "
"ฆบยฤขฦ์ธ๎ ฆบ๖ยฤก๕"
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr "Xpmac(ธก๐บขยจม๔า ซ๐จผยข ย์ธ ฟขร๘)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "พษข๔ภยษก์ฬ"
@@ -175,32 +175,32 @@ msgstr "ภรขมกฝํธ๛"
msgid "Test"
msgstr "งบกพจษ"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "ลขี๔ภ๒งพ๗ืธ๛"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "บรข"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ฆลวข๎ฆบ๘"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -296,25 +296,25 @@ msgstr "ฏํธู์ฬ ลขี๔ภมกษ ภรขมกฝํธจวิ๕, ฌฦํธจวิ๕ งพ๗๓ฆพฮํธ๛"
msgid "Graphics card: %s"
msgstr "ธก๐บขยจม๔า ซ๐จผ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "ฟฃ์ฬ"
@@ -390,11 +390,11 @@ msgstr "X ภรขมกศข: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "X ภรขมกศขยข ย์ฬ ฟขร๘ %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "ะลํฬ๕ งภกะ ลจรลขย๘ลฦขยข๘ ะลํฬธ"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -403,7 +403,7 @@ msgstr ""
"ฑษก๘ ฏํธ๛ ธฝขฝขจย ะลํฬ๕ งภกะ ลจรลขย๘ลฦขยข๘ ะล์ธ ำสิ๕.\n"
"ด๙ฆลกี ำจศ ธฝขฝข ะลํฬ๕งภกะ๕ X ะลํธ๐ฮมก?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -422,7 +422,7 @@ msgstr ""
"\n"
"ฟฃํธ๛ พจษ ภย ภฮ๒พ๔ งภกธขศฃ๗ธวก?"
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
msgid "What norm is your TV using?"
msgstr "ฏํธ๛ สลข ฑ๓พ ฆบ๓พร ลจรงย๐ส ธฃ๚ ลีธขศะ?"
@@ -494,7 +494,7 @@ msgstr "ฆฟี์ธมกธ"
msgid "compact"
msgstr "ฆฟี์ธมกธ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "ดวข๒งพกศ ำจศจม"
@@ -502,17 +502,17 @@ msgstr "ดวข๒งพกศ ำจศจม"
msgid "Delay before booting default image"
msgstr "ฆธกผกฟขจฤ ฟขร๘ ยํฬลพ์ธกษ งฟร๕"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "ธผื๎ฆบก๘"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "ธผื๎ฆบก๘ (มฃ๑ฮ๕)"
@@ -547,14 +547,14 @@ msgid ""
msgstr ""
"Option ``Restrict command line options'' ฑภะ ธผื๎ฆบก๘ ๘จฤฆยศก๘ ภยษศะ"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "มฃ๑ฮ๕ ำยบข๒ะ ภก๗์ธื๕"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "ธผื๎ฆบกธ๛ ร๑ฮ๕ ดศกธ ๘จฤ"
@@ -595,7 +595,7 @@ msgstr ""
"\n"
"ฟฃํธ๛ ฑ๓พ ลพ๐ส๘ ี๓ะ ะลํธ ลขี๕าธขศฃ๗ธ๛?"
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -603,148 +603,148 @@ msgstr ""
"ฏํธ๛ ะลํฬ ภ๐ส งพก ฏ๛วะ\n"
"จพ ฟฃํธ๛ ลขี๔ภ๕ งภก๘ มกศขยจม์ธฤก๕"
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "งบ๗"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "ำส๓พะ"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
msgid "Modify"
msgstr "มกฺ"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "ฟฃํธ๛ ฑ๓พ ย์ธ ซจม๔า์ธกษ ัจฦจล งบ๗์ธ งภกธขศฃ๗ธ๛?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "ฤขษ์Š"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "มศ ย์ธ ซจม๔า์ธ๛(บ...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "มศ ย์ธ ซจม๔า์ธ๛(งม์...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "มศ ย์ธ ซจม๔า์ธ๛(ลขงผกŠ...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "ฟขรึีล๕"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "ใฤ๕"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "ภขงบ๗"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "ำพ๘ ฟขรึีล๕"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "ฑุพ-ภส์ธ"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "ซ๐ผลจฝ"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "ภกะธก๔ภข๘ฤกพะ"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "ซจผยกว๕"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "ฆธกผกฟขจฤ"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "ำพ๘ ฟขรึีล๒พข ซวื"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "ดวข๒งพกศมข๘ฤกม๘"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "ัจฦลขผ๒จพ ฟฃ์ฬ"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "ฆลฺ ซจผยกวํธู์ฬ ซมพขยข๘จฤ"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr "ฟฃํธ๛ ฟข๎บย๕ ดี ธีลข ฟขรึีล๒จพ งพ๗ื๎ ฆบ๖ย งล๑ฮ๕"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a root partition"
msgstr "ฟฃํธ๛ ฟข๎บย๕ ดี ใฤ ลธขจร งพ๗ื๎ ฆบ๖ย งล๑ฮ๕"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "๓พ ซจผยกว๕ ฒธษงล ภยภก๐ส๘ ฏ๛วะ"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s จผำธ ซ๐จผธ๛ ฏ๛วษ"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "งมึ๕ ฏ๛วษลก?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ฟฃํธ๛ %s จผำธ ซ๐จผธ๛ ฒงพ๕ ภยภฮ๒ะธขศข๗ธวก?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "๘จฤ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "ฌ๕"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%s ซ๐จผ %s ์ฬ ย์ฬ ฟขร๘ ฟขฺล๔ภฮธขศะ"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(%s ฺ)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -753,7 +753,7 @@ msgstr ""
"%s.ฺ์ธกษ ลขี๔ภ๒งพ๗ืธจว พกีํธ๛\n"
"0x like '0x123' งภกศ ะล์ธ๒ะผ ซะ ี์ธงล๑ฮ๕"
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -764,17 +764,17 @@ msgstr ""
"ฆภย๗=มพข๔า ฑศ ซจม๔ภข๘ ี์ธงล๑ฮ๕...''.\n"
"ฏพกรษ๒พขฬ , ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "ฺ ซจม๔าธ๛"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "๓พ %s ์ฬ ฑ๓พ ย์ธ ฟขรจฤ ภยภฮ๒พ งล๑ฮ๕?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -791,15 +791,15 @@ msgstr ""
"ะ ฑ๔งภกพกละ ฏํธ๛ ธฝขฝข ฆพกํธ๘ ฟขจฤ์ฬ ๐ฮ๎ ฆบ๘ฤฤก๕\n"
"ฌษก๘ ฑพจษิ๕ ฆบยฤขฦ์ธ๎ ฆบ๖ยกะ"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "พษขย์ธ๒ งพสยศขพ๘"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "ลขี๔ภ๒งพ๗ื ฆพรขลข์ธื๕"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -808,61 +808,61 @@ msgstr ""
"%s ฑศ ย์ธ ฟขร๘ ฒศ๒พข๘ ภขจฦ งฟ๗๓ะ๛วะ\n"
"ฟฃํธ๛ งลฺ ลขี๔ภ๒งพ๗ืธจว ฆพรขลข๒ะ ภก๗์ธื๕"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr "X ฟขร๘ธู์ธกษ ซมพข"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr "rpm ฆภกพข์ ธีลขธู์ธกษ ซมพข"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr "\"su\" ฟข๗ลกธขยกธ มกฺ๕ ธ๐ผจวจย ซมพข"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr "ฟข๗ลกธ งธก๔าธู์ฬ ซมพข"
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr "ลจฤยจม๔า์ ธีลขธู์ฬ ซมพข"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr "ธีลขธู์ธกษ ซมพข"
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(%s ฒธษงล งบ๗์ธ๔ภ๐ฮลข๐ผะ)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "๓พ ธผื๎ฆบก๘ มขธ ฑวขพกธ ฏ๛วะ"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "ภยษี์ฬ ต๗ ฆภย๗ ฆธกฮ"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "ภยษี์ฬ ฆธกฮ์ธ๔ภฮ๕ ฆภยรข๘ บขศขย ฑุ๒ะ์ธ๛,ฑ๑ธ๛ `-' `_' ม๐ฮงม ี์ธฤก๕"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
msgid "The user name is too long"
msgstr "ภยษี์ฬ ฆธกฮ์ธ๔ภฮ๕ ฆภย๗ มขธ ฟฃวมกธ ฏ๛วะ"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ภยษี์ฬ ฆธกฮ์ธ๔ภฮ๕ ฆภย๗ ฒธษงล งบ๗์ธ๔ภ๐ฮลข๐ผะ"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "ภยษจร๎ งบ๗"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -871,32 +871,32 @@ msgstr ""
"ภยษ๗ ฆภยจร พ๐ผื๕\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ภยษจร ฒฺ์ฆธก๛วื๕"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "ฏจมยกษ๔ ฆภย๗"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ภยษ๗ ฆภย๗"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "ตฮ"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "ฬฺ๕ภผ๕"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "พษขย์ธ๒ ฆพกผํธ๘"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -904,19 +904,19 @@ msgstr ""
"ฑษก๘ ฏํธ๛ ธฝขฝขจย พษขย์ธ๒ ฆพกผํธ๘ ใฤมกธ ดี ภยษี์ฬ๒.\n"
"ฆพกผํธ ำสิ๕. ฟฃํธ๛ พจษ ภยภฮ๒พ ลขี๕าธขศฃ๗ธวก?"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "ฆธกผกฟขจฤ ภยษจร๒ งพ๗ื๎ ฆบ๖ยื๕"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "บกวร งมฤกวจร๒ งพ๗ื๎ ฆบ๖ยื๕"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
msgid "Please choose a language to use."
msgstr "ฟฃํธ๛ ภยภฮ๒พ ลขี๕า๕ ฆมกฦขจย๒ งพ๗ื๎ ฆบ๖ยื๕"
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -926,35 +926,35 @@ msgstr ""
"ฟฃํธ๛ ฟขฺล ลขี๕า๕ ฆมกฦขจย๒ งพ๗ื๎ ฆบ๖ธ\n"
"ฟฃํธ๛ ฟขฺลข ำส๒ะ มฺฆพกผ์ธ๕ ฆบ๖พืผ ฏํธู์ฬ ธขจผ์ฬ๕"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ซจษ๒ะ"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "Allow all users"
msgstr "ซจษ๒ะ ภยษจริ๕ ซมพข"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
msgid "No sharing"
msgstr "ภธข๗งละ๕ ๘จฤ"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "%s ฑศ ฆภกพข ฟขฺล๔ภผงล๑ฮ๕.ต๔าพ๘ พรื๕?"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "ฟฃํธ๛ บ๕ภก, NFS ใฤ๕ ฒฺมพข ฆบ๖ยฤก๕. ฏํธู์ฬ งพจลยกษจพ๒ งพ๗ื๎ ฆบ๖"
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "ฟข๎บยมกธ ี์ธ งล๑สย๔ ฆภกพข %s ๘จฤ"
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -968,11 +968,11 @@ msgstr ""
"\n"
"พษข๔ภยษก์ฬพ๘ ด๙ฆลกี ภยษี์ฬ๕ พษข๒พษขยกธ ซมพข ซวข๒พ๘.\n"
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr "สงร์ภยษจร ะล์ฬ"
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -980,31 +980,31 @@ msgstr ""
"ฟฃํธ๛ ภขษ๗ \"fileshare\". \n"
"ฑศ ฬุลขฬ ภยษจร ฑวขพกธ๎ งบ๗์ธฤก๕"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "ภจธล๗ธงว ลีธ"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "งมกบมกษ"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "ย๘ภกษ"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "ฏย๗ลกษ"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
msgid "Higher"
msgstr "มขธ ฏย๗ลกษ"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "บ๓งพธ๔ งภ๖"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1014,7 +1014,7 @@ msgstr ""
"ำศขึ๕ ภกะธก๔ภศะ. ธผื๎ฆบก๘ ผ ธขจผยกะ\n"
"จฝย๒พขฬ ๔ภสงย ฆพกผ๗า ฆธก๛ว์ผกะ"
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1022,7 +1022,7 @@ msgstr ""
"ตรวื ภกะธก๔ภกษะ. ธผื๎ฆบก๘ ฏจผยะ\n"
"จฝย๒พขฬ ๔ภสงย ฆพกผ๗า ฆธก๛ว์ผกะ"
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1030,13 +1030,13 @@ msgstr ""
"บรขยกษ ภกะธก๔ภกษะ. ธผื๎ฆบก๘ ฏจผยะ\n"
"จฝย๒พขฬ ๔ภสงย ฆพกผ๗า ฆธก๛วฤก๕"
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr "ซพขธ ภกะธก๔ภกษะ. พขษำ๕ ภฤ งบกพจษธ๛ ฟจผฆภฺ๕"
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1049,38 +1049,38 @@ msgstr ""
"ะ ฆลวขยข๘ ี๓ะ งล๑สธวข งพจลจย ฎฮ๎ ฆบ๖ย ำสิ๕ \n"
"ฏํธ๛ ธฝขฝข ดี บกพรษ ภยภก๐สฬ ฑศก๘, ๕ บฺ ฬจศ๓พ ภกะธก๔ภวจล ภยภฮ๒พฤก๕"
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
msgstr "ะ ฆบศ ฟขจฤ งภกศงพ. ะ ำศขึ๕ ใผ๔ภ๐ผ ต๗ ธฝขฝขยกฬ๕"
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
msgid "DrakSec Basic Options"
msgstr "สงร์ภกะธก๔า ซส๔ภจผ ลขี๔ภ๒งพ๗ืธ๛"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
msgid "Please choose the desired security level"
msgstr "ฏํธู์ฬ งพจลยกษ ภกะธก๔า ฟขจฤจย๒ งพ๗ื๎ ฆบ๖ยื๕"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
msgid "Security level"
msgstr "ภกะธก๔า ฟขจฤ"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
msgid "Use libsafe for servers"
msgstr "libsafe ฑศ แฤธฟขรจฤ ภรขมกศขธวข๘ ภยภฮ๒ะํธ๛"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr "๓พ แฤธฟขรจฤ ภยภฮ๒ะลพก๘ ภฤ ภกะธก๔า ภขร๎บขจษธจว พลข๗์ธ ำสิ๕"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr "ภกะธก๔า งมฤกว๗(ฆภย๗ ซ๘ฤะ มขษ๏บ๘ ำธลรข)"
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1091,7 +1091,7 @@ msgstr ""
"(ฏพกรษ๒พขฬ พมข๚ มฺ๕ ฌํธขฤ๕)"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1103,58 +1103,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "/boot ซจผลข๘ งภกพขย ผมข๘จฤ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "งมจบ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "ฆพกผ์ธภ๐ส"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "%s ๓พ ลธข๗ ฏํธ๛ ะลํฬฟขรจฤ ฒฺ์ ฆธก๛วกะ\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "๕ ฏพลข พยกรกธลข๘จฤ.\n"
@@ -1206,63 +1206,63 @@ msgstr "ฤขงฤก/์ร๔ ำจศจม"
msgid "Yaboot mode"
msgstr "ยกฆพกผ์ธ ำจศจม"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
msgid "Install themes"
msgstr "ฏี์ธี์ธจว ฟขฺืํธ๛"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr "ฏี์ธี์ธจว ำจษย๒พข ธฃ๚ ธก๐ฮํธ๛"
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
msgid "Create new theme"
msgstr "ฏี์ธี ดจศ ฏีลก์ฬ "
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr "%s ฑภจพ %s.old ฑษ ธก๔ฆภฮ"
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "ภขจฦ"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr "ฤขงฤก พธลจฤ ธก๔ฆภฮ์ธ ำสยลข๘จฤ"
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr "%s ฑภจพ %s ฑษ ฟธฆฤฮ"
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr "ฤขงฤก พธลจฤ มกศ ำสยลข๘จฤ"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr "ฤขงฤก พธลจฤ ธกฝ ำสยลข๘จฤ"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "/etc/sysconfig/bootsplash.ฑศ งธก๔จภ ฏีลก์ธ ำสยลข๘จฤ"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, c-format
msgid "Write %s"
msgstr "%s ฑุะ"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1270,17 +1270,17 @@ msgstr ""
"/etc/sysconfig/bootsplash ฑศ งธก๔ภข๘ ฑุพ ำสยลข๘จฤ\n"
"๓พ ฆภยรข๘ งธก๔จภ ธกฝ ำสยลข๘จฤ"
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "mkinitrd -f /boot/initrd-%s.img %s ฑภจพ ะล์ธ ำสยลข๘จฤ"
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "'mkinitrd -f /boot/initrd-%s.img %s'.ะลํฬฟขรึีล๒จพ ฏีลก์ฬ"
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1288,24 +1288,24 @@ msgstr ""
"ฤขงฤกจล มฃ๑ฮ๕ ะล์ธ ำสยลข๘จฤ\n"
"\"lilo\" ฑศ ธ๐ผจวจย ฟข๗ลกธขยกธ มกศข์ ฆธกฮ"
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr "ฤขงฤกจล มฃ๑ฮ๕ ะล์ฬ"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
msgid "Notice"
msgstr "ฬศข๔า"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "ฤขงฤก, ฆพกผํฬภผ ฏี์ธี์ธ๛ ฟขฺืพ๘ ฆลศขยจผ๓พะ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "Theme installation failed!"
msgstr "ฏี์ธี์ธ๛ ฟขฺืพ๘ ฆลศขยจผยลข๘จฤ"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1314,21 +1314,21 @@ msgstr ""
"ฟฃํธ๛ พงภกะ %s ฆพกผํฬพ๘ งมฤกวรกธ ภยภฮ๒ะธขศฃ๗ธ๛\n"
"ซจม๔า มกยกลขจย ะล์ธ ลสลจม ฑศ ฆภก๒พกจษ ธขวข์ ฆบ๖"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "ลสลจม"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
msgid "Splash selection"
msgstr "ฆพกผํฬ๒พขจร งพ๗ื"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr "ฏี์ธี์ธ๛"
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1342,44 +1342,44 @@ msgstr ""
"ร๑จผิ๕ พษขยกธื๕ งพ๗ื\n"
"ฆบ๖ยฤก๕"
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr "ฤขงฤก พขจร"
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr "ฆพกผํฬ๒พขจร"
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "ย์ธ ำจศจม"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "ย์ธ๒ ฆพกผ์ธ๒พข๘ ลจรลขย๘ลฦข ำจศจม์ฬ๎ ฆบ๘ฤื๕"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "๘จฤ, ฑษ์ฬ พษขย์ธ๒ ฆพกผํธ๘ งล๑ผก๕"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "ฌ๕, ฑษ์ฬ พษขย์ธ๒ ฆพกผํธ๘ (ภยษ๗,งมจบยจม๔า) งล๑ฮ๕"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "บรข"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "/etc/inittab ฑศ งธก๔จภ พขศ์ธ ำสยลข๘จฤ: %s"
@@ -1476,50 +1476,58 @@ msgstr "ฌŠพขรขยก"
msgid "United States"
msgstr "ซฆมรข์ธก"
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "าพขย"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "ศ์ฬ"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "ฒฺ"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "งบจลยธ๕"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "ฒศ๔ า๛วข"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
msgid "Please enter the WebDAV server URL"
msgstr "พยื๎ฆบ๖ะ งบจลยธ๒พข URL ซส์ธื๕"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr "URL ฑ๔งภกะ๕ http:// ซ๘ฤะ https:// ฑษ๒ ฆพกผํธงล๑ฮ๕"
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "งบจลยธ๕: "
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "ฒศ๔ า๛วข: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "ลขี๔ภ๒งพ๗ืธ๛: %s"
@@ -1604,7 +1612,7 @@ msgstr "ดฺมข๘จฤ"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "มศจล"
@@ -1746,7 +1754,7 @@ msgstr ""
"ธก๔ภข๘ ฏ๛ว พ๐ส ลธข๗ ซจม๔ภข ซวื งลศกธ ฏ๛วะ\n"
"ฆพกผ๗๓ะ` ฆบ๘ฤฤกมก?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "ฑ๎บรข์จธ"
@@ -2297,7 +2305,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr "พยืฆบ๖ะ ฏํธ๛ ภยษ๗ฆภย๗, ธผื๎ฆบก๘, ลขธว๕ ฌธขยลจศ พ๐ผื๕"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
msgid "Username"
msgstr "ภยษ๗ฆภย๗"
@@ -2309,23 +2317,23 @@ msgstr "ลขธว๕"
msgid "Search servers"
msgstr "งบจลยธ๒จพ งพฮ"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s งภก๘ %s ลส็๐สยะ ำสยลข๘จฤ"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "%s ๓พ %s ลจธยข๘ ลส็๐ฮละ ฑ๔ภส ฑษ ฑษ์ฬ ฆพรขยกะ"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "%s ลธข๗ %s ซจผลข๘ ฒฺลพข๘ ภขจฦ งฟ๗๓ะ๛วะ"
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "ศ์ฬลพข๘ ภขจฦ งฟ๗๓ะ๛วะ %s: %s"
@@ -2408,44 +2416,107 @@ msgstr "ดฺ๕ ฆบก๘ลพธข๘จฤ"
msgid "Error opening %s for writing: %s"
msgstr " %s จพ พขศ์ธ ำสยลข๘จฤ,%s จพ ฑุะลพธกธ พขศ์ธ งล๑ฮ๕"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr "มกฺ ย์ธฟขร๘ ฒะมข๘จฤ"
-#: ../../harddrake/sound.pm_.c:156
-#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#: ../../harddrake/sound.pm_.c:169
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr "ฏํธ๛ ดฤขย๐จผ์ฬ (%s) มกฺ ย์ธฟขร๘ ฒะมข๘จฤ"
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
msgid "Sound configuration"
msgstr "ดฤข ลสลจม๔า"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr "ฏํธ๛ ดฤขย๐จผ์ฬ (%s) มกฺ ย์ธฟขรจฤ ํฬ งพ๗ื ฆบ๖ยฤก๕"
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
msgid "Driver:"
msgstr "ย์ธฟขร๘:"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+msgid "Help"
+msgstr "ฏพลข"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "พยืฆบ๖ะ ธก๒พขี์ธื๕...ฆบย๘ภฮ๒พ๔ภฮธขศะ"
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "พยืฆบ๖ะ ธก๒พขี์ธื๕.."
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr "ย์ธฟขร๘ ฒะมข๘จฤ"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "ฏํธ๛ ดฤขย๐จผ์ฬ (%s) ย์ธฟขร๘ ฒะมข๘จฤ"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr "ฆพรขยกพ ย์ธ ฟขร๘"
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2562,7 +2633,8 @@ msgid "/_Quit"
msgstr "/_ฆลวข๎ฆบ๘"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_ฏพลข"
@@ -2583,14 +2655,18 @@ msgstr ""
"\n"
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_ภขจฦธจว ซศขลข์ธ"
+
+#: ../../harddrake/ui.pm_.c:73
msgid "/_About..."
msgstr "/_ภศข"
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr "สงร์ลฆภกี๛ ภศข"
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2598,56 +2674,53 @@ msgstr ""
"ะ สงร์ลฆภกี๛, มกสงร์ ลฆภกี๛ ลสลจม์ภา์ ธีลข\n"
"ฆลวขยฃฮ"
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
msgid "Author:"
msgstr "ฌบขรขย๗"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "สงร์ลฆภกี๛2 ฆลวขยฃฮ"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
msgid "Detected hardware"
msgstr "ธ๑ฮภขส๒พ ลฆภกี๐ธวข ลขลรํธจว๔ ภกีํธ๛"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
msgid "Information"
msgstr "พธล๘"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
msgid "Configure module"
msgstr "จศ ลสลจมิํธ๛"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr "ลสลจม๔า์ ธีลขจย ย์ฬ"
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
msgid "Detection in progress"
msgstr "๕ งพฮพ๘ ฟจผฆภฺธขศะ"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "พยืฆบ๖ะ ธก๒พขี์ธื๕.."
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr "จศ ฟฃํธ๛ ํงธ ลสลจม์ธฤก๕"
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, c-format
msgid "Running \"%s\" ..."
msgstr "\"%s\" ...ฟจผฆภฺธขศะ"
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr "ฆพกผ์ธฟขจฤ"
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "secondary"
msgstr "จผฟขจฤ"
@@ -4530,7 +4603,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "ฟฃํธ๛ %s พจษิ๕ ลสื๐ผ งล๑ฮ๕"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4555,7 +4628,7 @@ msgstr ""
"\n"
"ฟขํธ๛ ฟข๎บย๕ ลจศ ฟขฺล ลขี๕าธขศฃ๗ธวก?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4564,20 +4637,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr "NIS ธว๒พข๘ ภร๔ภ ำสยกะ"
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "FAT งธก๔ภจม๔ภข๘ ลส็๐ผ๔ภ๐ผ ฆฟธข๚พ๐จผ %s ยข ฏ๛งว งภกผื๕"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "FAT งธก๔ภจม๔ภข๘ ลส็๐ผ๔ภ๐ผลข๘จฤ"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4585,12 +4658,12 @@ msgstr ""
"ฟฃํธ๛ พงภกะ ฟขฺลขย ฆภกพข๒ งพ๗ืธูผ งลฺ ธฝขฝขธวข๘ ฟขฺล, ฟขฺล๘ ฆพกผํฬ๕ งภกะ "
"``linux defcfg=floppy'' ฑษ ฏ๛วฃฮ ฆบ๖ยื๕"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "%s ฑศ งธก๔จภ ภส๔ภพข๘ ภขจฦ งฟ๗๓ะ๛วะ"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4824,7 +4897,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "%s ์ฬ ฟ๘ลรื "
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "ฆฟธข๚ ล๐ผธ๕ ฒะ๕ ๘จฤ"
@@ -4853,11 +4926,11 @@ msgstr "ฟขฺืพ๘ ลจธ"
msgid "Please choose one of the following classes of installation:"
msgstr "พยืฆบ๖ะ ฒงพ๕ ดี ฟขฺืพ๘ ลจธจย งพ๗ื๎ ฆบ๖ธ "
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "ฆภกพขธ๛ ฬุ๒ งพ๗ื"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "พษข๒ษข ฆภกพขยกธ งพ๗ื๎ ฆบ๖"
@@ -4933,7 +5006,7 @@ msgstr "พกษกธ งพ๗ื๎ ฆบ๖ย๔ภ๐ฮ๛ว ฆภกพขธจว์ ธก๐ฮ"
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "ฟขฺื"
@@ -4953,7 +5026,7 @@ msgstr "ฬจศ๓พภ๐บ ฟขฺล๘"
msgid "Choose the packages you want to install"
msgstr "ฟขฺล งล๑สย ฆภกพขธจว งพ๗ื๎ ฆบ๖ิํธ๛ "
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "ฟขฺล๔ภฮธขศะ"
@@ -4980,17 +5053,17 @@ msgid "Installing package %s"
msgstr "%s ฆภกพข ฟขฺล๔ภฮธขศะ"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "ด๔า์ ฆธก๛ธขงศ"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "ด๔า์ฆธก๛วลข๘จฤ"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5007,16 +5080,16 @@ msgstr ""
"ฮ๕"
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "ฆพกผ๗๓ะ ฆบ๘ฤฤกมก?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "ฆภกพขธจว ซฮ์ฬลพข๘ ภขจฦ งฟ๗๓ะ๛วะ"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "ฆภกพขธจว ฟขฺืลพข๘ ภขจฦ งฟ๗๓ะ๛วะ"
@@ -5121,7 +5194,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5239,7 +5312,7 @@ msgstr ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -5316,7 +5389,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "ฟฃํธ๛ ฟข๎บย๕ ซมพข ด๔ภ๓พ๒จพ ด๔า์ฆธก๛วลข๘จฤยก?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "ลขจบ๔ภฤจธ"
@@ -5519,11 +5592,11 @@ msgstr "ฆภกพขธ๛ งพ๗จล์ ฆธก๑ผ ฆฟธข๚ล๐จผ ฏ๛วฃฮ ฆบ๖ยื๕"
msgid "Selected size is larger than available space"
msgstr "ฟฃํธ๛ งพ๗ื ฆบ๖ะ๛ว ซวื, ี์ฬมขผ๒จพ ลขผ ซพขธมกธ ฏ๛วะ"
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr "ฟขฺล๘ ำจศ"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5531,19 +5604,19 @@ msgstr ""
"ฟฃํธ๛ ฆภกพข ฬุ์ธ๛ ฑพจษิ๕ งพ๗ื ฆบ๖ยลข๘จฤ.\n"
"พยืฆบ๖ะ ฏํธู์ฬ งพจลยกษจพ งพ๗ื ฆบ๖ยื๕"
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr "X ฏผ ลจรลขย๘ลฦขยขผฤ ภยภฮ๒พ ะ งพจล"
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr "ฏพลข แ๘ธูผ (ฬจศ๓พภ๐บ๕ ะ งพจล!)"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr "มขธ๎บขศขย ฟขฺล๘(urpmi ผ ธขจผยกะ)"
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5553,16 +5626,16 @@ msgstr ""
"ดฺ ผ ๘จฤฆยศก๘ ฟฃ์ฬ ฑภจพ ธขวข์ ฆบ๖ยื๕\n"
"บขฤ บขสธ๛ ม๐ฮ๕ ๘จฤฆยศก๘ ๘ฤกพลจศ ม๐ฮ๕ ฟฃ์ธขลข๐ฮ บรข ฑษ ธขวข์ ฆบ๖ยื๕"
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr " \"%s\" ฑษ ฆภยรขผ๔ภ๐ผ บขส"
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "ฟขฺืพ๘ ฆพกผํฬธขศะ"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -5571,21 +5644,21 @@ msgstr ""
"๓พ ฆภกพข ฟขฺล๔ภฮธขศะ%s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "ฟขฺลขยภข งบ๖ย งล๑สย ลสลจม๔าธ๛"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "พยืฆบ๖ะ ฆพกผํฬล๐จผ มฃ๑ฮ๕ %s ย์ธขยข๘ งภกผื๕"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "พยืฆบ๖ะ ฟขธ๚ฟขจฤ๔ภฮ๒พ๔ภ๐ผ ล๐จผ มฃ๑ฮ๕ %s ย์ธขยข๘ งภกผื๕"
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5635,7 +5708,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5655,155 +5728,155 @@ msgstr ""
"\n"
"ลจศ ฟขฺล ลขี๔ภมก ?"
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "พงภกะ๛ว จฝ๔ ภพข๔าพวํธจว ซศขย มก๑สงร์ จฝยพว๕ ฆพกผ๗าฆธก๛ว๔ภฮธขศะ"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "ฆภกพขธจว ฑํธขี๓ะ ศ์ธ ลขี๕าธขศฃ๗ธ๛"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "จฝ๔ ภพข๔าพวํธวข๘ พงภกะ๛ว ฆภกพขธจว ซศขย จฝยพว๕ ฆพกผ๗าฆธก๛ว๔ภฮธขศะ"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "ฟฃํธ๛ ฑ๓พ ธกฤ ม๑ผฤ๒จพ๎ งบ๗๓พล๗?"
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
msgid "Hardware clock set to GMT"
msgstr "ลฆภกี๛ ธสธกร๒จพ GMT ์ฬ มกฺ"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr "พกษขยํธข งฟร ด๒พขย์ธข(NTP ฏพลขิผ)"
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
msgid "NTP Server"
msgstr "NTP งบจลยธ๕"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "ฆพกจฤ ธ๔Š งบจลยธ๕"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "ซ๎อ๔ฆภกศข ฒะมข๘จฤ"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
msgid "Do you have an ISA sound card?"
msgstr "ฏํธวขผ๕ ISA ดฤขย๐จผ ฒงพ๕ ฏ๛วษลก?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "\"sndconfig\" ฑศ ฟขร๘ ใฤ๕ ฏํธ๛ ดฤขย๐จผจย ลสลจม์ธ ำสิ๕"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "ดฤขย๐จผ ฒะ๕ ธ๑ฮภขส์ธ ำสยลข๘จฤ. สงร์ลฆภกี๛ มกยกลขจย ภยภฮ๒ะํธ๛"
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "ฏจร"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "ฑฤข"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "ธกฤ ม๑ผฤ๕"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ซ๎อ๔ฆภกศข"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN ซ๐จผ"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "ดฤขย๐จผ"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV ซ๐จผ"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
msgid "Windows Domain"
msgstr "ลขงผกŠ ธว๕"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Local files"
msgstr "ฏ๛วจม งธก๔าธ๛"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "ฏํธ๛ ธผื๎ฆบก๘จฤ ฏีลก์ธื๕"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "ธผื๎ฆบก๘ ฒะมข๘จฤ"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"ฏํธ๛ ธผื๎ฆบก๘ มขธ บขศขยพกธ ฏ๛วะ (ฬจศ๓พ ภ๐บ๕ ะ %d ฑุ๒ะ์ธ๛ ี์ธ งล๑ฮ๕) "
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "ฟ๘ฬกขจม"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
msgid "Authentication LDAP"
msgstr "ฟ๘ฬกขจม LDAP"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "LDAP Server"
msgstr "LDAP งบจลยธ๕"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
msgid "Authentication NIS"
msgstr "ฟ๘ฬกขจม NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "NIS ธว๕"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "NIS งบจลยธ๕"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5825,19 +5898,19 @@ msgstr ""
"ฆภกฺจมยกธ งพ๗ื๎ ฆบ๖ะ ลกีํธ๛. ลก๚๒ะ์ธ๛\n"
"พยืฆบ๖ะ ฌํธขฤ๒พข๘ ฟขฺืํธ๛"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
msgid "Authentication Windows Domain"
msgstr "ฟ๘ฬกขจม ลขงผกŠ ธว๕"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Domain Admin User Name"
msgstr "ลขงผกŠ ธว๒พข ภยษ๗ ฆภย๗"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr "ลขงผกŠ ธว๕ ฟข๗ลกธขยข ธผื๎ฆบก๘"
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5861,19 +5934,19 @@ msgstr ""
"ฆภกฺจมยกธ งพ๗ื๎ ฆบ๖ะ ลกีํธ๛. ลก๚๒ะ์ธ๛\n"
"พยืฆบ๖ะ ฌํธขฤ๒พข๘ ฟขฺืํธ๛"
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "ำพ๘ ฆฟธข๚ล๐จผ ย์ธข"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "2ละ ฆฟธข๚ล๐จผ ย์ธข"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "พลข๗"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5896,7 +5969,7 @@ msgstr ""
"ฟฃํธ๛ ดี พษข๔ภย ฆพกผํฬล๐จผ ฏีลก์ธ ลขี๕าธขศฃ๗ธวก\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5909,28 +5982,28 @@ msgstr ""
"(ฑ๎บรข์จธ! ฟฃํธ๛ XFS งธก๔ภจม๔จภ ฏํธ๛ ใฤ ลธขศข๘ ภยภฮ๒ะธขศฃ๗ธ๛\n"
"พ ย์ธฟขร๘ มขธ๔ฆภรขยะ.ซพษก๘ 1.44 ฆมธกจภ๐ ฆฟธข๚ล๐ฮ ภยภผกะ)."
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "มษข์ธื๕, ฆฟธข๚ล๐ฮ ย์ธข ฒะมข๘จฤ"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr " ฆพกผํฬล๐จผ ฏีลก์ธ ฆฟธข๚ล๐ฮ ย์ธขจย งพ๗ื๎ ฆบ๖ิํธ๛"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, c-format
msgid "Insert a floppy in %s"
msgstr " %s ๘ ฆฟธข๚ล๐จผ ฏ๛วฃฮ ฆบ๖ิํธ๛"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "ะลํฬล๐จผ ฏีลก์ฬํธ๛"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "ะลํฬฟขรจฤ ฏีลก์ฬธขงศ..."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5938,25 +6011,25 @@ msgid ""
" need to use BootX to boot your machine"
msgstr "พยืฆบ๖ะ ฟขฺืลพฬ ฌํธขฤ๒จพ ภยภฮ๒ะํธ๛"
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "พยืฆบ๖ะ ฟขฺืลพฬ ฌํธขฤ๒จพ ภยภฮ๒ะํธ๛"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr "พยืฆบ๖ะ ฟขฺืลพฬ ฌํธขฤ๒จพ ภยภฮ๒ะํธ๛"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
msgid "Installing bootloader"
msgstr "ะลํฬฟขรจฤ ฟขฺล๔ภฮธขศะ"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "ะลํฬฟขรจฤ ฟขฺล๔ภฮลพข๘ ภขจฦ งฟ๗๓ะ๛วะ"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5974,17 +6047,17 @@ msgstr ""
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "ฆลฺ ฆฟธข๚ล๐จผ %s ย์ธขยข๘ ฏ๛วขผื๕"
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "พกษขยํธข ฟขฺล๘ล๐จผ ฏีลก์ธื๕"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5994,7 +6067,7 @@ msgstr ""
"\n"
"ฟฃํธ๛ ฟข๎บย๕ ฟขฺืพจฤ ลข๐ฮ ฆลวขงยศ ลขี๕าธขศฃ๗ธวก?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6026,15 +6099,15 @@ msgstr ""
"พยืฆบ๖ะ ฏํธ๛ ธฝขฝขจย ลสลจม์ธ มก๑สงร์ ฏพลขแ๘ธจว \n"
"ภส์ธื๕"
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "พกษขยํธข ฟขฺล๘ล๐จผ ฏีลก์ธื๕"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6049,15 +6122,15 @@ msgstr ""
",\n"
"ฟฃํธ๛ มฃ๑ฮ๕ ดีำจศ ฏํธ๛ ฟขฺลจฤ มฺ ย์ธ๕ ฆบ๖ยฤก๕,\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "พกษขยํธข"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "มฺ ย์ธ๕"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "ฆภกพข๒ งพ๗จล๎ งบมข"
@@ -6093,14 +6166,14 @@ msgstr "ซฤกพขยกษ "
msgid "Basic"
msgstr "ฆพกผ์ธ"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- ำษะ"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
msgid "Next"
msgstr "ซฮ๒ะ"
@@ -6546,7 +6619,7 @@ msgstr "ลฤะ ลขงผกŠ ลขจบ"
msgid "Circular mounts %s\n"
msgstr "อฺ ฒศํธ๛ %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "ฒรฝ ลธขจศ ำพฤข๘ ฟฃ์ฬ\n"
@@ -6681,15 +6754,15 @@ msgstr "ดฺมข๘จฤ"
msgid "No mouse"
msgstr "ฑฤข ฒะมข๘จฤ"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "พยืฆบ๖ะ, ฏํธ๛ ฑฤขจย งบกพจษ ฆบ๖ิํธ๛"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "ฏํธ๛ ฑฤขจย ฆบย๘ภผ จล์ธ"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "ฏํธ๛ บ์ธร๒จพ ฏี๐ฮํธ๛"
@@ -6727,11 +6800,11 @@ msgstr "ธขจวธจว อี์ฬ"
msgid "Toggle between flat and group sorted"
msgstr "พ๐จผ มฺ๕ ธขจว ลรขจบ์ฬมขจผงย มกศขยจม"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "จฝย๒จพ ภยภฮ๒พ ฆพกผ๗า ฒภฮ๒ะ"
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6741,23 +6814,19 @@ msgstr ""
"pppoe ภยภฮ๒พ๔ภฮ๕.ฆลฬ บขฤ dhcp ภยภฮ๒ะ๕\n"
"ฏํธู์ฬ บรขยกธ ฆพรขยลข๘จฤ ฑศก๘ pppoe ภยภฮ๒ะ"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "ซ๘ธกฆผ๘ Šภข๐ผ๎ -Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr "ECI Hi-Focus"
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "dhcp ภยภฮ๒ะ"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr " pppoe ภยภฮ๒ะ"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "pptp ภยภฮ๒ะ"
@@ -6852,7 +6921,7 @@ msgstr "ฑ๓พ ลจฤยจม๔า ซ๐จผ ฏํธจว จฝย๒ะผ จฝ๒ะ๛วะ"
msgid "no network card found"
msgstr "ลจฤยจม๔า ซ๐จผ ฑะื๕ ธกฝ๔ภผลข๘จฤ"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "ลจฤยจม๔ภก์ธํธ๛ ลสลจม์ธ๔ภฮธขศะ"
@@ -6868,15 +6937,15 @@ msgstr ""
"ฏํธ๛ ธฝขฝข๔ฆภย๗ บรขยกษพกธ ี์ธ งล๑ฮ๕\n"
"ฏพกรษ๕ ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "ธฝขฝข๔ฆภย๗: "
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "สงร์ลจฤยจม๔า มกยกลข"
@@ -6914,8 +6983,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ภจฦย ลสลจม๔า (isdn4net)"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "ISDN ลจฤยจม๔ภก์ธ ลสลจม๔า"
@@ -6951,23 +7020,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "ฟฃํธ๛ ฑ๓พ ลจรำจศจย ภยภฮ๒พ งภกธขศฃ๗ธ๛?"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "ฑ๙ลขพ ซ๐จผจย จล๒ะพขี์ธขศฃ๗ธ๛?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "ฑษ์ฬ ฆพรขยกะ"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6976,25 +7050,25 @@ msgid ""
"card.\n"
msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "ำศข๒ะ ลขฮ"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "ฆพกผ๗ธ"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "ฟฃํธ๛ ฑ๓พ ISDN ซ๐จผจย ภยภฮ๒ะธขศฃ๗ธ๛?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
msgstr ""
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
@@ -7046,7 +7120,7 @@ msgstr "ำพ๘ DNS งบจลยธ๒พข ฆภย๗"
msgid "Second DNS Server (optional)"
msgstr "2ละ DNS งบจลยธ๒พข ฆภย๗"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -7054,7 +7128,7 @@ msgstr ""
"\n"
"ฟฃํธ๛ ฏํธ๛ ฆพกผ๗จภ ะ๑ส์ธฤก๕, ซ๘ฤะ มฺลสลจม์ธฤก๕"
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -7062,11 +7136,11 @@ msgstr ""
"\n"
"ฟฃํธ๛ ฏํธ๛ ฆพกผ๗จภ มฺลสลจม์ธฤก๕"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "ฟฃํธ๛ พงภกะ จฝย๒งพกฮ จฝ๓ะ ฏ๛วฃ๗ธ๛"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -7074,32 +7148,32 @@ msgstr ""
"\n"
"ฟฃํธ๛ ฏํธ๛ ฆพกผ๗จภ ะ๑ส์ธฤก๕, ซ๘ฤะ มฺลสลจม์ธฤก๕"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "ฟฃํธ๛ พงภกะ จฝย๒งพกฮ จฝ๓ะ ๘จฤ"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
msgid "Connect"
msgstr "จฝยื๕"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
msgid "Disconnect"
msgstr "จฝ๔จภ ะ๑ส์ธื๕"
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
msgid "Configure the connection"
msgstr "จฝย๒ฆพกผ๗จภ ลสลจมิํธ๛"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "จฝย๒ฆพกผ๗า ลสลจม๔ภกว"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "ฟก๕ พงภกะ %s ฑศ ฆพกผ๗จภ ลสลจม์ธ๔งภกธขงศก๕"
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, c-format
msgid ""
"\n"
@@ -7118,12 +7192,12 @@ msgstr ""
"\n"
"บรข ฑภจพ ธขวข์ ฆบ๖ยื๕"
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "ลจฤยจม๔ภก์ธ ลสลจม๔า "
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7131,7 +7205,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7143,72 +7217,72 @@ msgstr ""
"๔งภกะ ฏํธ๛ จฝย/ลจฤยจม๔า ลสลจม์ธ๔ภฮธขศะ\n"
"พกษกธ ธ๑ฮภขส์ธ งล๑ผกฆมศก๘, ๓พ งพ๗จล ฟฃ์ธื๕.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "ลสลจม์ธ ภยษ๗ฬศข๔จภ งพ๗ื๎ ฆบ๖ยื๕"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "พกษกธ ธ๑ฮภขส์ธื๕"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "ซศขป๗ ำจศจม"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "บกพษํธ๛ ธ๑ฮภขส์ธ๔ภฮธขศะ..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "บกพรษ งมกผ๕ลฦข ฆพกผ๗า"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "%s ฑศ ะจศยข๘ ธ๑ฮภขส์ธ๔ภ๐ฮ๛วะ"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "ISDN ญจฝ๔า"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr " %s ธ๑ฮภขส์ธ๔ภ๐ฮ๛วะ"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
msgid "ADSL connection"
msgstr "ADSL ญจฝ๔า"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "%s ฑศ ะจศยข๘ ธ๑ฮภขส์ธ๔ภ๐ฮ๛วะ"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "งธภข๛ ญจฝ๔า"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "cable connection detected"
msgstr "งธภข๛ ญจฝ๔า ธ๑ฮภขส์ธ๔ภ๐ฮ๛วะ"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN ญจฝ๔า"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ลจฤยจม๔า ซ๐จผ(ธ๛) ธ๑ฮภขส์ธ๔ภ๐ฮ๛วะ"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
msgid "Choose the connection you want to configure"
msgstr "ฏํธู์ฬ ลขี๔ภมกษ จฝ๔จภ ลสลจม์ธื๕"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7218,23 +7292,23 @@ msgstr ""
"ฟฃํธ๛ ภยภฮ๒พ ลขี๕า๕ ำจศจย๒ งพ๗๓ฆพฮ\n"
"\n"
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
msgid "Internet connection"
msgstr "จฝย๒ ฆพกผ๗า"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "ฏํธ๛ จฝย๒ฆพกผ๗จภ ธฝขฝข ฆพกผํฬ๕งภกงพ ฆพกผํธื๕.? ฆภกะลกธ ะ งพจลยข๘จฤ"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "ลจฤยธจม๔า ลสลจม๔า "
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr "ลจฤยธจม๔า๎ งบจลธ๛ มฺฆพกผํธ งล๑ฮ๕"
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7245,7 +7319,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7255,20 +7329,20 @@ msgstr ""
"ฆลศขธรมกธ ำส๓พะ. ๓พ ลสลจม๔าธ๛ ภยภฮ๒พ๔ภฮ๕\n"
"\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7276,49 +7350,49 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "ลจฤยจม๔า ซ๐จผ %s ลสลจม์ธ๔ภฮธขศะ"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr "(ย์ธ ฟขร๘ %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr ""
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr ""
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr ""
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "พษขย์ธ IP"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
msgid "Start at boot"
msgstr "ฆพกผํธฤข๘ ะล์ธขลขฮ "
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7326,42 +7400,50 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "DNS งบจลยธ๕"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "ัจฦลกยข๘(ฏพก. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "ัจฦลกยข๘ บกพษ๕"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr ""
+
+#: ../../network/network.pm_.c:380
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr ""
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "ภขษกมข ลสลจม๔า"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP ภขษกมข"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP ภขษกมข"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr ""
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr ""
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "URL ฑ๔งภกะ๕ 'http:' ซ๘ฤะ 'ftp: ิผ ะลํธ งล๑ฮ๕"
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8669,7 +8751,7 @@ msgstr ""
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
@@ -9150,10 +9232,6 @@ msgstr ""
"พยืฆบ๖ะ ftp ภขษกมขจย ลสลจม\n"
"ภขษกมข งล๑ผกฆมศก๘ ดฺ๕ พร งล๑ผก๕"
-#: ../../proxy.pm_.c:65
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "URL ฑ๔งภกะ๕ 'http:' ซ๘ฤะ 'ftp: ิผ ะลํธ งล๑ฮ๕"
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -9201,6 +9279,43 @@ msgstr "mkraid งพก๘ลขยจผ๓พะ(raidtools ฆภกพข ๘จฤยก?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "%d ฑศ RAID ฟขจฤ์ฬ งภกะมกษ ลธข๗ ๘จฤ\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "ภกะธก๔า ฟขจฤ"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "ภกะธก๔า ฟขจฤ"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "ภกะธก๔า งมฤกว๗(ฆภย๗ ซ๘ฤะ มขษ๏บ๘ ำธลรข)"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (ฆธกผกฟขจฤ)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "ฏํธู์ฬ งพจลยกษ ภกะธก๔า ฟขจฤจย๒ งพ๗ื๎ ฆบ๖ยื๕"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "พยืฆบ๖ะ ธก๒พขี์ธื๕..ฟขฺืพ๘ ฆพกผํธ๔งภกธขศะ"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ซ๘บก ดฤขยจม๔า ย์ธ๒จพ ะล์ฬ"
@@ -9433,7 +9548,7 @@ msgstr "ญจฝย๕"
msgid "File sharing"
msgstr "งธก๔า ภธข๗พ๘"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
msgid "System"
msgstr "ธฝขฝข ซจม๔า"
@@ -9524,7 +9639,7 @@ msgstr "จฝย๒จพ ฟศกธ ภยภฮ๒พื๕"
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9573,7 +9688,7 @@ msgstr "บกวร งมฤกว๗"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
"มก๑สงร์ ฤขษ์Š 9.0 ฏํธู์ฬ บขศ๓พ 11 บกวร งมฤกว๗ธูผ Kบกวร๕, Gบกวร๕, ฌธขยลฺผ "
@@ -9599,7 +9714,7 @@ msgstr "ฏํธ๛ ธฝขฝขจย ด๗ ซาพมกธ งบจลยธมกธ มกฺํธ๛"
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr "ฏํธ๛ ธฝขฝขจย ด๗ ซาพมกธ งบจลยธมกธ มกศ ฑวขย มกยกลขธูผ ฏํธู์ฬ ลีธขศะ"
@@ -9615,7 +9730,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9630,7 +9745,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9678,8 +9793,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9715,11 +9830,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "ฆภกพขธจว ฟขฺล๔ภฮธขศะ..."
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
@@ -9760,16 +9875,6 @@ msgstr "ภยษจร๎ งบ๗/ฟฃ์ฬ"
msgid "Add/Del Clients"
msgstr "งล๑สธจว งบ๗/ฟฃ์ฬ"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-msgid "Help"
-msgstr "ฏพลข"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr "ะลํธ๘ ล๐ฮ"
@@ -9818,49 +9923,64 @@ msgstr "ภยษจร๎ งบ๗ -->"
msgid "<-- Del User"
msgstr "<-- ภยษจร ฟฃ์ฬ"
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr "งล๑สจย งบ๗ -->"
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
msgid "<-- Del Client"
msgstr "<-- งล๑สจย ฟฃ์ฬ"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
msgid "dhcpd Config..."
msgstr "dhcpd ลสลจม์ธ๔า"
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "ลจฤยจม๔ภก์ธ ลสลจม๔า"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "ลสลจม๔า"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
msgid "Please insert floppy disk:"
msgstr ""
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
msgid "No floppy drive available!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr " /etc/dhcpd.conf ฑศ งธก๔า ำพฤข๘ ฏีลก์ธ๔ภผงล๑ฮ๕"
@@ -9983,12 +10103,12 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
msgid "Total progess"
msgstr ""
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9997,41 +10117,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "ธผื๎ฆบก๘ ฒะมข๘จฤ"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "จพ พขศ์ธ ำสยลข๘จฤ%s: %s\n"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -10042,64 +10162,64 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
msgid "Hard Disk Backup files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
msgid "Backup User files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
msgid "Backup Other files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
msgid "No changes to backup!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -10107,896 +10227,898 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
msgid " Error during mail sending. \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "งพ๗ื"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
msgid "Backup your System files. (/etc directory)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
msgid "Please check all users that you want to include in your backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "ัจฦลขผ๒จพ ฟฃ์ฬ"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
msgid "Windows (FAT32)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
msgid "Users"
msgstr "ภยษ๗ธ๛"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
msgid "Use network connection to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
msgid "Please enter the host name or IP."
msgstr ""
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "มฃ๑ฮ๕ ำยบข๒ะ ภก๗์ธื๕"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "ฏํธ๛ ธผื๎ฆบก๘จฤ มกศื๕"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
msgid "Remember this password"
msgstr ""
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "พยืฆบ๖ะ ฏํธ๛ ลขจบ๔ภฤจธ ผ ซจมจล๒ งพ๗ื ฆบ๖ธ"
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
msgid "Please check for multisession CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
msgid "Please check if you are using CDRW media"
msgstr ""
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
msgid "Please check if you are using a DVDR device"
msgstr ""
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
msgid "Please check if you are using a DVDRAM device"
msgstr ""
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
msgid "No CD device defined!"
msgstr ""
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
msgid "Use tape to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
msgid "Please check if you want to use the non-rewinding device."
msgstr ""
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
msgid "Please check if you want to erase your tape before the backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
msgid "Please check if you want to eject your tape after the backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
msgid "Please enter the directory to save to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
msgid "Use quota for backup files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
msgid "Network"
msgstr "ลจฤยจม๔า"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "ลจธ:"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
#, fuzzy
msgid "daily"
msgstr "มขษ๏บ๘"
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "สงร์ภยษ๗"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "พยืฆบ๖ะ, ฏํธ๛ ฑฤขยข ลจธจย๒ งพ๗ื๎ ฆบ๖ิํธ๛"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
#, fuzzy
msgid "What"
msgstr "งธกะจมฟขศ๕"
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "ฆพฆร๔"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "งธกะจมฟขศ๕"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "ลขี๔ภ๒งพ๗ืธ๛"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "บ๕ภก ลสลจม๔า"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "พยืฆบ๖ะ, ฏํธ๛ ฑฤขยข ลจธจย๒ งพ๗ื๎ ฆบ๖ิํธ๛"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
#, fuzzy
msgid "on Hard Drive"
msgstr "สงร์ลฆภกี๛"
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
#, fuzzy
msgid "across Network"
msgstr "ลจฤยจม๔า"
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
#, fuzzy
msgid "on CDROM"
msgstr "บขสฒศ๕/ศ์ธ๕"
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "ฟฃํธ๛ ภยภฮ๒พ ลขี๕า๕ ฆมกฦขจย๒ งพ๗ื๎ ฆบ๖ยื๕"
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "ธก๔ฆภฮ๒พ๘"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
#, fuzzy
msgid "Backup Users"
msgstr "ธก๔ฆภฮ๒พ๘"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
#, fuzzy
msgid "Select user manually"
msgstr "จธแฤข๘ งพฮ"
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
#, fuzzy
msgid ""
"\n"
"- System Files:\n"
msgstr "บกวร ภก๓พ๕"
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
#, fuzzy
msgid ""
"\n"
"- User Files:\n"
msgstr "ภยษ๗ ภก๓พ๕"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
#, fuzzy
msgid "RW"
msgstr "R"
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "ฑฤขยข ลจธ: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "ลขี๔ภ๒งพ๗ืธ๛"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
msgid "Please uncheck or remove it on next time."
msgstr ""
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
msgid " Restore Configuration "
msgstr ""
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
msgid "Backup the system files before:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "พยืฆบ๖ะ, ฏํธ๛ ฑฤขยข ลจธจย๒ งพ๗ื๎ ฆบ๖ิํธ๛"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
msgid "Use Hard Disk to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "ฏํธู์ฬ งพจลยกษ ภกะธก๔า ฟขจฤจย๒ งพ๗ื๎ ฆบ๖ยื๕"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "ฆพกผ๗า ลจธ: "
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "จฝย๒ ฆพกผ๗า ภรขมกศข"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
msgid "Restore from Hard Disk."
msgstr ""
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
msgid "Select another media to restore from"
msgstr ""
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "ฑพขรขย๘"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "ย์ธ๒จพ ฟขฺืํธ๛"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
msgid "Restore Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "มฺฆพกผ์ธ๕"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
msgid "select path to restore (instead of /)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "ัจฦลขผ๒จพ ฟฃ์ฬ"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "มฺฆพกผ์ธ๕"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "%s ฑภจพ %s.old ฑษ ธก๔ฆภฮ"
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "RAID ี๓ะ ฟฃ์ฬ"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "พ๐ส ลธข๗ ซจม๔าธจว ภจฦย ฟขจฤ์ฬ ฆธก๑ฮ ลกีํธ๛"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "มฺฆพกผ์ธ๕"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "ธฝขฝข๔ฆภย๗: "
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "ธผื๎ฆบก๘"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "ภยษ๗ฆภย๗"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "ธฝขฝขยขฆภย๗: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "มฺฆพกผ์ธ๕"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "พษข๔ภยษก์ฬ"
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "พ๐ส ลธข๗ ซจม๔าธจว ภจฦย ฟขจฤ์ฬ ฆธก๑ฮ ลกีํธ๛"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "พ๐ส ลธข๗ ซจม๔าธจว ภจฦย ฟขจฤ์ฬ ฆธก๑ฮ ลกีํธ๛"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "งบมข"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "ธก๔ฆภฮ๒พ๘"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "มฺฆพกผ์ธ๕"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "%s ฑศ ฆภกพข ฟขฺล๔ภผงล๑ฮ๕.ต๔าพ๘ พรื๕?"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
msgid "Please select data to restore..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
msgid "Please select media for backup..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
msgid "Please select data to backup..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup system files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup user files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
msgid "Backup other files"
msgstr ""
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "งธก๔าธจว์ ธ๑ฮภขส "
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "ลขจรื ฆล๐ส,ฟธฆฤฮ์ฬ๏ ฆบีธข ลสลจม๔ภก"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "kฆพกผ๗า ลสลจม๔า"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "มขส ลสลจม๔า"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "ลจฤยจม๔ภก์ธ ลสลจม๔า"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "ธก๔ฆภฮ๒พ๘"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
#, fuzzy
msgid "Drakbackup"
msgstr "ธก๔ฆภฮ๒พ๘"
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -11028,7 +11150,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11037,7 +11159,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""
"options description:\n"
"\n"
@@ -11078,7 +11200,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4782
+#: ../../standalone/drakbackup_.c:4788
msgid ""
"restore description:\n"
" \n"
@@ -11106,17 +11228,17 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4808 ../../standalone/drakbackup_.c:4885
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
+#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
+#: ../../standalone/drakbackup_.c:4818 ../../standalone/drakbackup_.c:4895
msgid ""
" This program is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
@@ -11133,7 +11255,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4826
+#: ../../standalone/drakbackup_.c:4832
msgid ""
"Description:\n"
"\n"
@@ -11173,7 +11295,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4864
+#: ../../standalone/drakbackup_.c:4870
msgid ""
"options description:\n"
"\n"
@@ -11184,7 +11306,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4873
+#: ../../standalone/drakbackup_.c:4879
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11197,7 +11319,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4903
+#: ../../standalone/drakbackup_.c:4909
msgid ""
"Description:\n"
"\n"
@@ -11279,8 +11401,8 @@ msgid "Synchronization tool"
msgstr "ด๒พขย์ธ ธีลขธ๛"
#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
-#: ../../standalone/drakbug_.c:157
+#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
+#: ../../standalone/drakbug_.c:162
msgid "Standalone Tools"
msgstr "บขฤ ธีลขธ๛"
@@ -11345,7 +11467,7 @@ msgid ""
"\n"
"\n"
"To submit a bug report, click on the button report.\n"
-"This will open a web browser window on https://www.bugzilla.com\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
" where you'll find a form to fill in.The information displayed above will "
"be \n"
"transferred to that server\n"
@@ -11355,19 +11477,19 @@ msgstr ""
"\n"
"ภขจฦ ซศขลข๔ภกว\n"
-#: ../../standalone/drakbug_.c:136
+#: ../../standalone/drakbug_.c:134
msgid "Report"
msgstr "ซศข์จธ"
-#: ../../standalone/drakbug_.c:166
+#: ../../standalone/drakbug_.c:171
msgid "Not installed"
msgstr "ฟขฺล๔ภผลข๘จฤ"
-#: ../../standalone/drakbug_.c:183
+#: ../../standalone/drakbug_.c:189
msgid "connecting to Bugzilla wizard ..."
msgstr "ภ์บขฤกงลกฮ จฝธขศะ"
-#: ../../standalone/drakbug_.c:190
+#: ../../standalone/drakbug_.c:196
msgid "No browser available! Please install one"
msgstr "งมงฤกส ฒะมข๘จฤ.พยืฆบ๖ะ ฟขฺลื๕"
@@ -11466,10 +11588,6 @@ msgstr "มกยกลข..."
msgid "Apply"
msgstr "ฆบย๘ภฮ๒ะ"
-#: ../../standalone/drakconnect_.c:301
-msgid "Please Wait... Applying the configuration"
-msgstr "พยืฆบ๖ะ ธก๒พขี์ธื๕...ฆบย๘ภฮ๒พ๔ภฮธขศะ"
-
#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
msgid "Connected"
msgstr "จฝ์ธ๔ภ๐ผ๛วะ"
@@ -11592,7 +11710,7 @@ msgstr "ศข ฆภย๗"
msgid "Size"
msgstr "ซวื"
-#: ../../standalone/drakfloppy_.c:73 ../../standalone/drakfloppy_.c:372
+#: ../../standalone/drakfloppy_.c:73
msgid "drakfloppy"
msgstr "สงร์ฆฟธข๚พ๐ฮ"
@@ -11657,12 +11775,12 @@ msgstr "ฆลวข๔ภกฮ"
msgid "Build the disk"
msgstr "พ๐จผ ฏีลก์ฬ"
-#: ../../standalone/drakfloppy_.c:421
+#: ../../standalone/drakfloppy_.c:376
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr " %s บกพษ๒พข๘ ฐผธ๕ ฏ๛วพก ฑษ๎ บรขภก๗"
-#: ../../standalone/drakfloppy_.c:426
+#: ../../standalone/drakfloppy_.c:381
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11671,12 +11789,12 @@ msgstr ""
"%s บกพษ๒พข๘ ฐผธ๕ ๘จฤ ซ๘ฤะ ฑุพ ำสยกพ ฟขจฤยข๘ ี์ธฤก๕. พยืฆบ๖ะ ฐผธ๒จพ ฏ๛วฃฮ "
"ฆบ๖"
-#: ../../standalone/drakfloppy_.c:428
+#: ../../standalone/drakfloppy_.c:383
#, c-format
msgid "Unable to fork: %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:432
+#: ../../standalone/drakfloppy_.c:387
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12166,154 +12284,154 @@ msgstr ""
"\n"
"ลสลจม ฑศ ฆภก๒พกจษ ซุ๒พขษก๘ พธกษ มกยกลขจย๒ ะล์ฬ"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "group"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "permissions"
msgstr "ลธขศข๘ %s"
-#: ../../standalone/drakperm_.c:41
+#: ../../standalone/drakperm_.c:42
#, fuzzy
msgid "user"
msgstr "ภยษ๗"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm_.c:49
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:50
#, fuzzy
msgid "delete"
msgstr "ฟฃ์ฬ"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:51
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:52
#, fuzzy
msgid "Down"
msgstr "ำส๓พะ"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:53
#, fuzzy
msgid "add a rule"
msgstr "จศ๎ งบ๗"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:54
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm_.c:57
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:61
+#: ../../standalone/drakperm_.c:62
msgid "Add a new rule at the end"
msgstr ""
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:63
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:64
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:65
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:66
#, fuzzy
msgid "Delete selected rule"
msgstr "ัจฦลขผ๒จพ ฟฃ์ฬ"
-#: ../../standalone/drakperm_.c:241 ../../standalone/draksplash_.c:85
+#: ../../standalone/drakperm_.c:237
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:248
+#: ../../standalone/drakperm_.c:244
#, fuzzy
msgid "Current user"
msgstr "ภยษจร ฒฺ์ฆธก๛วื๕"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:249
#, fuzzy
msgid "Permissions"
msgstr "ฆลวขยฃฮ: %s\n"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:250
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:251
#, fuzzy
msgid "Property"
msgstr "งมกบมกษ"
-#: ../../standalone/drakperm_.c:257
+#: ../../standalone/drakperm_.c:253
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:258
+#: ../../standalone/drakperm_.c:254
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:259
+#: ../../standalone/drakperm_.c:255
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:314
+#: ../../standalone/drakperm_.c:310
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:315
+#: ../../standalone/drakperm_.c:311
#, fuzzy
msgid "Use owner id for execution"
msgstr "พกษกธ ธ๑ฮภขส์ธื๕"
-#: ../../standalone/drakperm_.c:316
+#: ../../standalone/drakperm_.c:312
#, fuzzy
msgid "Use group id for execution"
msgstr "พกษกธ ธ๑ฮภขส์ธื๕"
-#: ../../standalone/drakperm_.c:317
+#: ../../standalone/drakperm_.c:313
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:322
+#: ../../standalone/drakperm_.c:318
#, fuzzy
msgid "Path selection"
msgstr "ฆพกผํฬ๒พขจร งพ๗ื"
-#: ../../standalone/drakperm_.c:368
+#: ../../standalone/drakperm_.c:364
#, fuzzy
msgid "user :"
msgstr "ภยษ๗"
-#: ../../standalone/drakperm_.c:370
+#: ../../standalone/drakperm_.c:366
msgid "group :"
msgstr ""
-#: ../../standalone/draksound_.c:46
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid "No Sound Card detected!"
msgstr "จฝ์ธ๔ภผลข๘จฤ"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:48
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12325,137 +12443,147 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksplash_.c:32
-msgid "package ImageMagick is required for correct working"
+#: ../../standalone/draksound_.c:55
+msgid ""
+"\n"
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:34
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:76
+#: ../../standalone/draksplash_.c:78
#, fuzzy
msgid "first step creation"
msgstr "ฆพกผํฬ พ๐ผ ฏีลก์ธ๕"
-#: ../../standalone/draksplash_.c:77
+#: ../../standalone/draksplash_.c:79
#, fuzzy
msgid "final resolution"
msgstr "ภรขมกฝํธ๛"
-#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
#, fuzzy
msgid "choose image file"
msgstr "งธก๔า ดจศ๒ งพ๗ื๎ ฆบ๖"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:81
#, fuzzy
msgid "Theme name"
msgstr "kซงพลขจวยก๐ฮ"
-#: ../../standalone/draksplash_.c:81
-msgid "make bootsplash step 2"
+#: ../../standalone/draksplash_.c:85
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:82
-#, fuzzy
-msgid "go to lilosplash configuration"
-msgstr "ฟขฺลขยภข งบ๖ย งล๑สย ลสลจม๔าธ๛"
-
-#: ../../standalone/draksplash_.c:83
-#, fuzzy
-msgid "quit"
-msgstr "ฆลวข๎ฆบ๘"
-
-#: ../../standalone/draksplash_.c:84
-#, fuzzy
-msgid "save theme"
-msgstr "ฏี์ธี์ธจว ฟขฺืํธ๛"
-
-#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "ฆพกผํฬภผ ำงษก๐ผ๒จพ ฏีลก์ธ ำสยลข๘จฤ"
-#: ../../standalone/draksplash_.c:99
-msgid "x coordinate of text box in number of character"
-msgstr ""
-
#: ../../standalone/draksplash_.c:100
-msgid "y coordinate of text box in number of character"
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:101
-msgid "text width"
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
#: ../../standalone/draksplash_.c:102
-msgid "text box height"
+msgid "text width"
msgstr ""
#: ../../standalone/draksplash_.c:103
-msgid "the progress bar x coordinate of its upper left corner"
+msgid "text box height"
msgstr ""
#: ../../standalone/draksplash_.c:104
-msgid "the progress bar y coordinate of its upper left corner"
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:105
-msgid "the width of the progress bar"
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
#: ../../standalone/draksplash_.c:106
-msgid "the heigth of the progress bar"
+msgid "the width of the progress bar"
msgstr ""
#: ../../standalone/draksplash_.c:107
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:108
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:119
+#: ../../standalone/draksplash_.c:121
#, fuzzy
-msgid "go back"
-msgstr "ธ๑ฝข"
+msgid "Preview"
+msgstr "บกพษ๕"
-#: ../../standalone/draksplash_.c:120
+#: ../../standalone/draksplash_.c:123
#, fuzzy
-msgid "preview"
-msgstr "บกพษ๕"
+msgid "Save theme"
+msgstr "ฏี์ธี์ธจว ฟขฺืํธ๛"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:124
#, fuzzy
-msgid "choose color"
+msgid "Choose color"
msgstr "พขจรยธ๒จพ งพ๗ื๎ ฆบ๖"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:127
#, fuzzy
msgid "Display logo on Console"
msgstr "ฏี์ธี์ธจว ำจษย๒พข ธฃ๚ ธก๐ฮํธ๛"
-#: ../../standalone/draksplash_.c:125
+#: ../../standalone/draksplash_.c:128
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:213
+#: ../../standalone/draksplash_.c:212
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:436
+#: ../../standalone/draksplash_.c:435
#, fuzzy
msgid "ProgressBar color selection"
msgstr "ำจษย งภกมข"
-#: ../../standalone/draksplash_.c:454
+#: ../../standalone/draksplash_.c:456
msgid "You must choose an image file first!"
msgstr ""
-#: ../../standalone/draksplash_.c:463
+#: ../../standalone/draksplash_.c:465
#, fuzzy
msgid "Generating preview ..."
msgstr "บกพษํธจว ธ๑ฮภขส๒พ๘"
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:511
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12592,6 +12720,13 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
+#: ../../standalone/harddrake2_.c:8
+#, fuzzy
+msgid ""
+"\n"
+"Usage: harddrake [-h|--help] [--test]\n"
+msgstr "ภยภกฮ: สงร์ลขจบ[--expert] [keyboard]\n"
+
#: ../../standalone/keyboarddrake_.c:16
msgid "usage: keyboarddrake [--expert] [keyboard]\n"
msgstr "ภยภกฮ: สงร์ลขจบ[--expert] [keyboard]\n"
@@ -12620,11 +12755,11 @@ msgstr ""
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/localedrake_.c:32
+#: ../../standalone/localedrake_.c:33
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
+#: ../../standalone/logdrake_.c:85 ../../ugtk.pm_.c:285
#, fuzzy
msgid "logdrake"
msgstr "ภ๐สฆพกฬ๔ภกว๗"
@@ -12918,16 +13053,14 @@ msgstr ""
"ฏํธ๛ %s ลีส ลสลจม์ธ๔ภ๐ฮลข๐ผะ\n"
"ฟฃํธ๛ ภ๘ๆผธ๕-ลจรลขย๘-ลีส ฑศ ฟขรจฤ ภยภฮ๒ะํธ๛"
-#: ../../standalone/service_harddrake_.c:39
+#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "\"%s\" ลจธ บกพษ๕ ดฺ ภขรข์ธ๔ภ๐ฮ๛วะ:\n"
-#: ../../standalone/service_harddrake_.c:43
-#, c-format
-msgid ""
-"\n"
-"Some devices in the %s class were added:\n"
+#: ../../standalone/service_harddrake_.c:48
+#, fuzzy
+msgid "Some devices were added:\n"
msgstr ""
"\n"
" %s ลจธ บกพษ๕ ดฺ งบ๗์ธ๔ภ๐ฮ๛วะ:\n"
@@ -13004,7 +13137,7 @@ msgstr "ย์ธ๒พขฬ งพจลยกษ ฟขธ๚ฟขจฤ๔ภฮ๒พ๔ภ๐ผ ฆภกพขธจว ฟขฺืพ๘"
msgid "Exit install"
msgstr "ฟขฺล๘ ฟขรจฤ ลข๐ฮ ฆลวข๎ฆบ๘"
-#: ../../ugtk.pm_.c:603
+#: ../../ugtk.pm_.c:648
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
"-unknown-tsc_avarangal-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific,*-r-*"
@@ -13244,3 +13377,36 @@ msgstr "ภ๘ๆผธ-บขส ฑรข๒พ๘"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "ซศขลขย๘ ภฝขฟขจฤย๕"
+
+#~ msgid ""
+#~ "\n"
+#~ "\n"
+#~ "To submit a bug report, click on the button report.\n"
+#~ "This will open a web browser window on https://www.bugzilla.com\n"
+#~ " where you'll find a form to fill in.The information displayed above will "
+#~ "be \n"
+#~ "transferred to that server\n"
+#~ "\n"
+#~ msgstr ""
+#~ "\n"
+#~ "\n"
+#~ "ภขจฦ ซศขลข๔ภกว\n"
+
+#, fuzzy
+#~ msgid "Go to lilosplash configuration"
+#~ msgstr "ฟขฺลขยภข งบ๖ย งล๑สย ลสลจม๔าธ๛"
+
+#, fuzzy
+#~ msgid "Go back"
+#~ msgstr "ธ๑ฝข"
+
+#~ msgid ""
+#~ "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+#~ msgstr "ฏํธ๛ ดฤขย๐จผ์ฬ (%s) มกฺ ย์ธฟขร๘ ฒะมข๘จฤ"
+
+#~ msgid "ECI Hi-Focus"
+#~ msgstr "ECI Hi-Focus"
+
+#, fuzzy
+#~ msgid "quit"
+#~ msgstr "ฆลวข๎ฆบ๘"
diff --git a/perl-install/share/po/th.po b/perl-install/share/po/th.po
index ec05df181..e8e2c845f 100644
--- a/perl-install/share/po/th.po
+++ b/perl-install/share/po/th.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-04 20:31+0200\n"
+"POT-Creation-Date: 2002-09-11 13:59+0200\n"
"PO-Revision-Date: 2001-09-10 14:24GMT+7\n"
"Last-Translator: Wachara Chinsettawong <wachara@yahoo.com>\n"
"Language-Team: Thai <th@li.org>\n"
@@ -90,24 +90,24 @@ msgstr "Configure all heads independently"
msgid "Use Xinerama extension"
msgstr "Use Xinerama extension"
-#: ../../Xconfig/card.pm_.c:386
+#: ../../Xconfig/card.pm_.c:387
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "คอนฟิกเฉพาะการ์ด \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
+#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
+#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s with 3D hardware acceleration"
-#: ../../Xconfig/card.pm_.c:413
+#: ../../Xconfig/card.pm_.c:414
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -116,17 +116,17 @@ msgstr ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
"Your card is supported by XFree %s which may have a better support in 2D."
-#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
+#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Your card can have 3D hardware acceleration support with XFree %s."
-#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
+#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-#: ../../Xconfig/card.pm_.c:426
+#: ../../Xconfig/card.pm_.c:427
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -137,7 +137,7 @@ msgstr ""
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.\n"
"Your card is supported by XFree %s which may have a better support in 2D."
-#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
+#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -146,12 +146,12 @@ msgstr ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-#: ../../Xconfig/card.pm_.c:452
+#: ../../Xconfig/card.pm_.c:453
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
msgid "Custom"
msgstr "แบบปรับแก้ได้ (Customized) "
@@ -172,33 +172,33 @@ msgstr "ขนาดจอภาพ"
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
#, fuzzy
msgid "Options"
msgstr "/Options/ทดลอง"
-#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3970 ../../standalone/drakbackup_.c:4065
-#: ../../standalone/drakbackup_.c:4084
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:246
+#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
+#: ../../standalone/drakbackup_.c:4088
msgid "Ok"
msgstr "ตกลง"
-#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:94 ../../printerdrake.pm_.c:3155
-#: ../../standalone/logdrake_.c:224
+#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
+#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3155
+#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "ออก"
-#: ../../Xconfig/main.pm_.c:144
+#: ../../Xconfig/main.pm_.c:145
#, c-format
msgid ""
"Keep the changes?\n"
@@ -293,25 +293,25 @@ msgstr "เลือกขนาดจอภาพและความละเอียดสี"
msgid "Graphics card: %s"
msgstr "กราฟฟิคการ์ด: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
-#: ../../bootlook.pm_.c:345 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
+#: ../../bootlook.pm_.c:343 ../../diskdrake/smbnfs_gtk.pm_.c:87
#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:354
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:174
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:195
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3924
-#: ../../standalone/drakbackup_.c:3957 ../../standalone/drakbackup_.c:3983
-#: ../../standalone/drakbackup_.c:4010 ../../standalone/drakbackup_.c:4037
-#: ../../standalone/drakbackup_.c:4097 ../../standalone/drakbackup_.c:4124
-#: ../../standalone/drakbackup_.c:4154 ../../standalone/drakbackup_.c:4180
-#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
-#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
-#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
-#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../network/netconnect.pm_.c:42 ../../printerdrake.pm_.c:2124
+#: ../../security/main.pm_.c:295 ../../standalone/drakautoinst_.c:203
+#: ../../standalone/drakbackup_.c:3928 ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4014
+#: ../../standalone/drakbackup_.c:4041 ../../standalone/drakbackup_.c:4101
+#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
+#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakconnect_.c:115
+#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
+#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
+#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfont_.c:970
#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
-#: ../../standalone/logdrake_.c:526
+#: ../../ugtk.pm_.c:296
msgid "Cancel"
msgstr "ยกเลิก"
@@ -388,11 +388,11 @@ msgstr "เซิร์ฟเวอร์ XFree86: %s\n"
msgid "XFree86 driver: %s\n"
msgstr "ไดร์เวอร์ XFree86: %s\n"
-#: ../../Xconfig/various.pm_.c:60
+#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
msgstr "ให้เป็นกราฟฟิคเมื่อเริ่มต้น"
-#: ../../Xconfig/various.pm_.c:61
+#: ../../Xconfig/various.pm_.c:62
msgid ""
"I can setup your computer to automatically start the graphical interface "
"(XFree) upon booting.\n"
@@ -401,7 +401,7 @@ msgstr ""
"โปรแกรมจะกำหนดให้คอมพิวเตอร์ของคุณใช้งานแบบกราฟฟิคเมื่อเริ่มบูต\n"
"คุณต้องการจะให้ทำงานแบบกราฟฟิคเมื่อรีบูตหรือไม่?"
-#: ../../Xconfig/various.pm_.c:72
+#: ../../Xconfig/various.pm_.c:73
msgid ""
"Your graphic card seems to have a TV-OUT connector.\n"
"It can be configured to work using frame-buffer.\n"
@@ -413,7 +413,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
-#: ../../Xconfig/various.pm_.c:84
+#: ../../Xconfig/various.pm_.c:85
#, fuzzy
msgid "What norm is your TV using?"
msgstr "การติดต่อแบบ ISDN ของคุณเป็นแบบใด"
@@ -486,7 +486,7 @@ msgstr "แบบอัด (Compact)"
msgid "compact"
msgstr "แบบอัด (compact)"
-#: ../../any.pm_.c:166 ../../any.pm_.c:290
+#: ../../any.pm_.c:166 ../../any.pm_.c:291
msgid "Video mode"
msgstr "โหมดของการแสดงผล"
@@ -494,17 +494,17 @@ msgstr "โหมดของการแสดงผล"
msgid "Delay before booting default image"
msgstr "หน่วงเวลาก่อนทำการบูตอิมเมจที่ใช้"
-#: ../../any.pm_.c:170 ../../any.pm_.c:788
+#: ../../any.pm_.c:170 ../../any.pm_.c:789
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1093 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "รหัสผ่าน"
-#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../any.pm_.c:171 ../../any.pm_.c:790
+#: ../../install_steps_interactive.pm_.c:1095
msgid "Password (again)"
msgstr "รหัสผ่าน (ใส่อีกครั้ง)"
@@ -538,14 +538,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "อ็อปชั่น ``อ๊อปชั่นจำเพาะที่ใช้กับคอมมานด์ไลน์'' จะต้องใส่รหัสผ่านด้วย"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../install_steps_interactive.pm_.c:1089
msgid "Please try again"
msgstr "โปรดลองอีกครั้ง"
-#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1088
+#: ../../any.pm_.c:184 ../../any.pm_.c:765
+#: ../../install_steps_interactive.pm_.c:1089
msgid "The passwords do not match"
msgstr "รหัสผ่านไม่เหมือนกัน"
@@ -582,7 +582,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm_.c:248
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -590,157 +590,157 @@ msgstr ""
"ต่อไปนี้เป็นข้อมูลต่างๆ\n"
"คุณสามารถเพิ่มข้อมูลหรือแก้ไขข้อมูลที่มีได้"
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1556
-#: ../../standalone/drakbackup_.c:1669 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
+#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "เพิ่ม"
-#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
+#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2770
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2774
msgid "Done"
msgstr "ทำเรียบร้อยแล้ว"
-#: ../../any.pm_.c:257
+#: ../../any.pm_.c:258
#, fuzzy
msgid "Modify"
msgstr "แก้ไข RAID"
-#: ../../any.pm_.c:265
+#: ../../any.pm_.c:266
msgid "Which type of entry do you want to add?"
msgstr "ข้อมูลประเภทใดที่คุณต้องการเพิ่ม"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1703
+#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
msgid "Linux"
msgstr "ลีนุกซ์"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:267
msgid "Other OS (SunOS...)"
msgstr "ระบบปฏิบัติการอื่นๆ (SunOS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (MacOS...)"
msgstr "ระบบปฏิบัติการอื่นๆ (Mac OS...)"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:268
msgid "Other OS (windows...)"
msgstr "ระบบปฏิบัติการอื่นๆ (วินโดวส์...)"
-#: ../../any.pm_.c:286
+#: ../../any.pm_.c:287
msgid "Image"
msgstr "Image"
-#: ../../any.pm_.c:287 ../../any.pm_.c:298
+#: ../../any.pm_.c:288 ../../any.pm_.c:299
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:288 ../../any.pm_.c:316
+#: ../../any.pm_.c:289 ../../any.pm_.c:317
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:292
+#: ../../any.pm_.c:293
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:294
msgid "Read-write"
msgstr "Read-write"
-#: ../../any.pm_.c:300
+#: ../../any.pm_.c:301
msgid "Table"
msgstr "Table"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:302
msgid "Unsafe"
msgstr "Unsafe"
-#: ../../any.pm_.c:308 ../../any.pm_.c:313 ../../any.pm_.c:315
+#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
msgid "Label"
msgstr "Label"
-#: ../../any.pm_.c:310 ../../any.pm_.c:320 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
msgid "Default"
msgstr "Default"
-#: ../../any.pm_.c:317
+#: ../../any.pm_.c:318
msgid "Initrd-size"
msgstr "Initrd-size"
-#: ../../any.pm_.c:319
+#: ../../any.pm_.c:320
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:327
+#: ../../any.pm_.c:328
msgid "Remove entry"
msgstr "ลบข้อมูล"
-#: ../../any.pm_.c:330
+#: ../../any.pm_.c:331
msgid "Empty label not allowed"
msgstr "ไม่อนุญาตให้มีหัวข้อว่าง"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:332
#, fuzzy
msgid "You must specify a root partition"
msgstr "คุณจะต้องมีพาร์ติชั่นสวอป"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:333
msgid "This label is already used"
msgstr "หัวข้อนี้ถูกใช้ไปเรียบร้อยแล้ว"
-#: ../../any.pm_.c:656
+#: ../../any.pm_.c:657
#, c-format
msgid "Found %s %s interfaces"
msgstr "ตรวจพบ %s อินเทอร์เฟส %s"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:658
msgid "Do you have another one?"
msgstr "คุณมีอันอื่นๆอีกหรือไม่?"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:659
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "คุณมีอินเทอร์เฟส %s จำนวนเท่าไหร่?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "ไม่ต้อง"
-#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "ใช่"
-#: ../../any.pm_.c:661
+#: ../../any.pm_.c:662
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:677
+#: ../../any.pm_.c:678
#, c-format
msgid "Installing driver for %s card %s"
msgstr "ติดตั้งไดรเวอร์สำหรับ %s การ์ด %s"
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:679
#, c-format
msgid "(module %s)"
msgstr "(โมดูล %s)"
-#: ../../any.pm_.c:689
+#: ../../any.pm_.c:690
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../any.pm_.c:695
+#: ../../any.pm_.c:696
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -751,17 +751,17 @@ msgstr ""
"อ๊อปชั่นจะอยู่ในรูปแบบ ``name=value name2=value2 ...''\n"
"ตัวอย่างเช่น, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:697
+#: ../../any.pm_.c:698
msgid "Module options:"
msgstr "อ๊อปชั่นของโมดูล:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:709
+#: ../../any.pm_.c:710
#, c-format
msgid "Which %s driver should I try?"
msgstr "ต้องการให้โปรแกรมทดลองใช้ไดรเวอร์ %s ชนิดใด?"
-#: ../../any.pm_.c:718
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -778,15 +778,15 @@ msgstr ""
"ตรวจหาข้อมูลที่จำเป็นต้องใช้? ในบางกรณีการตรวจหาอาจทำให้คอมพิวเตอร์แฮงค์\n"
"แต่จะไม่เป็นอันตรายกับคอมพิวเตอร์"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Autoprobe"
msgstr "ตรวจหาอัตโนมัติ"
-#: ../../any.pm_.c:722
+#: ../../any.pm_.c:723
msgid "Specify options"
msgstr "ระบุอ๊อปชั่น"
-#: ../../any.pm_.c:734
+#: ../../any.pm_.c:735
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -795,62 +795,62 @@ msgstr ""
"การโหลดโมดูล %s ล้มเหลว\n"
"คุณต้องการให้ทดลองอีกครั้งด้วยพารามิเตอร์อื่นๆอีกหรือไม่?"
-#: ../../any.pm_.c:750
+#: ../../any.pm_.c:751
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:752
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:753
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:754
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:755
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:756
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:760
+#: ../../any.pm_.c:761
#, c-format
msgid "(already added %s)"
msgstr "(เพิ่ม %s เรียบร้อยแล้ว)"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:766
msgid "This password is too simple"
msgstr "รหัสผ่านนี้ง่ายต่อการเดา"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:767
msgid "Please give a user name"
msgstr "โปรดป้อนชื่อผู้ใช้"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:768
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "ชื่อผู้ใช้จะสามารถมีได้เฉพาะตัวอักษรตัวเล็ก ตัวเลข '-' และ '_'"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:769
#, fuzzy
msgid "The user name is too long"
msgstr "ชื่อผู้ใช้นี้ได้ถูกเพิ่มลงไปในระบบเรียบร้อยแล้ว"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:770
msgid "This user name is already added"
msgstr "ชื่อผู้ใช้นี้ได้ถูกเพิ่มลงไปในระบบเรียบร้อยแล้ว"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:774
msgid "Add user"
msgstr "เพิ่มผู้ใช้"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:775
#, c-format
msgid ""
"Enter a user\n"
@@ -859,32 +859,32 @@ msgstr ""
"ให้ใส่ผู้ใช้\n"
"%s"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:776
msgid "Accept user"
msgstr "ยอมรับผู้ใช้"
-#: ../../any.pm_.c:786
+#: ../../any.pm_.c:787
msgid "Real name"
msgstr "ชื่อเต็ม"
-#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:849
#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ชื่อผู้ใช้"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:791
msgid "Shell"
msgstr "เชลล์ที่ใช้"
-#: ../../any.pm_.c:792
+#: ../../any.pm_.c:793
msgid "Icon"
msgstr "Icon"
-#: ../../any.pm_.c:819
+#: ../../any.pm_.c:820
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:821
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -893,59 +893,59 @@ msgstr ""
"ผมไม่สามารถทำให้ท่านเข้าทำงานโดยใช้ชื่อคนคนหนึ่งแบบอัตโนมัติ\n"
"ถ้าคุณไม่ต้องการใช้งานรูปแบบนี้กรุณากดปุ่มยกเลิก"
-#: ../../any.pm_.c:824
+#: ../../any.pm_.c:825
msgid "Choose the default user:"
msgstr "เลือกผู้ใช้ default"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:826
msgid "Choose the window manager to run:"
msgstr "เลือก window manager:"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:841
#, fuzzy
msgid "Please choose a language to use."
msgstr "กรุณาเลือกภาษาที่ต้องการใช้"
-#: ../../any.pm_.c:842
+#: ../../any.pm_.c:843
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "คุณสามารถเลือกภาษาอื่นซึ่งจะสามารถใช้ได้หลังติดตั้ง"
-#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:689
+#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ทั้งหมด"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "Allow all users"
msgstr "เพิ่มผู้ใช้"
-#: ../../any.pm_.c:977
+#: ../../any.pm_.c:978
#, fuzzy
msgid "No sharing"
msgstr "ไม่มีเครื่องพิมพ์"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:988 ../../install_any.pm_.c:1198 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"แพกเกจนี้จำเป็นต้องถูก upgrade\n"
"คุณแน่ใจว่าจะไม่เลือกมันหรือ"
-#: ../../any.pm_.c:990
+#: ../../any.pm_.c:991
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:999 ../../install_any.pm_.c:1203 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1004
+#: ../../any.pm_.c:1005
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -954,67 +954,67 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1018
+#: ../../any.pm_.c:1019
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1020
+#: ../../any.pm_.c:1021
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1072
msgid "Welcome To Crackers"
msgstr "Welcome To Crackers"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1073
msgid "Poor"
msgstr "ต่ำกว่ามาตรฐาน"
-#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1074
+#: ../../any.pm_.c:1075
msgid "High"
msgstr "สูง"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "Higher"
msgstr "สูง"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1077
msgid "Paranoid"
msgstr "Paranoid"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1080
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
"or to the Internet. There is no password access."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1083
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1084
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
msgstr ""
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1085
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1086
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1024,42 +1024,42 @@ msgid ""
"Internet, you should choose a lower level."
msgstr ""
-#: ../../any.pm_.c:1088
+#: ../../any.pm_.c:1089
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
msgstr ""
-#: ../../any.pm_.c:1094
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "/Options/ทดลอง"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1096
#, fuzzy
msgid "Please choose the desired security level"
msgstr "เลือกระดับระบบรักษาความปลอดภัย"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1099
#, fuzzy
msgid "Security level"
msgstr "เลือกระดับระบบรักษาความปลอดภัย"
-#: ../../any.pm_.c:1100
+#: ../../any.pm_.c:1101
#, fuzzy
msgid "Use libsafe for servers"
msgstr "เลือกออปชั่นเพิ่มเติมสำหรับเซิร์ฟเวอร์"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1102
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1103
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1189
+#: ../../any.pm_.c:1192
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1071,7 +1071,7 @@ msgstr ""
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:381
+#: ../../bootloader.pm_.c:429
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1096,58 +1096,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:989
msgid "Welcome to GRUB the operating system chooser!"
msgstr "ยินดีต้อนรับสู่ GRUB the operating system chooser!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:992
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "ใช้ %c และ %c เพื่อเลือก."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:995
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "กรุณากด enter ระบบที่ต้องการ 'e' เพื่อเปลี่ยนแปลง "
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:998
msgid "commands before booting, or 'c' for a command-line."
msgstr "คำสั่งก่อน boot, หรือ 'c' ถ้าต้องการ command-line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:950
+#: ../../bootloader.pm_.c:1001
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "OS ที่ถูกเลือกจะทำการ boot ใน %d วินาที"
-#: ../../bootloader.pm_.c:954
+#: ../../bootloader.pm_.c:1005
msgid "not enough room in /boot"
msgstr "ไม่มีที่พอใน /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1054
+#: ../../bootloader.pm_.c:1105
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1056
+#: ../../bootloader.pm_.c:1107
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1075
+#: ../../bootloader.pm_.c:1126
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "คุณจะติดตั้งบูตโหลดเดอร์ไว้ที่ไหน?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:16
-#: ../../standalone/draksplash_.c:25
+#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
+#: ../../standalone/draksplash_.c:26
msgid "no help implemented yet.\n"
msgstr "no help implemented yet.\n"
@@ -1201,106 +1201,106 @@ msgstr "การหมุนโทรศัพท์ด้วยโมเด็ม"
msgid "Yaboot mode"
msgstr "Boot mode"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:146
#, fuzzy
msgid "Install themes"
msgstr "ติดตั้งระบบ"
-#: ../../bootlook.pm_.c:149
+#: ../../bootlook.pm_.c:147
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:150
+#: ../../bootlook.pm_.c:148
#, fuzzy
msgid "Create new theme"
msgstr "สร้างพาร์ติชั่นใหม่"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:192
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:194 ../../bootlook.pm_.c:197 ../../bootlook.pm_.c:200
-#: ../../bootlook.pm_.c:230 ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:242
-#: ../../bootlook.pm_.c:251 ../../bootlook.pm_.c:258
-#: ../../diskdrake/dav.pm_.c:73 ../../diskdrake/hd_gtk.pm_.c:116
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:196 ../../bootlook.pm_.c:199
+#: ../../bootlook.pm_.c:229 ../../bootlook.pm_.c:231 ../../bootlook.pm_.c:241
+#: ../../bootlook.pm_.c:250 ../../bootlook.pm_.c:257
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:116
#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:355
#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/interactive.pm_.c:474
#: ../../diskdrake/smbnfs_gtk.pm_.c:45 ../../fsedit.pm_.c:239
#: ../../install_steps.pm_.c:75 ../../install_steps_interactive.pm_.c:67
#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
-#: ../../standalone/draksplash_.c:32
+#: ../../standalone/draksplash_.c:34
msgid "Error"
msgstr "ผิดพลาด"
-#: ../../bootlook.pm_.c:194
+#: ../../bootlook.pm_.c:193
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:195
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:197
+#: ../../bootlook.pm_.c:196
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:199
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:229
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:231
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:242
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:245
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:251
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:255
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:161
-#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
+#: ../../bootlook.pm_.c:257 ../../standalone/draksplash_.c:165
+#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
#, fuzzy
msgid "Notice"
msgstr "NoVideo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:258
#, fuzzy
msgid "Theme installation failed!"
msgstr "เลือกชุดการติดตั้ง"
-#: ../../bootlook.pm_.c:268
+#: ../../bootlook.pm_.c:266
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1312,22 +1312,22 @@ msgstr ""
"\n"
"กด ``Ok'' ถ้าคุณต้องการเริ่มการทำงานของ setup wizard"
-#: ../../bootlook.pm_.c:270 ../../standalone/drakbackup_.c:2425
-#: ../../standalone/drakbackup_.c:2435 ../../standalone/drakbackup_.c:2445
-#: ../../standalone/drakbackup_.c:2453 ../../standalone/drakgw_.c:530
+#: ../../bootlook.pm_.c:268 ../../standalone/drakbackup_.c:2429
+#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
+#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "การปรับแต่ง"
-#: ../../bootlook.pm_.c:277
+#: ../../bootlook.pm_.c:275
#, fuzzy
msgid "Splash selection"
msgstr "บันทึกกลุ่มแพ็คเก็จที่เลือก"
-#: ../../bootlook.pm_.c:280
+#: ../../bootlook.pm_.c:278
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:282
+#: ../../bootlook.pm_.c:280
msgid ""
"\n"
"Select a theme for\n"
@@ -1336,44 +1336,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:285
+#: ../../bootlook.pm_.c:283
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:290
+#: ../../bootlook.pm_.c:288
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:325
+#: ../../bootlook.pm_.c:323
msgid "System mode"
msgstr "System mode"
-#: ../../bootlook.pm_.c:327
+#: ../../bootlook.pm_.c:325
msgid "Launch the graphical environment when your system starts"
msgstr "รัน X-Window เมื่อเริ่มทำงาน"
-#: ../../bootlook.pm_.c:332
+#: ../../bootlook.pm_.c:330
msgid "No, I don't want autologin"
msgstr "ไม่ต้องการ autologin"
-#: ../../bootlook.pm_.c:334
+#: ../../bootlook.pm_.c:332
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "ใช่แล้ว ผมต้องการ autologin สำหรับผู้ใช้รายนี้"
-#: ../../bootlook.pm_.c:344 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:342 ../../network/netconnect.pm_.c:97
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4189
-#: ../../standalone/drakbackup_.c:4950 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4193
+#: ../../standalone/drakbackup_.c:4956 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
-#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
-#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
+#: ../../standalone/drakfont_.c:612 ../../standalone/drakfont_.c:799
+#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
+#: ../../ugtk.pm_.c:289
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:414
+#: ../../bootlook.pm_.c:402
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ไม่สามารถเปิด /etc/inittab มาอ่านได้: %s"
@@ -1479,53 +1479,61 @@ msgstr "พอร์ตอนุกรม"
msgid "United States"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:23
+#: ../../diskdrake/dav.pm_.c:19
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:27
#, fuzzy
msgid "New"
msgstr "ใหม่"
-#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "เลิกเม้าท์์ระบบไฟล์"
-#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "เม้าท์"
-#: ../../diskdrake/dav.pm_.c:61
+#: ../../diskdrake/dav.pm_.c:65
msgid "Server"
msgstr "เซิร์ฟเวอร์"
-#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:379
#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "กำหนดจุดเม้าท์"
-#: ../../diskdrake/dav.pm_.c:81
+#: ../../diskdrake/dav.pm_.c:85
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "กรุณาทดสอบเม้าส์"
-#: ../../diskdrake/dav.pm_.c:84
+#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:105
+#: ../../diskdrake/dav.pm_.c:109
#, fuzzy
msgid "Server: "
msgstr "เซิร์ฟเวอร์"
-#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
#: ../../diskdrake/interactive.pm_.c:1089
#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "จุดเม้าท์: "
-#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
#, fuzzy, c-format
msgid "Options: %s"
msgstr "พาร์ติชั่น %s"
@@ -1614,7 +1622,7 @@ msgstr "ว่าง"
#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:325
#: ../../install_steps_gtk.pm_.c:383 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1752
+#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1756
msgid "Other"
msgstr "อื่นๆ"
@@ -1764,7 +1772,7 @@ msgstr ""
"พาร์ติชั่นแบ็คอัพไม่มีขนาดเท่ากัน\n"
"ต้องการทำต่อหรือไม่?"
-#: ../../diskdrake/interactive.pm_.c:349
+#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
msgid "Warning"
msgstr "คำเตือน"
@@ -2324,7 +2332,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
#, fuzzy
msgid "Username"
msgstr "ชื่อผู้ใช้"
@@ -2339,23 +2347,23 @@ msgstr "โดเมน NIS"
msgid "Search servers"
msgstr "เซิร์ฟเวอร์ DNS"
-#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
-#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
+#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
+#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
#, c-format
msgid "%s formatting of %s failed"
msgstr "กำลังฟอร์แมต %s ของ %s ที่มีปัญหา"
-#: ../../fs.pm_.c:607
+#: ../../fs.pm_.c:608
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ไม่ทราบว่าจะฟอร์แมต %s เป็นชนิด %s ได้อย่างไร"
-#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
+#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "ผิดพลาดยกเลิกการเม้าท์ %s: %s"
@@ -2441,46 +2449,110 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "เกิดข้อผิดพลาดในการเปิด %s สำหรับการเขียน: %s"
-#: ../../harddrake/sound.pm_.c:155
+#: ../../harddrake/sound.pm_.c:168
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:156
+#: ../../harddrake/sound.pm_.c:169
#, c-format
-msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:158
+#: ../../harddrake/sound.pm_.c:171
#, fuzzy
msgid "Sound configuration"
msgstr "การปรับแต่ง LAN"
-#: ../../harddrake/sound.pm_.c:159
+#: ../../harddrake/sound.pm_.c:172
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)"
+"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:162
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:176
#, fuzzy
msgid "Driver:"
msgstr "Driver"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:181 ../../standalone/drakTermServ_.c:246
+#: ../../standalone/drakbackup_.c:3932 ../../standalone/drakbackup_.c:3965
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4018
+#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4084
+#: ../../standalone/drakbackup_.c:4105 ../../standalone/drakbackup_.c:4132
+#: ../../standalone/drakbackup_.c:4162 ../../standalone/drakbackup_.c:4188
+#: ../../standalone/drakbackup_.c:4213 ../../standalone/drakfont_.c:700
+#, fuzzy
+msgid "Help"
+msgstr "/_ช่วยเหลือ"
+
+#: ../../harddrake/sound.pm_.c:183
+msgid "Switching between ALSA and OSS help"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:184
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:200
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oopses the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+msgid "Please Wait... Applying the configuration"
+msgstr "กรุณารอสักครู่ ..."
+
+#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
+#: ../../interactive.pm_.c:391
+msgid "Please wait"
+msgstr "โปรดรอสักครู่"
+
+#: ../../harddrake/sound.pm_.c:208
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:209
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:212
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
+#: ../../harddrake/sound.pm_.c:213
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2607,7 +2679,8 @@ msgid "/_Quit"
msgstr "ออก"
#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
+#: ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_ช่วยเหลือ"
@@ -2627,76 +2700,77 @@ msgid ""
msgstr ""
#: ../../harddrake/ui.pm_.c:71
+msgid "/_Report Bug"
+msgstr "/_แจ้ง Bug"
+
+#: ../../harddrake/ui.pm_.c:73
#, fuzzy
msgid "/_About..."
msgstr "/ช่วยเหลือ/_เกี่ยวกับ..."
-#: ../../harddrake/ui.pm_.c:72
+#: ../../harddrake/ui.pm_.c:74
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:73
+#: ../../harddrake/ui.pm_.c:75
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:74
+#: ../../harddrake/ui.pm_.c:76
#, fuzzy
msgid "Author:"
msgstr "ตรวจหาอัตโนมัติ"
-#: ../../harddrake/ui.pm_.c:84
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "การตรวจหาฮาร์ดไดรว์"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:101
#, fuzzy
msgid "Detected hardware"
msgstr "อ่านต่อข้อมูลของฮาร์ดแวร์"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Information"
msgstr "แสดงข้อมูล"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:106
#, fuzzy
msgid "Configure module"
msgstr "คอนฟิกเม้าส์"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:107
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:111
#, fuzzy
msgid "Detection in progress"
msgstr "ค้นหาเจอบน port %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
-msgid "Please wait"
-msgstr "โปรดรอสักครู่"
-
-#: ../../harddrake/ui.pm_.c:143
+#: ../../harddrake/ui.pm_.c:148
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:161
+#: ../../harddrake/ui.pm_.c:166
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "อ่าน CUPS drivers database..."
-#: ../../harddrake/ui.pm_.c:176
-msgid "Probing $Ident class\n"
+#: ../../harddrake/ui.pm_.c:180
+#, c-format
+msgid "Probing %s class\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:198
+#: ../../harddrake/ui.pm_.c:201
#, fuzzy
msgid "secondary"
msgstr "%d วินาที"
@@ -3797,7 +3871,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm_.c:424
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3812,7 +3886,7 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm_.c:442
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -3821,20 +3895,20 @@ msgid ""
"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:471
+#: ../../install_any.pm_.c:472
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:862
+#: ../../install_any.pm_.c:869
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "ให้ใส่แผ่นฟล้อปปี้ที่ format แบบ FAT ลงในไดรว์ %s"
-#: ../../install_any.pm_.c:866
+#: ../../install_any.pm_.c:873
msgid "This floppy is not FAT formatted"
msgstr "่แผ่นฟล้อปปี้นี้ ไม่ใช่ แบบFAT"
-#: ../../install_any.pm_.c:878
+#: ../../install_any.pm_.c:885
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -3842,12 +3916,12 @@ msgstr ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:908 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "มีปัญหากับการอ่านข้อมูลในไฟล์ %s"
-#: ../../install_any.pm_.c:1023
+#: ../../install_any.pm_.c:1030
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
@@ -4085,7 +4159,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "ยินดีต้อนรับสู่ %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:770
msgid "No floppy drive available"
msgstr "ไม่มีไดรว์ฟล้อปปี็เหลืออยู่"
@@ -4115,11 +4189,11 @@ msgstr "ประเภทของการติดตั้ง"
msgid "Please choose one of the following classes of installation:"
msgstr "กรุณาเลือก 1 ในวิธีการติดตั้งดังต่อไปนี้"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:675
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
msgid "Package Group Selection"
msgstr "เลือกกลุ่มแพ็คเก็จ"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:690
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
msgid "Individual package selection"
msgstr "Individual package selection"
@@ -4195,7 +4269,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4255
+#: ../../standalone/drakbackup_.c:4259
msgid "Install"
msgstr "ติดตั้ง"
@@ -4218,7 +4292,7 @@ msgstr "ออกจากการติดตั้ง"
msgid "Choose the packages you want to install"
msgstr "เลือกแพ็คเก็จที่คุณต้องการติดตั้ง"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
msgid "Installing"
msgstr "กำลังติดตั้ง"
@@ -4245,17 +4319,17 @@ msgid "Installing package %s"
msgstr "กำลังติดตั้งแพ็คเก็จ %s"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "ยอมรับ"
#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:783
+#: ../../install_steps_interactive.pm_.c:784
msgid "Refuse"
msgstr "ไม่ยอมรับ"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4270,16 +4344,16 @@ msgstr ""
"ถ้่าคุณไม่มี กรุณากด ยกเลิก (cancel) เพื่อหลีกเลี่ยงการติดตั้งจาก CD-ROM นี้"
#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:796
-#: ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_interactive.pm_.c:801
msgid "Go on anyway?"
msgstr "ทำงานต่อหรือไม่?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:796
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
msgid "There was an error ordering packages:"
msgstr "มีปัญหาการลำดับของแพ็คเก็จ:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:800
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
msgid "There was an error installing packages:"
msgstr "มีปัญหาการติดตั้งของแพ็คเก็จ:"
@@ -4376,7 +4450,7 @@ msgid ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4494,7 +4568,7 @@ msgstr ""
"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"
+"occurence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
@@ -4571,7 +4645,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:1021
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "คีย์บอร์ด"
@@ -4781,29 +4855,29 @@ msgstr "ให้ใส่แผ่นฟล้อปปี้ลงในไดรว์ %s"
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:641
+#: ../../install_steps_interactive.pm_.c:642
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:643
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:645
+#: ../../install_steps_interactive.pm_.c:646
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:647
+#: ../../install_steps_interactive.pm_.c:648
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:649
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:733
+#: ../../install_steps_interactive.pm_.c:734
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4813,16 +4887,16 @@ msgstr ""
"ถ้าไม่มีเลย กด ยกเลิก (cancel)\n"
"ถ้ามีแค่บางแผ่น เลือกเท่าที่มีแล้วกด OK"
-#: ../../install_steps_interactive.pm_.c:738
+#: ../../install_steps_interactive.pm_.c:739
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom labeled \"%s\""
-#: ../../install_steps_interactive.pm_.c:759
+#: ../../install_steps_interactive.pm_.c:760
msgid "Preparing installation"
msgstr "กำลังเตรียมการติดตั้ง"
-#: ../../install_steps_interactive.pm_.c:768
+#: ../../install_steps_interactive.pm_.c:769
#, c-format
msgid ""
"Installing package %s\n"
@@ -4831,21 +4905,21 @@ msgstr ""
"กำลังติดตั้งแพ็คเก็จ %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:814
+#: ../../install_steps_interactive.pm_.c:815
msgid "Post-install configuration"
msgstr "การคอนฟิกหลังการติดตั้ง"
-#: ../../install_steps_interactive.pm_.c:820
+#: ../../install_steps_interactive.pm_.c:821
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "ให้ใส่แผ่นฟล้อปปี้ลงในไดรว์ %s"
-#: ../../install_steps_interactive.pm_.c:826
+#: ../../install_steps_interactive.pm_.c:827
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "ให้ใส่แผ่นฟล้อปปี้ลงในไดรว์ %s "
-#: ../../install_steps_interactive.pm_.c:846
+#: ../../install_steps_interactive.pm_.c:847
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4884,7 +4958,7 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:885
+#: ../../install_steps_interactive.pm_.c:886
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4896,164 +4970,164 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:900
+#: ../../install_steps_interactive.pm_.c:901
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "กำลังติดต่อกับมิลเรอร์ไซต์เพื่อหารายการของแพ็คเก็จที่มีให้"
-#: ../../install_steps_interactive.pm_.c:905
+#: ../../install_steps_interactive.pm_.c:906
msgid "Choose a mirror from which to get the packages"
msgstr "เลือกมิลเรอร์ไซต์ที่จะใช้ในการดาวน์โหลดแพ็คเก็จ"
-#: ../../install_steps_interactive.pm_.c:914
+#: ../../install_steps_interactive.pm_.c:915
msgid "Contacting the mirror to get the list of available packages..."
msgstr "กำลังติดต่อกับมิลเรอร์ไซต์เพื่อหารายการของแพ็คเก็จที่มีให้"
-#: ../../install_steps_interactive.pm_.c:942
+#: ../../install_steps_interactive.pm_.c:943
msgid "Which is your timezone?"
msgstr "คุณใช้ย่านเวลาใด? "
-#: ../../install_steps_interactive.pm_.c:947
+#: ../../install_steps_interactive.pm_.c:948
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "คุณต้องการให้เซ็ตนาฬิกาฮาร์ดแวร์เป็น GMT?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:949
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:955
+#: ../../install_steps_interactive.pm_.c:956
#, fuzzy
msgid "NTP Server"
msgstr "เซิร์ฟเวอร์ NIS"
-#: ../../install_steps_interactive.pm_.c:989
-#: ../../install_steps_interactive.pm_.c:997
+#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:998
msgid "Remote CUPS server"
msgstr "Remote CUPS server"
-#: ../../install_steps_interactive.pm_.c:990
+#: ../../install_steps_interactive.pm_.c:991
msgid "No printer"
msgstr "ไม่มีเครื่องพิมพ์"
-#: ../../install_steps_interactive.pm_.c:1007
+#: ../../install_steps_interactive.pm_.c:1008
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "คุณมีอันอื่นๆอีกหรือไม่?"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1016 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
msgid "Summary"
msgstr "รวมความ"
-#: ../../install_steps_interactive.pm_.c:1019
+#: ../../install_steps_interactive.pm_.c:1020
msgid "Mouse"
msgstr "Mouse"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Timezone"
msgstr "โซนเวลา"
-#: ../../install_steps_interactive.pm_.c:1022 ../../printerdrake.pm_.c:2937
+#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2937
#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "เครื่องพิมพ์"
-#: ../../install_steps_interactive.pm_.c:1024
+#: ../../install_steps_interactive.pm_.c:1025
msgid "ISDN card"
msgstr "ISDN card"
-#: ../../install_steps_interactive.pm_.c:1027
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:1030
msgid "Sound card"
msgstr "Sound card"
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1032
msgid "TV card"
msgstr "TV card"
-#: ../../install_steps_interactive.pm_.c:1071
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1072
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1101
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1073
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1110
#, fuzzy
msgid "NIS"
msgstr "ใช้ NIS"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1096
-#: ../../install_steps_interactive.pm_.c:1117
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1124
#, fuzzy
msgid "Windows Domain"
msgstr "โดเมน NIS"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1097
#, fuzzy
msgid "Local files"
msgstr "เครื่องพิมพ์โลคอล (ต่อติดกับตัวเครื่อง)"
-#: ../../install_steps_interactive.pm_.c:1083
-#: ../../install_steps_interactive.pm_.c:1084 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1084
+#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "เซ็ตรหัสผ่านรูท"
-#: ../../install_steps_interactive.pm_.c:1085
+#: ../../install_steps_interactive.pm_.c:1086
msgid "No password"
msgstr "ไม่มีรหัสผ่าน"
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "รหัสลับง่ายเกินไป (ต้องมีอย่างน้อย %d ตัวอักษร)"
-#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "การตรวจสอบสิทธิ์การใช้งาน"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1105
#, fuzzy
msgid "Authentication LDAP"
msgstr "การตรวจสอบสิทธิ์การใช้งาน"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1106
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "LDAP Server"
msgstr "เซิร์ฟเวอร์ NIS"
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../install_steps_interactive.pm_.c:1113
#, fuzzy
msgid "Authentication NIS"
msgstr "การตรวจสอบสิทธิ์การใช้งานของ NIS"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1114
msgid "NIS Domain"
msgstr "โดเมน NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "NIS Server"
msgstr "เซิร์ฟเวอร์ NIS"
-#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1121
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -5069,21 +5143,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "การตรวจสอบสิทธิ์การใช้งาน"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Domain Admin User Name"
msgstr "ชื่อโดเมน"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1160
+#: ../../install_steps_interactive.pm_.c:1161
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 "
@@ -5108,19 +5182,19 @@ msgstr ""
"คืนระบบจากความผิดพลาดได้ด้วย คุณต้องการจะสร้างแผ่นบูตหรือไม่?\n"
"ถ้าใช่ กรุณาใส่แผ่น Diskette และกด \"OK\""
-#: ../../install_steps_interactive.pm_.c:1176
+#: ../../install_steps_interactive.pm_.c:1177
msgid "First floppy drive"
msgstr "Floppy Drive เครื่องแรก"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1178
msgid "Second floppy drive"
msgstr "Floppy Drive เครื่องที่สอง"
-#: ../../install_steps_interactive.pm_.c:1178 ../../printerdrake.pm_.c:2470
+#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "ข้ามไป"
-#: ../../install_steps_interactive.pm_.c:1183
+#: ../../install_steps_interactive.pm_.c:1184
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5143,7 +5217,7 @@ msgstr ""
"คืนระบบจากความผิดพลาดได้ด้วย คุณต้องการจะสร้างแผ่นบูตหรือไม่? \n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm_.c:1190
msgid ""
"\n"
"\n"
@@ -5152,28 +5226,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1197
+#: ../../install_steps_interactive.pm_.c:1198
msgid "Sorry, no floppy drive available"
msgstr "ขออภัย ไม่มีฟล้อปปี้ไดรว์เลย"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1202
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "ให้เลือกฟล้อปปี้ไดรว์ที่คุณต้องการทำเป็นแผ่นบูต"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1206
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "ให้ใส่แผ่นฟล้อปปี้ลงในไดรว์ %s"
-#: ../../install_steps_interactive.pm_.c:1208
+#: ../../install_steps_interactive.pm_.c:1209
msgid "Creating bootdisk..."
msgstr "กำลังสร้างแผ่นบูต"
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Preparing bootloader..."
msgstr "กำลังเตรียมบูตโหลดเดอร์"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1227
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5181,11 +5255,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
+#: ../../install_steps_interactive.pm_.c:1233
msgid "Do you want to use aboot?"
msgstr "คุณต้องการใช้ aboot หรือไม่"
-#: ../../install_steps_interactive.pm_.c:1235
+#: ../../install_steps_interactive.pm_.c:1236
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5193,16 +5267,16 @@ msgstr ""
"การติดตั้ง aboot ล้มเหลว\n"
"พยายามติดตั้งถึงแม้พาติชั่นแรกอาจจะเสียหาย?"
-#: ../../install_steps_interactive.pm_.c:1242
+#: ../../install_steps_interactive.pm_.c:1243
#, fuzzy
msgid "Installing bootloader"
msgstr "ติดตั้งบูตโหลดเดอร์"
-#: ../../install_steps_interactive.pm_.c:1248
+#: ../../install_steps_interactive.pm_.c:1249
msgid "Installation of bootloader failed. The following error occured:"
msgstr "การติดตั้ง bootloader ล้มเหลว ต่อไปนี้เป็นข้อผิดพลาดที่เกิดขึ้น"
-#: ../../install_steps_interactive.pm_.c:1256
+#: ../../install_steps_interactive.pm_.c:1257
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5213,17 +5287,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1290
+#: ../../install_steps_interactive.pm_.c:1291
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "ให้ใส่แผ่นฟล้อปปี้ลงในไดรว์ %s "
-#: ../../install_steps_interactive.pm_.c:1294
+#: ../../install_steps_interactive.pm_.c:1295
msgid "Creating auto install floppy..."
msgstr "กำลังเตรียมการติดตั้งลงบน floppy"
-#: ../../install_steps_interactive.pm_.c:1305
+#: ../../install_steps_interactive.pm_.c:1306
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5233,7 +5307,7 @@ msgstr ""
"\n"
"คุณต้องการออกจากการติดตั้งจริงๆหรือไม่?"
-#: ../../install_steps_interactive.pm_.c:1316
+#: ../../install_steps_interactive.pm_.c:1317
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5265,15 +5339,15 @@ msgstr ""
"ข้อมูลสำหรับการคอนฟิกระบบของคุณ สามารถหาได้จากช่วง\n"
"บทหลังจากการติดตั้งของคู่มือแนะนำผู้ใช้งานลีนุกซ์-แมนเดรกฉบับเป็นทางการ"
-#: ../../install_steps_interactive.pm_.c:1329
+#: ../../install_steps_interactive.pm_.c:1330
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1335
msgid "Generate auto install floppy"
msgstr "สร้างfloppyสำหรับการติดตั้งแบบออโตเมติก"
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5286,15 +5360,15 @@ msgstr ""
"(มันเหมาะกับการติดตั้งบนเครื่องอื่น)\n"
"คุณอาจอยากกลับไปเริ่มต้นติดตั้งใหม่\n"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Automated"
msgstr "อัตโนมัติ"
-#: ../../install_steps_interactive.pm_.c:1341
+#: ../../install_steps_interactive.pm_.c:1342
msgid "Replay"
msgstr "เรียกอีกครั้ง"
-#: ../../install_steps_interactive.pm_.c:1344
+#: ../../install_steps_interactive.pm_.c:1345
msgid "Save packages selection"
msgstr "บันทึกกลุ่มแพ็คเก็จที่เลือก"
@@ -5330,14 +5404,14 @@ msgstr "Advanced"
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- ก่อน"
-#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4110 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4167 ../../standalone/drakbackup_.c:4193
+#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../standalone/drakbackup_.c:4114 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4171 ../../standalone/drakbackup_.c:4197
#, fuzzy
msgid "Next"
msgstr "Next ->"
@@ -5792,7 +5866,7 @@ msgstr ""
msgid "Circular mounts %s\n"
msgstr "Circular mounts %s\n"
-#: ../../lvm.pm_.c:98
+#: ../../lvm.pm_.c:103
msgid "Remove the logical volumes first\n"
msgstr "ลบ logical volume ก่อน\n"
@@ -5930,15 +6004,15 @@ msgstr "ไม่มี"
msgid "No mouse"
msgstr "ไม่มีเม้าส์"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:486
msgid "Please test the mouse"
msgstr "กรุณาทดสอบเม้าส์"
-#: ../../mouse.pm_.c:489
+#: ../../mouse.pm_.c:487
msgid "To activate the mouse,"
msgstr "เพื่อให้เม้าส์ทำงาน"
-#: ../../mouse.pm_.c:490
+#: ../../mouse.pm_.c:488
msgid "MOVE YOUR WHEEL!"
msgstr "เลื่อนล้อของคุณ"
@@ -5974,11 +6048,11 @@ msgstr "ยุบ tree"
msgid "Toggle between flat and group sorted"
msgstr "เปลี่ยนไปมาระหว่างการจัดเรียงแบบ flat หรือ group"
-#: ../../network/adsl.pm_.c:19 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "ต่อเข้า Internet "
-#: ../../network/adsl.pm_.c:20
+#: ../../network/adsl.pm_.c:24
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -5988,23 +6062,19 @@ msgstr ""
"บางครั้งอาจใช้ pptp มีน้อยคนที่ใช้ dhcp.\n"
"ถ้าคุณไม่ทราบ เลือก 'use pppoe'"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:22
-msgid "ECI Hi-Focus"
-msgstr ""
-
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use dhcp"
msgstr "ใช้ dhcp"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pppoe"
msgstr "ใช้ pppoe"
-#: ../../network/adsl.pm_.c:22
+#: ../../network/adsl.pm_.c:26
msgid "use pptp"
msgstr "ใช้ pptp"
@@ -6099,7 +6169,7 @@ msgstr "กรุณาเลือก Network Adaptor สำหรับการต่อเข้า Internet"
msgid "no network card found"
msgstr "ไม่พบการ์ดเน็ตเวิร์ก"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
msgid "Configuring network"
msgstr "กำลังคอนฟิกระบบเน็ตเวิร์ก"
@@ -6115,15 +6185,15 @@ msgstr ""
"ตัวอย่างเช่น ``mybox.mylab.yco.com''\n"
"คุณอาจจะใส่ค่า IP ของเกตเวย์ด้วยถ้าคุณมีเครื่องที่ทำหน้าที่เป็นเกตเวย์อยู่"
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
msgid "Host name"
msgstr "ชื่อโฮสต์:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:94 ../../network/netconnect.pm_.c:108
-#: ../../network/netconnect.pm_.c:163 ../../network/netconnect.pm_.c:178
-#: ../../network/netconnect.pm_.c:205 ../../network/netconnect.pm_.c:228
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:90 ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:159 ../../network/netconnect.pm_.c:174
+#: ../../network/netconnect.pm_.c:201 ../../network/netconnect.pm_.c:224
+#: ../../network/netconnect.pm_.c:232
msgid "Network Configuration Wizard"
msgstr "Network Configuration Wizard"
@@ -6163,8 +6233,8 @@ msgid "Old configuration (isdn4net)"
msgstr "ตรวจพบคอนฟิกของ Firewall"
#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:198 ../../network/isdn.pm_.c:205
-#: ../../network/isdn.pm_.c:215
+#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
msgid "ISDN Configuration"
msgstr "การคอนฟิก ISDN"
@@ -6204,23 +6274,28 @@ msgstr ""
msgid "Which protocol do you want to use?"
msgstr "Protocol ไหนที่คุณต้องการ"
-#: ../../network/isdn.pm_.c:199
+#: ../../network/isdn.pm_.c:200
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
+
+#: ../../network/isdn.pm_.c:207
msgid "What kind of card do you have?"
msgstr "คุณมีการ์ดชนิดใด?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "I don't know"
msgstr "ผมไม่ทราบ"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:208
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:206
+#: ../../network/isdn.pm_.c:214
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6233,25 +6308,25 @@ msgstr ""
"\n"
"ถ้าคุณมีการ์ด PCMCIA คุณต้องรู้ irq และ io ของการ์ดของคุณ\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Abort"
msgstr "เลิก"
-#: ../../network/isdn.pm_.c:210
+#: ../../network/isdn.pm_.c:218
msgid "Continue"
msgstr "ทำงานต่อหรือไม่?"
-#: ../../network/isdn.pm_.c:216
+#: ../../network/isdn.pm_.c:224
msgid "Which is your ISDN card?"
msgstr "คุณใช้การ์ด ISDN ใด?"
-#: ../../network/isdn.pm_.c:235
+#: ../../network/isdn.pm_.c:243
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
msgstr "ผมเจอการ์ด ISDN แบบ PCI แต่ผมไม่ทราบชนิด กรุณาเลือกหนื่งในการ์ด PCI ในหน้าต่อไป"
-#: ../../network/isdn.pm_.c:244
+#: ../../network/isdn.pm_.c:252
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "ไม่พบการ์ด ISDN PCI กรุณาเลือกจากหน้าต่อไป"
@@ -6303,7 +6378,7 @@ msgstr "เซิรฟ์เวอร์ DNS เครื่องแรก (optional)"
msgid "Second DNS Server (optional)"
msgstr "เซิรฟ์เวอร์ DNS เครื่องที่สอง (optional)"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
"You can disconnect or reconfigure your connection."
@@ -6311,7 +6386,7 @@ msgstr ""
"\n"
"คุณสามารถเลิกติดต่อหรือทำการปรับแต่งการติดต่อของคุณใหม่"
-#: ../../network/netconnect.pm_.c:33 ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can reconfigure your connection."
@@ -6319,11 +6394,11 @@ msgstr ""
"\n"
"คุณสามารถคอนฟิกระบบเน็ตเวิร์กใหม่"
-#: ../../network/netconnect.pm_.c:33
+#: ../../network/netconnect.pm_.c:29
msgid "You are currently connected to internet."
msgstr "คุณติดต่อกับ Internet อยู่"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid ""
"\n"
"You can connect to Internet or reconfigure your connection."
@@ -6331,37 +6406,37 @@ msgstr ""
"\n"
"คุณสามารถเชื่อมต่อ Internet หรือทำการแก้ใขการเชื่อมต่อใหม่"
-#: ../../network/netconnect.pm_.c:36
+#: ../../network/netconnect.pm_.c:32
msgid "You are not currently connected to Internet."
msgstr "คุณยังไม่ได้ต่อกับ Internet อยู่"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:36
#, fuzzy
msgid "Connect"
msgstr "เชื่อมต่ออยู่"
-#: ../../network/netconnect.pm_.c:42
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Disconnect"
msgstr "ยกเลิกติดต่อ..."
-#: ../../network/netconnect.pm_.c:44
+#: ../../network/netconnect.pm_.c:40
#, fuzzy
msgid "Configure the connection"
msgstr "คอนฟิกระบบเน็ตเวิร์ก"
-#: ../../network/netconnect.pm_.c:49
+#: ../../network/netconnect.pm_.c:45
msgid "Internet connection & configuration"
msgstr "การเชื่อมต่อ Internet และการปรับแต่ง"
-#: ../../network/netconnect.pm_.c:99
+#: ../../network/netconnect.pm_.c:95
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"คุณสามารถเลิกติดต่อหรือทำการปรับแต่งการติดต่อของคุณใหม่"
-#: ../../network/netconnect.pm_.c:108
+#: ../../network/netconnect.pm_.c:104
#, fuzzy, c-format
msgid ""
"\n"
@@ -6375,12 +6450,12 @@ msgstr ""
"\n"
"คุณสามารถเลิกติดต่อหรือทำการปรับแต่งการติดต่อของคุณใหม่"
-#: ../../network/netconnect.pm_.c:137 ../../network/netconnect.pm_.c:255
-#: ../../network/netconnect.pm_.c:275 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
msgid "Network Configuration"
msgstr "การคอนฟิกระบบเน็ตเวิร์ก"
-#: ../../network/netconnect.pm_.c:138
+#: ../../network/netconnect.pm_.c:134
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6390,7 +6465,7 @@ msgstr ""
"เนื่องจากคุณใช้การติดตั้งแบบ network ระบบ network จึงใช้ได้อยู่แล้ว\n"
"กด OK เพื่อรักษาค่าคอนฟิกเดิมไว้ หรือเลือก ยกเลิกเพื่อปรับแต่งใหม่\n"
-#: ../../network/netconnect.pm_.c:164
+#: ../../network/netconnect.pm_.c:160
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6402,99 +6477,99 @@ msgstr ""
"เรากำลังจะปรับแต่ง internet/network \n"
"ถ้าคุณไม่ต้องการ auto detection กรุณายกเลิก checkbox.\n"
-#: ../../network/netconnect.pm_.c:170
+#: ../../network/netconnect.pm_.c:166
msgid "Choose the profile to configure"
msgstr "เลือก profile ที่จะปรับแต่ง"
-#: ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:167
msgid "Use auto detection"
msgstr "ใช้ auto detection"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
+#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "โหมดผู้เชี่ยวชาญ"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
+#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "กำลังตรวจสอบอุปกรณ์..."
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
msgid "Normal modem connection"
msgstr "การติดต่อโดยใช้ Modem ธรรมดา"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
#, c-format
msgid "detected on port %s"
msgstr "ค้นหาเจอบน port %s"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
msgid "ISDN connection"
msgstr "การติดต่อโดยใช้ ISDN"
-#: ../../network/netconnect.pm_.c:190 ../../network/netconnect.pm_.c:199
+#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
#, c-format
msgid "detected %s"
msgstr "ค้นพบ %s"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, fuzzy
msgid "ADSL connection"
msgstr "LAN connection"
-#: ../../network/netconnect.pm_.c:191 ../../network/netconnect.pm_.c:200
+#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
#, c-format
msgid "detected on interface %s"
msgstr "ค้นหาเจอบน interface %s"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
msgid "Cable connection"
msgstr "cable connection"
-#: ../../network/netconnect.pm_.c:192 ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
#, fuzzy
msgid "cable connection detected"
msgstr "cable connection"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "LAN connection"
msgstr "LAN connection"
-#: ../../network/netconnect.pm_.c:193 ../../network/netconnect.pm_.c:202
+#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
msgid "ethernet card(s) detected"
msgstr "ethernet card(s) ที่พบ"
-#: ../../network/netconnect.pm_.c:205
+#: ../../network/netconnect.pm_.c:201
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "เลือกเครื่องมือที่คุณต้องการใช้"
-#: ../../network/netconnect.pm_.c:229
+#: ../../network/netconnect.pm_.c:225
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:230
+#: ../../network/netconnect.pm_.c:226
#, fuzzy
msgid "Internet connection"
msgstr "การเชื่อมต่อกับ Internet แบบ sharing"
-#: ../../network/netconnect.pm_.c:236
+#: ../../network/netconnect.pm_.c:232
msgid "Do you want to start the connection at boot?"
msgstr "คุณต้องการต่อตอน boot หรือไม่"
-#: ../../network/netconnect.pm_.c:250
+#: ../../network/netconnect.pm_.c:246
msgid "Network configuration"
msgstr "การคอนฟิกระบบเน็ตเวิร์ก"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:247
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:255
+#: ../../network/netconnect.pm_.c:251
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6502,7 +6577,7 @@ msgid ""
"%s"
msgstr "คุณต้องการเริ่มทำงาน Network ใหม่หรือไม่"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:261
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6512,7 +6587,7 @@ msgstr ""
"\n"
"ค่าต่างๆจะถูกนำไปใช้เดี๋ยวนี้\n"
-#: ../../network/netconnect.pm_.c:269
+#: ../../network/netconnect.pm_.c:265
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6520,14 +6595,14 @@ msgstr ""
"เมื่อทุกอย่างเสร็จสิ้น ผมแนะนำให้ท่านเริ่มทำงาน X windows ใหม่\n"
"เพื่อป้องกันปัญหา hostname ที่อาจเกิดขึ้นได้"
-#: ../../network/netconnect.pm_.c:270
+#: ../../network/netconnect.pm_.c:266
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../network/network.pm_.c:291
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6538,7 +6613,7 @@ msgstr ""
"คุณสามารถยอมรับค่าต่างๆหรือทำการแก้ใขค่าต่างๆข้างล่างนี้\n"
" "
-#: ../../network/network.pm_.c:299
+#: ../../network/network.pm_.c:296
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6548,43 +6623,43 @@ msgstr ""
"ข้อมูลแต่ละอย่างสามารถใส่เข้าไปได้โดยใช้ค่า IP ในรูปแบบตัวเลขคั่นด้วยจุด\n"
"(dotted-decimal notation) ตัวอย่างเช่น 1.2.3.4"
-#: ../../network/network.pm_.c:309 ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
#, c-format
msgid "Configuring network device %s"
msgstr "กำลังคอนฟิกอุปกรณ์เน็ตเวิร์ก %s"
-#: ../../network/network.pm_.c:310
+#: ../../network/network.pm_.c:307
#, c-format
msgid " (driver %s)"
msgstr " (driver %s)"
-#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
+#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
msgid "IP address"
msgstr "ค่า IP"
-#: ../../network/network.pm_.c:313 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
msgid "Netmask"
msgstr "เน็ตมาสก์"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:314
+#: ../../network/network.pm_.c:311
msgid "Automatic IP"
msgstr "กำหนดค่า IP แบบอัตโนมัติ"
-#: ../../network/network.pm_.c:315
+#: ../../network/network.pm_.c:312
#, fuzzy
msgid "Start at boot"
msgstr "เริ่มทำงานตอน boot"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
+#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "ค่าของ IP ควรอยู่ในรูปแบบ 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:363
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6596,42 +6671,53 @@ msgstr ""
"ตัวอย่างเช่น ``mybox.mylab.yco.com''\n"
"คุณอาจจะใส่ค่า IP ของเกตเวย์ด้วยถ้าคุณมีเครื่องที่ทำหน้าที่เป็นเกตเวย์อยู่"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:368
msgid "DNS server"
msgstr "เซิร์ฟเวอร์ DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:369
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:371
msgid "Gateway device"
msgstr "อุปกรณ์เกตเวย์"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:376
+#, fuzzy
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "ค่าของ IP ควรอยู่ในรูปแบบ 1.2.3.4"
+
+#: ../../network/network.pm_.c:380
+#, fuzzy
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "ค่าของ IP ควรอยู่ในรูปแบบ 1.2.3.4"
+
+#: ../../network/network.pm_.c:394
msgid "Proxies configuration"
msgstr "การคอนฟิก Proxies"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:395
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:396
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:397
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:400
msgid "Proxy should be http://..."
msgstr "ค่าของ Proxy ควรจะเป็น http://..."
-#: ../../network/network.pm_.c:393
-msgid "Proxy should be ftp://..."
-msgstr "ค่าของ Proxy ควรจะเป็น ftp://..."
+#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#, fuzzy
+msgid "Url should begin with 'ftp:' or 'http:'"
+msgstr "ค่าของ Proxy ควรจะเป็น http://..."
#: ../../network/shorewall.pm_.c:24
msgid "Firewalling configuration detected!"
@@ -8027,7 +8113,7 @@ msgstr "ระบบเน็ตเวิร์กกำลังจะหยุดทำงาน"
#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1558 ../../standalone/drakbackup_.c:4206
+#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
@@ -8540,11 +8626,6 @@ msgid ""
"Leave it blank if you don't want an ftp proxy"
msgstr ""
-#: ../../proxy.pm_.c:65
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "ค่าของ Proxy ควรจะเป็น http://..."
-
#: ../../proxy.pm_.c:79
msgid ""
"Please enter proxy login and password, if any.\n"
@@ -8594,6 +8675,43 @@ msgstr "mkraid failed (maybe raidtools are missing?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "ไม่มีพาร์ติชั่นพอสำหรับ RAID ระดับ %d\n"
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "เลือกระดับระบบรักษาความปลอดภัย"
+
+#: ../../security/main.pm_.c:74
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "เลือกระดับระบบรักษาความปลอดภัย"
+
+#: ../../security/main.pm_.c:83
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "อ๊อปชั่นของเครื่องพิมพ์แบบรีโมท"
+
+#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
+#, fuzzy, c-format
+msgid " (default: %s)"
+msgstr " (Default)"
+
+#: ../../security/main.pm_.c:118 ../../security/main.pm_.c:154
+#: ../../security/main.pm_.c:179
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
+msgstr ""
+
+#: ../../security/main.pm_.c:256
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "เลือกระดับระบบรักษาความปลอดภัย"
+
+#: ../../security/main.pm_.c:262
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "กำลังเตรียมการติดตั้ง"
+
#: ../../services.pm_.c:14
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
@@ -8865,7 +8983,7 @@ msgstr "เฎ?เฏ?เฎฃเฎฏเฎฎเฎ?"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1742
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
#, fuzzy
msgid "System"
msgstr "System mode"
@@ -8961,7 +9079,7 @@ msgstr "ต่อเข้า Internet "
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
@@ -9008,7 +9126,7 @@ msgstr "Network interface"
#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces which can be fully "
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
@@ -9033,7 +9151,7 @@ msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful Linux server in a few clicks of your "
+"Transform your machine into a powerful Linux server with a few clicks of your "
"mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
@@ -9049,7 +9167,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"This firewall product includes network features which allow you to fulfill "
+"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
@@ -9064,7 +9182,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"other \"goodies\", are available online on our e-store:"
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -9113,8 +9231,8 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online technical support website:"
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -9151,11 +9269,11 @@ msgstr ""
msgid "Installing packages..."
msgstr "กำลังติดตั้งแพ็คเก็จ %s"
-#: ../../standalone/XFdrake_.c:145
+#: ../../standalone/XFdrake_.c:147
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "กรุณาออกไปและใช้ Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:149
+#: ../../standalone/XFdrake_.c:151
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "กรุณาเข้าไปที่ %s อีกครั้งเพื่อเริ่มการเปลี่ยนแปลง"
@@ -9203,17 +9321,6 @@ msgstr "เพิ่มผู้ใช้"
msgid "Add/Del Clients"
msgstr "DHCP Client"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3928
-#: ../../standalone/drakbackup_.c:3961 ../../standalone/drakbackup_.c:3987
-#: ../../standalone/drakbackup_.c:4014 ../../standalone/drakbackup_.c:4041
-#: ../../standalone/drakbackup_.c:4080 ../../standalone/drakbackup_.c:4101
-#: ../../standalone/drakbackup_.c:4128 ../../standalone/drakbackup_.c:4158
-#: ../../standalone/drakbackup_.c:4184 ../../standalone/drakbackup_.c:4209
-#: ../../standalone/drakfont_.c:700
-#, fuzzy
-msgid "Help"
-msgstr "/_ช่วยเหลือ"
-
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
msgstr ""
@@ -9266,53 +9373,68 @@ msgstr "เพิ่มผู้ใช้"
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:703
+#: ../../standalone/drakTermServ_.c:694
+msgid "No net boot images created!"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:710
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:735
+#: ../../standalone/drakTermServ_.c:742
#, fuzzy
msgid "<-- Del Client"
msgstr "DHCP Client"
-#: ../../standalone/drakTermServ_.c:741
+#: ../../standalone/drakTermServ_.c:748
#, fuzzy
msgid "dhcpd Config..."
msgstr "กำลังทำการคอนฟิก"
-#: ../../standalone/drakTermServ_.c:870
+#: ../../standalone/drakTermServ_.c:873
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "การปรับแต่ง LAN"
+
+#: ../../standalone/drakTermServ_.c:874
+msgid ""
+"Most of these values were extracted\n"
+"from your running system. You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:875
#, fuzzy
msgid "Write Config"
msgstr "คอนฟิกใหม่"
-#: ../../standalone/drakTermServ_.c:960
+#: ../../standalone/drakTermServ_.c:965
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "ให้ใส่แผ่นฟล้อปปี้ลงในไดรว์ %s"
-#: ../../standalone/drakTermServ_.c:964
+#: ../../standalone/drakTermServ_.c:969
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:966
+#: ../../standalone/drakTermServ_.c:971
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:974
#, fuzzy
msgid "No floppy drive available!"
msgstr "ไม่มีไดรว์ฟล้อปปี็เหลืออยู่"
-#: ../../standalone/drakTermServ_.c:978
+#: ../../standalone/drakTermServ_.c:983
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:980
+#: ../../standalone/drakTermServ_.c:985
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:999
+#: ../../standalone/drakTermServ_.c:1004
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
@@ -9436,13 +9558,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:833
-#: ../../standalone/drakbackup_.c:887
+#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
+#: ../../standalone/drakbackup_.c:891
#, fuzzy
msgid "Total progess"
msgstr "กำลังตรวจสอบพอร์ต"
-#: ../../standalone/drakbackup_.c:815
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9451,41 +9573,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup_.c:827
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:834
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:848
+#: ../../standalone/drakbackup_.c:851
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:849
+#: ../../standalone/drakbackup_.c:852
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "ไม่มีรหัสผ่าน"
-#: ../../standalone/drakbackup_.c:850
+#: ../../standalone/drakbackup_.c:853
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:854
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Adapter %s: %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:857
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:858
+#: ../../standalone/drakbackup_.c:861
#, c-format
msgid ""
"Transfer successful\n"
@@ -9496,68 +9618,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:901
+#: ../../standalone/drakbackup_.c:905
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:909
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:926
+#: ../../standalone/drakbackup_.c:930
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:934
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:938
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:973
+#: ../../standalone/drakbackup_.c:977
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1058
+#: ../../standalone/drakbackup_.c:1062
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1085
+#: ../../standalone/drakbackup_.c:1089
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1197 ../../standalone/drakbackup_.c:1246
+#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1247 ../../standalone/drakbackup_.c:1314
+#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:1259
+#: ../../standalone/drakbackup_.c:1263
#, fuzzy
msgid "Backup User files..."
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1264
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1313
+#: ../../standalone/drakbackup_.c:1317
#, fuzzy
msgid "Backup Other files..."
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup_.c:1323
#, fuzzy
msgid "No changes to backup!"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:1335 ../../standalone/drakbackup_.c:1358
+#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
#, c-format
msgid ""
"\n"
@@ -9565,923 +9687,925 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1342
+#: ../../standalone/drakbackup_.c:1346
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup_.c:1349
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1363
+#: ../../standalone/drakbackup_.c:1367
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1368
+#: ../../standalone/drakbackup_.c:1372
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1377
+#: ../../standalone/drakbackup_.c:1381
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "มีปัญหากับการอ่านข้อมูลในไฟล์ %s"
-#: ../../standalone/drakbackup_.c:1402
+#: ../../standalone/drakbackup_.c:1406
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1515 ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "เลือกกลุ่มแพ็คเก็จ"
-#: ../../standalone/drakbackup_.c:1554
+#: ../../standalone/drakbackup_.c:1558
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1598
+#: ../../standalone/drakbackup_.c:1602
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1603
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1600
+#: ../../standalone/drakbackup_.c:1604
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:1601
+#: ../../standalone/drakbackup_.c:1605
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1606
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1607
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1620
+#: ../../standalone/drakbackup_.c:1624
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "เลือกแพ็คเก็จที่คุณต้องการติดตั้ง "
-#: ../../standalone/drakbackup_.c:1647
+#: ../../standalone/drakbackup_.c:1651
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1648 ../../standalone/drakbackup_.c:1672
+#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1670 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "ลบคิว"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1712
#, fuzzy
msgid "Windows (FAT32)"
msgstr "ลบ Windows(TM)"
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup_.c:1751
#, fuzzy
msgid "Users"
msgstr "ชื่อผู้ใช้"
-#: ../../standalone/drakbackup_.c:1773
+#: ../../standalone/drakbackup_.c:1777
#, fuzzy
msgid "Use network connection to backup"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:1775
+#: ../../standalone/drakbackup_.c:1779
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1783
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1780
+#: ../../standalone/drakbackup_.c:1784
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1781
+#: ../../standalone/drakbackup_.c:1785
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1782
-msgid "Keys in place already"
+#: ../../standalone/drakbackup_.c:1786
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1790
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "กรุณาทดสอบเม้าส์"
-#: ../../standalone/drakbackup_.c:1791
+#: ../../standalone/drakbackup_.c:1795
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1796
+#: ../../standalone/drakbackup_.c:1800
#, fuzzy
msgid "Please enter your login"
msgstr "โปรดลองอีกครั้ง"
-#: ../../standalone/drakbackup_.c:1801
+#: ../../standalone/drakbackup_.c:1805
#, fuzzy
msgid "Please enter your password"
msgstr "โปรดลองอีกครั้ง"
-#: ../../standalone/drakbackup_.c:1807
+#: ../../standalone/drakbackup_.c:1811
#, fuzzy
msgid "Remember this password"
msgstr "ไม่มีรหัสผ่าน"
-#: ../../standalone/drakbackup_.c:1818
+#: ../../standalone/drakbackup_.c:1822
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1913
+#: ../../standalone/drakbackup_.c:1917
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1916
+#: ../../standalone/drakbackup_.c:1920
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1921
+#: ../../standalone/drakbackup_.c:1925
#, fuzzy
-msgid "Please choose your CD/DVD media size"
+msgid "Please choose your CD/DVD media size (Mb)"
msgstr "คุณต้องการเลือกคีย์บอร์ดเลย์เอ้าท์แบบใด "
-#: ../../standalone/drakbackup_.c:1927
+#: ../../standalone/drakbackup_.c:1931
#, fuzzy
msgid "Please check for multisession CD"
msgstr "โปรดเลือกพาร์ติชั่น"
-#: ../../standalone/drakbackup_.c:1933
+#: ../../standalone/drakbackup_.c:1937
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "โปรดเลือกพาร์ติชั่น"
-#: ../../standalone/drakbackup_.c:1939
+#: ../../standalone/drakbackup_.c:1943
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "โปรดเลือกพาร์ติชั่น"
-#: ../../standalone/drakbackup_.c:1940
+#: ../../standalone/drakbackup_.c:1944
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1946
+#: ../../standalone/drakbackup_.c:1950
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "โปรดเลือกพาร์ติชั่น"
-#: ../../standalone/drakbackup_.c:1952
+#: ../../standalone/drakbackup_.c:1956
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "โปรดเลือกพาร์ติชั่น"
-#: ../../standalone/drakbackup_.c:1965
+#: ../../standalone/drakbackup_.c:1969
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1998
+#: ../../standalone/drakbackup_.c:2002
#, fuzzy
msgid "No CD device defined!"
msgstr "เลือกไฟล์"
-#: ../../standalone/drakbackup_.c:2046
+#: ../../standalone/drakbackup_.c:2050
#, fuzzy
msgid "Use tape to backup"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:2049
+#: ../../standalone/drakbackup_.c:2053
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2055
+#: ../../standalone/drakbackup_.c:2059
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "เลือกแพ็คเก็จที่คุณต้องการติดตั้ง "
-#: ../../standalone/drakbackup_.c:2061
+#: ../../standalone/drakbackup_.c:2065
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "เลือกแพ็คเก็จที่คุณต้องการติดตั้ง "
-#: ../../standalone/drakbackup_.c:2067
+#: ../../standalone/drakbackup_.c:2071
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "เลือกแพ็คเก็จที่คุณต้องการติดตั้ง "
-#: ../../standalone/drakbackup_.c:2073 ../../standalone/drakbackup_.c:2147
-#: ../../standalone/drakbackup_.c:3114
+#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:3118
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2138
+#: ../../standalone/drakbackup_.c:2142
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "กรุณาทดสอบเม้าส์"
-#: ../../standalone/drakbackup_.c:2153 ../../standalone/drakbackup_.c:3120
+#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
#, fuzzy
msgid "Use quota for backup files."
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:2219
+#: ../../standalone/drakbackup_.c:2223
#, fuzzy
msgid "Network"
msgstr "Network interface"
-#: ../../standalone/drakbackup_.c:2224
+#: ../../standalone/drakbackup_.c:2228
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
+#: ../../standalone/drakbackup_.c:2233
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2234
+#: ../../standalone/drakbackup_.c:2238
#, fuzzy
msgid "Tape"
msgstr "ประเภท"
-#: ../../standalone/drakbackup_.c:2248 ../../standalone/drakbackup_.c:2252
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2260
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2249 ../../standalone/drakbackup_.c:2253
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2260
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
+#: ../../standalone/drakbackup_.c:2260
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
-#: ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
+#: ../../standalone/drakbackup_.c:2260
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2269
+#: ../../standalone/drakbackup_.c:2273
#, fuzzy
msgid "Use daemon"
msgstr "ชื่อผู้ใช้"
-#: ../../standalone/drakbackup_.c:2274
+#: ../../standalone/drakbackup_.c:2278
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "เลือกแพ็คเก็จที่คุณต้องการติดตั้ง "
-#: ../../standalone/drakbackup_.c:2280
+#: ../../standalone/drakbackup_.c:2284
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "กรุณาเลือกภาษาที่ต้องการใช้"
-#: ../../standalone/drakbackup_.c:2287
+#: ../../standalone/drakbackup_.c:2291
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
+#: ../../standalone/drakbackup_.c:2328
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2330
+#: ../../standalone/drakbackup_.c:2334
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2369
+#: ../../standalone/drakbackup_.c:2373
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2374
+#: ../../standalone/drakbackup_.c:2378
#, fuzzy
msgid "Where"
msgstr "Wheel"
-#: ../../standalone/drakbackup_.c:2379
+#: ../../standalone/drakbackup_.c:2383
#, fuzzy
msgid "When"
msgstr "Wheel"
-#: ../../standalone/drakbackup_.c:2384
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "More Options"
msgstr "อ๊อปชั่นของโมดูล:"
-#: ../../standalone/drakbackup_.c:2403 ../../standalone/drakbackup_.c:4528
+#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "การคอนฟิกระบบเน็ตเวิร์ก"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2425
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "เลือกแพ็คเก็จที่คุณต้องการติดตั้ง "
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2427
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2433
+#: ../../standalone/drakbackup_.c:2437
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2443
+#: ../../standalone/drakbackup_.c:2447
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2451
+#: ../../standalone/drakbackup_.c:2455
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2494
+#: ../../standalone/drakbackup_.c:2498
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "เลือกแพ็คเก็จที่คุณต้องการติดตั้ง "
-#: ../../standalone/drakbackup_.c:2495
+#: ../../standalone/drakbackup_.c:2499
#, fuzzy
msgid "Backup system"
msgstr "เซ็ตอัพระบบไฟล์"
-#: ../../standalone/drakbackup_.c:2496
+#: ../../standalone/drakbackup_.c:2500
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2503
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2582
+#: ../../standalone/drakbackup_.c:2586
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2583
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2585
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2591
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2593
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2592
+#: ../../standalone/drakbackup_.c:2596
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2598
+#: ../../standalone/drakbackup_.c:2602
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2599
+#: ../../standalone/drakbackup_.c:2603
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2600
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid " on device: %s"
msgstr "ดีไวซ์ของเม้าส์: %s\n"
-#: ../../standalone/drakbackup_.c:2601
+#: ../../standalone/drakbackup_.c:2605
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2606
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2607
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2610
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2611
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2608
+#: ../../standalone/drakbackup_.c:2612
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "/Options/ทดลอง"
-#: ../../standalone/drakbackup_.c:2609
+#: ../../standalone/drakbackup_.c:2613
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2614
+#: ../../standalone/drakbackup_.c:2618
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2617
+#: ../../standalone/drakbackup_.c:2621
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2619
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2620
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2627
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2628
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2630
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2632
+#: ../../standalone/drakbackup_.c:2636
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2799
+#: ../../standalone/drakbackup_.c:2803
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2801
+#: ../../standalone/drakbackup_.c:2805
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "คุณต้องการให้โมเด็มของคุณต่อกับพอร์ตอนุกรมใด?"
-#: ../../standalone/drakbackup_.c:2811
+#: ../../standalone/drakbackup_.c:2815
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2832
+#: ../../standalone/drakbackup_.c:2836
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2833
+#: ../../standalone/drakbackup_.c:2837
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2951
+#: ../../standalone/drakbackup_.c:2955
#, fuzzy
msgid " Restore Configuration "
msgstr "การคอนฟิกระบบเน็ตเวิร์ก"
-#: ../../standalone/drakbackup_.c:2969
+#: ../../standalone/drakbackup_.c:2973
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2986
+#: ../../standalone/drakbackup_.c:2990
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3064
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "Backup the system files before:"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:3066
+#: ../../standalone/drakbackup_.c:3070
#, fuzzy
msgid "please choose the date to restore"
msgstr "คุณมีเม้าส์ชนิดใด"
-#: ../../standalone/drakbackup_.c:3103
+#: ../../standalone/drakbackup_.c:3107
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:3106
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "กรุณาทดสอบเม้าส์"
-#: ../../standalone/drakbackup_.c:3149
+#: ../../standalone/drakbackup_.c:3153
#, fuzzy
msgid "FTP Connection"
msgstr "LAN connection"
-#: ../../standalone/drakbackup_.c:3156
+#: ../../standalone/drakbackup_.c:3160
#, fuzzy
msgid "Secure Connection"
msgstr "เลือกการเชื่อมต่อกับเครื่องพิมพ์"
-#: ../../standalone/drakbackup_.c:3182
+#: ../../standalone/drakbackup_.c:3186
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "เรียกคืนจากแผ่นฟล้อปปี้"
-#: ../../standalone/drakbackup_.c:3184
+#: ../../standalone/drakbackup_.c:3188
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3252
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Select another media to restore from"
msgstr "คุณมีเม้าส์ชนิดใด"
-#: ../../standalone/drakbackup_.c:3254
+#: ../../standalone/drakbackup_.c:3258
#, fuzzy
msgid "Other Media"
msgstr "อื่นๆ"
-#: ../../standalone/drakbackup_.c:3259
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore system"
msgstr "ติดตั้งระบบ"
-#: ../../standalone/drakbackup_.c:3260
+#: ../../standalone/drakbackup_.c:3264
#, fuzzy
msgid "Restore Users"
msgstr "เรียกคืนจากไฟล์"
-#: ../../standalone/drakbackup_.c:3261
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "Restore Other"
msgstr "เรียกคืนจากไฟล์"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3267
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "คุณมีเม้าส์ชนิดใด"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3271
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3269
+#: ../../standalone/drakbackup_.c:3273
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3382
+#: ../../standalone/drakbackup_.c:3386
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3392
+#: ../../standalone/drakbackup_.c:3396
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "ลบคิว"
-#: ../../standalone/drakbackup_.c:3409
+#: ../../standalone/drakbackup_.c:3413
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "เรียกคืนจากไฟล์"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3479
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Restore From CD"
msgstr "เรียกคืนจากแผ่นฟล้อปปี้"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3494
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3504
#, fuzzy
msgid "Restore From Tape"
msgstr "กู้ตารางพาร์ติชั่น"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3506
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, fuzzy
msgid "Restore Via Network"
msgstr "เรียกคืนจากไฟล์"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3526
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Host Name"
msgstr "ชื่อโฮสต์:"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3528
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3535
#, fuzzy
msgid "Password required"
msgstr "รหัสผ่าน"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3541
#, fuzzy
msgid "Username required"
msgstr "ชื่อผู้ใช้"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3544
#, fuzzy
msgid "Hostname required"
msgstr "ชื่อโฮสต์:"
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3549
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3562
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3565
#, fuzzy
msgid "Restore Failed..."
msgstr "เรียกคืนจากไฟล์"
-#: ../../standalone/drakbackup_.c:3799
+#: ../../standalone/drakbackup_.c:3803
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3808
+#: ../../standalone/drakbackup_.c:3812
#, fuzzy
msgid "Custom Restore"
msgstr "แบบปรับแก้ได้ (Customized) "
-#: ../../standalone/drakbackup_.c:3854
+#: ../../standalone/drakbackup_.c:3858
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3860
+#: ../../standalone/drakbackup_.c:3864
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3863
+#: ../../standalone/drakbackup_.c:3867
#, fuzzy
msgid "Restore From Catalog"
msgstr "กู้ตารางพาร์ติชั่น"
-#: ../../standalone/drakbackup_.c:3891
+#: ../../standalone/drakbackup_.c:3895
#, fuzzy
msgid "Restore Progress"
msgstr "เรียกคืนจากไฟล์"
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3966
-#: ../../standalone/drakbackup_.c:3992 ../../standalone/drakbackup_.c:4019
-#: ../../standalone/drakbackup_.c:4046 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4133 ../../standalone/drakbackup_.c:4163
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3970
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4110
+#: ../../standalone/drakbackup_.c:4137 ../../standalone/drakbackup_.c:4167
+#: ../../standalone/drakbackup_.c:4193
#, fuzzy
msgid "Previous"
msgstr "<- ก่อน"
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:4023
+#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "สถานะ:"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4000
#, fuzzy
msgid "Build Backup"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:4050 ../../standalone/drakbackup_.c:4630
+#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
#, fuzzy
msgid "Restore"
msgstr "เรียกคืนจากไฟล์"
-#: ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4233
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4253
+#: ../../standalone/drakbackup_.c:4257
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "แพ็คเก็จเหล่านี้กำลังจะถูกติดตั้ง"
-#: ../../standalone/drakbackup_.c:4276
+#: ../../standalone/drakbackup_.c:4280
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4299
+#: ../../standalone/drakbackup_.c:4303
#, fuzzy
msgid "Please select data to restore..."
msgstr "กรุณาเลือกภาษาที่ต้องการใช้"
-#: ../../standalone/drakbackup_.c:4320
+#: ../../standalone/drakbackup_.c:4324
#, fuzzy
msgid "Please select media for backup..."
msgstr "กรุณาเลือกภาษาที่ต้องการใช้"
-#: ../../standalone/drakbackup_.c:4342
+#: ../../standalone/drakbackup_.c:4346
#, fuzzy
msgid "Please select data to backup..."
msgstr "กรุณาเลือกภาษาที่ต้องการใช้"
-#: ../../standalone/drakbackup_.c:4364
+#: ../../standalone/drakbackup_.c:4368
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4385
+#: ../../standalone/drakbackup_.c:4389
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4466
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup system files"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:4468
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup user files"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4474
#, fuzzy
msgid "Backup other files"
msgstr "ไฟล์แบ็คอัพมีปัญหา"
-#: ../../standalone/drakbackup_.c:4472 ../../standalone/drakbackup_.c:4505
+#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4496
+#: ../../standalone/drakbackup_.c:4500
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4504
#, fuzzy
msgid "Sending files..."
msgstr "บันทึกลงไฟล์"
-#: ../../standalone/drakbackup_.c:4586
+#: ../../standalone/drakbackup_.c:4590
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "การคอนฟิกระบบเน็ตเวิร์ก"
-#: ../../standalone/drakbackup_.c:4591
+#: ../../standalone/drakbackup_.c:4595
#, fuzzy
msgid "View Backup Configuration."
msgstr "การคอนฟิกระบบเน็ตเวิร์ก"
-#: ../../standalone/drakbackup_.c:4612
+#: ../../standalone/drakbackup_.c:4616
#, fuzzy
msgid "Wizard Configuration"
msgstr "การปรับแต่ง LAN"
-#: ../../standalone/drakbackup_.c:4617
+#: ../../standalone/drakbackup_.c:4621
#, fuzzy
msgid "Advanced Configuration"
msgstr "การปรับแต่ง LAN"
-#: ../../standalone/drakbackup_.c:4622
+#: ../../standalone/drakbackup_.c:4626
#, fuzzy
msgid "Backup Now"
msgstr "เซ็ตอัพระบบไฟล์"
-#: ../../standalone/drakbackup_.c:4656
+#: ../../standalone/drakbackup_.c:4660
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4705
+#: ../../standalone/drakbackup_.c:4711
msgid ""
"options description:\n"
"\n"
@@ -10513,7 +10637,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4735
+#: ../../standalone/drakbackup_.c:4741
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10522,7 +10646,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4743
+#: ../../standalone/drakbackup_.c:4749
msgid ""