summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
authorMystery Man 553 <uid553@mandriva.org>2001-02-12 22:53:38 +0000
committerMystery Man 553 <uid553@mandriva.org>2001-02-12 22:53:38 +0000
commit63a6ace592e76e35c9144a71fa8eb4a21304509f (patch)
treec82f1d44b1df901a46a6547b0e6457bcb289b8c4 /perl-install/install_interactive.pm
parentde59da7a96da791314f78c5fa06274bfd480aa13 (diff)
downloaddrakx-63a6ace592e76e35c9144a71fa8eb4a21304509f.tar
drakx-63a6ace592e76e35c9144a71fa8eb4a21304509f.tar.gz
drakx-63a6ace592e76e35c9144a71fa8eb4a21304509f.tar.bz2
drakx-63a6ace592e76e35c9144a71fa8eb4a21304509f.tar.xz
drakx-63a6ace592e76e35c9144a71fa8eb4a21304509f.zip
auto_allocate partitions choice modified. diskdrake in expert asks what kind
of auto_allocation is wanted, others choose 'simple' in %fsedit::suggestions
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm
index a627b75fa..f38159fa5 100644
--- a/perl-install/install_interactive.pm
+++ b/perl-install/install_interactive.pm
@@ -32,7 +32,7 @@ sub partition_with_diskdrake {
do {
$ok = 1;
require diskdrake;
- diskdrake::main($hds, $o->{raid}, interactive_gtk->new, $o->{partitions}, $nowizard);
+ diskdrake::main($hds, $o->{raid}, interactive_gtk->new, $nowizard);
delete $o->{wizard} and return partitionWizard($o, 'nodiskdrake');
my @fstab = fsedit::get_fstab(@$hds, $o->{raid});
@@ -65,7 +65,7 @@ sub partitionWizardSolutions {
my @good_hds = grep { partition_table::can_raw_add($_) } @$hds;
if (fsedit::free_space(@good_hds) > $min_linux and !$readonly) {
- $solutions{free_space} = [ 20, _("Use free space"), sub { fsedit::auto_allocate($hds, $o->{partitions}); 1 } ]
+ $solutions{free_space} = [ 20, _("Use free space"), sub { fsedit::auto_allocate($hds); 1 } ]
} else {
push @wizlog, _("Not enough free space to allocate new partitions") . ": " .
(@good_hds ?
@@ -138,7 +138,7 @@ When sure, press Ok.")) or return;
partition_table::adjust_local_extended($hd, $part);
partition_table::adjust_main_extended($hd);
- fsedit::auto_allocate($hds, $o->{partitions});
+ fsedit::auto_allocate($hds);
1;
} ] if !$readonly;
} else {
@@ -156,7 +156,7 @@ When sure, press Ok.")) or return;
$o->set_help('takeOverHdConfirm');
$o->ask_okcancel('', _("ALL existing partitions and their data will be lost on drive %s", partition_table_raw::description($hd))) or return;
partition_table_raw::zero_MBR($hd);
- fsedit::auto_allocate($hds, $o->{partitions});
+ fsedit::auto_allocate($hds);
1;
} ];
}
-rw-r--r--perl-install/share/po/cy.po6119
-rw-r--r--perl-install/share/po/da.po10125
-rw-r--r--perl-install/share/po/de.po5965
-rw-r--r--perl-install/share/po/el.po5927
-rw-r--r--perl-install/share/po/eo.po5829
-rw-r--r--perl-install/share/po/es.po6128
-rw-r--r--perl-install/share/po/eu.po6278
-rw-r--r--perl-install/share/po/fi.po9588
-rw-r--r--perl-install/share/po/fr.po6122
-rw-r--r--perl-install/share/po/ga.po5705
-rw-r--r--perl-install/share/po/gl.po5845
-rw-r--r--perl-install/share/po/hr.po6071
-rw-r--r--perl-install/share/po/hu.po6108
-rw-r--r--perl-install/share/po/id.po6131
-rw-r--r--perl-install/share/po/is.po5838
-rw-r--r--perl-install/share/po/it.po5899
-rw-r--r--perl-install/share/po/ja.po6085
-rw-r--r--perl-install/share/po/ko.po5764
-rw-r--r--perl-install/share/po/lt.po5811
-rw-r--r--perl-install/share/po/lv.po6224
-rw-r--r--perl-install/share/po/mt.po6133
-rw-r--r--perl-install/share/po/nl.po6135
-rw-r--r--perl-install/share/po/no.po3899
-rw-r--r--perl-install/share/po/ro.po6677
-rw-r--r--perl-install/share/po/ru.po6162
-rw-r--r--perl-install/share/po/sk.po6091
-rw-r--r--perl-install/share/po/sl.po5700
-rw-r--r--perl-install/share/po/sp.po3887
-rw-r--r--perl-install/share/po/sr.po6068
-rw-r--r--perl-install/share/po/sv.po6126
-rw-r--r--perl-install/share/po/th.po5745
-rw-r--r--perl-install/share/po/tr.po6127
-rw-r--r--perl-install/share/po/uk.po5896
-rw-r--r--perl-install/share/po/wa.po6054
-rw-r--r--perl-install/share/po/zh_TW.po5937
45 files changed, 153770 insertions, 118622 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile
index 39c272022..c853263c5 100644
--- a/perl-install/share/po/Makefile
+++ b/perl-install/share/po/Makefile
@@ -3,9 +3,9 @@ include ../../Makefile.config
PMSFILES = $(wildcard $(ALLPMS:%=../../%))
PMSCFILES = $(PMSFILES:%=%_.c)
-# temporarly don't include ar.po,br.po,cy.po,ga.po,is.po,sl.po
+# temporarly don't include those po files
# (too low translation percentage)
-POFILES = $(shell ls *.po|grep -v '\(ar.po\|ga.po\|is.po\|sl.po\)')
+POFILES = $(shell ls *.po|grep -v '\(ga.po\|is.po\|sl.po\)')
MOFILES = $(POFILES:%.po=%.mo)
LANGS = $(POFILES:%.po=%)
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 24078f541..00fa8d64c 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-20 11:43+0200\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\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"
@@ -71,44 +71,44 @@ msgstr ""
"U stelsel onderstuen multikopkonfigurasie.\n"
"Wat wil u doen?"
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "Kies die geheue grootte van u videokaart"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "XFree-konfigurasie"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
msgid "Which configuration of XFree do you want to have?"
msgstr "Watter tipe XFree-konfigurasie verlang u?"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr "Konfigureer skyfkoppe afsonderlik"
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr "Gebruik Xinerama-ekstensies"
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigureer net die \"%s\" kaart (%s)"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s met 3D-hardwareversnelling"
-#: ../../Xconfig/card.pm_.c:414
+#: ../../Xconfig/card.pm_.c:416
#, 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:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, 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:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s met EKSPERIMENTELE 3D-hardewareversnelling"
-#: ../../Xconfig/card.pm_.c:427
+#: ../../Xconfig/card.pm_.c:429
#, 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:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, 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:453
+#: ../../Xconfig/card.pm_.c:455
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:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "Aangepaste"
@@ -169,7 +169,7 @@ msgstr "Videokaart"
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "Resolusie"
@@ -178,27 +178,28 @@ msgid "Test"
msgstr ""
#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:385 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opsies"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:166
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "OK"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3207
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "Verlaat"
@@ -227,7 +228,8 @@ msgstr ""
msgid "Generic"
msgstr "Generies"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
#, fuzzy
msgid "Vendor"
msgstr "Herroep"
@@ -286,50 +288,52 @@ msgstr "16-miljoen kleure (24 bis)"
msgid "4 billion colors (32 bits)"
msgstr "4 biljoen kleure (32 bis)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "Resolusies"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "Kies die resolusie en kleurdiepte"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "Videokaart: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../security/main.pm_.c:216 ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:560 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "Kanselleer"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "Toets konfigurasie"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "Wil u die konfigurasie toets?"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Waarskuwing: Toetsing is gevaarlik met hierdie videokaart"
@@ -424,163 +428,163 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Watter tipe is u ISDN-konneksie?"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "Eerste sektor van herlaaipartisie"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "Eerste sektor van skyf (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "SILO installasie"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
msgstr "Waar wil u die herlaaistelsel installeer"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "LILO/grub installasie"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr "LILO met tekskieskaart"
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr "LILO met grafiese kieskaart"
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Laai vauit DOS/Windows (loadlin)"
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
msgstr "Herlaaistelsel hoofopsies"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader to use"
msgstr "Herlaaistelsel om te gebruik"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
msgstr "Herlaaiprogram installasie"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "Herlaaitoestel"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "Kompak"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "kompak"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "Videomodus"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "Wagperiode voro verstekstelsel gelaai word"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "Wagwoord"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "Wagwoord (weer)"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "Beperk instruksielynopsies"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "beperk"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "Maak /tmp skoon met elke herlaai"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Presiese RAM grootte indien nodig (%d MB bespeur)"
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "Gebruik multiprofiele"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
msgstr "Gee die geheuegrootte in MB"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Opsie ``Beperk instruksielynopsies'' kan nie sonder wagwoord gebruikword nie"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../diskdrake/interactive.pm_.c:1195
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "Probeer asb. weer"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "Die wagwoorde stem nie ooreen nie."
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr "Beginboodskap"
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr "Tydsbeperking vir stelselkernlaai"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr "Laat CD-herlaai toe?"
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr "Laat OF-herlaai toe?"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
msgid "Default OS?"
msgstr "Verstek bedryfstelsel?"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -589,7 +593,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -597,156 +601,158 @@ msgstr ""
"Hier is die huidige inskrywings\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "Voeg by"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3207 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "Klaar"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
msgid "Modify"
msgstr "Verander"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "Watter tipe inskrywing wil u byvoeg?"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "Ander bedryfstelsel (SunOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "Ander bedryfstelsel (MacOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "Ander bedryfstelsel (windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "Beeld"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "Basis"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "Aanlas"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "Lees-skryf"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "Tabel"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "Onveilig"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "Etiket"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:200
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "Verstek"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
msgid "Initrd-size"
msgstr "Initrd-grootte"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr "Geen video"
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "Verwyder inskrywing"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "Leë etiket word nie toegelaat nie"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
#, fuzzy
msgid "You must specify a root partition"
msgstr "U moet oor 'n ruilpartisie beskik"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
msgid "This label is already used"
msgstr "Hierdie etiket is alreeds in gebruik"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "Het %s %s koppelvlakke gevind"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "Beskik u oor nog?"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Het u enige %s koppelvlakke?"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "Nee"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "Ja"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
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:678
+#: ../../any.pm_.c:662
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Drywer vir %s kaart %s in installasieproses"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(module %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, 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:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -757,17 +763,17 @@ msgstr ""
"Opsies is in die formaat ``naam=waarde naam2=waarde2 ...''.\n"
"Bv. ``io=0x300 irq-7''"
-#: ../../any.pm_.c:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "Module opsies:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
msgstr "Watter %s drywer meot ek probeer?"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -783,15 +789,15 @@ msgstr ""
"rekenaar self daarvoor aftas. In uitsonderlike gevalle mag die rekenaar\n"
"ophang, maar dit sal nie skade veroorsaak nie."
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "Aftas"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "Spesifieer opsies"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -800,63 +806,63 @@ msgstr ""
"Laai van module %s het gefaal.\n"
"Wil u ander parameters probeer?"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:738
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:739
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(%s alreeds bygevoeg)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "Die wagwoorde is te eenvoudig"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "Gee asb. 'n gebruikerskode"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Die gebruikerskode maag alleenlikui kleinletter, nommers, '-' en '_' bestaan"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:752
#, fuzzy
msgid "The user name is too long"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "Voeg gebruiker by"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -865,32 +871,32 @@ msgstr ""
"Tik 'n gebruiker in\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "Aanvaar gebruiker"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "Regte naam"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "Gebruikerskode"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "Dop"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "Ikoon"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "Outointeken"
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -898,60 +904,60 @@ msgstr ""
"Ek kan u rekenaar so opstel om X outomaties een gebruiker in te teken.\n"
"Verlang u hierdie funksionaliteit?"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "Kies die verstek gebruiker:"
#
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
msgid "Choose the window manager to run:"
msgstr "Kies die vensterbestuurder om te loop:"
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
#, fuzzy
msgid "Please choose a language to use."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
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:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "Alles"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
#, fuzzy
msgid "Allow all users"
msgstr "Voeg 'n gebruiker by"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
#, fuzzy
msgid "No sharing"
msgstr "CUPS word gelaai"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:66
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, 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:991
+#: ../../any.pm_.c:973
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:71
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 +966,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
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:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "Krakers welkom"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "Swak"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "Standaard"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "Hoog"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
#, fuzzy
msgid "Higher"
msgstr "Hoog"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "Paranoďes"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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 +1013,7 @@ msgstr ""
"wagwoord\n"
"toegang nie."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1015,7 +1021,7 @@ msgstr ""
"Wagwoorde is nou ontsper, maar gebruik as 'n netwerkrekenaar word nie "
"aanbeveel nie."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1065
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1025,13 +1031,13 @@ msgstr ""
"wat aan die internet as 'n kliënt konnekteer. Daar is heelwat "
"sekuriteitstoetse."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1045,7 +1051,7 @@ msgstr ""
"Die sekuriteit is goed genoeg sodat 'n stelsel konneksies wat baie kliënte\n"
"af kan aanvaar."
-#: ../../any.pm_.c:1089
+#: ../../any.pm_.c:1070
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1054,36 +1060,36 @@ msgstr ""
"Hierdie is Vlak-4 sekuriteit, maar die stelsel is afgeslote.\n"
"Sekuriteitseienskappe is maksimaal."
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opsies"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Gebruik sekuriteitsvlak"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
#, fuzzy
msgid "Security level"
msgstr "Sekuriteitsvlak word gestel."
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Selekteer opsies vir bediener"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1103
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1096,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:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1119,13 +1125,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:989
+#: ../../bootloader.pm_.c:983
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:992
+#: ../../bootloader.pm_.c:986
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
@@ -1134,189 +1140,184 @@ 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:995
+#: ../../bootloader.pm_.c:989
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:998
+#: ../../bootloader.pm_.c:992
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:1001
+#: ../../bootloader.pm_.c:995
#, 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:1005
+#: ../../bootloader.pm_.c:999
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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "Werkskerm"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Beginkieskaart"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, 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:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr "Gee hulp beskikbaar nie (nog nie).\n"
-
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
msgid "Boot Style Configuration"
msgstr "Herlaaistylkonfigurasie"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
msgid "/_File"
msgstr "/_Lęer"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr "/Lęer/_Verlaat"
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr "<control>Q"
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr "Nuwe monitorkategoriasiestyl"
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
msgid "NewStyle Monitor"
msgstr "Nuwe styl monitor"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
msgid "Traditional Monitor"
msgstr "Tradisionele monitor"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr "Tradisionele Gtk+ Monitor"
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr "Laai Aurora met herlaaityd"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Lilo/grub mode"
msgstr "LILO/GRUB metode"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Yaboot mode"
msgstr "Yaboot metode"
-#: ../../bootlook.pm_.c:146
+#: ../../bootlook.pm_.c:138
#, fuzzy
msgid "Install themes"
msgstr "Installeer stelsel"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
msgstr ""
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:140
#, fuzzy
msgid "Create new theme"
msgstr "Kies 'n nuwe grootte"
-#: ../../bootlook.pm_.c:192
+#: ../../bootlook.pm_.c:184
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:195
+#: ../../bootlook.pm_.c:187
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../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:77 ../../diskdrake/hd_gtk.pm_.c:116
-#: ../../diskdrake/interactive.pm_.c:213 ../../diskdrake/interactive.pm_.c:344
-#: ../../diskdrake/interactive.pm_.c:359 ../../diskdrake/interactive.pm_.c:473
-#: ../../diskdrake/interactive.pm_.c:478 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:34
+#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
msgid "Error"
msgstr "Fout"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
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:248
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
#, fuzzy
msgid "Notice"
msgstr "Geen video"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
#, fuzzy
msgid "Theme installation failed!"
msgstr "Kies installasieklas"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1325,22 +1326,22 @@ msgstr ""
"U gebruik huidig %s as herlaaibestuurder.\n"
"Kliek op Konfigureer om opstelassistent te laai."
-#: ../../bootlook.pm_.c:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:554
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
msgid "Configure"
msgstr "Konfigureer"
-#: ../../bootlook.pm_.c:276
+#: ../../bootlook.pm_.c:268
#, fuzzy
msgid "Splash selection"
msgstr "Stoor pakketseleksie"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1349,90 +1350,85 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr "Stelselmode"
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
msgstr "Laai X-Windowstelsel met herlaai"
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr "Nee, ek verlang outo-aanteken"
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, ek verlang outoaanteken met hierdie (gebruiker,werkskerm)"
-#: ../../bootlook.pm_.c:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "kan nie /etc/inittab oopmaak vir lees nie: %s"
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr "%d minute"
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr "1 minuut"
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, c-format
msgid "%d seconds"
msgstr "%d sekondes"
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
#, fuzzy
msgid "Can't make screenshots before partitioning"
msgstr "Ek kan nie meer partisies byvoeg nie"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, fuzzy, c-format
msgid "Screenshots will be available after install in %s"
msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
msgid "France"
msgstr "Frankryk"
@@ -1440,8 +1436,8 @@ msgstr "Frankryk"
msgid "Costa Rica"
msgstr ""
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
#, fuzzy
msgid "Belgium"
msgstr "Belgies"
@@ -1469,13 +1465,13 @@ msgstr "Norweegs"
msgid "Sweden"
msgstr "Sien"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
msgstr ""
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Italy"
msgstr "Italiaans"
@@ -1485,8 +1481,8 @@ msgstr "Italiaans"
msgid "Austria"
msgstr "seriaal"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr ""
@@ -1503,12 +1499,12 @@ msgstr ""
msgid "New"
msgstr "nuut"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Ontheg"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Heg"
@@ -1517,10 +1513,9 @@ msgstr "Heg"
msgid "Server"
msgstr "Bediener"
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:383
-#: ../../diskdrake/interactive.pm_.c:572 ../../diskdrake/interactive.pm_.c:599
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Hegpunt"
@@ -1539,28 +1534,28 @@ msgstr ""
msgid "Server: "
msgstr "Bediener"
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:444
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "Hegpunt:"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1174
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, c-format
msgid "Options: %s"
msgstr "Opsies: %s"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "Rugsteun u data eers asb."
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:938
-#: ../../diskdrake/interactive.pm_.c:947
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "Lees noukeurig!"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1569,15 +1564,15 @@ msgstr ""
"Indien u beplan om 'aboot' te gebruik, los spasie aan die begin\n"
"van die skyf. (2048 sektors is genoeg)."
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "Assistent"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "Kies aksie"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1589,83 +1584,83 @@ msgstr ""
"Ek stel voor u verstel eers die grootte van dié partisie\n"
"(kliek daarop en kliek dan op \"Verstel Grootte\")"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "Kliek asb. op 'n partisie"
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "Detail"
-#: ../../diskdrake/hd_gtk.pm_.c:252
+#: ../../diskdrake/hd_gtk.pm_.c:254
#, fuzzy
msgid "No hard drives found"
msgstr "Plaaslike drukker"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
#, fuzzy
msgid "Journalised FS"
msgstr "Gejoernaliseer"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "Ruilarea"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "Ander"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
msgstr "LOersteltipes:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:406
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "Skep"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:384
-#: ../../diskdrake/interactive.pm_.c:535 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "Tipe"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
msgstr "Gebruik ``%s'' instede."
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "Uitwis"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
msgstr "Gebruik ``Ontheg'' eerste"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:522
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1673,72 +1668,72 @@ msgstr ""
"Alle data om hierdie partisie %s sal uitgewis word na verandering van die "
"partisietipe"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose a partition"
msgstr "Kies 'n partisie"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose another partition"
msgstr "Kies 'n ander partisie"
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
msgid "Exit"
msgstr "Verlaat"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
msgstr "Skakel oor na kundige gebruiksvlak"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
msgstr "Skakel oor na normale gebruiksvlak"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "Herroep"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "Wil u in elk geval voortgaan?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "Verlaat, maar moenie iets stoor nie"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
-#: ../../diskdrake/interactive.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:257
msgid "Do you want to save /etc/fstab modifications"
msgstr "Wil u die /etc/fstab veranderinge stoor?"
-#: ../../diskdrake/interactive.pm_.c:267
-msgid "Auto allocate"
-msgstr "Outo-allokeer"
-
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "Verwydeer almal"
-#: ../../diskdrake/interactive.pm_.c:267
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "Outo-allokeer"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
msgid "More"
msgstr "Nog"
-#: ../../diskdrake/interactive.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:278
msgid "Hard drive information"
msgstr "Hardeskyfinligting"
-#: ../../diskdrake/interactive.pm_.c:302
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "Alle primęre partisies is gebruik"
-#: ../../diskdrake/interactive.pm_.c:303
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
msgstr "Ek kan nie meer partisies byvoeg nie"
-#: ../../diskdrake/interactive.pm_.c:304
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1746,35 +1741,35 @@ msgstr ""
"Om meer partisies te verkry, verwyder asb. een om 'n ektensiepartisiete kan "
"skep"
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:322
#, fuzzy
msgid "Save partition table"
msgstr "Skryf partisietabel"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:323
#, fuzzy
msgid "Restore partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake/interactive.pm_.c:316
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake/interactive.pm_.c:318
+#: ../../diskdrake/interactive.pm_.c:326
#, fuzzy
msgid "Reload partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake/interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:331
#, fuzzy
msgid "Removable media automounting"
msgstr "Verwyderbare media"
-#: ../../diskdrake/interactive.pm_.c:332 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "Selekteer lOer"
-#: ../../diskdrake/interactive.pm_.c:339
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1782,11 +1777,12 @@ msgstr ""
"Die rugsteunpartisietabel het nie dieselfde grootte nie\n"
"Wil u voortgaan?"
-#: ../../diskdrake/interactive.pm_.c:353 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "Waarskuwing"
-#: ../../diskdrake/interactive.pm_.c:354
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1794,106 +1790,106 @@ msgstr ""
"Sit 'n floppie in die aandrywer.\n"
"Alle data op hierdie floppie sal verloor word."
-#: ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
msgstr "Partisietabel Reddingspoging"
-#: ../../diskdrake/interactive.pm_.c:371
+#: ../../diskdrake/interactive.pm_.c:379
msgid "Detailed information"
msgstr "Gedetaileerde inligting"
-#: ../../diskdrake/interactive.pm_.c:386 ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "Verstel Grootte"
-#: ../../diskdrake/interactive.pm_.c:387 ../../diskdrake/interactive.pm_.c:719
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "Skuif"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "Formatteer"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "Voeg by RAID"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
msgstr "Voeg by LVM"
-#: ../../diskdrake/interactive.pm_.c:394
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "Verwyder uit RAID"
-#: ../../diskdrake/interactive.pm_.c:395
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
msgstr "Verwyder uit LVM"
-#: ../../diskdrake/interactive.pm_.c:396
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "Verander RAID"
-#: ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "Gebruik vir teruglus"
-#: ../../diskdrake/interactive.pm_.c:437
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "Kies 'n nuwe grootte"
-#: ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
msgstr "Kies sektor: "
-#: ../../diskdrake/interactive.pm_.c:442 ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "Grootte in MB: "
-#: ../../diskdrake/interactive.pm_.c:443 ../../diskdrake/interactive.pm_.c:820
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "LOerstelseltipe: "
-#: ../../diskdrake/interactive.pm_.c:448
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "Voorkeure: "
-#: ../../diskdrake/interactive.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:503
+#: ../../diskdrake/interactive.pm_.c:511
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Terugluslęer %s word geformateer"
-#: ../../diskdrake/interactive.pm_.c:533
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "Verander partisietipe"
#
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Watter lęerstelsel verlang u?"
-#: ../../diskdrake/interactive.pm_.c:540
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
msgstr "Oorskakeling van ext2 na ext3"
-#: ../../diskdrake/interactive.pm_.c:570
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Waar wil u terugluslęer %s heg?"
-#: ../../diskdrake/interactive.pm_.c:571
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Waar wil u toestel %s heg?"
-#: ../../diskdrake/interactive.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1901,138 +1897,138 @@ msgstr ""
"Kan nie hegpunt ontset nie, omdat hierdie partisie vir teruglus\n"
"gebruik word. Verwyder eers die teruglus."
-#: ../../diskdrake/interactive.pm_.c:598
+#: ../../diskdrake/interactive.pm_.c:606
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Waar wil u toestel %s heg?"
-#: ../../diskdrake/interactive.pm_.c:622
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "FAT lęerstelselgrense word bereken"
-#: ../../diskdrake/interactive.pm_.c:622 ../../diskdrake/interactive.pm_.c:681
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "Grootteverandering"
-#: ../../diskdrake/interactive.pm_.c:654
+#: ../../diskdrake/interactive.pm_.c:662
msgid "This partition is not resizeable"
msgstr "Hierdie partisie se greootte kan nie verstel word nie"
-#: ../../diskdrake/interactive.pm_.c:659
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "Alle data om hierdie partisie moet gerugsteun word."
-#: ../../diskdrake/interactive.pm_.c:661
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Alle data om partisie %s sal uitgewis word met die grootteverandering"
-#: ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "Kies die nuwe grootte"
-#: ../../diskdrake/interactive.pm_.c:667
+#: ../../diskdrake/interactive.pm_.c:675
msgid "New size in MB: "
msgstr "Nuwe grootte in MB: "
-#: ../../diskdrake/interactive.pm_.c:720
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
msgstr "Na watter skyf wil u skuif?"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:722
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "Na watter sektor wil u skuif?"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
msgstr "Verskuiwing"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
msgstr "Partisie word verskuif..."
-#: ../../diskdrake/interactive.pm_.c:742
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
msgstr "Kies 'n bestaande RAID om by toe te voeg"
-#: ../../diskdrake/interactive.pm_.c:743 ../../diskdrake/interactive.pm_.c:760
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "nuut"
-#: ../../diskdrake/interactive.pm_.c:758
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
msgstr "Kies 'n bestaande LVM om by toe te voeg"
-#: ../../diskdrake/interactive.pm_.c:763
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr "LVM naam?"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "Hierdie partisie kan nie vir teruglus gebruik word nie."
-#: ../../diskdrake/interactive.pm_.c:817
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "Teruglus"
-#: ../../diskdrake/interactive.pm_.c:818
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "Teruglus lęernaam:"
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:831
#, fuzzy
msgid "Give a file name"
msgstr "Regte naam"
-#: ../../diskdrake/interactive.pm_.c:826
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
msgstr "Lęer word alreeds deur 'n ander teruglus gebruik,kies 'n ander een"
-#: ../../diskdrake/interactive.pm_.c:827
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "Lęer bestaan alreeds. Moet dit gebruik word?"
-#: ../../diskdrake/interactive.pm_.c:850
+#: ../../diskdrake/interactive.pm_.c:858
msgid "Mount options"
msgstr "Hegopsies:"
-#: ../../diskdrake/interactive.pm_.c:857
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr "Verskeie"
-#: ../../diskdrake/interactive.pm_.c:921 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "toestel"
-#: ../../diskdrake/interactive.pm_.c:922
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "vlak"
-#: ../../diskdrake/interactive.pm_.c:923
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
msgstr "blokgrootte"
-#: ../../diskdrake/interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
-#: ../../diskdrake/interactive.pm_.c:953
+#: ../../diskdrake/interactive.pm_.c:962
msgid "What type of partitioning?"
msgstr "Watter tipe van partisionering?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:978
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"Hierdie pakket moet opgradeer word\n"
"Is u seker u wil dit deselekteer?"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2045,7 +2041,7 @@ msgstr ""
"gebruik\n"
"nie, dan het u nie /boot nodig nie."
-#: ../../diskdrake/interactive.pm_.c:987
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2058,7 +2054,7 @@ msgstr ""
"gebruik,moet u\n"
"asb. 'n /boot partisie skep,"
-#: ../../diskdrake/interactive.pm_.c:993
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2068,137 +2064,137 @@ msgstr ""
"Geen herlaaistelsel sal dit kan hanteer sonder 'n /boot partisie nie.\n"
"Onthou om 'n /boot by te voeg."
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Partisietabel van skyf %s gaan opdateer word!"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr "U sal moet herlaai voor die veranderinge geaktiveer kan word"
-#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Alle data om partisie %s sal uitgewis word met formatering."
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "Formatering"
-#: ../../diskdrake/interactive.pm_.c:1031
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "Terugluslęer %s word geformateer"
-#: ../../diskdrake/interactive.pm_.c:1032
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "Partisie %s word formateer"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
#, fuzzy
msgid "Hide files"
msgstr "mkraid het gefaal"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
#, fuzzy
msgid "Move files to the new partition"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../diskdrake/interactive.pm_.c:1044
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1064
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1063
+#: ../../diskdrake/interactive.pm_.c:1072
#, fuzzy, c-format
msgid "Removing %s"
msgstr "LPD word verwyder..."
-#: ../../diskdrake/interactive.pm_.c:1073
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1094
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "Toestel:"
-#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-skyfletter: %s ('n raaiskoot)\n"
-#: ../../diskdrake/interactive.pm_.c:1099
-#: ../../diskdrake/interactive.pm_.c:1107
-#: ../../diskdrake/interactive.pm_.c:1172
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "Tipe:"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "Naam: "
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "Begin: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "Grootte: %s"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s sektore"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1125
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silinder %d na silinder %d\n"
-#: ../../diskdrake/interactive.pm_.c:1117
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "Geformateer\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "Nie geformatter\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "Geheg\n"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1131
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Teruglus lęer(s): %s\n"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2206,27 +2202,27 @@ msgstr ""
"Verstekpartisie vir herlaai\n"
" (vir MS_DOS doeleindes, nie LILO s'n nie)\n"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "Vlak %s\n"
-#: ../../diskdrake/interactive.pm_.c:1126
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
msgstr "Blokgrootte %s\n"
-#: ../../diskdrake/interactive.pm_.c:1127
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-skywe %s\n"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "Teruglus lęernaam: %s"
-#: ../../diskdrake/interactive.pm_.c:1132
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2238,7 +2234,7 @@ msgstr ""
"drywerpartisie is en verkieslik alleen gelos\n"
"moet word.\n"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2249,64 +2245,64 @@ msgstr ""
"Hierdie spesiale herlaaipartisie\n"
"is om u stelsel te duolaai.\n"
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "Grootte: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrie: %s silinders, %s koppe, %s sektore\n"
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "Info:"
-#: ../../diskdrake/interactive.pm_.c:1158
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-skywe %s\n"
-#: ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partisietabeltipe: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1160
+#: ../../diskdrake/interactive.pm_.c:1169
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "op bus %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1199
#, fuzzy
msgid "Filesystem encryption key"
msgstr "LOerstelseltipe: "
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1203
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Hierdie wagwoord is te eenvoudig. Dit moet ten minste %d karakters bevat."
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1204
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Die wagwoorde stem nie ooreen nie."
-#: ../../diskdrake/interactive.pm_.c:1198
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1199
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
msgstr ""
@@ -2314,11 +2310,6 @@ msgstr ""
msgid "Change type"
msgstr "Verander tipe"
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a medium"
-msgstr "Kliek asb. op 'n partisie"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
@@ -2344,7 +2335,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
#, fuzzy
msgid "Username"
msgstr "Gebruikerskode"
@@ -2359,23 +2350,23 @@ msgstr "NIS-domein"
msgid "Search servers"
msgstr "DNS bediener"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatering ban %s het gefaal"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, 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:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr "fout met onthegting van %s: %s"
@@ -2461,30 +2452,34 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Four om %s in skryfmode te open: %s"
-#: ../../harddrake/sound.pm_.c:168
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:170
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:171
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
msgid "Sound configuration"
msgstr "Konfigurasie"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2493,26 +2488,26 @@ msgid ""
"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:178
#, fuzzy
msgid "Driver:"
msgstr "Drywer"
-#: ../../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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
msgid "Help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2531,7 +2526,7 @@ msgid ""
"the ALSA library.\n"
msgstr ""
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2541,30 +2536,31 @@ msgid ""
"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
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
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
msgstr "Wag asb."
-#: ../../harddrake/sound.pm_.c:208
+#: ../../harddrake/sound.pm_.c:210
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:212
+#: ../../harddrake/sound.pm_.c:214
#, fuzzy
msgid "Unkown driver"
msgstr "Onbekende model"
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2574,225 +2570,12 @@ msgid ""
"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Model"
-msgstr "Muis"
-
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "hard disk model"
-msgstr "Kaartgeheue (DMA)"
-
-#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
-msgid "Channel"
-msgstr "Kanselleer"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:21
-#, fuzzy
-msgid "Module"
-msgstr "Muis"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-msgid "Description"
-msgstr "Beskrywing"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
-msgid "Bus identification"
-msgstr "Magtiging"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
-msgid "Old device file"
-msgstr "Selekteer lOer"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
-msgid "New devfs device"
-msgstr "Netwerkportaaltoestel"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 knoppies"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Alternatiewe toetsbladsy (A4)"
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:63
-#, fuzzy
-msgid "/_Quit"
-msgstr "Verlaat"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr "/_Help"
-
-#: ../../harddrake/ui.pm_.c:65
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Help"
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
-"\n"
-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:74
-msgid "About Harddrake"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:76
-#, fuzzy
-msgid "Author:"
-msgstr "Aftas"
-
-#: ../../harddrake/ui.pm_.c:86
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Hardeskyfdeteksie."
-
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Sien hardeware inligting"
-
-#: ../../harddrake/ui.pm_.c:103
-#, fuzzy
-msgid "Information"
-msgstr "Vertoon inligting"
-
-#: ../../harddrake/ui.pm_.c:106
-#, fuzzy
-msgid "Configure module"
-msgstr "Stel muistoestel op"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:111
-#, fuzzy
-msgid "Detection in progress"
-msgstr "Op poort %s bespeur"
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:166
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "Drukkerdata word gelees..."
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-#, fuzzy
-msgid "secondary"
-msgstr "%d sekondes"
-
#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
#, fuzzy
msgid "Auto-detect"
msgstr "Gebruik outobespeuring"
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:185
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
#, fuzzy
msgid "Unknown|Generic"
msgstr "Generies"
@@ -2805,7 +2588,7 @@ msgstr ""
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:209
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
@@ -2813,34 +2596,34 @@ msgid ""
"here. Just select your tv card parameters if needed"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:212
+#: ../../harddrake/v4l.pm_.c:227
#, fuzzy
msgid "Card model:"
msgstr "Kaartgeheue (DMA)"
-#: ../../harddrake/v4l.pm_.c:213
+#: ../../harddrake/v4l.pm_.c:228
#, fuzzy
msgid "Tuner type:"
msgstr "Verander tipe"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:216
+#: ../../harddrake/v4l.pm_.c:231
#, fuzzy
msgid "PLL setting:"
msgstr "Formatering"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
msgstr ""
@@ -3874,10 +3657,10 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
@@ -3943,16 +3726,16 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr "Kan nie uitsaau sonder 'n NIS-domein nie"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Sit 'n FAT-geformatteerde skyf in aandrywer %s"
-#: ../../install_any.pm_.c:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
msgstr "Hierdie floppie is nie in FAT-formaat nie"
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -3960,12 +3743,12 @@ msgstr ""
"Om hierdie gestoorde pakketkeuse te gebruik, herlaai die installasie met "
"\"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../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:1031
+#: ../../install_any.pm_.c:1040
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"
@@ -3973,7 +3756,7 @@ msgstr ""
"'n Fout het voorgekom - geen geldige toestelle om die nuwe lęerstelsels op "
"te skep, is gevind nie. Deursoek asb. die hardeware vir die oorsaak."
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
@@ -3982,7 +3765,7 @@ msgstr ""
"Sekere hardeware op u rekenaar benodig geslote drywers.\n"
" U kan inligting hieroorvind by %s"
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3992,11 +3775,11 @@ msgstr ""
"Skep 'n partisie of kliek op 'n bestaande een.\n"
"Kies dan Hegpunt en stel dit dan '/'."
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr "U moet oor 'n ruilpartisie beskik"
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
@@ -4006,59 +3789,59 @@ msgstr ""
"\n"
"Wil u steeds voortgaan?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "U moet oor 'n FAT partisie wat as /boot/efi geheg is, beskik"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Gebruik beskikbare spasie"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partitions"
msgstr "Gebruik bestaande partisies"
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Daar is geen bestaande partisies om te gebruik nie"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Gebruik vir die Windows-partisie vir teruglus"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Watter partisie wil u vir Linux4Win gebruik?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Kies die groottes"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Basispartisiegrootte in MB:"
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Ruilpartisiegrootte in MB: "
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr "Gebruik die beskikbare spasie op die Windowspartisie"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
msgid "Which partition do you want to resize?"
msgstr "Watter partisie se grootte wil u verander?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
msgid "Resizing Windows partition"
msgstr "Windowslęerstelselgrense word bereken"
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4067,14 +3850,14 @@ msgstr ""
"Die FAT-verstellingsprogram kan nie u partisie hanteer nie.\n"
"Fout: %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
"installation."
msgstr "U Windows-partisie is te gefragmenteer. Loop eers 'defrag' asb."
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4096,21 +3879,21 @@ msgstr ""
"hierdie installasie. Rugstuen ook u data. Insien u skeer is van u saak, kies "
"OK."
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
msgid "Which size do you want to keep for Windows on"
msgstr "Watter grootte wil u vir Windows behou?"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr "partisie %s"
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-grootteverandering het gefaal: %s"
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4118,32 +3901,32 @@ msgstr ""
"Daar is geen FAT partisies om te verander of om as teruglus (nie genoeg "
"spasie nie) te gebruik nie"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
msgstr "Wis hele skyf"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr "Verwyder Windows(TM)"
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "U het meer as een hardeskyf, waar wil u Linux installeer?"
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Alle bestaande partisies en data sal uitgewis word op skyf %s"
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
msgid "Custom disk partitioning"
msgstr "Gespesialiseerde skyfpartisionering"
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr "Gebruik fdisk"
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4152,28 +3935,28 @@ msgstr ""
"U het nou partisie %s partisioneer.\n"
"Wanneer u klaar is, stoor u veranderinge met 'w'."
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
msgid "You don't have enough free space on your Windows partition"
msgstr "Die Windowspartisie beskik nie oor die nodige spasie nie."
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
msgid "I can't find any room for installing"
msgstr "Ek kon geen plek vir installasie vind nie."
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Die DrakX partisioneringsassistent het die volgende oplossings:"
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partisionering het misluk: %s"
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr "Netwerk op pad op"
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr "Netwerk op pad af"
@@ -4202,12 +3985,12 @@ msgstr ""
"Toets die CD op 'n werkende Linux installasie met \"rpm -qpl Mandrake/RPMS/*."
"rpm\"\n"
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr "Welkom by %s"
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr "Geen sagteskyaandrywer beskikbaar nie"
@@ -4217,7 +4000,7 @@ msgstr "Geen sagteskyaandrywer beskikbaar nie"
msgid "Entering step `%s'\n"
msgstr "Gaan stap '%s' binne\n"
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -4231,53 +4014,53 @@ msgstr ""
"'F1' druk wanneer u vanaf die CDROM herlaai en dan 'text' op die "
"instruksielyn intik."
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr "Installasieklas"
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
#, fuzzy
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:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr "Kies pakketgroepe"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr "Individuele pakketseleksie"
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Totale grootte: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr "Foutiewe pakket"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr "Naam: %s\n"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr "Weergawe: %s\n"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr "Groote: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr "Belangrikheid: %s\n"
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
@@ -4285,28 +4068,28 @@ msgstr ""
"beskikbaar is nie"
#
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
msgid "The following packages are going to be installed"
msgstr "Die volgende pakkette gaan installeer word"
#
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be removed"
msgstr "Dei volgende pakkette gaan verwyder word"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr "U kan nie hierdie pakket selekteer/deselekteer nie"
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
msgstr "Hierdie is 'n verpligte pakket. Dit kan nie uitgehaal word nie."
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds geďnstalleer"
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4314,76 +4097,76 @@ msgstr ""
"Hierdie pakket moet opgradeer word\n"
"Is u seker u wil dit deselekteer?"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr "U kan nie hierdie pakket deselekteer nie. Dit moet opgradeer word."
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
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:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr "Installasie"
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
msgid "Load/Save on floppy"
msgstr "Laai/Stoor op floppie"
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
msgid "Updating package selection"
msgstr "Pakketseleksie word opgedateer"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
msgid "Minimal install"
msgstr "Minimale installasie"
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
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:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr "Besig met installasie"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr "Skatting"
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr "Tyd oor "
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
msgid "Please wait, preparing installation..."
msgstr "Wag asb. installasie word voorberei"
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr "%d pakkette"
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
msgid "Installing package %s"
msgstr "Installeer pakket %s"
#
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "Aanvaar "
#
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
msgid "Refuse"
msgstr "Weier"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4398,17 +4181,17 @@ msgstr ""
"nie\n"
"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:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr "Gaan steeds voort?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
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:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr "Daar was 'n fout met die installasie van die pakkette:"
@@ -4578,112 +4361,112 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "Sleutelbord"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
#, fuzzy
msgid "Please choose your keyboard layout."
msgstr "Wat is u sleutelborduitleg?"
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
msgid "Here is the full list of keyboards available"
msgstr "Hierdie is die volledige lys van beskikbare sleutelborde"
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr "Watter installasieklas verlang u?"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Install/Update"
msgstr "Installeer/Opgradeer"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Is this an install or an update?"
msgstr "Is hierdie 'n installasie of opgradering?"
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr "Aanbevole"
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Kundige"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
#, fuzzy
msgid "Upgrade"
msgstr "Opgradeer"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
#, fuzzy
msgid "Upgrade packages only"
msgstr "Pakketseleksie word opgedateer"
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
#, fuzzy
msgid "Please choose the type of your mouse."
msgstr "Wat is u muistoestel?"
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr "Muispoort"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Aan watter seriaalpoort is u muis gekoppel?"
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr "Knoppie-emulasie"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr "Knop-2 Emulasie"
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr "Knop-3 emulasie"
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr "Stel PCMCIA op..."
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr "IDE word opgestel"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr "geen beskikbare partisies"
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr "Hegpunte vir partisies word nou gesoek"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr "Kies die hegpunte"
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -4692,69 +4475,69 @@ msgstr ""
"sal herlaaipartisie met DiskDrake moet skep indien u die stelsel wil "
"herlaai."
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr "Geen wortellęerstelsel gevind nie"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Basispartisie"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Wat is die basispartisie (/) van u stelsel?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "U moet herlaai om die partisietabelveranderinge te aktiveer"
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Kies die partisies om te formatteer"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Toets vir foutiewe areas?"
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr "Partisies word formateer"
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr "Lęer %s word geskep en formatteer"
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Nie genoeg ruilarea om die installasie te voltooi. Voeg asb. by."
-#: ../../install_steps_interactive.pm_.c:472
+#: ../../install_steps_interactive.pm_.c:479
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Soek vir beskikbare pakkette"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
msgstr "Soek vir beskikbare pakkette"
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../install_steps_interactive.pm_.c:483
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds geďnstalleer"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr "Soek vir pakkette om op te gradeer."
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -4762,7 +4545,7 @@ msgid ""
msgstr ""
"U stelsel het nie genoeg plek vir 'n installasie of opgradering nie (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -4770,55 +4553,55 @@ msgstr ""
"Kies asb. die laai of stoor pakketkeuse op die floppie.\n"
"Die formaat is dieselfde as outoinstallasie-genereerde floppies."
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Load from floppy"
msgstr "Laai vanaf floppie"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr "Stoor op floppie"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Loading from floppy"
msgstr "Oplaai vanaf floppie"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Package selection"
msgstr "Pakketkeuse"
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
msgid "Insert a floppy containing package selection"
msgstr "Sit 'n floppie met die pakketkeuse in aandrywer "
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
msgid "Selected size is larger than available space"
msgstr "Geselekteerde grootte is groter as beskikbare spasie."
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:649
#, fuzzy
msgid "Type of install"
msgstr "Kies pakket om te installeer"
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
#, fuzzy
msgid "With X"
msgstr "Wag"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4828,16 +4611,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:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CDROM getiteld \"%s\""
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr "Berei installasie voor"
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
@@ -4846,91 +4629,21 @@ msgstr ""
"Installeer nou pakket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
msgstr "Postinstallasiekonfigurasie"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, 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:827
+#: ../../install_steps_interactive.pm_.c:834
#, 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:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"U het nou die kans om enkripsieprogrammatuur af te laai.\n"
-"\n"
-"WAARSKUWING:\n"
-"\n"
-"A.g.v. die verskillende algemene vereistes wat van toepassing gemaak word "
-"deur\n"
-"wetgewing, moet die eindgebruiker van hierdie sagteware seker wees dat die\n"
-"wette in sy/haar land dit wel toelaat dat om hierdie agteware af te laai, "
-"aan te hou\n"
-"en te gebruik.\n"
-"Daarbenewens moet die gebruiker seker maak dat plaaslike wetgewing nie "
-"oortree\n"
-"word nie. Misbruik kan lei tot ernstige sanksies.\n"
-"\n"
-"In geen geval kan MandrakeSoft nog sy vervaardigers en verskaffers "
-"verantwoordelik\n"
-"gehou word vir spesiale, indirekte or toevallige skade berokken (insluitend, "
-"maar nie\n"
-"beperk tot, winsverlies, besigheidsonderbreking, dataverlies en enige "
-"voorspruitende laste\n"
-"soos moontlik bepaal deur die wetgewende hof) wat vooruitspruit uit die "
-"gebruik, besit\n"
-"of aflaai van hierdie programmatuur nie, na tekening wat hierdie ooreenkoms "
-"nie.\n"
-"\n"
-"\n"
-"Vir navrae vewant aan hierdie ooreenkoms, kontak asb.\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4942,159 +4655,159 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
#, 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:906
+#: ../../install_steps_interactive.pm_.c:881
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:915
+#: ../../install_steps_interactive.pm_.c:890
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:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr "Wat is u tydsone?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
msgid "Hardware clock set to GMT"
msgstr "Hardewareklok gestel vir GMT"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr "Outotydsinkronisasie met NTP"
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
msgid "NTP Server"
msgstr "NTP-bediener"
#
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
msgid "Remote CUPS server"
msgstr "Verwyder CUPS-bediener"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
msgid "No printer"
msgstr "Geen drukker"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Beskik u oor nog?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm_.c:986
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Opsomming"
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
msgid "Mouse"
msgstr "Muis"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
msgstr "Tydsone"
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2989
-#: ../../printerdrake.pm_.c:3078
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "Drukker"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
msgid "ISDN card"
msgstr "ISDN-kaart"
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
msgid "Sound card"
msgstr "Klankkaart"
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr "TV-kaaer"
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr "KDAP"
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1121
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Windows Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:1078
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
msgid "Local files"
msgstr "Plaaslike lęers"
-#: ../../install_steps_interactive.pm_.c:1087
-#: ../../install_steps_interactive.pm_.c:1088 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Kies 'root' se wagwoord"
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr "Geen wagwoord"
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1074
#, 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:1100 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "Magtiging"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1088
msgid "Authentication LDAP"
msgstr "LDAP-magtiging"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr "LDAP Basis-dn"
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1090
msgid "LDAP Server"
msgstr "LDAP-bediener"
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1096
msgid "Authentication NIS"
msgstr "NIS-magtiging"
-#: ../../install_steps_interactive.pm_.c:1117
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr "NIS-bediener"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -5110,21 +4823,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1106
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "LDAP-magtiging"
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1108
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domeinnaam"
-#: ../../install_steps_interactive.pm_.c:1129
+#: ../../install_steps_interactive.pm_.c:1109
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1164
+#: ../../install_steps_interactive.pm_.c:1144
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 "
@@ -5151,19 +4864,20 @@ msgstr ""
"Indien u 'n herlaaiskyf wil maak,\n"
"plaas 'n skyf in die aandrywer en druk \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1180
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr "Eerste sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "Tweede sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:1182 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "Mis hierdie stap"
-#: ../../install_steps_interactive.pm_.c:1187
+#: ../../install_steps_interactive.pm_.c:1167
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5187,7 +4901,7 @@ msgstr ""
"ernstige stelselfalings te herstel. Wil u 'n herlaaiskyf maak?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1193
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -5196,28 +4910,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "Jammer, geen sagteskyfaandrywer beskikbaar nie"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1185
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:1209
+#: ../../install_steps_interactive.pm_.c:1189
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Sit 'n skyf in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1212
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
msgstr "Herlaaiskyf word geskryf"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
msgstr "Herlaaistelsel word voorberei"
-#: ../../install_steps_interactive.pm_.c:1230
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5225,11 +4939,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr "Wil u aboot gebruik?"
-#: ../../install_steps_interactive.pm_.c:1239
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5237,15 +4951,15 @@ msgstr ""
"Die 'aboot' installasie het gefaal. Wil u 'n installasie afwurg al\n"
"word die eerste partisie vernietig?"
-#: ../../install_steps_interactive.pm_.c:1246
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Installing bootloader"
msgstr "Herlaaistelselinstallasie"
-#: ../../install_steps_interactive.pm_.c:1252
+#: ../../install_steps_interactive.pm_.c:1232
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:1260
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5256,17 +4970,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1294
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sit 'n leë floppie in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1298
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr "Outoinstallasieskyf word geskep."
-#: ../../install_steps_interactive.pm_.c:1309
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5276,7 +4990,7 @@ msgstr ""
"\n"
"Wil u werklik nou aborteer?"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm_.c:1300
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5308,15 +5022,15 @@ msgstr ""
"Inligting oor stelskonfigurasie is beskikbaar in die postinstallasie-\n"
"hoofstuk in die Offisiële Liux-Mandrake Gebruikersgids."
-#: ../../install_steps_interactive.pm_.c:1333
+#: ../../install_steps_interactive.pm_.c:1313
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1318
msgid "Generate auto install floppy"
msgstr "Skep outoinstallasieskyf"
-#: ../../install_steps_interactive.pm_.c:1340
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5325,25 +5039,25 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr "Outomaties"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Replay"
msgstr "Herspeel"
-#: ../../install_steps_interactive.pm_.c:1348
+#: ../../install_steps_interactive.pm_.c:1328
msgid "Save packages selection"
msgstr "Stoor pakketseleksie"
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux Installasie %s"
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5361,22 +5075,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Kies 'n lęer"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr "Gevorderd"
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:103
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr "<- Vorige"
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
#, fuzzy
msgid "Next"
msgstr "Teks"
@@ -5444,378 +5158,382 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "Tseggies (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "Duits"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "Spaans"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "Finnies"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "Frans"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "Norweegs"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "Pools"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "Russies"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "Sweeds"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
msgstr "VK sleutelbord"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
msgstr "VSA sleutelbord"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:167
msgid "Albanian"
msgstr "Albanies"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "Armenies (oud)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "Armenies (tikmasjien)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "Armenies (Foneties)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjani (latyns)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "Belgies"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bengali"
msgstr "Aktiveer"
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Armenies (Foneties)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Bulgaars"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "Brasiliaans (ABNT-2)"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:184
#, fuzzy
msgid "Bosnian"
msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
msgid "Belarusian"
msgstr "Belarussies"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "Switsers (Duitse uitleg)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "Switsers (Franse uitleg)"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "Tseggies (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr "Duits (geen dooie sleutels)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "Deens"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
msgstr "Dvorak (VSA)"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norweegs)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (VSA)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgies (Russiese uitleg)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgies (Latynse uitleg)"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "Grieks"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "Hongaars"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "Kroaties"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "Israelies"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "Israelies (Foneties)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
msgstr "Iranies"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "Yslandies"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "Italiaans"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr "Japanees 106 sleutels"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:217
msgid "Korean keyboard"
msgstr "Koreaanse sleutelbord"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "Latyns-Amerikaans"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:219
#, fuzzy
msgid "Laotian"
msgstr "Latvies"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "Lituanies AZERTY (oud)"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "Lituanies AZERTY (nuut)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituanies \"nommerry\" QWERTY"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanies \"foneties\" QWERTY"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:225
msgid "Latvian"
msgstr "Latvies"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr "Masedonies"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:229
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Serwies (Kirillies)"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "Nederlands"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "Pools (QWERTY uitleg)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "Pools (QWERTZ uitleg)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "Portugees"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "Kanadees (Quebec)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:239
msgid "Romanian (qwertz)"
msgstr "Romanies (QWERTZ)"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:240
msgid "Romanian (qwerty)"
msgstr "Romanies (QWERTY)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "Russue (Yawerty)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "Sloveens"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "Slovaaks (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "Slovaaks (QWERTY)"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:248
msgid "Serbian (cyrillic)"
msgstr "Serwies (Kirillies)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:250
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "Thai sleutelbord"
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
msgid "Tajik keyboard"
msgstr "Tajik sleutelbord"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "Turks (tradisionele \"F\" model)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "Turks (moderne \"Q\" modem)"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "Ukranies"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
msgstr "VSA internasionale sleutelbord"
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Viëtnamees \"nommerry\" QWERTY"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
msgid "Yugoslavian (latin)"
msgstr "Jugoslaavs (latynse uitleg)"
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr ""
@@ -5828,35 +5546,44 @@ msgstr "Sirkulęre heg %s\n"
msgid "Remove the logical volumes first\n"
msgstr "Verwyder eers die logiese volumes\n"
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm_.c:18
+#, fuzzy
+msgid "modinfo is not available"
+msgstr "Geen sagteskyaandrywer beskikbaar nie"
+
+#: ../../modules/parameters.pm_.c:50
#, fuzzy
msgid "a number"
msgstr "Telefoonnommer"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
#, fuzzy
msgid "comma separated strings"
msgstr "Formateer partisies"
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Muis"
@@ -5964,57 +5691,79 @@ msgid "No mouse"
msgstr "Geen muis"
#
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
msgid "Please test the mouse"
msgstr "Toets asb. die muis"
#
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
msgid "To activate the mouse,"
msgstr "Om die muis te aktiveer"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
msgstr "BEWEEG DIE WIEL!"
-#: ../../my_gtk.pm_.c:64
+#: ../../my_gtk.pm_.c:65
#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
msgid "Finish"
msgstr "Finnies"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "Volgende ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "Is dit korrek?"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "Maak boom oop"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "Maak boom toe"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr "Skakel tussen plat- en groepsortering"
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "gebruik pppoe"
+
+#: ../../network/adsl.pm_.c:24
+msgid "use pptp"
+msgstr "gebruik pptp"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
+msgstr "gebruik dhcp"
+
+#: ../../network/adsl.pm_.c:26
+#, fuzzy
+msgid "Alcatel speedtouch usb"
+msgstr "speedtouch USB"
+
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Konnekteer aan die internet"
-#: ../../network/adsl.pm_.c:24
+#: ../../network/adsl.pm_.c:30
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6024,22 +5773,13 @@ msgstr ""
"Daar is wel sekere konneksie wat pptp of DHCP gebruik.\n"
"Indien u nie weet nie, kies 'gebruik pppoe'."
-#: ../../network/adsl.pm_.c:26
-#, fuzzy
-msgid "Alcatel speedtouch usb"
-msgstr "speedtouch USB"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
-msgstr "gebruik dhcp"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "gebruik pppoe"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pptp"
-msgstr "gebruik pptp"
+#: ../../network/adsl.pm_.c:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
#: ../../network/drakfirewall.pm_.c:12
#, fuzzy
@@ -6114,10 +5854,10 @@ msgstr "Toets poorte"
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr ""
"Watter DCHP-kliënt wil u gebruik?\n"
-"Verstek is dhcpcd"
+"Verstek is dhcp-client"
#: ../../network/ethernet.pm_.c:88
msgid ""
@@ -6127,7 +5867,7 @@ msgstr ""
"Geen ethernetkaart is op die stelsel gevind nie.\n"
"Ek kan nie hierdie konneksietipe opstel nie."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:238
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
msgid "Choose the network interface"
msgstr "Kies die netwerkkoppelvlak"
@@ -6136,15 +5876,15 @@ msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Kies asb. die netwerkkoppelvlak wat u wil gebruik vir die internet."
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "geen netwerkkaart gevind nie"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "Stel netwerk op"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
msgid ""
"Please enter your host name if you know it.\n"
"Some DHCP servers require the hostname to work.\n"
@@ -6157,15 +5897,15 @@ msgstr ""
"bv. ``myne.mywerk.co.za''."
#
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Rekenaarnaam"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
msgid "Network Configuration Wizard"
msgstr "Netwerkkonfigurasie-assistent"
@@ -6202,13 +5942,13 @@ msgstr "Nuwe konfigurasie (Ligte ISDN/isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "Ou konfigurasie (isdn4net)"
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "ISDN Konfigurasie"
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
@@ -6216,20 +5956,20 @@ msgstr ""
"Kies u internetdiensvoorsiener.\n"
"Indien nie in die lys nie kies Ongelys"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol"
msgstr "Europese protokol"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol (EDSS1)"
msgstr "Europese protokol (EDSS1)"
#
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid "Protocol for the rest of the world"
msgstr "Protokol vir die res van die węreld"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
@@ -6237,32 +5977,32 @@ msgstr ""
"Protokol vir die res vd węreld \n"
" geen D-Kanaal nie (bruikhuurlyne)"
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
msgid "Which protocol do you want to use?"
msgstr "Watter protokol verlang u?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
msgid "What kind of card do you have?"
msgstr "Oor watter tipe kaart beskik u?"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
msgstr "Ek weet nie"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6276,19 +6016,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:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
msgstr "Aborteer"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Continue"
msgstr "Gaan voort"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
msgid "Which is your ISDN card?"
msgstr "Wat is u ISDN-kaart?"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6296,58 +6036,85 @@ 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:252
+#: ../../network/isdn.pm_.c:248
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Geen ISDN PCI-kaart gevind nie. Kies asb. een op die volgende skerm."
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "Opbelopsies"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr "Konneksienaam"
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
msgid "Phone number"
msgstr "Telefoonnommer"
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "Aantekenkode"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "Skriptipe"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "Terminaaltipe"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Domeinnaam"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
msgid "First DNS Server (optional)"
msgstr "Eerste DNS-bediener (opsioneel)"
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
msgid "Second DNS Server (optional)"
msgstr "Tweede DNS-bediener (opsioneel)"
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "CUPS word gelaai"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "Installasie"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "Tabel"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -6384,25 +6151,25 @@ msgstr "U is nie tans aan die internet gekonnekteer nie."
msgid "Connect"
msgstr "Konnekteer"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
msgid "Disconnect"
msgstr "Diskonnekteer"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Configure the connection"
msgstr "Stel netwerk op"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
msgid "Internet connection & configuration"
msgstr "Internetkonneksie en konfigurasie"
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Ons gaan nou die %s konneksie herkonfigureer."
-#: ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:103
#, c-format
msgid ""
"\n"
@@ -6421,12 +6188,12 @@ msgstr ""
"\n"
"Drk OK om voort te gaan."
-#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6437,7 +6204,7 @@ msgstr ""
"Kliek op OK om hierdee konfigurasie te behou, of op Kanselleer om u Internet "
"& Netwerkkonneksie te herkonfigureer.\n"
-#: ../../network/netconnect.pm_.c:160
+#: ../../network/netconnect.pm_.c:157
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6449,72 +6216,77 @@ msgstr ""
"Ons gaan nou u internet/netwerkkonneksie konfigureer.\n"
"Iniden u nie outobespeuring verlang nie, deselekteer die opsie.\n"
-#: ../../network/netconnect.pm_.c:166
+#: ../../network/netconnect.pm_.c:163
msgid "Choose the profile to configure"
msgstr "Kies die profiel om te konfigureer"
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr "Gebruik outobespeuring"
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3203
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
msgid "Expert Mode"
msgstr "Kundige bedryfsvlak"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr "Toestel word afgetas..."
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
msgid "Normal modem connection"
msgstr "Normale modemkonneksie"
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, c-format
msgid "detected on port %s"
msgstr "Op poort %s bespeur"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "Normale modemkonneksie"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "%s bespeur"
+
+#: ../../network/netconnect.pm_.c:216
msgid "ISDN connection"
msgstr "ISDN konneksie"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr "%s bespeur"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
msgid "ADSL connection"
msgstr "ADSL konneksie"
-#: ../../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:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "Cable connection"
msgstr "Kabelkonneksie"
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "cable connection detected"
msgstr "Kabelkonneksie bespeur"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "LAN connection"
msgstr "LAN konneksie"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr "ethernet kaart(e) bespeur"
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
msgid "Choose the connection you want to configure"
msgstr "Kies die konneksie wat u wil konfigureer"
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -6524,23 +6296,23 @@ msgstr ""
"Kies die een wat u verlang.\n"
"\n"
-#: ../../network/netconnect.pm_.c:226
+#: ../../network/netconnect.pm_.c:247
msgid "Internet connection"
msgstr "Internetkonneksie"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
msgid "Do you want to start the connection at boot?"
msgstr "Wil u die konneksie met herlaaityd aanskakel?"
-#: ../../network/netconnect.pm_.c:246
+#: ../../network/netconnect.pm_.c:267
msgid "Network configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6551,7 +6323,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -6561,7 +6333,7 @@ msgstr ""
"\n"
"Die kongiurasie gaan op u stelsel toegepas word.\n"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -6569,14 +6341,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:266
+#: ../../network/netconnect.pm_.c:287
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:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6588,7 +6360,7 @@ msgstr ""
"U kan die toestel net so aanvaar.\n"
"Veranderinge aan onderstaande velde sal hierdie konfigurasie oorskryf."
-#: ../../network/network.pm_.c:296
+#: ../../network/network.pm_.c:283
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6598,46 +6370,58 @@ msgstr ""
"Elke item moet as 'n IP-adres in dotdesimalenotasie\n"
"(1.2.3.4) gegee word."
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr "Konfigureer netwerktoestel %s"
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, c-format
msgid " (driver %s)"
msgstr "(drywer %s)"
#
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "IP adres"
#
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
-#: ../../standalone/drakgw_.c:295
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
msgstr "Netmasker"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
msgstr "Outomatiese IP"
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
#, fuzzy
msgid "Start at boot"
msgstr "Gelaai tydens herlaaityd"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
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:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6649,59 +6433,59 @@ msgstr ""
"bv. ``myne.mywerk.co.za''.\n"
"U mag ook die netwerkhek byvoeg indien daar een is"
-#: ../../network/network.pm_.c:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "DNS bediener"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Netwerkportaaltoestel"
-#: ../../network/network.pm_.c:376
+#: ../../network/network.pm_.c:363
#, 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
+#: ../../network/network.pm_.c:367
#, 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
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Instaanbedienerkonfigurasie"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP instaanbediener"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP instaanbediener"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
msgstr "Volg netwerkkart ID. (nuttig vir skootrekenaars)"
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Instaanbediener moet begin met http://"
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#: ../../network/network.pm_.c:388
#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
msgstr "Instaanbediener moet begin met http://"
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:26
msgid "Firewalling configuration detected!"
msgstr "Vuurmuurkonfigurasie gevind!"
-#: ../../network/shorewall.pm_.c:26
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -6709,27 +6493,27 @@ msgstr ""
"Waarskuwing! 'n Bestaande vuurmuurkonfigurasie is bespeur. U sal dalk na "
"dietyd self regstellings moet aanbring."
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
msgid "Internet configuration"
msgstr "Internetkonfigurasie"
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
msgid "Do you want to try to connect to the Internet now?"
msgstr "Wil u nou aan die internet konnekteer?"
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
msgid "Testing your connection..."
msgstr "Konneksie word getoets..."
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
msgid "The system is now connected to Internet."
msgstr "Die stelsel is nou aan die internet gekonnekteer."
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr "Vir sekuriteitsredes, word u nou gediskonnekteer."
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -6738,92 +6522,92 @@ msgstr ""
"Probeer om u stelsel te herkonfigureer."
#
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
msgid "Connection Configuration"
msgstr "Konneksiekonfigurasie"
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr "Vul asb. die velde hieronder in"
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
msgstr "Kaart IRQ"
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "Kaartgeheue (DMA)"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "Kaart I/O"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "Kaart IO_0"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "Kaart IO_1"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr "U persoonlike telefoonnommer"
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr "Voorsienernaam (bv voorsiener.co.za)"
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
msgid "Provider phone number"
msgstr "Voorsiener se telefoonnommer"
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
msgid "Provider dns 1 (optional)"
msgstr "Voorsiener DNS 1 (opsioneel)"
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
msgid "Provider dns 2 (optional)"
msgstr "Voorsiener DNS 2 (opsioneel)"
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
msgid "Choose your country"
msgstr "Kies u land"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
msgid "Dialing mode"
msgstr "Belmetode"
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
msgid "Connection speed"
msgstr "Konneksiespoed"
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
msgid "Connection timeout (in sec)"
msgstr "Konneksie tydlimiet (in sekondes)"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
msgid "Account Login (user name)"
msgstr "Gebruikerskode"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
msgid "Account Password"
msgstr "Wagwoord"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "heg het gefaal"
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
msgstr "Ekstensiepartisie word nie op hierdie platform ondersteun nie"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -6842,12 +6626,12 @@ msgstr "Herstel van léer %s het gefaal: %s"
msgid "Bad backup file"
msgstr "Korrupte rugsteunlęer"
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr "Fout in die skryf van %s"
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6878,191 +6662,192 @@ msgstr "oulik"
msgid "maybe"
msgstr "moontlik"
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Generiese Unixdrukstelsel (Common Unix Printing System) "
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Druk sonder drukkertou"
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - Nuwe generasie LPR"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
+msgstr "PDQ"
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Lyndrukkerdiensprogram"
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Druk sonder drukkertou"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
+msgstr "LPD"
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1181
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - Nuwe generasie LPR"
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:36
-msgid "LPD"
-msgstr "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Generiese Unixdrukstelsel (Common Unix Printing System) "
-#: ../../printer.pm_.c:37
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+#, fuzzy
+msgid "Unknown Model"
+msgstr "Onbekende model"
-#: ../../printer.pm_.c:49
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "Plaaslike drukker"
#
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
msgid "Remote printer"
msgstr "Eksterne drukker"
#
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
msgid "Printer on remote CUPS server"
msgstr "Eksterne CUPS-drukker"
#
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
msgid "Printer on remote lpd server"
msgstr "Eksterne LPD-drukker"
#
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
#, fuzzy
msgid "Network printer (TCP/Socket)"
msgstr "Netwerkdrukker (sok)"
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
msgid "Printer on NetWare server"
msgstr "Eksterne Netware-drukker"
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
msgid "Enter a printer device URI"
msgstr "Tik drukkertoestel URI in"
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
msgstr "Pyk drukstuk na program"
-#: ../../printer.pm_.c:346 ../../printer.pm_.c:388 ../../printer.pm_.c:570
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Onbekende model"
-
-#: ../../printer.pm_.c:791 ../../printer.pm_.c:982 ../../printer.pm_.c:1374
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3471
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr "Onbekende model"
-#: ../../printer.pm_.c:819
+#: ../../printer/main.pm_.c:317
#, fuzzy
msgid "Local Printers"
msgstr "Plaaslike drukker"
#
-#: ../../printer.pm_.c:821 ../../printer.pm_.c:1182
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
#, fuzzy
msgid "Remote Printers"
msgstr "Eksterne drukker"
-#: ../../printer.pm_.c:828 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:831 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:836
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:839
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:841
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:843
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:846
+#: ../../printer/main.pm_.c:344
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Fout in die skryf van %s"
-#: ../../printer.pm_.c:848
+#: ../../printer/main.pm_.c:346
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:850
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:854
+#: ../../printer/main.pm_.c:352
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:858
+#: ../../printer/main.pm_.c:356
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:860
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:979 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:1151
+#: ../../printer/main.pm_.c:647
#, c-format
msgid "(on %s)"
msgstr "(op %s)"
-#: ../../printer.pm_.c:1153
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr "(op hierdie rekenaar)"
-#: ../../printer.pm_.c:1178
+#: ../../printer/main.pm_.c:674
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "CUPS-bediener IP:"
-#: ../../printer.pm_.c:1184 ../../printerdrake.pm_.c:3123
-#: ../../printerdrake.pm_.c:3134 ../../printerdrake.pm_.c:3360
-#: ../../printerdrake.pm_.c:3412 ../../printerdrake.pm_.c:3438
-#: ../../printerdrake.pm_.c:3613 ../../printerdrake.pm_.c:3615
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr " (Verstek)"
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr "Kies drukkerkonneksie"
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr "Hoe is die drukker gekonekteer?"
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
#, fuzzy
msgid ""
"\n"
@@ -7074,22 +6859,22 @@ msgstr ""
"op te stel nie; drukkers wod outomaties bespeur.\n"
"Indien u twyfel, kies \"Eksterne CUPS-drukker\"."
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3187
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
#, fuzzy
msgid "CUPS configuration"
msgstr "Konfigurasie"
#
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3188
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
#, fuzzy
msgid "Specify CUPS server"
msgstr "Verwyder CUPS-bediener"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
"do not have to configure anything; the CUPS servers inform your machine "
@@ -7100,7 +6885,7 @@ msgid ""
"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
"\n"
"Normally, CUPS is automatically configured according to your network "
@@ -7110,57 +6895,57 @@ msgid ""
"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
msgid "The IP address should look like 192.168.1.20"
msgstr "IP-adres moet iets soos 192.168.1.20. lyk"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
msgid "The port number should be an integer!"
msgstr "Die poortnommer moet heeltal wees."
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
msgid "CUPS server IP"
msgstr "CUPS-bediener IP:"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
msgid "Port"
msgstr "Poort"
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
msgid "Automatic CUPS configuration"
msgstr "Outomatiese CUPS konfigurasie"
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2792
-#: ../../printerdrake.pm_.c:2797 ../../printerdrake.pm_.c:2831
-#: ../../printerdrake.pm_.c:2836 ../../printerdrake.pm_.c:2873
-#: ../../printerdrake.pm_.c:2926 ../../printerdrake.pm_.c:2946
-#: ../../printerdrake.pm_.c:2960 ../../printerdrake.pm_.c:2994
-#: ../../printerdrake.pm_.c:3040 ../../printerdrake.pm_.c:3058
-#: ../../printerdrake.pm_.c:3147 ../../printerdrake.pm_.c:3226
-#: ../../printerdrake.pm_.c:3528 ../../printerdrake.pm_.c:3583
-#: ../../printerdrake.pm_.c:3636 ../../standalone/printerdrake_.c:57
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Drukker"
-
#
-#: ../../printerdrake.pm_.c:178
+#: ../../printer/printerdrake.pm_.c:159
#, fuzzy
msgid "Checking your system..."
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Drukker"
+
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
#
-#: ../../printerdrake.pm_.c:198
+#: ../../printer/printerdrake.pm_.c:179
#, fuzzy
msgid ""
"The following printers\n"
@@ -7168,98 +6953,98 @@ msgid ""
msgstr "Dei volgende pakkette gaan verwyder word"
#
-#: ../../printerdrake.pm_.c:199
+#: ../../printer/printerdrake.pm_.c:180
#, fuzzy
msgid ""
"The following printer\n"
"\n"
msgstr "Dei volgende pakkette gaan verwyder word"
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
msgstr ""
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
msgstr ""
-#: ../../printerdrake.pm_.c:210
+#: ../../printer/printerdrake.pm_.c:189
#, fuzzy
msgid "directly connected to your system"
msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:221
+#: ../../printer/printerdrake.pm_.c:200
#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:236
+#: ../../printer/printerdrake.pm_.c:215
#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr ""
"Wil u hierdie drukker (\"%s\")\n"
"die verstek drukker maak?"
-#: ../../printerdrake.pm_.c:238
+#: ../../printer/printerdrake.pm_.c:217
#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Wil u die konneksie met herlaaityd aanskakel?"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3169
-#: ../../printerdrake.pm_.c:3299
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
#, fuzzy
msgid "Add a new printer"
msgstr "Voeg drukker by"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7272,7 +7057,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7294,7 +7079,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7309,7 +7094,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7330,20 +7115,20 @@ msgid ""
msgstr ""
#
-#: ../../printerdrake.pm_.c:328
+#: ../../printer/printerdrake.pm_.c:307
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Eksterne drukker"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7357,56 +7142,56 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Printer auto-detection"
msgstr "Gebruik outobespeuring"
-#: ../../printerdrake.pm_.c:421
+#: ../../printer/printerdrake.pm_.c:385
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:387
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, fuzzy, c-format
msgid "Detected %s"
msgstr "%s bespeur"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
#
-#: ../../printerdrake.pm_.c:437
+#: ../../printer/printerdrake.pm_.c:399
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Netwerkdrukker (sok)"
-#: ../../printerdrake.pm_.c:439
+#: ../../printer/printerdrake.pm_.c:401
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
#, fuzzy
msgid "Local Printer"
msgstr "Plaaslike drukker"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
@@ -7414,34 +7199,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "Tik drukkertoestel URI in"
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
#, fuzzy
msgid "No printer found!"
msgstr "Plaaslike drukker"
-#: ../../printerdrake.pm_.c:601
+#: ../../printer/printerdrake.pm_.c:548
#, fuzzy
msgid "Available printers"
msgstr "Plaaslike drukker"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7449,7 +7234,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
@@ -7457,38 +7242,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Tik drukkertoestel URI in"
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
#, fuzzy
msgid "Manual configuration"
msgstr "Kleurkonfigurasie"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr "Eksterne lpd drukkeropsies"
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7498,48 +7283,48 @@ msgstr ""
"van die drukkkerbediener en die naam van die drukkertou\n"
"voorsien word."
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
msgid "Remote host name"
msgstr "Eksterne bedienernaam"
#
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
msgid "Remote printer name"
msgstr "Eksterne drukkernaam"
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
msgid "Remote host name missing!"
msgstr "Eksterne bedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
msgid "Remote printer name missing!"
msgstr "Eksterne drukkernam ontbreek!"
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "%s bespeur"
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Scanning network..."
msgstr "Konneksie word begin..."
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) drukkeropsies"
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7552,46 +7337,46 @@ msgstr ""
"nie); moontlik die IP adres van die drukkerbediener; die drukkernaam; \n"
"toepaslike gebruikerskode en wagwoord; werkgroepnaam."
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr "SMB-bedienernaam"
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr "SMB-bediener IP:"
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr "Drukkernaam:"
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "Werkgroep:"
-#: ../../printerdrake.pm_.c:868
+#: ../../printer/printerdrake.pm_.c:806
#, fuzzy
msgid "Auto-detected"
msgstr "Gebruik outobespeuring"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
msgstr "Óf die bedienernaam óf die bediener-IP moet verskaf word!"
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
msgstr "SAMBA-deelnaam ontbreek!"
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7615,7 +7400,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7624,7 +7409,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7632,11 +7417,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr "NetWare drukkeropsies"
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7649,44 +7434,44 @@ msgstr ""
"rekenaarnaam nie); moontlik die IP adres van die drukkerbediener;\n"
"die drukkernaam; toepaslike gebruikerskode en wagwoord."
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr "Drukkerbediener"
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr "Drukkertounaam"
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr "NCP-bedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr "NCP-tounaam ontbreek!"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Sokdrukkeropsies"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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 ""
-#: ../../printerdrake.pm_.c:1100
+#: ../../printer/printerdrake.pm_.c:1033
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7700,21 +7485,21 @@ msgstr ""
"maar dit mag anders wees met ander bedieners. Raadpleeg die handleiding\n"
"wat saam met die hardeware gekom het."
-#: ../../printerdrake.pm_.c:1105
+#: ../../printer/printerdrake.pm_.c:1037
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Drukkerbedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:1127
+#: ../../printer/printerdrake.pm_.c:1059
#, fuzzy
msgid "Printer host name or IP"
msgstr "Drukkerbedienernaam"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
msgid "Printer Device URI"
msgstr "Drukkertoestel URI"
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -7724,11 +7509,11 @@ msgstr ""
"CUPS- of Foomatic-formaat wees. Nie alle UTI-tipes moet deur al die "
"spoelprogramme ondersteun nie."
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr "'n Geldige URI moet verskaf word!"
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
#, fuzzy
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -7738,31 +7523,35 @@ msgstr ""
"Die Beskrywing- en Liggingvelde is opsioneel.\n"
"Hulle dien as inligting vir gebruikers."
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr "Drukkernaam"
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "Beskrywing"
+
+#: ../../printer/printerdrake.pm_.c:1466
msgid "Location"
msgstr "Ligging"
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
#, fuzzy
msgid "Reading printer database..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
#, fuzzy
msgid "Preparing printer database..."
msgstr "Drukkerdata word gelees..."
#
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
#, fuzzy
msgid "Your printer model"
msgstr "Eksterne drukkernaam"
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7777,27 +7566,27 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
#, fuzzy
msgid "The model is correct"
msgstr "Is dit korrek?"
#
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
#, fuzzy
msgid "Select model manually"
msgstr "Eksterne drukkernaam"
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
msgid "Printer model selection"
msgstr "Drukkermodelkeuse"
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
msgid "Which printer model do you have?"
msgstr "Oor watter tipe drukker beskik u?"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -7806,18 +7595,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Verander drukkerkonfigurasie"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7827,12 +7616,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Internetkonfigurasie"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7840,7 +7629,7 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1858
+#: ../../printer/printerdrake.pm_.c:1746
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."
@@ -7852,11 +7641,11 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -7879,7 +7668,7 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
msgid ""
"Printer default settings\n"
"\n"
@@ -7889,22 +7678,22 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opsie %s moet 'n heeltal wees!"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
msgstr "Opsie %s moet 'n nommer wees"
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
msgstr "Opsie %s is buite bereik!"
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -7913,11 +7702,11 @@ msgstr ""
"Wil u hierdie drukker (\"%s\")\n"
"die verstek drukker maak?"
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
msgid "Test pages"
msgstr "Toetsbladsye"
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on "
@@ -7925,40 +7714,40 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
msgid "No test pages"
msgstr "Geen toetsbladsye"
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
msgid "Print"
msgstr "Druk"
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
msgid "Standard test page"
msgstr "Standaard toetsbladsy"
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
msgstr "Alternatiewe toetsbladsy (Lettergrootte)"
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
msgid "Alternative test page (A4)"
msgstr "Alternatiewe toetsbladsy (A4)"
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
msgid "Photo test page"
msgstr "Fototoetsbladsy"
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
#, fuzzy
msgid "Do not print any test page"
msgstr "Druk toetsbladsy(e)"
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
msgstr "Toetsbladsy(e) word gedruk..."
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7973,7 +7762,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -7981,16 +7770,16 @@ msgstr ""
"Toetsbladsy(e) is na die drukker gestuur.\n"
"Dit mag 'n tydjie neem voordat drukwerk begin.\n"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr "Het dit reg gewerk?"
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3473
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
#, fuzzy
msgid "Raw printer"
msgstr "Geen drukker"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7999,15 +7788,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -8016,7 +7805,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8024,41 +7813,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8068,7 +7857,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -8077,41 +7866,41 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2388
+#: ../../printer/printerdrake.pm_.c:2271
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2274
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3457 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
msgid "Close"
msgstr "Sluit af"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
#, fuzzy
msgid "Print option list"
msgstr "Drukkeropsies"
-#: ../../printerdrake.pm_.c:2418
+#: ../../printer/printerdrake.pm_.c:2301
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8125,7 +7914,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -8138,17 +7927,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2927
-#: ../../printerdrake.pm_.c:3227
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
msgid "Reading printer data..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
msgid "Transfer printer configuration"
msgstr "Dra drukkerkonfigurasie oor"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8158,51 +7947,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD en LPRng ondersteun nie IPP-drukkers nie.\n"
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
msgstr "Moet nie drukkers oordra nie"
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
msgstr "Oordrag"
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8210,61 +7999,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
msgid "New printer name"
msgstr "Nuwe drukkernaam"
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
msgstr "%s word oorgedra..."
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
#, fuzzy
msgid "Refreshing printer data..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Konfigureer drukker"
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
#, fuzzy
msgid "Starting network..."
msgstr "Konneksie word begin..."
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
#, fuzzy
msgid "Configure the network now"
msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitor is nie opgestel nie"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 "
@@ -8272,12 +8061,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8287,7 +8076,7 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
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 "
@@ -8295,27 +8084,27 @@ msgid ""
msgstr ""
#
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
#, fuzzy
msgid "Restarting printing system..."
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
#, fuzzy
msgid "high"
msgstr "Hoog"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
#, fuzzy
msgid "paranoid"
msgstr "Paranoďes"
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8331,12 +8120,12 @@ msgid ""
msgstr ""
#
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8350,63 +8139,63 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2793
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2874
-#: ../../printerdrake.pm_.c:2995
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
msgstr "Installeerde sagteware word deursoek..."
-#: ../../printerdrake.pm_.c:2798
-msgid "Removing LPRng..."
-msgstr "LPRng word verwyder..."
-
-#: ../../printerdrake.pm_.c:2837
-msgid "Removing LPD..."
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
msgstr "LPD word verwyder..."
-#: ../../printerdrake.pm_.c:2910
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Installeer pakket %s"
+
+#: ../../printer/printerdrake.pm_.c:2685
msgid "Select Printer Spooler"
msgstr "Kies drukkerspoelprogram"
#
-#: ../../printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2686
msgid "Which printing system (spooler) do you want to use?"
msgstr "Watter drukkerstelsel (spoelprogram) verlang u?"
-#: ../../printerdrake.pm_.c:2947
+#: ../../printer/printerdrake.pm_.c:2720
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigureer drukker"
-#: ../../printerdrake.pm_.c:2961
+#: ../../printer/printerdrake.pm_.c:2731
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Installeer pakket %s"
-#: ../../printerdrake.pm_.c:3031 ../../printerdrake.pm_.c:3072
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr "Drukkeropsies"
-#: ../../printerdrake.pm_.c:3041
+#: ../../printer/printerdrake.pm_.c:2810
#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:3059 ../../printerdrake.pm_.c:3637
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
#, fuzzy
msgid "Configuring applications..."
msgstr "Konfigureer drukker"
-#: ../../printerdrake.pm_.c:3079
+#: ../../printer/printerdrake.pm_.c:2845
msgid "Would you like to configure printing?"
msgstr "Wil u 'n drukwerk nou konfigureer?"
-#: ../../printerdrake.pm_.c:3091
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr "Drukkerstelsel:"
-#: ../../printerdrake.pm_.c:3151
+#: ../../printer/printerdrake.pm_.c:2915
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8417,7 +8206,7 @@ msgstr ""
"Hier is die bestaande drukkertoue.\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../printerdrake.pm_.c:3152
+#: ../../printer/printerdrake.pm_.c:2916
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8427,30 +8216,30 @@ msgstr ""
"Hier is die bestaande drukkertoue.\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../printerdrake.pm_.c:3179
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:2960
#, fuzzy
msgid "Change the printing system"
msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:3202 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
msgid "Normal Mode"
msgstr "Normale modus"
-#: ../../printerdrake.pm_.c:3367 ../../printerdrake.pm_.c:3417
-#: ../../printerdrake.pm_.c:3630
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Wil u die konfigurasie toets?"
-#: ../../printerdrake.pm_.c:3452
+#: ../../printer/printerdrake.pm_.c:3211
msgid "Modify printer configuration"
msgstr "Verander drukkerkonfigurasie"
-#: ../../printerdrake.pm_.c:3454
+#: ../../printer/printerdrake.pm_.c:3213
#, fuzzy, c-format
msgid ""
"Printer %s\n"
@@ -8459,187 +8248,113 @@ msgstr ""
"Drukker %s: %s %s\n"
"Wil u hierdie drukker verander?"
-#: ../../printerdrake.pm_.c:3458
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr "Gaan voort!"
-#: ../../printerdrake.pm_.c:3463 ../../printerdrake.pm_.c:3518
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
msgid "Printer connection type"
msgstr "Drukkerkonneksietipe"
-#: ../../printerdrake.pm_.c:3464 ../../printerdrake.pm_.c:3522
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
msgid "Printer name, description, location"
msgstr "Drukkernaam,. beskrywing, ligging"
-#: ../../printerdrake.pm_.c:3466 ../../printerdrake.pm_.c:3540
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr "Drukkervervaardiger, model, drywer"
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3541
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr "Drukkervervaardiger, model"
-#: ../../printerdrake.pm_.c:3476 ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
msgstr "Maak hierdie die verstekdrukker"
-#: ../../printerdrake.pm_.c:3478 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3479 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3480 ../../printerdrake.pm_.c:3574
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
msgid "Print test pages"
msgstr "Druk toetsbladsy(e)"
-#: ../../printerdrake.pm_.c:3481 ../../printerdrake.pm_.c:3576
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
#, fuzzy
msgid "Know how to use this printer"
msgstr "Wil u die konfigurasie toets?"
#
-#: ../../printerdrake.pm_.c:3483 ../../printerdrake.pm_.c:3578
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
msgid "Remove printer"
msgstr "Verwyder drukker"
-#: ../../printerdrake.pm_.c:3529
+#: ../../printer/printerdrake.pm_.c:3282
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3307
msgid "Default printer"
msgstr "Verstek drukker"
-#: ../../printerdrake.pm_.c:3555
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Drukker \"%s\" is nou die verstekdrukker"
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3568 ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3572
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3580
+#: ../../printer/printerdrake.pm_.c:3325
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Wil u die werklik die drukker verwyder?"
-#: ../../printerdrake.pm_.c:3584
+#: ../../printer/printerdrake.pm_.c:3329
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Drukkerdata word gelees..."
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Instaanbedienerkonfigurasie"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Welkom by die proksiekonfigurasienutsprogram.\n"
-"\n"
-"Hier kan u die HTTP en FTP-instaanbedieners\n"
-"opstel met of sonder aantekenkodes en wagwoorde\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "Poort"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Instaanbediener moet begin met http://"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Die poortgedeelte moet numeries wees"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Vul asb. die FTP-instaanbediener inligting in\n"
-"Los dit oop indien u nie FTP-instaanbediener verlang nie"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "Gebruikerskode"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "Herhaal wagwoord"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "Geen wagwoord"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Die wagwoorde stem nie ooreen nie. Probeer weer!"
-
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "Kan nie 'n partisie by geformatteerde RAID md%d byvoeg nie"
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr "Kan nie lęer %s skryf nie"
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
msgstr "mkraid het gefaal"
@@ -8653,7 +8368,7 @@ 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:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -8678,69 +8393,65 @@ msgid ""
"\t email)"
msgstr ""
-#: ../../security/main.pm_.c:65
+#: ../../security/main.pm_.c:66
#, fuzzy
msgid "Security Level:"
msgstr "Sekuriteitsvlak word gestel."
-#: ../../security/main.pm_.c:99
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr " (Verstek)"
+
+#: ../../security/main.pm_.c:113
#, fuzzy
msgid "Security Alerts:"
msgstr "Sekuriteitsvlak word gestel."
-#: ../../security/main.pm_.c:101
+#: ../../security/main.pm_.c:115
#, fuzzy
msgid "Security Administrator:"
msgstr "Eksterne lpd drukkeropsies"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "Network Options"
msgstr "Module opsies:"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "System Options"
msgstr "Module opsies:"
-#: ../../security/main.pm_.c:119 ../../security/main.pm_.c:148
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
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:137
-#, fuzzy, c-format
-msgid " (default: %s)"
-msgstr " (Verstek)"
-
-#: ../../security/main.pm_.c:161
-msgid "Periodic Checks 2"
-msgstr ""
-
-#: ../../security/main.pm_.c:162
+#: ../../security/main.pm_.c:177
msgid "Periodic Checks"
msgstr ""
-#: ../../security/main.pm_.c:176
+#: ../../security/main.pm_.c:191
#, fuzzy
msgid "Please wait, setting security level..."
msgstr "Sekuriteitsvlak word gestel."
-#: ../../security/main.pm_.c:182
+#: ../../security/main.pm_.c:197
#, fuzzy
msgid "Please wait, setting security options..."
msgstr "Wag asb. installasie word voorberei"
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Loop die ALSA (Gevorderde Linux Klankargitektuur) klankstelsel"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr "Anacron is skeduleerder vir periodiese instruksies."
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
@@ -8750,7 +8461,7 @@ msgstr ""
"Dit kan ook gebruik word om die rekenaar af te bring wanneer die battery "
"swak is."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
@@ -8758,7 +8469,7 @@ msgstr ""
"Loop instruksies deur 'at' geskeduleer op die tyd deur 'at' gespesifiseer. "
"Loop ook instruksiebondels wanneer die stelsellas laag genoeg is."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -8771,7 +8482,7 @@ msgstr ""
"by die standaard UNIX cron, insluitende beter sekuriteit en 'n kragtiger "
"konfigurasie."
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -8782,20 +8493,20 @@ msgstr ""
"Midnight Commander. Dit laat muisgebaseerde knip-en-plak aksies op die\n"
"konsole toe asook opspringkieskaarte."
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache is 'n WWW-bediener.\n"
"Dit kan HTML-lęers uitstuur en CGI's hanteer"
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -8811,13 +8522,13 @@ msgstr ""
"waarvoor\n"
"inetd verantwoordelik is."
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -8829,23 +8540,23 @@ msgstr ""
"dit\n"
"op meeste rekenaars ongesper laat."
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Outobespeuring en hardewarekonfigurasie met herlaaityd."
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
@@ -8853,13 +8564,13 @@ msgstr ""
"lpd is die drukkerdiensprogram en is nodig vir lpr om te funksioneer.\n"
"Dit is 'n diens wat drukstukke na drukkers toe reguleer."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
#, fuzzy
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
@@ -8868,7 +8579,7 @@ msgstr ""
"named (BIND) is die domeinnaamdiens (DNS) wat gebruik word om\n"
"rekenaarname na IP-adresse toe om te skakel."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -8876,7 +8587,7 @@ msgstr ""
"Heg en ontheg all netwerklęerstels (NFS), SMB (Lan Manger/Windows)\n"
"en NCP (Netware) hegpunte."
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -8884,7 +8595,7 @@ msgstr ""
"Aktiveer/Deaktiveer all netwerkkoppelvlakke wat opgestel is om by\n"
"herlaaityf te begin."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
@@ -8894,7 +8605,7 @@ msgstr ""
"Hierdie diens voorsien NFS-bedienerfunksionaliteit. Dit word via\n"
"die /etc/exports lęer opgestel."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -8902,17 +8613,17 @@ msgstr ""
"NFS is 'n populęre protokol vir lęerdeling oor TCP/IP netwerke.\n"
"Hierdie diens vorosien die NFS-lęersluitfunksionaliteit."
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
msgstr "Ondersteun die OKI-4W en aanpasbare WIN-drukkers"
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
@@ -8924,7 +8635,7 @@ msgstr ""
"gelaai word, behalwe as dit konfigureer is nie en dit is derhalwe\n"
"veilig om op rekenaars te hę wat dit nie nodig het nie."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -8935,7 +8646,7 @@ msgstr ""
"gebruik word. Portmap moet loop op rekenaars wat as bedieners vir hierdie\n"
"protokolle, en ander protokolle wat die RPC meganisme gebruik, dien."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
#, fuzzy
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
@@ -8944,7 +8655,7 @@ msgstr ""
"POstfix is 'n E-posoordragagent (MTA). Dit is die program wat E-pos\n"
"van een bediener na 'n ander oordra."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -8952,13 +8663,13 @@ msgstr ""
"Stoor en herstel die stelselentropiepoel vir hoë kwaliteit,\n"
"lukraaknommergenerasie."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
@@ -8968,7 +8679,7 @@ msgstr ""
"via die RIP protokol. Alhoewel RIP baie gebruik word in klein netwerke, is\n"
"meer komplekse protokolle nodig vir komplekse netwerke."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -8976,7 +8687,7 @@ msgstr ""
"Die 'rstat' protokol laat gebruikers op 'n netwerk toe om\n"
"werksverrigtinginligting oor enige rekenaar op die netwerk te onttrek."
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -8984,7 +8695,7 @@ msgstr ""
"Die 'rusers' protokol laat netwerkgebruikers toe om te bepaal wie\n"
"aangeteken is op ander samewerkende rekenaars."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
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)."
@@ -8993,11 +8704,11 @@ msgstr ""
"ingeteken is op 'n rkeneaar wat die 'rwho' diensprogram loop. (Amper soos "
"'finger')."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
msgstr "Laai die klankstelsel op u rekenaar"
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
@@ -9005,83 +8716,83 @@ msgstr ""
"Syslog is die fasiliteit wat baie diensprogramme gebruik om boodskappe\n"
"te log na 'n verskeidenheid loglęers. Dit is altyd goed om syslog te loop."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
msgstr "Laai die drywers vir u USB-toestelle"
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Laai die X-fontbediener (dis nodig vir XFree)."
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr "Kies watter dienste moet outomaties begin met herlaaityd."
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
#, fuzzy
msgid "Printing"
msgstr "Druk"
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
#, fuzzy
msgid "System"
msgstr "Stelselmode"
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
#, fuzzy
msgid "Remote Administration"
msgstr "Eksterne lpd drukkeropsies"
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
#, fuzzy
msgid "Database Server"
msgstr "Datbasis"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
msgid "Services"
msgstr "Dienste"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "running"
msgstr "aktief"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "stopped"
msgstr "onaktief"
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr ""
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
msgstr ""
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
msgid "On boot"
msgstr "met herlaai"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Start"
msgstr "Toestand"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Stop"
msgstr "Sektor"
@@ -9153,7 +8864,7 @@ msgid ""
"strategy, ..."
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Beheersentrum"
@@ -9309,194 +9020,569 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:49
+#: ../../standalone.pm_.c:21
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Sleutelbord"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
+
+#: ../../standalone.pm_.c:168
#, fuzzy
msgid "Installing packages..."
msgstr "Installeer pakket %s"
-#: ../../standalone/XFdrake_.c:148
+#: ../../standalone/XFdrake_.c:138
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
-#: ../../standalone/XFdrake_.c:152
+#: ../../standalone/XFdrake_.c:142
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
-#: ../../standalone/drakTermServ_.c:188
+#: ../../standalone/drakTermServ_.c:239
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
msgstr "Dra drukkerkonfigurasie oor"
-#: ../../standalone/drakTermServ_.c:203
+#: ../../standalone/drakTermServ_.c:253
#, fuzzy
msgid "Enable Server"
msgstr "Datbasis"
-#: ../../standalone/drakTermServ_.c:210
+#: ../../standalone/drakTermServ_.c:260
#, fuzzy
msgid "Disable Server"
msgstr "Datbasis"
-#: ../../standalone/drakTermServ_.c:218
+#: ../../standalone/drakTermServ_.c:268
#, fuzzy
msgid "Start Server"
msgstr "NIS-bediener"
-#: ../../standalone/drakTermServ_.c:225
+#: ../../standalone/drakTermServ_.c:275
#, fuzzy
msgid "Stop Server"
msgstr "NIS-bediener"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:239
+#: ../../standalone/drakTermServ_.c:294
#, fuzzy
msgid "Add/Del Users"
msgstr "Voeg gebruiker by"
-#: ../../standalone/drakTermServ_.c:241
+#: ../../standalone/drakTermServ_.c:299
#, fuzzy
msgid "Add/Del Clients"
msgstr "DHCP-Kliënt"
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:328
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
msgstr ""
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
msgstr ""
-#: ../../standalone/drakTermServ_.c:521
+#: ../../standalone/drakTermServ_.c:573
msgid "No kernel selected!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:535
+#: ../../standalone/drakTermServ_.c:587
#, fuzzy
msgid "No nic selected!"
msgstr "Nie gekonnekteer nieKabelkonneksie"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:552
+#: ../../standalone/drakTermServ_.c:604
#, fuzzy
msgid "<-- Delete"
msgstr "Uitwis"
-#: ../../standalone/drakTermServ_.c:559
+#: ../../standalone/drakTermServ_.c:611
#, fuzzy
msgid "Delete All NBIs"
msgstr "Selekteer lOer"
-#: ../../standalone/drakTermServ_.c:621
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
#, fuzzy
msgid "Add User -->"
msgstr "Voeg gebruiker by"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Tipe:"
+
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:773
+#, fuzzy
+msgid "Thin Client"
+msgstr "DHCP-Kliënt"
+
+#: ../../standalone/drakTermServ_.c:775
+#, fuzzy
+msgid "Allow Thin Clients"
+msgstr "DHCP-Kliënt"
+
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:742
+#: ../../standalone/drakTermServ_.c:821
#, fuzzy
-msgid "<-- Del Client"
+msgid "<-- Edit Client"
msgstr "DHCP-Kliënt"
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:837
+#, fuzzy
+msgid "Delete Client"
+msgstr "DHCP-Kliënt"
+
+#: ../../standalone/drakTermServ_.c:843
#, fuzzy
msgid "dhcpd Config..."
msgstr "Konfigurasie in aabou..."
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Netmasker"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Domeinnaam"
+
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr "NIS-bediener"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1001
#, fuzzy
msgid "dhcpd Server Configuration"
msgstr "Sluit konfigurasie af"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone/drakTermServ_.c:875
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1018
#, fuzzy
msgid "Write Config"
msgstr "herkonfigureer"
-#: ../../standalone/drakTermServ_.c:965
+#: ../../standalone/drakTermServ_.c:1120
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Sit 'n herlaaiskyf wat gebruik is, in aandrywer %s"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:974
+#: ../../standalone/drakTermServ_.c:1129
#, fuzzy
msgid "No floppy drive available!"
msgstr "Geen sagteskyaandrywer beskikbaar nie"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:40
msgid "Error!"
msgstr "Fout!"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
msgstr "Ek kan nie die nodige herlaaibeeld '%s' kry nie."
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
msgid "Auto Install Configurator"
msgstr "Outoinstallasiekonfigurasieprogram"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -9511,22 +9597,31 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "Herspeel"
+
+#: ../../standalone/drakautoinst_.c:66
msgid "Automatic Steps Configuration"
msgstr "Outomatiese Stappe Konfigurasie"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Outoinstallasieskyf word geskep."
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -9534,12 +9629,12 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:508
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr "Geluk!"
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -9547,46 +9642,46 @@ msgstr ""
"Die floppie is sukselvol geskep.\n"
"U kan nou weer 'n installasie uitspeel."
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
#, fuzzy
msgid "Auto Install"
msgstr "Installasie"
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
#, fuzzy
msgid "Add an item"
msgstr "Voeg 'n gebruiker by"
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
#, fuzzy
msgid "Remove the last item"
msgstr "Terugluslęer %s word geformateer"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:724
+#: ../../standalone/drakbackup_.c:691
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
msgstr ""
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9594,7 +9689,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9602,13 +9697,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
#, fuzzy
msgid "Total progess"
msgstr "Toetsbladsye"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9617,41 +9712,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:852
+#: ../../standalone/drakbackup_.c:819
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Geen wagwoord"
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:821
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Kan nie %s oopmaak nie: %s\n"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -9662,68 +9757,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
#, fuzzy
msgid "Backup User files..."
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
#, fuzzy
msgid "Backup Other files..."
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:1323
+#: ../../standalone/drakbackup_.c:1296
#, fuzzy
msgid "No changes to backup!"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
@@ -9731,936 +9826,936 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Fout met die les van lęer %s"
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
#, fuzzy
msgid "File Selection"
msgstr "Pakketkeuse"
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1604
+#: ../../standalone/drakbackup_.c:1575
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
#, 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:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
#, fuzzy
msgid "Remove Selected"
msgstr "Verwyder tou"
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Verwyder Windows(TM)"
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
#, fuzzy
msgid "Users"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:1777
+#: ../../standalone/drakbackup_.c:1740
#, fuzzy
msgid "Use network connection to backup"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1785
+#: ../../standalone/drakbackup_.c:1748
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Oordrag"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:1795
+#: ../../standalone/drakbackup_.c:1758
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
#, fuzzy
msgid "Please enter your login"
msgstr "Probeer asb. weer"
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
#, fuzzy
msgid "Please enter your password"
msgstr "Probeer asb. weer"
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
#, fuzzy
msgid "Remember this password"
msgstr "Geen wagwoord"
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
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:1925
+#: ../../standalone/drakbackup_.c:1887
#, fuzzy
msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Wat is u sleutelborduitleg?"
-#: ../../standalone/drakbackup_.c:1931
+#: ../../standalone/drakbackup_.c:1893
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1943
+#: ../../standalone/drakbackup_.c:1905
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1944
+#: ../../standalone/drakbackup_.c:1906
#, fuzzy
msgid " Erase Now "
msgstr "Oordrag"
-#: ../../standalone/drakbackup_.c:1950
+#: ../../standalone/drakbackup_.c:1912
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1956
+#: ../../standalone/drakbackup_.c:1918
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
#, fuzzy
msgid "No CD device defined!"
msgstr "Selekteer lOer"
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
#, fuzzy
msgid "Use tape to backup"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2059
+#: ../../standalone/drakbackup_.c:2021
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2065
+#: ../../standalone/drakbackup_.c:2027
#, 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:2071
+#: ../../standalone/drakbackup_.c:2033
#, 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:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2142
+#: ../../standalone/drakbackup_.c:2103
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
#, fuzzy
msgid "Use quota for backup files."
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
#, fuzzy
msgid "Network"
msgstr "Netwerkkoppelvlak"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2238
+#: ../../standalone/drakbackup_.c:2195
#, fuzzy
msgid "Tape"
msgstr "Tipe"
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
#, fuzzy
msgid "Use daemon"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2247
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:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
#, fuzzy
msgid "What"
msgstr "Wag"
#
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
#, fuzzy
msgid "Where"
msgstr "Wiel"
#
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
#, fuzzy
msgid "When"
msgstr "Wiel"
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
#, fuzzy
msgid "More Options"
msgstr "Module opsies:"
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2450
#, fuzzy
msgid "Backup system"
msgstr "Stel lęerstelsels op"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2604
+#: ../../standalone/drakbackup_.c:2555
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Muistoestel: %s\n"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2557
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2610
+#: ../../standalone/drakbackup_.c:2561
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Opsies"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../standalone/drakbackup_.c:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
#, fuzzy
msgid " Restore Configuration "
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup_.c:3019
#, fuzzy
msgid "Backup the system files before:"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
#, fuzzy
msgid "please choose the date to restore"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Korrupte rugsteunlęer"
#
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
#, fuzzy
msgid "FTP Connection"
msgstr "LAN konneksie"
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Secure Connection"
msgstr "Kies drukkerkonneksie"
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Herstel vanaf floppie"
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
#, fuzzy
msgid "Select another media to restore from"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
#, fuzzy
msgid "Other Media"
msgstr "Ander"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
#, fuzzy
msgid "Restore system"
msgstr "Installeer stelsel"
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
#, fuzzy
msgid "Restore Users"
msgstr "Herstel vanaf lęer"
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
#, fuzzy
msgid "Restore Other"
msgstr "Herstel vanaf lęer"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3396
+#: ../../standalone/drakbackup_.c:3344
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Verwyder tou"
-#: ../../standalone/drakbackup_.c:3413
+#: ../../standalone/drakbackup_.c:3361
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Herstel vanaf lęer"
-#: ../../standalone/drakbackup_.c:3479
+#: ../../standalone/drakbackup_.c:3427
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, fuzzy
msgid "Restore From CD"
msgstr "Herstel vanaf floppie"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, fuzzy
msgid "Restore From Tape"
msgstr "Reddingspartisietabel"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, fuzzy
msgid "Restore Via Network"
msgstr "Herstel vanaf lęer"
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3527
+#: ../../standalone/drakbackup_.c:3475
#, fuzzy
msgid "Host Name"
msgstr "Rekenaarnaam"
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3535
+#: ../../standalone/drakbackup_.c:3483
#, fuzzy
msgid "Password required"
msgstr "Wagwoord"
-#: ../../standalone/drakbackup_.c:3541
+#: ../../standalone/drakbackup_.c:3489
#, fuzzy
msgid "Username required"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:3544
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Hostname required"
msgstr "Bedienernaam:"
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3565
+#: ../../standalone/drakbackup_.c:3513
#, fuzzy
msgid "Restore Failed..."
msgstr "Herstel vanaf lęer"
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
#, fuzzy
msgid "Custom Restore"
msgstr "Aangepaste"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3867
+#: ../../standalone/drakbackup_.c:3813
#, fuzzy
msgid "Restore From Catalog"
msgstr "Reddingspartisietabel"
-#: ../../standalone/drakbackup_.c:3895
+#: ../../standalone/drakbackup_.c:3841
#, fuzzy
msgid "Restore Progress"
msgstr "Herstel vanaf lęer"
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
#, fuzzy
msgid "Previous"
msgstr "<- Vorige"
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
#, fuzzy
msgid "Save"
msgstr "Toestand"
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
#, fuzzy
msgid "Build Backup"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
#, fuzzy
msgid "Restore"
msgstr "Herstel vanaf lęer"
-#: ../../standalone/drakbackup_.c:4233
+#: ../../standalone/drakbackup_.c:4189
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
+#: ../../standalone/drakbackup_.c:4195
+msgid ""
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
#
-#: ../../standalone/drakbackup_.c:4257
+#: ../../standalone/drakbackup_.c:4209
#, 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:4280
-msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4232
#, fuzzy
msgid "Please select data to restore..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
#, fuzzy
msgid "Please select media for backup..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
#, fuzzy
msgid "Please select data to backup..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
#, fuzzy
msgid "Backup system files"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
#, fuzzy
msgid "Backup user files"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
#, fuzzy
msgid "Backup other files"
msgstr "Korrupte rugsteunlęer"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
#, fuzzy
msgid "Sending files..."
msgstr "Stoor in lęer"
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
#, fuzzy
msgid "View Backup Configuration."
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
#, fuzzy
msgid "Wizard Configuration"
msgstr "Konfigurasie"
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
#, fuzzy
msgid "Advanced Configuration"
msgstr "Sluit konfigurasie af"
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
#, fuzzy
msgid "Backup Now"
msgstr "Stel lęerstelsels op"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
msgid ""
"options description:\n"
"\n"
@@ -10692,7 +10787,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10701,7 +10796,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -10742,7 +10837,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4788
+#: ../../standalone/drakbackup_.c:4701
msgid ""
"restore description:\n"
" \n"
@@ -10770,34 +10865,18 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4832
+#: ../../standalone/drakbackup_.c:4732
msgid ""
"Description:\n"
"\n"
@@ -10826,7 +10905,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -10837,7 +10915,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -10848,7 +10926,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10861,162 +10939,98 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
msgstr "%s installasie het gefaal a.g.v. hierdie fout: "
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
msgstr ""
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsole hulpprogramme"
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
#, fuzzy
msgid "Mandrake Online"
msgstr "Beheersentrum"
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
#, fuzzy
msgid "Menudrake"
msgstr "verpligtend"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
#, fuzzy
msgid "Msec"
msgstr "Muis"
#
-#: ../../standalone/drakbug_.c:77
+#: ../../standalone/drakbug_.c:57
#, fuzzy
msgid "Remote Control"
msgstr "Eksterne drukker"
-#: ../../standalone/drakbug_.c:78
+#: ../../standalone/drakbug_.c:58
#, fuzzy
msgid "Software Manager"
msgstr "Drukkernaam:"
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
msgstr ""
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakbug_.c:81
+#: ../../standalone/drakbug_.c:61
#, fuzzy
msgid "Userdrake"
msgstr "Drukker"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
#, fuzzy
msgid "Configuration Wizards"
msgstr "Netwerkkonfigurasie-assistent"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:75
#, fuzzy
msgid "Application:"
msgstr "Magtiging"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
#, fuzzy
msgid "Package: "
msgstr "Pakketkeuse"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:100
+#: ../../standalone/drakbug_.c:78
#, fuzzy
msgid "Release: "
msgstr "Wag asb."
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -11028,304 +11042,307 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:134
+#: ../../standalone/drakbug_.c:112
#, fuzzy
msgid "Report"
msgstr "Poort"
-#: ../../standalone/drakbug_.c:171
+#: ../../standalone/drakbug_.c:148
#, fuzzy
msgid "Not installed"
msgstr "Verlaay installasie"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "Verlaay installasie"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:196
+#: ../../standalone/drakbug_.c:180
#, fuzzy
msgid "No browser available! Please install one"
msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Netwerkkonfigurasie (%d toestelle)"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
msgid "Profile: "
msgstr "Profiel:"
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr "Vee profiel uit..."
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr "Profiel om uit te vee..."
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr "Nuwe profiel..."
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
msgid "Hostname: "
msgstr "Bedienernaam:"
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
msgid "Internet access"
msgstr "Internettoegang"
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
msgid "Type:"
msgstr "Tipe:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "Portaal:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Interface:"
msgstr "Koppelvlak:"
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr "Status:"
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr ""
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
msgid "Configure Internet Access..."
msgstr "Konfigureer internettoegang..."
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
msgid "LAN configuration"
msgstr "LAN-konfigurasie"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Driver"
msgstr "Drywer"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Interface"
msgstr "Koppelvlak"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr "Protokol"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "State"
msgstr "Toestand"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
msgid "Configure Local Area Network..."
msgstr "Stel plaaslike netwerk op..."
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "Assistent..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr "Pas toe"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Connected"
msgstr "Gekonnekteer"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Not connected"
msgstr "Nie gekonnekteer nieKabelkonneksie"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr "Konnekteer..."
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr "Diskonnekteer..."
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
msgid "LAN Configuration"
msgstr "LAN konfigurasie"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr "Toestel %s: %s"
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr "Herlaaiprotokol"
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr "Gelaai tydens herlaaityd"
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr "DHCP-kliënt"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "activate now"
msgstr "Aktiveer nou dadelik"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "deactivate now"
msgstr "deaktiveer nou dadelik"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
msgid "Internet connection configuration"
msgstr "Internetkonneksiekonfigurasie"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
msgid "Internet Connection Configuration"
msgstr "Internetkonneksiekonfigurasie"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
msgid "Connection type: "
msgstr "Konneksietipe:"
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr "Parameters"
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Portaal"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr "Ethernetkaart"
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr "DHCP-Kliënt"
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr "gebruik: drakfloppy\n"
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Module name"
msgstr "Modulenaam"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Size"
msgstr "Grootte"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
msgid "drakfloppy"
msgstr "drakfloppy"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
msgid "boot disk creation"
msgstr "herlaaiskyfskepping"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "verstek"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr "DrakFloppy Fout: %s"
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
msgid "kernel version"
msgstr "bedryfstelselkernweergawe"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
msgid "General"
msgstr "Algemeen"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
msgid "Expert Area"
msgstr "Kundige area"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
msgstr "mkinitrd opsionele parameters"
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
msgid "Add a module"
msgstr "Voeg module by"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
msgid "force"
msgstr "forseer"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr "indien nodig"
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
msgid "omit scsi modules"
msgstr "laat SCSI-modules weg"
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr "laat RAID-modules weg"
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
msgid "Remove a module"
msgstr "Verwyder module"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr "Uitset"
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr "Bou die skyf"
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, 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:382
+#: ../../standalone/drakfloppy_.c:341
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11334,12 +11351,12 @@ msgstr ""
"Daar is geen medium for toestel %s nie.\n"
"Sit asb. een in."
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, c-format
msgid "Unable to fork: %s"
msgstr "Kon nie vurk nie: %s"
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11350,105 +11367,105 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
msgstr ""
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
#, fuzzy
msgid "no fonts found"
msgstr "%s is nie gevind nie"
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
#, fuzzy
msgid "done"
msgstr "Klaar"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr ""
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr ""
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr ""
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
#, fuzzy
msgid "Fonts copy"
msgstr "Formatteer floppie"
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
#, fuzzy
msgid "True Type fonts installation"
msgstr "Berei installasie voor"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr ""
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
msgstr ""
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
#, fuzzy
msgid "Restart XFS"
msgstr "Laai dit"
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
#, fuzzy
msgid "xfs restart"
msgstr "beperk"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -11457,128 +11474,216 @@ msgid ""
"may hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
#, fuzzy
msgid "Fonts Importation"
msgstr "Formateer partisies"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
#, fuzzy
msgid "Uninstall Fonts"
msgstr "Deďnstallasie van RPMs"
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
#, fuzzy
msgid "Advanced Options"
msgstr "Sluit konfigurasie af"
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
#, fuzzy
msgid "Font List"
msgstr "Hegpunt"
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
#, fuzzy
msgid "Choose the applications that will support the fonts:"
msgstr "Kies die partisies om te formatteer"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr ""
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
#, fuzzy
msgid "StarOffice"
msgstr "Kantoor"
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
#, fuzzy
msgid "Abiword"
msgstr "Aborteer"
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
#, fuzzy
msgid "Generic Printers"
msgstr "Drukker"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
#, fuzzy
msgid "Install List"
msgstr "Installeer stelsel"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
#, fuzzy
msgid "Selected All"
msgstr "Selekteer lOer"
#
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
#, fuzzy
msgid "Remove List"
msgstr "Verwyder drukker"
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
#, fuzzy
msgid "Initials tests"
msgstr "Beginboodskap"
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
#, fuzzy
msgid "Copy fonts on your system"
msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
#, fuzzy
msgid "Post Install"
msgstr "Installasie"
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
#, fuzzy
msgid "Remove fonts on your system"
msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
#, fuzzy
msgid "Post Uninstall"
msgstr "Verlaay installasie"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
msgid "Internet Connection Sharing"
msgstr "Internetkonneksiedeling"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr "Internetkonneksiedeling is ontsper"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11590,19 +11695,19 @@ msgstr ""
"\n"
"Wat wil u doen?"
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
msgid "disable"
msgstr "deaktiveer"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr "ignoreer/sien oor"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "reconfigure"
msgstr "herkonfigureer"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
msgid "Disabling servers..."
msgstr "Bedieners word gedeaktiveer..."
@@ -11610,11 +11715,11 @@ msgstr "Bedieners word gedeaktiveer..."
msgid "Internet connection sharing is now disabled."
msgstr "Internetkonneksiedeling is gedeaktiveer"
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr "Internetkonneksiedeling is gesper"
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11626,19 +11731,19 @@ msgstr ""
"\n"
"Wat wil u doen?"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
msgid "enable"
msgstr "Aktiveer"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr "Bedieneers word aktiveer..."
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
msgid "Internet connection sharing is now enabled."
msgstr "Internetkonneksiedeling is geaktiveer"
-#: ../../standalone/drakgw_.c:185
+#: ../../standalone/drakgw_.c:183
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -11658,21 +11763,21 @@ msgstr ""
"\n"
"Wil u internetdeling opstel?\n"
-#: ../../standalone/drakgw_.c:213
+#: ../../standalone/drakgw_.c:211
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Koppelvlak %s (met module %s)"
-#: ../../standalone/drakgw_.c:214
+#: ../../standalone/drakgw_.c:212
#, c-format
msgid "Interface %s"
msgstr "Koppelvlak %s"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:220
msgid "No network adapter on your system!"
msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:221
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -11680,12 +11785,12 @@ msgstr ""
"Geen ethernetkaart is op die stelsel gevind nie. Gebruik asb. die "
"hardewarekonfigurasieprogram."
-#: ../../standalone/drakgw_.c:229
+#: ../../standalone/drakgw_.c:227
msgid "Network interface"
msgstr "Netwerkkoppelvlak"
#
-#: ../../standalone/drakgw_.c:230
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11700,19 +11805,19 @@ msgstr ""
"\n"
"Ek gaan nou u LAN met daardie kaart opstel."
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Kies asb. die netwerkkaart wat aan die loakel area netwerk gekoppel is."
-#: ../../standalone/drakgw_.c:265
+#: ../../standalone/drakgw_.c:261
#, fuzzy
msgid "Network interface already configured"
msgstr "Monitor is nie opgestel nie"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11722,17 +11827,26 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:271
+#: ../../standalone/drakgw_.c:267
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Outomatiese CUPS konfigurasie"
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:268
#, fuzzy
msgid "Show current interface configuration"
msgstr "Verander drukkerkonfigurasie"
-#: ../../standalone/drakgw_.c:274
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "Verander drukkerkonfigurasie"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11743,7 +11857,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:283
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
"server; in that case please verify I correctly read the Network that you use "
@@ -11752,18 +11866,18 @@ msgid ""
"\n"
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
-"\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:290
#, fuzzy
msgid "Local Network adress"
msgstr "geen netwerkkaart gevind nie"
-#: ../../standalone/drakgw_.c:298
+#: ../../standalone/drakgw_.c:294
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -11772,88 +11886,88 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:304
+#: ../../standalone/drakgw_.c:300
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "CUPS-bediener IP:"
-#: ../../standalone/drakgw_.c:305
+#: ../../standalone/drakgw_.c:301
#, fuzzy
msgid "The DNS Server IP"
msgstr "CUPS-bediener IP:"
-#: ../../standalone/drakgw_.c:306
+#: ../../standalone/drakgw_.c:302
#, fuzzy
msgid "The internal domain name"
msgstr "Nuwe drukkernaam"
-#: ../../standalone/drakgw_.c:307
+#: ../../standalone/drakgw_.c:303
msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:308
+#: ../../standalone/drakgw_.c:304
msgid "The DHCP end range"
msgstr ""
-#: ../../standalone/drakgw_.c:309
+#: ../../standalone/drakgw_.c:305
msgid "The default lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:310
+#: ../../standalone/drakgw_.c:306
msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:318
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Moontlike LAN-adresbotsing gevind in konfigurasie %s!\n"
-#: ../../standalone/drakgw_.c:339
+#: ../../standalone/drakgw_.c:335
msgid "Configuring..."
msgstr "Konfigurasie in aabou..."
-#: ../../standalone/drakgw_.c:340
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Skrips word konfigureer, sagterware installeer en bedieners afgeskop..."
-#: ../../standalone/drakgw_.c:376
+#: ../../standalone/drakgw_.c:372
#, c-format
msgid "Problems installing package %s"
msgstr "Probleme met Installasue van pakket %s"
-#: ../../standalone/drakgw_.c:509
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
-#: ../../standalone/drakgw_.c:528
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr "Die opstelling van is alreeds gedoen, maar is tans gedeaktiveer."
-#: ../../standalone/drakgw_.c:529
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr "Die opstelling is alreeds gedoen en is alreeds ook geaktiveer."
-#: ../../standalone/drakgw_.c:530
+#: ../../standalone/drakgw_.c:525
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Geen internetkonneksiedeling is al gekonfigureer nie."
-#: ../../standalone/drakgw_.c:535
+#: ../../standalone/drakgw_.c:531
msgid "Internet connection sharing configuration"
msgstr "Internetkonneksiedelingkonfigurasie"
-#: ../../standalone/drakgw_.c:542
+#: ../../standalone/drakgw_.c:539
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11863,157 +11977,157 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Internetkonneksiedeling"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "group"
msgstr "Werkgroep:"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "permissions"
msgstr "partisie %s"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "user"
msgstr "Gebruikerskode"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:44
#, fuzzy
msgid "delete"
msgstr "Uitwis"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:46
#, fuzzy
msgid "Down"
msgstr "Klaar"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:47
#, fuzzy
msgid "add a rule"
msgstr "Voeg module by"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
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:62
+#: ../../standalone/drakperm_.c:56
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Voeg drukker by"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:58
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:66
+#: ../../standalone/drakperm_.c:60
#, fuzzy
msgid "Delete selected rule"
msgstr "Verwyder tou"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:244
+#: ../../standalone/drakperm_.c:231
#, fuzzy
msgid "Current user"
msgstr "Aanvaar gebruiker"
-#: ../../standalone/drakperm_.c:249
+#: ../../standalone/drakperm_.c:236
#, fuzzy
msgid "Permissions"
msgstr "Weergawe: %s\n"
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:251
+#: ../../standalone/drakperm_.c:238
#, fuzzy
msgid "Property"
msgstr "Poort"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:311
+#: ../../standalone/drakperm_.c:297
#, fuzzy
msgid "Use owner id for execution"
msgstr "Gebruik outobespeuring"
-#: ../../standalone/drakperm_.c:312
+#: ../../standalone/drakperm_.c:298
#, fuzzy
msgid "Use group id for execution"
msgstr "Gebruik outobespeuring"
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:318
+#: ../../standalone/drakperm_.c:304
#, fuzzy
msgid "Path selection"
msgstr "Stoor pakketseleksie"
-#: ../../standalone/drakperm_.c:364
+#: ../../standalone/drakperm_.c:350
#, fuzzy
msgid "user :"
msgstr "Gebruikerskode"
-#: ../../standalone/drakperm_.c:366
+#: ../../standalone/drakperm_.c:352
#, fuzzy
msgid "group :"
msgstr "Werkgroep:"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:46
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nie gekonnekteer nieKabelkonneksie"
-#: ../../standalone/draksound_.c:48
+#: ../../standalone/draksound_.c:47
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12025,7 +12139,7 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -12034,139 +12148,139 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:78
+#: ../../standalone/draksplash_.c:67
#, fuzzy
msgid "first step creation"
msgstr "herlaaiskyfskepping"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:70
#, fuzzy
msgid "final resolution"
msgstr "Resolusie"
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
#, fuzzy
msgid "choose image file"
msgstr "Kies 'n lęer"
-#: ../../standalone/draksplash_.c:81
+#: ../../standalone/draksplash_.c:72
#, fuzzy
msgid "Theme name"
msgstr "Drukkernaam:"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Konfigureer dienste"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:113
#, fuzzy
msgid "Preview"
msgstr "toestel"
-#: ../../standalone/draksplash_.c:123
+#: ../../standalone/draksplash_.c:115
#, fuzzy
msgid "Save theme"
msgstr "Installeer stelsel"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:116
#, fuzzy
msgid "Choose color"
msgstr "Kies 'n monitor"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:435
+#: ../../standalone/draksplash_.c:428
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Drukkermodelkeuse"
-#: ../../standalone/draksplash_.c:456
+#: ../../standalone/draksplash_.c:449
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Tik drukkertoestel URI in"
-#: ../../standalone/draksplash_.c:465
+#: ../../standalone/draksplash_.c:458
#, fuzzy
msgid "Generating preview ..."
msgstr "Toestel word afgetas..."
#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:511
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr ""
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -12181,120 +12295,120 @@ msgid ""
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
#, fuzzy
msgid "Canada (cable)"
msgstr "Kanadees (Quebec)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "East Europe"
msgstr "Europa"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "France [SECAM]"
msgstr "Frankryk"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Ireland"
msgstr "Yslandies"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "West Europe"
msgstr "Europa"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
#, fuzzy
msgid "Australia"
msgstr "seriaal"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr ""
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr ""
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:122
+#: ../../standalone/drakxtv_.c:116
msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
+#: ../../standalone/drakxtv_.c:120
#, fuzzy
msgid "There was an error while scanning for TV channels"
msgstr "Daar was 'n fout met die installasie van die pakkette:"
-#: ../../standalone/drakxtv_.c:126
+#: ../../standalone/drakxtv_.c:121
msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:129
+#: ../../standalone/drakxtv_.c:124
msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:130
+#: ../../standalone/drakxtv_.c:125
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:153
+#: ../../standalone/drakxtv_.c:147
msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:154
+#: ../../standalone/drakxtv_.c:148
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
@@ -12306,32 +12420,445 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/harddrake2_.c:8
+#: ../../standalone/harddrake2_.c:17
#, fuzzy
+msgid "Alternative drivers"
+msgstr "Alternatiewe toetsbladsy (A4)"
+
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:22
+#, fuzzy
+msgid "Channel"
+msgstr "Kanselleer"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid ""
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:26
+#, fuzzy
+msgid "Bus identification"
+msgstr "Magtiging"
+
+#: ../../standalone/harddrake2_.c:27
+msgid ""
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:30
+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"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "blokgrootte"
+
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:36
+#, fuzzy
+msgid "Cpuid level"
+msgstr "Sekuriteitsvlak word gestel."
+
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:38
+msgid "This field describes the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:39
+#, fuzzy
+msgid "Old device file"
+msgstr "Selekteer lOer"
+
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:41
+#, fuzzy
+msgid "New devfs device"
+msgstr "Netwerkportaaltoestel"
+
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:43
+#, fuzzy
+msgid "Module"
+msgstr "Muis"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:46
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:53
msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "Formatteer"
+
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "vlak"
+
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#, fuzzy
+msgid "Model"
+msgstr "Muis"
+
+#: ../../standalone/harddrake2_.c:58
+#, fuzzy
+msgid "hard disk model"
+msgstr "Kaartgeheue (DMA)"
+
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "Modulenaam"
+
+#: ../../standalone/harddrake2_.c:60
+msgid "Official vendor name of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:61
+#, fuzzy
+msgid "Number of buttons"
+msgstr "2 knoppies"
+
+#: ../../standalone/harddrake2_.c:62
+#, fuzzy
+msgid "Name"
+msgstr "Naam: "
+
+#
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr "Netwerkdrukker (sok)"
+
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:64
+msgid "the number of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "Formatering"
+
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:66
+#, fuzzy
+msgid "The type of bus on which the mouse is connected"
+msgstr "Aan watter seriaalpoort is u muis gekoppel?"
+
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:68
+msgid "the vendor name of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:82
+#, fuzzy
+msgid "/_Quit"
+msgstr "Verlaat"
+
+#: ../../standalone/harddrake2_.c:83
+#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+msgid "/_Options"
+msgstr "/_Opsies"
+
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr "/_Help"
+
+#: ../../standalone/harddrake2_.c:89
+#, fuzzy
+msgid "/_Help..."
+msgstr "/_Help"
+
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:93
+msgid ""
+"Description of the fields:\n"
"\n"
-"Usage: harddrake [-h|--help] [--test]\n"
-msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "Selekteer 'n videokaart"
+
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:102
+#, fuzzy
+msgid "/_About..."
+msgstr "/Help/_Aangaande..."
+
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:105
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:106
+#, fuzzy
+msgid "Author:"
+msgstr "Aftas"
+
+#: ../../standalone/harddrake2_.c:113
+#, fuzzy
+msgid "Detection in progress"
+msgstr "Op poort %s bespeur"
+
+#: ../../standalone/harddrake2_.c:119
+#, fuzzy
+msgid "Harddrake2 version "
+msgstr "Hardeskyfdeteksie."
+
+#: ../../standalone/harddrake2_.c:126
+#, fuzzy
+msgid "Detected hardware"
+msgstr "Sien hardeware inligting"
+
+#: ../../standalone/harddrake2_.c:129
+#, fuzzy
+msgid "Information"
+msgstr "Vertoon inligting"
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
+#: ../../standalone/harddrake2_.c:131
+#, fuzzy
+msgid "Configure module"
+msgstr "Stel muistoestel op"
+
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:143
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "Drukkerdata word gelees..."
+
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+#, fuzzy
+msgid "secondary"
+msgstr "%d sekondes"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "Gebruik outobespeuring"
-#: ../../standalone/keyboarddrake_.c:32
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "/_Opsies"
+
+#: ../../standalone/keyboarddrake_.c:26
msgid "Please, choose your keyboard layout."
msgstr "Wat is u sleutelborduitleg?"
-#: ../../standalone/keyboarddrake_.c:41
+#: ../../standalone/keyboarddrake_.c:35
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
"Wil u hę dat die 'BackSpace' sleutel moet uitvee in die konsole ('n 'Delete' "
"terugstuur)?"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:18
msgid "Change Cd-Rom"
msgstr "Verander CDROM"
-#: ../../standalone/livedrake_.c:25
+#: ../../standalone/livedrake_.c:19
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -12339,139 +12866,127 @@ msgstr ""
"Dit asb. die instasllasie CDROM in die aandrywer en druk OK. Indien u nie\n"
"hieroor beskik nie, druk Kanselleer om die intydse opgradering te vermy."
-#: ../../standalone/livedrake_.c:35
+#: ../../standalone/livedrake_.c:29
msgid "Unable to start live upgrade !!!\n"
msgstr "Kon nie die intydse opgradering begin nie !!!\n"
-#: ../../standalone/localedrake_.c:33
+#: ../../standalone/localedrake_.c:34
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:86 ../../ugtk.pm_.c:285
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
msgid "logdrake"
msgstr ""
-#: ../../standalone/logdrake_.c:96
+#: ../../standalone/logdrake_.c:68
msgid "Show only for the selected day"
msgstr ""
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "/File/_New"
msgstr "/Lęer/_Nuut"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "<control>N"
msgstr "<control>N"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "/File/_Open"
msgstr "/Lęer/_Oopmaak"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "<control>O"
msgstr "<control>O"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "/File/_Save"
msgstr "/Lęer/_Stoor"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "<control>S"
msgstr "<control>S"
-#: ../../standalone/logdrake_.c:106
+#: ../../standalone/logdrake_.c:78
msgid "/File/Save _As"
msgstr "/Lęer/Stoor _as"
-#: ../../standalone/logdrake_.c:107
+#: ../../standalone/logdrake_.c:79
msgid "/File/-"
msgstr "/Lęer/-"
-#: ../../standalone/logdrake_.c:109
-msgid "/_Options"
-msgstr "/_Opsies"
-
-#: ../../standalone/logdrake_.c:110
+#: ../../standalone/logdrake_.c:82
msgid "/Options/Test"
msgstr "/Opsies/Toets"
-#: ../../standalone/logdrake_.c:112
+#: ../../standalone/logdrake_.c:84
msgid "/Help/_About..."
msgstr "/Help/_Aangaande..."
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:120
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:174
+#: ../../standalone/logdrake_.c:145
#, fuzzy
msgid "User"
msgstr "Gebruikerskode"
-#: ../../standalone/logdrake_.c:175
+#: ../../standalone/logdrake_.c:146
#, fuzzy
msgid "Messages"
msgstr "Beginboodskap"
-#: ../../standalone/logdrake_.c:176
+#: ../../standalone/logdrake_.c:147
msgid "Syslog"
msgstr ""
-#: ../../standalone/logdrake_.c:177
+#: ../../standalone/logdrake_.c:148
msgid "Mandrake Tools Explanations"
msgstr ""
-#: ../../standalone/logdrake_.c:180
+#: ../../standalone/logdrake_.c:151
msgid "search"
msgstr ""
-#: ../../standalone/logdrake_.c:186
+#: ../../standalone/logdrake_.c:161
msgid "A tool to monitor your logs"
msgstr ""
-#: ../../standalone/logdrake_.c:187
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
msgid "Settings"
msgstr ""
-#: ../../standalone/logdrake_.c:192
+#: ../../standalone/logdrake_.c:167
msgid "matching"
msgstr ""
-#: ../../standalone/logdrake_.c:193
+#: ../../standalone/logdrake_.c:168
msgid "but not matching"
msgstr ""
-#: ../../standalone/logdrake_.c:197
+#: ../../standalone/logdrake_.c:172
msgid "Choose file"
msgstr ""
-#: ../../standalone/logdrake_.c:202
+#: ../../standalone/logdrake_.c:181
msgid "Calendar"
msgstr ""
-#: ../../standalone/logdrake_.c:212
+#: ../../standalone/logdrake_.c:191
msgid "Content of the file"
msgstr ""
-#: ../../standalone/logdrake_.c:216 ../../standalone/logdrake_.c:392
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
msgid "Mail alert"
msgstr ""
-#: ../../standalone/logdrake_.c:268
+#: ../../standalone/logdrake_.c:245
#, c-format
msgid "please wait, parsing file: %s"
msgstr ""
-#: ../../standalone/logdrake_.c:409
+#: ../../standalone/logdrake_.c:392
#, fuzzy
msgid "Mail alert configuration"
msgstr "Konfigurasie"
-#: ../../standalone/logdrake_.c:410
+#: ../../standalone/logdrake_.c:393
#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
@@ -12483,139 +12998,251 @@ msgstr ""
"Hier kan u die HTTP en FTP-instaanbedieners\n"
"opstel met of sonder aantekenkodes en wagwoorde\n"
-#: ../../standalone/logdrake_.c:417
+#: ../../standalone/logdrake_.c:400
msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:418
+#: ../../standalone/logdrake_.c:401
#, fuzzy
msgid "Domain Name Resolver"
msgstr "Domeinnaam"
-#: ../../standalone/logdrake_.c:419
+#: ../../standalone/logdrake_.c:402
#, fuzzy
msgid "Ftp Server"
msgstr "NIS-bediener"
-#: ../../standalone/logdrake_.c:420
+#: ../../standalone/logdrake_.c:403
#, fuzzy
msgid "Postfix Mail Server"
msgstr "Postfix e-posbediener, Inn netnuusbediener"
-#: ../../standalone/logdrake_.c:421
+#: ../../standalone/logdrake_.c:404
#, fuzzy
msgid "Samba Server"
msgstr "NIS-bediener"
-#: ../../standalone/logdrake_.c:422
+#: ../../standalone/logdrake_.c:405
#, fuzzy
msgid "SSH Server"
msgstr "NIS-bediener"
-#: ../../standalone/logdrake_.c:423
+#: ../../standalone/logdrake_.c:406
#, fuzzy
msgid "Webmin Service"
msgstr "Dienste"
-#: ../../standalone/logdrake_.c:424
+#: ../../standalone/logdrake_.c:407
#, fuzzy
msgid "Xinetd Service"
msgstr "Drukkerbediener"
-#: ../../standalone/logdrake_.c:431
+#: ../../standalone/logdrake_.c:414
#, fuzzy
msgid "service setting"
msgstr "interessant"
-#: ../../standalone/logdrake_.c:432
+#: ../../standalone/logdrake_.c:415
msgid ""
"You will receive an alert if one of the selected services is no more running"
msgstr ""
-#: ../../standalone/logdrake_.c:444
+#: ../../standalone/logdrake_.c:428
#, fuzzy
msgid "load setting"
msgstr "Formatering"
-#: ../../standalone/logdrake_.c:445
+#: ../../standalone/logdrake_.c:429
msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: ../../standalone/logdrake_.c:458
+#: ../../standalone/logdrake_.c:444
#, fuzzy
msgid "alert configuration"
msgstr "Kleurkonfigurasie"
-#: ../../standalone/logdrake_.c:459
+#: ../../standalone/logdrake_.c:445
#, fuzzy
msgid "Please enter your email address below "
msgstr "Probeer asb. weer"
-#: ../../standalone/logdrake_.c:498
+#: ../../standalone/logdrake_.c:486
msgid "Save as.."
msgstr ""
-#: ../../standalone/mousedrake_.c:45
+#: ../../standalone/mousedrake_.c:37
msgid "Please, choose the type of your mouse."
msgstr "Wat is u muistoestel?"
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/mousedrake_.c:50
msgid "Emulate third button?"
msgstr "Emuleer derde knop?"
-#: ../../standalone/printerdrake_.c:57
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "Netwerkkonfigurasie"
+
+#: ../../standalone/net_monitor_.c:96
+#, fuzzy
+msgid "Profile "
+msgstr "Profiel:"
+
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "Stoor in lęer"
+
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "Konneksietipe:"
+
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
+msgid "Wait please, testing your connection..."
+msgstr "Konneksie word getoets..."
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "Konnekteer aan die internet"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Disconnecting from Internet "
+msgstr "Konnekteer aan die internet"
+
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "Konneksiespoed"
+
+#: ../../standalone/net_monitor_.c:226
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "Kleurkonfigurasie"
+
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "Plaaslike lęers"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:453
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Konnekteer"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Diskonnekteer"
+
+#: ../../standalone/printerdrake_.c:47
#, fuzzy
msgid "Reading printer data ..."
msgstr "Drukkerdata word gelees..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
#, fuzzy
msgid "Detecting devices ..."
msgstr "Toestel word afgetas..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Test ports"
msgstr "Toets poorte"
-#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
-#: ../../standalone/scannerdrake_.c:81
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
-#: ../../standalone/scannerdrake_.c:56
+#: ../../standalone/scannerdrake_.c:54
#, fuzzy, c-format
msgid "%s found on %s, configure it?"
msgstr "Wil u 'n drukwerk nou konfigureer?"
-#: ../../standalone/scannerdrake_.c:59
+#: ../../standalone/scannerdrake_.c:57
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: ../../standalone/scannerdrake_.c:65
+#: ../../standalone/scannerdrake_.c:63
#, fuzzy
msgid "Select a scanner"
msgstr "Selekteer 'n videokaart"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:91
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-#: ../../standalone/scannerdrake_.c:109
+#: ../../standalone/scannerdrake_.c:107
#, fuzzy
msgid "choose device"
msgstr "Herlaaitoestel"
-#: ../../standalone/scannerdrake_.c:115
+#: ../../standalone/scannerdrake_.c:113
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12623,7 +13250,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:120
+#: ../../standalone/scannerdrake_.c:118
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12640,6 +13267,11 @@ msgstr ""
msgid "Some devices were added:\n"
msgstr ""
+#: ../../standalone/service_harddrake_.c:64
+#, fuzzy
+msgid "Hardware probing in progress"
+msgstr "Op poort %s bespeur"
+
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Kies u taal"
@@ -12713,10 +13345,14 @@ msgstr "Installeer stelsel"
msgid "Exit install"
msgstr "Verlaay installasie"
-#: ../../ugtk.pm_.c:648
+#: ../../ugtk.pm_.c:636
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -12964,3 +13600,159 @@ msgstr "Multimedia - CD Sny"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Wetenskaplike werkstasie"
+
+#~ msgid "can not open /etc/inittab for reading: %s"
+#~ msgstr "kan nie /etc/inittab oopmaak vir lees nie: %s"
+
+#, fuzzy
+#~ msgid "cpu number "
+#~ msgstr "Telefoonnommer"
+
+#~ msgid ""
+#~ "You now have the opportunity to download encryption software.\n"
+#~ "\n"
+#~ "WARNING:\n"
+#~ "\n"
+#~ "Due to different general requirements applicable to these software and "
+#~ "imposed\n"
+#~ "by various jurisdictions, customer and/or end user of theses software "
+#~ "should\n"
+#~ "ensure that the laws of his/their jurisdiction allow him/them to "
+#~ "download, stock\n"
+#~ "and/or use these software.\n"
+#~ "\n"
+#~ "In addition customer and/or end user shall particularly be aware to not "
+#~ "infringe\n"
+#~ "the laws of his/their jurisdiction. Should customer and/or end user not\n"
+#~ "respect the provision of these applicable laws, he/they will incure "
+#~ "serious\n"
+#~ "sanctions.\n"
+#~ "\n"
+#~ "In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
+#~ "liable\n"
+#~ "for special, indirect or incidental damages whatsoever (including, but "
+#~ "not\n"
+#~ "limited to loss of profits, business interruption, loss of commercial "
+#~ "data and\n"
+#~ "other pecuniary losses, and eventual liabilities and indemnification to "
+#~ "be paid\n"
+#~ "pursuant to a court decision) arising out of use, possession, or the "
+#~ "sole\n"
+#~ "downloading of these software, to which customer and/or end user could\n"
+#~ "eventually have access after having sign up the present agreement.\n"
+#~ "\n"
+#~ "\n"
+#~ "For any queries relating to these agreement, please contact \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+#~ msgstr ""
+#~ "U het nou die kans om enkripsieprogrammatuur af te laai.\n"
+#~ "\n"
+#~ "WAARSKUWING:\n"
+#~ "\n"
+#~ "A.g.v. die verskillende algemene vereistes wat van toepassing gemaak word "
+#~ "deur\n"
+#~ "wetgewing, moet die eindgebruiker van hierdie sagteware seker wees dat "
+#~ "die\n"
+#~ "wette in sy/haar land dit wel toelaat dat om hierdie agteware af te laai, "
+#~ "aan te hou\n"
+#~ "en te gebruik.\n"
+#~ "Daarbenewens moet die gebruiker seker maak dat plaaslike wetgewing nie "
+#~ "oortree\n"
+#~ "word nie. Misbruik kan lei tot ernstige sanksies.\n"
+#~ "\n"
+#~ "In geen geval kan MandrakeSoft nog sy vervaardigers en verskaffers "
+#~ "verantwoordelik\n"
+#~ "gehou word vir spesiale, indirekte or toevallige skade berokken "
+#~ "(insluitend, maar nie\n"
+#~ "beperk tot, winsverlies, besigheidsonderbreking, dataverlies en enige "
+#~ "voorspruitende laste\n"
+#~ "soos moontlik bepaal deur die wetgewende hof) wat vooruitspruit uit die "
+#~ "gebruik, besit\n"
+#~ "of aflaai van hierdie programmatuur nie, na tekening wat hierdie "
+#~ "ooreenkoms nie.\n"
+#~ "\n"
+#~ "\n"
+#~ "Vir navrae vewant aan hierdie ooreenkoms, kontak asb.\n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+
+#~ msgid "Proxy configuration"
+#~ msgstr "Instaanbedienerkonfigurasie"
+
+#~ msgid ""
+#~ "Welcome to the proxy configuration utility.\n"
+#~ "\n"
+#~ "Here, you'll be able to set up your http and ftp proxies\n"
+#~ "with or without login and password\n"
+#~ msgstr ""
+#~ "Welkom by die proksiekonfigurasienutsprogram.\n"
+#~ "\n"
+#~ "Hier kan u die HTTP en FTP-instaanbedieners\n"
+#~ "opstel met of sonder aantekenkodes en wagwoorde\n"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "port"
+#~ msgstr "Poort"
+
+#~ msgid "Url should begin with 'http:'"
+#~ msgstr "Instaanbediener moet begin met http://"
+
+#~ msgid "The port part should be numeric"
+#~ msgstr "Die poortgedeelte moet numeries wees"
+
+#~ msgid ""
+#~ "Please fill in the ftp proxy informations\n"
+#~ "Leave it blank if you don't want an ftp proxy"
+#~ msgstr ""
+#~ "Vul asb. die FTP-instaanbediener inligting in\n"
+#~ "Los dit oop indien u nie FTP-instaanbediener verlang nie"
+
+#~ msgid "login"
+#~ msgstr "Gebruikerskode"
+
+#~ msgid "password"
+#~ msgstr "Herhaal wagwoord"
+
+#~ msgid "re-type password"
+#~ msgstr "Geen wagwoord"
+
+#~ msgid "The passwords don't match. Try again!"
+#~ msgstr "Die wagwoorde stem nie ooreen nie. Probeer weer!"
+
+#~ msgid "Can't write file %s"
+#~ msgstr "Kan nie lęer %s skryf nie"
+
+#~ msgid "no help implemented yet.\n"
+#~ msgstr "Gee hulp beskikbaar nie (nog nie).\n"
+
+#, fuzzy
+#~ msgid "Please click on a medium"
+#~ msgstr "Kliek asb. op 'n partisie"
+
+#~ msgid "Removing LPRng..."
+#~ msgstr "LPRng word verwyder..."
+
+#~ msgid "Removing LPD..."
+#~ msgstr "LPD word verwyder..."
+
+#~ msgid "usage: drakfloppy\n"
+#~ msgstr "gebruik: drakfloppy\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "\n"
+#~ "Usage: harddrake [-h|--help] [--test]\n"
+#~ msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
+
+#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
+#~ msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
+
+#~ msgid "detected on interface %s"
+#~ msgstr "op koppelvlak %s bespeur"
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index f9905a70f..ad1639033 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-20 11:43+0200\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\n"
"PO-Revision-Date: 2001-5-12 HO:MI+ZONE\n"
"Last-Translator: Mohammed Gamal <f2c2001@yahoo.com>\n"
"Language-Team: Arabic \n"
@@ -70,44 +70,44 @@ msgstr ""
"نظامك يدعم الإعداد متعدد الرؤوس.\n"
"ماذا تريد أن تفعل؟"
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "إختر حجم ذاكرة بطاقة الشاشة"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "ؼؚداد XFree"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
msgid "Which configuration of XFree do you want to have?"
msgstr "أي اعداد لـXFree تريد؟"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr "اعداد كل الرؤوس بشكل مستقل"
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr "استخدام امتداد Xinerama"
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "قم بإعداد البطاقة \"%s\" فقط (%s)"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s مع تسريع ثلاثي الأبعاد"
-#: ../../Xconfig/card.pm_.c:414
+#: ../../Xconfig/card.pm_.c:416
#, 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:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "يمكن لبطاقتك الحصول على دعم للتسريع ثلاثي الأبعاد مع XFree %s"
-#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s مع دعم تجريبي للرسوم ثلاثية الأبعاد"
-#: ../../Xconfig/card.pm_.c:427
+#: ../../Xconfig/card.pm_.c:429
#, 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:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, 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:453
+#: ../../Xconfig/card.pm_.c:455
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:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "مخصص"
@@ -166,7 +166,7 @@ msgstr "بطاقة الشاشة"
msgid "Monitor"
msgstr "الشاشة"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "دقة العرض"
@@ -175,27 +175,28 @@ msgid "Test"
msgstr ""
#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:385 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "خيارات"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:166
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "موافق"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3207
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "؎عو؏"
@@ -224,7 +225,8 @@ msgstr ""
msgid "Generic"
msgstr "Generic"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
#, fuzzy
msgid "Vendor"
msgstr "تعا؏ؚ"
@@ -282,50 +284,52 @@ msgstr "16 مليون لون (24 بت)"
msgid "4 billion colors (32 bits)"
msgstr "4 بليون لون (32 بت)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "دقة العرض"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "اختر دقة العرض و عمق الألوام"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "بطاقة الشاشة: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../security/main.pm_.c:216 ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:560 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "الغاء"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "اختبار الإعداد"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "هل تريد تجربة الإعداد؟"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "تحذير: اختبار بطاقة العرض هذه قد يتسب في ايقاف جهازك"
@@ -419,162 +423,162 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr ""
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "القطاع اول من تجزئة الإقلاع"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "القطاع الأول من القرص (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "تثبيت SILO"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
msgstr "أين تريد تثبيت محمّل الإقلاع؟"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "تثبيت LILO/grub"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr "LILO مع قائمة نصية"
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr "LILO مع قائمة رسومية"
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr "الإقلاع من DOS/Windows (loadlin)"
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
msgstr "خيارات محمّل الإقلاع الرئيسية"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader to use"
msgstr "محمّل الإقلاع المُستخدم"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
msgstr "تثبيت محمل الإقلاع"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "جهاز الإقلاع"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "مدمج"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "مدمج"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "وضعية الفيدية"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "توقيت ما قبل اقلاع الصورة الافتراضية"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "كلمة المرور"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "كلمة المرور (ثانية)"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "تشديد خيارات سطر الأوامر"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "تشديد"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "قم بتنظيف /tmp عند كل إقلاع"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "حجم الذاكرة الدقيق عند الحاجة )تم ايجاد %d ميغابايت("
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "تمكين التشكيلات المتعددة"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
msgstr "اكتب حجم الذاكرة بالميغابايت"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "خيار ``تشديد خيارات سطر الأوامر`` بدون قائدة من دون كلمة مرور"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../diskdrake/interactive.pm_.c:1195
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "رجاء جاول مرة أخرى"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "كلمات المرور غير متطابقة"
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr "رسالة Init"
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
msgstr "Open Firmware Delay"
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr "الوقت الأقصى لإقلاع النواة"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr "تمكين الإقلاع من القرص المدمج؟"
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr "تمكين اقلاع OF؟"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
msgid "Default OS?"
msgstr "نظام التشغيل الافتراضي؟"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -583,7 +587,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -591,155 +595,157 @@ msgstr ""
"ها هنا المدخلات المختلفة.\n"
"يمكنك اضافة مدخلات أخرى أو تغيير الموجودين."
-#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "ا؜اف؊"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3207 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "انتهى"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
msgid "Modify"
msgstr "تعديل"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "ما نوع المدخل الذي تريد اضافته؟"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "لينكس"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "نظام آخر (SunOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "نظام آخر (MacOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "نظام آخر (Windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "ؾوع؊"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "الجذر"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "الحاق"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "للقراءة و الكتابة"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "الجدول"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "غير آمن"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "عنوان"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:200
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "الإفتراضي"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
msgid "Initrd-size"
msgstr "حجم Initrd"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr "لا فيديو"
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "ازل المدخل"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "غير مسموح بالعلامات الفارغة"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr "يجب أن تحدد صورة النواة"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a root partition"
msgstr "يجب عليك تحديد تقسيم جذر"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
msgid "This label is already used"
msgstr "هذه العلامة مستخدمة مسبقا"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "تم ايجاد %s %s واجهات"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "هل عندك واحدة أخرى؟"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "هل لديك أي واجهات %s؟"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "لا"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "نعم"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
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:678
+#: ../../any.pm_.c:662
#, c-format
msgid "Installing driver for %s card %s"
msgstr "جاري تثبيت مشغل %s للبطاقة %s"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(الوحدة %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, 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:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -750,17 +756,17 @@ msgstr ""
"الخيارات في هيئة ``name=value name2=value2 ...'' \n"
"مثلا, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "خيارات الوحدة:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
msgstr "أي مشغل %s يجب أن استخدمه؟"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -778,15 +784,15 @@ msgstr ""
"لكن\n"
"لا يجب أن يتسبب ذلك في أي مشاكل."
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "تحقق آلي"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "حدد الخيارات"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -795,64 +801,64 @@ msgstr ""
"فشل تحميل الوحدة %s.\n"
"هل تريد المحاولة ثانية بمعاملات أخرى؟"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr "الوصول الى برامج X"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr "الوصول الى أدوات rpm"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr "اسمح بـ\"su\""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr "الوصول الى ملفات الإدارة"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:738
#, fuzzy
msgid "access to network tools"
msgstr "الوصول الى أدوات rpm"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:739
#, fuzzy
msgid "access to compilation tools"
msgstr "الوصول الى أدوات rpm"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(تم اضافة %s مسبقا)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "كلمة المرور هذه بسيطة جدا"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "رجاءً قم بإعطاء اسم مستخدم"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "اسم المستخدم يجب أن يحتوي فقط على الحروف الصغيرة, الأرقام, `-' و `_'"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:752
#, fuzzy
msgid "The user name is too long"
msgstr "اسم المستخدم مُضاف مسبقا"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "اسم المستخدم مُضاف مسبقا"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "اضف مستخدم"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -861,32 +867,32 @@ msgstr ""
"أدخل مستخدم\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "وافق على المستخدم"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "الاسم الحقيقي"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "اسم المستخدم"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "الغلاف"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "أيقونة"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "دخول آلي"
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -894,54 +900,54 @@ msgstr ""
"يمكنني اعداد جهازك لتسجيل الدخول آليل لمستخدم ما.\n"
"هل تريد استخدام هذه الميزة؟"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "اختر المستخدم الافتراضي:"
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
msgid "Choose the window manager to run:"
msgstr "اختر مدير النوافذ الذي سيتم تشغيله:"
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
msgid "Please choose a language to use."
msgstr "رجاء اختر لغة الاستخدام."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
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:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "الكل"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "Allow all users"
msgstr "اسمح لكل المستخدمين"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "No sharing"
msgstr "لا مشاركة"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:66
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
-#: ../../any.pm_.c:991
+#: ../../any.pm_.c:973
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "يمكنك التصدير باستخدام NFS أو Samba. أي منهما تريد"
-#: ../../any.pm_.c:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:71
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr "الحزمة الضرورية %s مفقودة"
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 +956,11 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr "شغّل userdrake"
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -962,56 +968,56 @@ msgstr ""
"المشاركة لكل مستخدم تستخدم المجموعة \"fileshare\".\n"
"يمكنك أن تستخدم userdrake لإضافة مستخدم في هذه المجموعة."
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "مرحبا بالمخترقين"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "فقير"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "القياسي"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "مرتفع"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
msgid "Higher"
msgstr "مرتفع أكثر"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "مرتفع جدا"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1065
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:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1021,40 +1027,40 @@ msgid ""
"Internet, you should choose a lower level."
msgstr ""
-#: ../../any.pm_.c:1089
+#: ../../any.pm_.c:1070
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:1095
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "خيارات"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
#, fuzzy
msgid "Please choose the desired security level"
msgstr "رجاء اختر تاريخ الإستعادة"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
msgid "Security level"
msgstr "مستوى الأمن"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
msgid "Use libsafe for servers"
msgstr "إستخدم libsafe للملقمات"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1103
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1062,7 +1068,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1079,202 +1085,197 @@ 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:989
+#: ../../bootloader.pm_.c:983
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:992
+#: ../../bootloader.pm_.c:986
#, 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:995
+#: ../../bootloader.pm_.c:989
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:998
+#: ../../bootloader.pm_.c:992
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:1001
+#: ../../bootloader.pm_.c:995
#, 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:1005
+#: ../../bootloader.pm_.c:999
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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "سطح المكتب"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "يمكنك تثبيت محمّل الإقلاع على التجزئة %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr "لا توجد مساعدة لهذا حتى الآن.\n"
-
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
msgid "Boot Style Configuration"
msgstr "اعداد أسلوب الإقلاع"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
msgid "/_File"
msgstr "/_ملف"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr "/ملف/_خروج"
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr "<تحكم>Q"
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr "شاشة NewStyle التصنيفية"
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
msgid "NewStyle Monitor"
msgstr "شاش؊ NewStyle"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
msgid "Traditional Monitor"
msgstr "شاشة تقليدية"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr "شاشة Gtk+ التقليدية"
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr "شغّل Aurora عند الإقلاع"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Lilo/grub mode"
msgstr "و؜ؚ Lilo/grub"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Yaboot mode"
msgstr "و؜ؚ Yaboot"
-#: ../../bootlook.pm_.c:146
+#: ../../bootlook.pm_.c:138
#, fuzzy
msgid "Install themes"
msgstr "تثبيت النظام"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
msgstr ""
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:140
#, fuzzy
msgid "Create new theme"
msgstr "اعمل تجزئة جديدة"
-#: ../../bootlook.pm_.c:192
+#: ../../bootlook.pm_.c:184
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:195
+#: ../../bootlook.pm_.c:187
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "جاري نسخ %s"
-#: ../../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:77 ../../diskdrake/hd_gtk.pm_.c:116
-#: ../../diskdrake/interactive.pm_.c:213 ../../diskdrake/interactive.pm_.c:344
-#: ../../diskdrake/interactive.pm_.c:359 ../../diskdrake/interactive.pm_.c:473
-#: ../../diskdrake/interactive.pm_.c:478 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:34
+#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
msgid "Error"
msgstr "؎ءأ"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
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:248
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
#, fuzzy
msgid "Notice"
msgstr "لا فيديو"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
#, fuzzy
msgid "Theme installation failed!"
msgstr "اختر نوع التثبيت"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1283,21 +1284,21 @@ msgstr ""
"أنت تستخدم %s كمدير اقلاع حاليا.\n"
"اضغط على تهيئة لتشغيل معالج الإعداد"
-#: ../../bootlook.pm_.c:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:554
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
msgid "Configure"
msgstr "ؼؚداد"
-#: ../../bootlook.pm_.c:276
+#: ../../bootlook.pm_.c:268
msgid "Splash selection"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1306,89 +1307,84 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr "وضع النظام"
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
msgstr "شغّل X-Window عند بدء التشغيل"
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr "لا, لا أريد دخولا أليا"
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "نعم, أريد دخولا آليا مع هذا )المستخدم, سطح المكتب("
-#: ../../bootlook.pm_.c:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr "موافق"
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "لم يمكن فتح /etc/inittab للقراءة: %s"
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr "غيغابايت"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr "كيلوبايت"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "ميغابايت"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr "تيرابايت"
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr "%d دقائق"
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr "دقيقة واحدة"
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, c-format
msgid "%d seconds"
msgstr "%d ثوان"
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
msgid "Can't make screenshots before partitioning"
msgstr "لا يمكنني غمل لقطات للشاشة قبل التجزئة"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, c-format
msgid "Screenshots will be available after install in %s"
msgstr "ستكون لقطات الشاشة موجودة بعد التثبيت في %s"
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
msgid "France"
msgstr "فرنسا"
@@ -1396,8 +1392,8 @@ msgstr "فرنسا"
msgid "Costa Rica"
msgstr "كوستاريكا"
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
msgid "Belgium"
msgstr "بلجيكا"
@@ -1421,13 +1417,13 @@ msgstr "النرويج"
msgid "Sweden"
msgstr "السويد"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
msgstr "هولندا"
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
msgid "Italy"
msgstr "إيطاليا"
@@ -1435,8 +1431,8 @@ msgstr "إيطاليا"
msgid "Austria"
msgstr "النمسا"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr "الولايات المتحدة"
@@ -1453,12 +1449,12 @@ msgstr ""
msgid "New"
msgstr "جديد"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "ازل التجهيز"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "جهز"
@@ -1467,10 +1463,9 @@ msgstr "جهز"
msgid "Server"
msgstr "خادم"
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:383
-#: ../../diskdrake/interactive.pm_.c:572 ../../diskdrake/interactive.pm_.c:599
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "نقطة التجهيز"
@@ -1488,28 +1483,28 @@ msgstr ""
msgid "Server: "
msgstr "خادم"
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:444
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "نقطة التجهيز: "
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1174
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, c-format
msgid "Options: %s"
msgstr "الخيارات: %s"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "رجاء قم بعمل نسخة احتياطية من بياناتك أولا"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:938
-#: ../../diskdrake/interactive.pm_.c:947
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "اقرأ جيدا!"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1518,15 +1513,15 @@ msgstr ""
"اذا كنت تريد استخدام aboot, فلا تنسى أن تترك مساحة فارغة في\n"
"بداية القرص (2048 قطاعات كافية)"
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "المعالج"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "ا؎تع حد؍ا"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1538,186 +1533,186 @@ msgstr ""
"اقترح أن تغير حجم هذه التجزئة\n"
"(اضغط عليها ثم اختر \"تغيير الحجم\")"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "فضلا اضغط على تجزئة"
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "تفاصيل"
#
-#: ../../diskdrake/hd_gtk.pm_.c:252
+#: ../../diskdrake/hd_gtk.pm_.c:254
#, fuzzy
msgid "No hard drives found"
msgstr ""
"لم يتم ايحاد طابعة محلية!\n"
"\n"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Journalised FS"
msgstr "Journalised FS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "التبديل"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "أخرى"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
msgstr "أنواع أنظمة الملفات:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:406
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "عمل تجزئة"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:384
-#: ../../diskdrake/interactive.pm_.c:535 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "النوع"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
msgstr "استخدم ``%s'' بدلا من ذلك"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "إلغاء"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
msgstr "استخدم ``ازالة التجهيز'' أولا"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:522
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "بعد تغيير نوع التجزئة %s, فإنك ستسخر كل البيانات على التجزئة"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose a partition"
msgstr "ؼ؎تع ت؏ز،؊"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose another partition"
msgstr "ؼ؎تع شاش؊"
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
msgid "Exit"
msgstr "؎عو؏"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
msgstr "النتقال الى وضعية الخبير"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
msgstr "الانتقال الى الوضع العادي"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "تعا؏ؚ"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "هل تريد الاكمال على أي حال؟"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "الخروج بدون الحفظ"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
msgstr "هل تريد الخروج بدون كتابة جدول التقسيم؟"
-#: ../../diskdrake/interactive.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:257
msgid "Do you want to save /etc/fstab modifications"
msgstr "هل تريد حفظ تعديلات /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:267
-msgid "Auto allocate"
-msgstr "تحديد آلي"
-
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "أمسح الكل"
-#: ../../diskdrake/interactive.pm_.c:267
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "تحديد آلي"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
msgid "More"
msgstr "أك؍ع"
-#: ../../diskdrake/interactive.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:278
msgid "Hard drive information"
msgstr "معلومات القرص الصلب"
-#: ../../diskdrake/interactive.pm_.c:302
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "كل التجزئات الرئيسية مستخدمة"
-#: ../../diskdrake/interactive.pm_.c:303
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
msgstr "لا يمكنني اضافة أي تجزئة أخرى"
-#: ../../diskdrake/interactive.pm_.c:304
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr "لكي تمتلك تجزئات أكثر, يرجى الغاء تجزئة كي تتمكن من عمل تجزئة ممتدة"
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:322
msgid "Save partition table"
msgstr "حفظ جدول التقسيم"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:323
msgid "Restore partition table"
msgstr "استعادة جدول التقسيم"
-#: ../../diskdrake/interactive.pm_.c:316
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
msgstr "إنقاذ جدول التقسيم"
-#: ../../diskdrake/interactive.pm_.c:318
+#: ../../diskdrake/interactive.pm_.c:326
msgid "Reload partition table"
msgstr "إعادة تحميل جدول التقسيم"
-#: ../../diskdrake/interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:331
msgid "Removable media automounting"
msgstr "التجهيز الآلي للوسائط القابلة للإزالة"
-#: ../../diskdrake/interactive.pm_.c:332 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "اختر ملف"
-#: ../../diskdrake/interactive.pm_.c:339
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1725,11 +1720,12 @@ msgstr ""
"جدول التقسيم المحفوظ ليس بنفس الحجم\n"
"لا زلت تريد الإكمال؟"
-#: ../../diskdrake/interactive.pm_.c:353 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "تحذير"
-#: ../../diskdrake/interactive.pm_.c:354
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1737,104 +1733,104 @@ msgstr ""
"أدخل قرصا مرنا في السواقة\n"
"كل البيانات على القرص ستمحى"
-#: ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
msgstr "جاري محاولة انقاذ جدول التقسيم"
-#: ../../diskdrake/interactive.pm_.c:371
+#: ../../diskdrake/interactive.pm_.c:379
msgid "Detailed information"
msgstr "معلومات مفصّلة"
-#: ../../diskdrake/interactive.pm_.c:386 ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "تغيير الحجم"
-#: ../../diskdrake/interactive.pm_.c:387 ../../diskdrake/interactive.pm_.c:719
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "نقل"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "تنسيق"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "اضافة الى RAID"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
msgstr "اضافة الى LVM"
-#: ../../diskdrake/interactive.pm_.c:394
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "ازالة من RAID"
-#: ../../diskdrake/interactive.pm_.c:395
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
msgstr "ازالة من LVM"
-#: ../../diskdrake/interactive.pm_.c:396
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "تعديل RAID"
-#: ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "استخدام لـloopback"
-#: ../../diskdrake/interactive.pm_.c:437
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "اعمل تجزئة جديدة"
-#: ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
msgstr "قطاع البداية: "
-#: ../../diskdrake/interactive.pm_.c:442 ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "الحجم باليغابايت: "
-#: ../../diskdrake/interactive.pm_.c:443 ../../diskdrake/interactive.pm_.c:820
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "نوع نظام المفات: "
-#: ../../diskdrake/interactive.pm_.c:448
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "التفضيل: "
-#: ../../diskdrake/interactive.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:503
+#: ../../diskdrake/interactive.pm_.c:511
msgid "Remove the loopback file?"
msgstr "هل تريد ازالة ملف loopback؟"
-#: ../../diskdrake/interactive.pm_.c:533
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "غير نوع التجزئة"
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "أي نظام ملفات تريد؟"
-#: ../../diskdrake/interactive.pm_.c:540
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
msgstr "جاري التغيير من ext2 الى ext3"
-#: ../../diskdrake/interactive.pm_.c:570
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "أين تريد تجهيز ملف loopback %s؟"
-#: ../../diskdrake/interactive.pm_.c:571
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "أين تريد بجهيز الجهاز%s؟"
-#: ../../diskdrake/interactive.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1842,135 +1838,135 @@ msgstr ""
"لم يمكن ازالة تعيين نقطة التجهيز نظرا لأن هذه التجزئة مستخدمة لـloop back.\n"
"قم بإزالة الـloopback أولا"
-#: ../../diskdrake/interactive.pm_.c:598
+#: ../../diskdrake/interactive.pm_.c:606
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "أين تريد بجهيز الجهاز%s؟"
-#: ../../diskdrake/interactive.pm_.c:622
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "جاري حساب روابط نظام ملفات FAT"
-#: ../../diskdrake/interactive.pm_.c:622 ../../diskdrake/interactive.pm_.c:681
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "جاري تغيير الحجم"
-#: ../../diskdrake/interactive.pm_.c:654
+#: ../../diskdrake/interactive.pm_.c:662
msgid "This partition is not resizeable"
msgstr "هذا التقسيم غير قابل لتغيير الحجم"
-#: ../../diskdrake/interactive.pm_.c:659
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "كل البيانات على هذه التجزئة يجب حفظها احتياطيا"
-#: ../../diskdrake/interactive.pm_.c:661
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "بعد تغيير حجم التجزئة %s, فإن كل البيانات على هذه التجزئة ستفقد"
-#: ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "اختر الحجم الجديد"
-#: ../../diskdrake/interactive.pm_.c:667
+#: ../../diskdrake/interactive.pm_.c:675
msgid "New size in MB: "
msgstr "الحجم الجديد بالميغابايت: "
-#: ../../diskdrake/interactive.pm_.c:720
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
msgstr "أي قرص تريد نقله؟"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "القطاع"
-#: ../../diskdrake/interactive.pm_.c:722
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "أي قطاع تريد نقله؟"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
msgstr "جاري النقل"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
msgstr "جاري نقل التجزئة..."
-#: ../../diskdrake/interactive.pm_.c:742
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
msgstr "اختر RAID موجود للاضافة"
-#: ../../diskdrake/interactive.pm_.c:743 ../../diskdrake/interactive.pm_.c:760
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "جديد"
-#: ../../diskdrake/interactive.pm_.c:758
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
msgstr "اختر LVM l,جود للاضافة"
-#: ../../diskdrake/interactive.pm_.c:763
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr "اسم LVM؟"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "هذه التجزئة لا يمكن استخدامها لـloopback"
-#: ../../diskdrake/interactive.pm_.c:817
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:818
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "اسم ملف Loopback: "
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:831
msgid "Give a file name"
msgstr "اعط اسم ملف"
-#: ../../diskdrake/interactive.pm_.c:826
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
msgstr "هذا الملف مستخدم من loopback أخرى, اختر ملفا آخر"
-#: ../../diskdrake/interactive.pm_.c:827
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "الملف موجود مسبقا, هل تريد استخدامه؟"
-#: ../../diskdrake/interactive.pm_.c:850
+#: ../../diskdrake/interactive.pm_.c:858
msgid "Mount options"
msgstr "خيارات التجهيز"
-#: ../../diskdrake/interactive.pm_.c:857
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr "متنوعة"
-#: ../../diskdrake/interactive.pm_.c:921 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "وحد؊"
-#: ../../diskdrake/interactive.pm_.c:922
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "المستوى"
-#: ../../diskdrake/interactive.pm_.c:923
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
msgstr "حجم chunk"
-#: ../../diskdrake/interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "كن حذرا: هذه العملية خطيرة"
-#: ../../diskdrake/interactive.pm_.c:953
+#: ../../diskdrake/interactive.pm_.c:962
msgid "What type of partitioning?"
msgstr "أي نوع من التجزئة؟"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:978
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1978,7 +1974,7 @@ msgid ""
"need /boot"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:987
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1986,51 +1982,51 @@ msgid ""
"If you plan to use the LILO boot manager, be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:993
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"So be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "جدول اتتقسيم للقرص %s سيتم كتابته الى القرص!"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr "ستحتاج الى اعادة التشغيل قبل أن يتم تفعيل التعديلات"
-#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "بعد تهيئة التقسيم %s, فإن كل البيانات الموجودة على التجزئة ستفقد"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "جاري التهيئة"
-#: ../../diskdrake/interactive.pm_.c:1031
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "جاري تهيئة ملف loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1032
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "جاري تهيئة التجزئة %s"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Hide files"
msgstr "خبء الملفات"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Move files to the new partition"
msgstr "انقل الملفات الى تجزئة جديدة"
-#: ../../diskdrake/interactive.pm_.c:1044
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2039,116 +2035,116 @@ msgstr ""
"الدليل %s يحتوي مسبقا على بعض البيانات\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1064
msgid "Moving files to the new partition"
msgstr "جاري نقل الملفات الى التجزئة الجديدة"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
msgstr "جاري نسخ %s"
-#: ../../diskdrake/interactive.pm_.c:1063
+#: ../../diskdrake/interactive.pm_.c:1072
#, c-format
msgid "Removing %s"
msgstr "جاري ازالة %s"
-#: ../../diskdrake/interactive.pm_.c:1073
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr "التجزئة %s معروفة الآن بالإسم %s"
-#: ../../diskdrake/interactive.pm_.c:1094
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "الجهاز: "
-#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "حرف سواقة DOS: %s (مجرد تخمين)\n"
-#: ../../diskdrake/interactive.pm_.c:1099
-#: ../../diskdrake/interactive.pm_.c:1107
-#: ../../diskdrake/interactive.pm_.c:1172
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "النوع: "
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "الاسم: "
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "البداية: قطاع %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "الحجم: %s"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s قطاع"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "الاسطوانة %d الى %d\n"
-#: ../../diskdrake/interactive.pm_.c:1117
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "مجهز\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "غير مجهز\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "محمل\n"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1131
#, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "المستوى %s\n"
-#: ../../diskdrake/interactive.pm_.c:1126
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
msgstr "حجم Chunk %s\n"
-#: ../../diskdrake/interactive.pm_.c:1127
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "أقراص RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "اسم ملف Loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1132
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2156,7 +2152,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2164,61 +2160,61 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "الحجم: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "الهندسة: %s اسطوانة, %s رأس, %s قطاع\n"
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "معلومات: "
-#: ../../diskdrake/interactive.pm_.c:1158
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "أقراص LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "نوع جدول التقسيم: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1160
+#: ../../diskdrake/interactive.pm_.c:1169
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "على bus %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1199
msgid "Filesystem encryption key"
msgstr "مفتاح تشفير نظام الملفات"
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
msgstr "اختر مفتاح تشفير نظام الملفات"
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1203
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "مفتاح التشفير هذا بسيط جدا (يجب أن يكون %d حرفا على الأقل)"
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1204
msgid "The encryption keys do not match"
msgstr "مفاتيح التشفير غير متطابقة"
-#: ../../diskdrake/interactive.pm_.c:1198
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
msgstr "مفاتح التشفير"
-#: ../../diskdrake/interactive.pm_.c:1199
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
msgstr "مفاتح التشفير (مرة أخرى)"
@@ -2226,10 +2222,6 @@ msgstr "مفاتح التشفير (مرة أخرى)"
msgid "Change type"
msgstr "غيّر النوع"
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a medium"
-msgstr "فضلا اضعط على وسيط"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
@@ -2255,7 +2247,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
#, fuzzy
msgid "Username"
msgstr "اسم المستخدم"
@@ -2269,23 +2261,23 @@ msgstr "NIS Domain"
msgid "Search servers"
msgstr "ابحث في أجهزة الخادم"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s تجهيز %s قد فشل"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "لا أعرف كيف أجهز %s في النوع %s"
-#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr ""
@@ -2363,30 +2355,34 @@ msgstr "لا شيئ للعمل"
msgid "Error opening %s for writing: %s"
msgstr " فتحة الخطإ %s للكتابة :%s"
-#: ../../harddrake/sound.pm_.c:168
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:170
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:171
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
msgid "Sound configuration"
msgstr " CUPS اؚدادات"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2395,26 +2391,26 @@ msgid ""
"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:178
#, fuzzy
msgid "Driver:"
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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
msgid "Help"
msgstr "مساعدة"
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2433,7 +2429,7 @@ msgid ""
"the ALSA library.\n"
msgstr ""
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2443,31 +2439,32 @@ msgid ""
"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
msgid "Please Wait... Applying the configuration"
msgstr "يرجى الإنتظار... جاري تطبيق الإعدادات"
-#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
-#: ../../interactive.pm_.c:391
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
msgstr "من فضلك انتظر"
-#: ../../harddrake/sound.pm_.c:208
+#: ../../harddrake/sound.pm_.c:210
#, fuzzy
msgid "No known driver"
msgstr "مشغل X"
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:212
+#: ../../harddrake/sound.pm_.c:214
#, fuzzy
msgid "Unkown driver"
msgstr "غير معروف"
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2477,222 +2474,12 @@ msgid ""
"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Model"
-msgstr "وحد؊"
-
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "hard disk model"
-msgstr "Card mem (DMA)"
-
-#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
-msgid "Channel"
-msgstr "الغاء"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "Module"
-msgstr "وحد؊"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-msgid "Description"
-msgstr "الوصف"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
-msgid "Bus identification"
-msgstr "التحقق"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
-msgid "Old device file"
-msgstr "اختر ملف"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
-msgid "New devfs device"
-msgstr "Gateway device"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 buttons"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:38
-msgid "Alternative drivers"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:63
-#, fuzzy
-msgid "/_Quit"
-msgstr "؎عو؏"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr "/_مساعدة"
-
-#: ../../harddrake/ui.pm_.c:65
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_مساعدة"
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:71
-msgid "/_Report Bug"
-msgstr "/_تقرير خطأ"
-
-#: ../../harddrake/ui.pm_.c:73
-#, fuzzy
-msgid "/_About..."
-msgstr "/مساعدة/_حول البرنامج..."
-
-#: ../../harddrake/ui.pm_.c:74
-msgid "About Harddrake"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:76
-#, fuzzy
-msgid "Author:"
-msgstr "تحقق آلي"
-
-#: ../../harddrake/ui.pm_.c:86
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "التحقق من الأقراص الصلبة"
-
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
-msgid "Detected hardware"
-msgstr "عرض معلومات العتاد"
-
-#: ../../harddrake/ui.pm_.c:103
-#, fuzzy
-msgid "Information"
-msgstr "اعرض المعلومات"
-
-#: ../../harddrake/ui.pm_.c:106
-#, fuzzy
-msgid "Configure module"
-msgstr "إعداد الفأرة"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:111
-msgid "Detection in progress"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:166
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "جاري ازالة الطابعة \"%s\" ..."
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-#, fuzzy
-msgid "secondary"
-msgstr "%d ثوان"
-
#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
#, fuzzy
msgid "Auto-detect"
msgstr "تحقق آلي"
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:185
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
#, fuzzy
msgid "Unknown|Generic"
msgstr "Generic"
@@ -2705,7 +2492,7 @@ msgstr ""
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:209
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
@@ -2713,34 +2500,34 @@ msgid ""
"here. Just select your tv card parameters if needed"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:212
+#: ../../harddrake/v4l.pm_.c:227
#, fuzzy
msgid "Card model:"
msgstr "Card mem (DMA)"
-#: ../../harddrake/v4l.pm_.c:213
+#: ../../harddrake/v4l.pm_.c:228
#, fuzzy
msgid "Tuner type:"
msgstr "غيّر النوع"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:216
+#: ../../harddrake/v4l.pm_.c:231
#, fuzzy
msgid "PLL setting:"
msgstr "حمل الإعدادات"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
msgstr ""
@@ -3739,10 +3526,10 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
@@ -3808,124 +3595,124 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr "NIS لا تسطيع ا ستعمال هذ ا البرنامج مع"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr ""
-#: ../../install_any.pm_.c:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr ""
-#: ../../install_any.pm_.c:1031
+#: ../../install_any.pm_.c:1040
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"
msgstr ""
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
"You can find some information about them at: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
"Then choose action ``Mount point'' and set it to `/'"
msgstr ""
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr ""
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
"Continue anyway?"
msgstr "استمرّ بأيّة حال"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr ""
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "استعمل مكانا حرا"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr ""
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr ""
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr ""
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr ""
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr ""
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr ""
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
msgid "Which partition do you want to resize?"
msgstr ""
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
msgid "Resizing Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
"installation."
msgstr ""
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
msgid ""
"WARNING!\n"
"\n"
@@ -3937,80 +3724,80 @@ msgid ""
"When sure, press Ok."
msgstr ""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
msgid "Which size do you want to keep for Windows on"
msgstr ""
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr ""
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, c-format
msgid "FAT resizing failed: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
msgid "Custom disk partitioning"
msgstr ""
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, don't forget to save using `w'"
msgstr ""
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
msgid "You don't have enough free space on your Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
msgid "I can't find any room for installing"
msgstr ""
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, c-format
msgid "Partitioning failed: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr ""
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr ""
@@ -4033,12 +3820,12 @@ msgid ""
"\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr ""
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr ""
@@ -4048,7 +3835,7 @@ msgstr ""
msgid "Entering step `%s'\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -4056,150 +3843,150 @@ msgid ""
"press `F1' when booting on CDROM, then enter `text'."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
msgid "Please choose one of the following classes of installation:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
msgid "The following packages are going to be installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be removed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
msgid "Load/Save on floppy"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
msgid "Updating package selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
msgid "Minimal install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
msgid "Choose the packages you want to install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr ""
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
msgid "Please wait, preparing installation..."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
msgid "Installing package %s"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "قبول"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
msgid "Refuse"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4209,17 +3996,17 @@ msgid ""
"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
msgid "There was an error ordering packages:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr ""
@@ -4388,310 +4175,271 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "لوحة المفاتيح"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
msgid "Please choose your keyboard layout."
msgstr "رجاء, اختر لوحة المفاتيح."
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
msgid "Here is the full list of keyboards available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Install/Update"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Is this an install or an update?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Expert"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade"
msgstr "ترقية"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade packages only"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
msgid "Please choose the type of your mouse."
msgstr "رجاء اختر لغة نوع الفأرة."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:472
+#: ../../install_steps_interactive.pm_.c:479
msgid "Looking for available packages and rebuilding rpm database..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../install_steps_interactive.pm_.c:483
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "اختر الحزم التي ستُثبَّت"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
"> %d)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Load from floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Loading from floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Package selection"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
msgid "Insert a floppy containing package selection"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:649
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
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:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
"%d%%"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:834
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4703,155 +4451,155 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:906
+#: ../../install_steps_interactive.pm_.c:881
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:890
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
msgid "Hardware clock set to GMT"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
msgid "NTP Server"
msgstr "خادم NTP"
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
msgid "Remote CUPS server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
msgid "No printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
msgid "Do you have an ISA sound card?"
msgstr "بطاقة الصّوت ISA هل عندك عند"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm_.c:986
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
msgid "Mouse"
msgstr "الفأرة"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2989
-#: ../../printerdrake.pm_.c:3078
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "ءابؚ؊"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
msgid "NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1121
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Windows Domain"
msgstr "احصل على خطوط Windows"
-#: ../../install_steps_interactive.pm_.c:1078
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
msgid "Local files"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1087
-#: ../../install_steps_interactive.pm_.c:1088 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1074
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1100 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "التحقق"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1088
msgid "Authentication LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1090
msgid "LDAP Server"
msgstr "خادم LDAP"
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1096
msgid "Authentication NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1117
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr " الخادم NIS"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -4867,21 +4615,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1106
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "التحقق"
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1108
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domain name"
-#: ../../install_steps_interactive.pm_.c:1129
+#: ../../install_steps_interactive.pm_.c:1109
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1164
+#: ../../install_steps_interactive.pm_.c:1144
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 "
@@ -4899,19 +4647,20 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1180
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "المدخل المرن الثّاني"
-#: ../../install_steps_interactive.pm_.c:1182 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "تخطي"
-#: ../../install_steps_interactive.pm_.c:1187
+#: ../../install_steps_interactive.pm_.c:1167
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4927,7 +4676,7 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1193
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -4936,28 +4685,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "آسف , لا مدخل مرن متاح"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1185
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1209
+#: ../../install_steps_interactive.pm_.c:1189
#, c-format
msgid "Insert a floppy in %s"
msgstr "أدخل قرص مرن بالدّاخل %s"
-#: ../../install_steps_interactive.pm_.c:1212
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
msgstr " إنشاء قرص الا قلا ع "
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
msgstr " bootloader ؼؚداد "
-#: ../../install_steps_interactive.pm_.c:1230
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4965,25 +4714,25 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr " aboot هل تريد أن تستخدم "
-#: ../../install_steps_interactive.pm_.c:1239
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1246
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Installing bootloader"
msgstr "bootloader التّركيب "
-#: ../../install_steps_interactive.pm_.c:1252
+#: ../../install_steps_interactive.pm_.c:1232
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4994,24 +4743,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1294
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1298
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1309
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm_.c:1300
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5030,16 +4779,16 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1333
+#: ../../install_steps_interactive.pm_.c:1313
#, fuzzy
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1318
msgid "Generate auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1340
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5048,25 +4797,25 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Replay"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1348
+#: ../../install_steps_interactive.pm_.c:1328
msgid "Save packages selection"
msgstr ""
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr ""
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5083,22 +4832,22 @@ msgstr "consolehelper missing"
msgid "Choose a file"
msgstr "إختر ملف"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr "متقدم"
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:103
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
msgid "Basic"
msgstr "Basic"
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr "<-سابق "
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
msgid "Next"
msgstr "التالي"
@@ -5164,375 +4913,379 @@ msgstr ""
msgid "Re-submit"
msgstr "إعادة تسليم"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "التشيكية (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "الألمانية"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "الإسبانية"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "الفنلندية"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "الفرنسية"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "النرويجية"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "البولندية"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "الروسية"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "السويدية"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
msgstr "لوحة المفاتيح البريطانية"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
msgstr "لوحة المفاتيح الأمريكية"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:167
msgid "Albanian"
msgstr "الألبانيةّ"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "الأرمينية (قديم)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "الأرمينية (آلة كاتبة)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "الأرمينيةّ (صوتي)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "الأذربيجانية (لاتيني)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "البلجيكية"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bengali"
msgstr "تمكين"
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (phonetic)"
msgstr "البلغارية (صوتية)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
msgid "Bulgarian (BDS)"
msgstr "البلغارية (BDS)"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "البرازيليةّ (ABNT-2)"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:184
#, fuzzy
msgid "Bosnian"
msgstr "الإستونية"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
msgid "Belarusian"
msgstr "البيلاروسية"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "السويسرية (تصميم ألماني)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "السويسرية (تصميم فرنسي) "
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "التشيكية (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr " الألمانيةّ (no dead keys)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "الدنماركية"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (نرويجيةّ) "
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
msgid "Dvorak (Swedish)"
msgstr "Dvorak (سويدية)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "الإستونية"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "الجورجية (التصميم الروسي)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "الجورجيةّ (التصميم اللاتيني)"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "اليونانية"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "المجرية الهنغارية"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "الكرواتية"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "العبرية"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "العبرية (صوتية)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
msgstr "الإيرانيّة"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "الآيسلاندية"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "الإيطالية"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr "اليابانية 106 مفاتيح"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:217
msgid "Korean keyboard"
msgstr "لوحة المفاتيح الكورية"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "الأمريكية اللاتينية"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:219
#, fuzzy
msgid "Laotian"
msgstr "اللاتفية"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "اللّيتوانيةّ AZERTY ( قديم ) "
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "اللّيتوانيّة AZERTY ( جديد ) "
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "اللّيتوانيةّ \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr " اللّيتوانيةّ \"phonetic\" QWERTY"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:225
msgid "Latvian"
msgstr "اللاتفية"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr "المقدونية"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:229
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "الصّربيةّ (cyrillic)"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "الهولنديّة"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "البولندية (qwerty layout)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "البولندية (qwertz layout)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "البرتغالية"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "الكنديّة (كيبيك)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:239
msgid "Romanian (qwertz)"
msgstr "الرّومانيّة (qwertz)"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:240
msgid "Romanian (qwerty)"
msgstr "الرّومانيةّ (qwertz)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "الرّوسيةّ (Yawerty)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "السلوفينية"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "السلوفاكية (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "السلوفاكية (QWERTZ)"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:248
msgid "Serbian (cyrillic)"
msgstr "الصّربيةّ (cyrillic)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:250
msgid "Tamil (Unicode)"
msgstr "التاميل (Unicode)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
msgstr "التاميل (TSCII)"
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "لوحة المفاتيح التّايلانديّة"
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
msgid "Tajik keyboard"
msgstr "لوحة مفاتيح الطّاجيكيّة"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "التّركيّ (traditional \"F\" model)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "التّركيّ (modern \"Q\" model)"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "الأوكرانية"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
msgstr "( "
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "الفيتناميّ \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
msgid "Yugoslavian (latin)"
msgstr "( يوغسلافيّ ( اللّاتينيّة "
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
msgstr "مفتاح Alt key"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
msgstr "مفتاح CapsLock"
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl and Alt keys simultaneously"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
msgstr "Alt and Shift keys simultaneously"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
msgstr "\"Menu\" key"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr "Left \"Windows\" key"
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr "Right \"Windows\" key"
@@ -5545,35 +5298,44 @@ msgstr "Circular mounts %s\n"
msgid "Remove the logical volumes first\n"
msgstr ""
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm_.c:18
+#, fuzzy
+msgid "modinfo is not available"
+msgstr "آسف , لا مدخل مرن متاح"
+
+#: ../../modules/parameters.pm_.c:50
#, fuzzy
msgid "a number"
msgstr "رقم التّليفون "
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
#, fuzzy
msgid "comma separated strings"
msgstr "تجهيز التجزئات"
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Mouse"
@@ -5679,77 +5441,90 @@ msgstr "ولا واحد"
msgid "No mouse"
msgstr "No mouse"
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
msgid "Please test the mouse"
msgstr "من فضلك اختبر الفأرة"
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
msgid "To activate the mouse,"
msgstr "To activate the mouse,"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
msgstr " WHEEL! حرّك "
-#: ../../my_gtk.pm_.c:64
+#: ../../my_gtk.pm_.c:65
#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
msgid "Finish"
msgstr "إنتهاء"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "التالي ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "هل هذا صحيح ? "
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "المعلومات"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "Expand Tree"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "Collapse Tree"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr ""
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "وصّل إلى الإنترنت "
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "use pppoe"
#: ../../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 ""
+msgid "use pptp"
+msgstr "use pptp"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
+msgstr "use dhcp"
#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr "Alcatel speedtouch usb"
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
-msgstr "use dhcp"
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
+msgstr ""
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "use pppoe"
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
+msgid "Connect to the Internet"
+msgstr "وصّل إلى الإنترنت "
-#: ../../network/adsl.pm_.c:26
-msgid "use pptp"
-msgstr "use pptp"
+#: ../../network/adsl.pm_.c:30
+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:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
#: ../../network/drakfirewall.pm_.c:12
#, fuzzy
@@ -5830,10 +5605,10 @@ msgstr "أخرى"
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr ""
"تريد أن تستخدم dhcp أيّ عميل ?\n"
-" Default is dhcpcd"
+" Default is dhcp-client"
#: ../../network/ethernet.pm_.c:88
msgid ""
@@ -5841,7 +5616,7 @@ msgid ""
"I cannot set up this connection type."
msgstr ""
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:238
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
msgid "Choose the network interface"
msgstr "اختر السّطح البينيّ للشبكة "
@@ -5850,15 +5625,15 @@ msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr ""
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "لا بطاقة شبكة وجدت "
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "ا ؚداد شبك؊"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
msgid ""
"Please enter your host name if you know it.\n"
"Some DHCP servers require the hostname to work.\n"
@@ -5866,15 +5641,15 @@ msgid ""
"such as ``mybox.mylab.myco.com''."
msgstr ""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Host اسم "
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
msgid "Network Configuration Wizard"
msgstr "معالج إعداد الشبكة"
@@ -5911,62 +5686,62 @@ msgstr "إعداد جديد (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "إعداد قديم (isdn4net)"
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "ISDN ؼؚداد "
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
msgstr ""
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol"
msgstr ""
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol (EDSS1)"
msgstr ""
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid "Protocol for the rest of the world"
msgstr ""
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
msgstr ""
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
msgid "Which protocol do you want to use?"
msgstr ""
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
msgid "What kind of card do you have?"
msgstr ""
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
msgstr "لا أعرف "
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -5975,76 +5750,103 @@ msgid ""
"card.\n"
msgstr ""
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
msgstr "إنهاء"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Continue"
msgstr "تابؚ"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
msgid "Which is your ISDN card?"
msgstr "ISDN ما هية بطاقتك"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
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:252
+#: ../../network/isdn.pm_.c:248
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr ""
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "Dialup options"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr ""
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
msgid "Phone number"
msgstr "رقم التّليفون "
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "Login ID"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "Script-based"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "Terminal-based"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Domain name"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
msgid "First DNS Server (optional)"
msgstr "( خادم ا الأوّل ( اختياريّ "
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
msgid "Second DNS Server (optional)"
msgstr ""
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "لكن ليس موائمة"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "تثبيت النظام"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "الجدول"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -6075,24 +5877,24 @@ msgstr ""
msgid "Connect"
msgstr "اتصل"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
msgid "Disconnect"
msgstr "اقطع الإتصال"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
msgid "Configure the connection"
msgstr "قم بإعداد الإتصال"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
msgid "Internet connection & configuration"
msgstr ""
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
-#: ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:103
#, c-format
msgid ""
"\n"
@@ -6104,12 +5906,12 @@ msgid ""
"Press OK to continue."
msgstr ""
-#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr ""
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6117,7 +5919,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:160
+#: ../../network/netconnect.pm_.c:157
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6125,95 +5927,100 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:166
+#: ../../network/netconnect.pm_.c:163
msgid "Choose the profile to configure"
msgstr ""
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3203
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
msgid "Expert Mode"
msgstr "وضعية الخبير"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr ""
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
msgid "Normal modem connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, c-format
msgid "detected on port %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "وصلة انترنت"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "detected %s"
+
+#: ../../network/netconnect.pm_.c:216
msgid "ISDN connection"
msgstr "ISDN connection"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr "detected %s"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
msgid "ADSL connection"
msgstr "وصلة ADSL"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected on interface %s"
-msgstr ""
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "Cable connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "cable connection detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "LAN connection"
msgstr "وصلة LAN"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
msgid "Choose the connection you want to configure"
msgstr ""
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
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:226
+#: ../../network/netconnect.pm_.c:247
msgid "Internet connection"
msgstr "وصلة انترنت"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
msgid "Do you want to start the connection at boot?"
msgstr ""
-#: ../../network/netconnect.pm_.c:246
+#: ../../network/netconnect.pm_.c:267
msgid "Network configuration"
msgstr "ا عداد الشّبكة "
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6221,27 +6028,27 @@ msgid ""
"%s"
msgstr ""
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
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:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:266
+#: ../../network/netconnect.pm_.c:287
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:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6249,50 +6056,62 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:296
+#: ../../network/network.pm_.c:283
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:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr ""
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, c-format
msgid " (driver %s)"
msgstr "(driver %s)"
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "IP address"
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
-#: ../../standalone/drakgw_.c:295
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
msgstr "Automatic IP"
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
msgid "Start at boot"
msgstr "ابدأ عند الإقلاع"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6300,56 +6119,56 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../network/network.pm_.c:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "الخادم DNS"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (e.g. %s)"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Gateway device"
-#: ../../network/network.pm_.c:376
+#: ../../network/network.pm_.c:363
msgid "DNS server address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:380
+#: ../../network/network.pm_.c:367
msgid "Gateway address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:394
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Proxies اؚداد"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr ""
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#: ../../network/network.pm_.c:388
msgid "Url should begin with 'ftp:' or 'http:'"
msgstr ""
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:26
msgid "Firewalling configuration detected!"
msgstr "تم اكتشاف إعداد للجدار الناري!"
-#: ../../network/shorewall.pm_.c:26
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -6357,118 +6176,118 @@ msgstr ""
"تحذير! تم إيجاد إعداد جدار ناري موجود مسبقا. ربما تحتاج الى اصلاح يدوي بعد "
"التثبيت."
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
msgid "Internet configuration"
msgstr "اؚداد Internet "
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
msgid "Do you want to try to connect to the Internet now?"
msgstr ""
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
msgid "Testing your connection..."
msgstr ""
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
msgid "The system is now connected to Internet."
msgstr ""
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr ""
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
msgstr ""
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
msgid "Connection Configuration"
msgstr ""
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr ""
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
msgstr ""
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "Card mem (DMA)"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "Card IO"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "Card IO_0"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "Card IO_1"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr ""
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
msgid "Provider phone number"
msgstr ""
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
msgid "Provider dns 1 (optional)"
msgstr ""
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
msgid "Provider dns 2 (optional)"
msgstr ""
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
msgid "Choose your country"
msgstr "إختر بلدك"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
msgid "Dialing mode"
msgstr ""
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
msgid "Connection speed"
msgstr "سرعة الإتصال"
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
msgid "Connection timeout (in sec)"
msgstr "الوقت الأقصى للاتصال (بالثواني)"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
msgid "Account Login (user name)"
msgstr ""
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
msgid "Account Password"
msgstr "Account Password"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "فشل التحميل: "
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -6484,12 +6303,12 @@ msgstr ""
msgid "Bad backup file"
msgstr ""
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr ""
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6516,202 +6335,203 @@ msgstr ""
msgid "maybe"
msgstr ""
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
+msgstr "PDQ"
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Line Printer Daemon"
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
+msgstr "LPD"
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1181
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:36
-msgid "LPD"
-msgstr "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
-#: ../../printer.pm_.c:37
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
+msgstr "CUPS"
-#: ../../printer.pm_.c:49
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+#, fuzzy
+msgid "Unknown Model"
+msgstr "غير معروف"
+
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "طابعة محلية"
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
msgid "Remote printer"
msgstr "طابعة بعيدة"
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
msgid "Printer on remote CUPS server"
msgstr ""
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
msgid "Printer on remote lpd server"
msgstr ""
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
msgid "Network printer (TCP/Socket)"
msgstr "ءابؚ؊ شبك؊ (TCP/Socket)"
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr ""
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
msgid "Printer on NetWare server"
msgstr ""
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
msgid "Enter a printer device URI"
msgstr ""
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:346 ../../printer.pm_.c:388 ../../printer.pm_.c:570
-#, fuzzy
-msgid "Unknown Model"
-msgstr "غير معروف"
-
-#: ../../printer.pm_.c:791 ../../printer.pm_.c:982 ../../printer.pm_.c:1374
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3471
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:819
+#: ../../printer/main.pm_.c:317
msgid "Local Printers"
msgstr "الطابعات المحلية"
-#: ../../printer.pm_.c:821 ../../printer.pm_.c:1182
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
msgid "Remote Printers"
msgstr "الطابعات البعيدة"
-#: ../../printer.pm_.c:828 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:831 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:836
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:839
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:841
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:843
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:846
+#: ../../printer/main.pm_.c:344
#, c-format
msgid ", printing to %s"
msgstr ""
-#: ../../printer.pm_.c:848
+#: ../../printer/main.pm_.c:346
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:850
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:854
+#: ../../printer/main.pm_.c:352
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:858
+#: ../../printer/main.pm_.c:356
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:860
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:979 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:1151
+#: ../../printer/main.pm_.c:647
#, c-format
msgid "(on %s)"
msgstr ""
-#: ../../printer.pm_.c:1153
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:1178
+#: ../../printer/main.pm_.c:674
#, c-format
msgid "On CUPS server \"%s\""
msgstr "على خادم CUPS \"%s\""
-#: ../../printer.pm_.c:1184 ../../printerdrake.pm_.c:3123
-#: ../../printerdrake.pm_.c:3134 ../../printerdrake.pm_.c:3360
-#: ../../printerdrake.pm_.c:3412 ../../printerdrake.pm_.c:3438
-#: ../../printerdrake.pm_.c:3613 ../../printerdrake.pm_.c:3615
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr ""
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr ""
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr ""
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
msgid ""
"\n"
"Printers on remote CUPS servers you do not have to configure here; these "
"printers will be automatically detected."
msgstr ""
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3187
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
msgid "CUPS configuration"
msgstr " CUPS اؚدادات"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3188
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
msgid "Specify CUPS server"
msgstr "الخادم CUPS حدّد"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
"do not have to configure anything; the CUPS servers inform your machine "
@@ -6722,7 +6542,7 @@ msgid ""
"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
"\n"
"Normally, CUPS is automatically configured according to your network "
@@ -6732,148 +6552,148 @@ msgid ""
"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
msgid "The IP address should look like 192.168.1.20"
msgstr ""
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
msgid "The port number should be an integer!"
msgstr ""
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
msgid "CUPS server IP"
msgstr "عنوان IP لخادم CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
msgid "Port"
msgstr "البوابة"
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
msgid "Automatic CUPS configuration"
msgstr "تهيئة CUPS آلية"
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2792
-#: ../../printerdrake.pm_.c:2797 ../../printerdrake.pm_.c:2831
-#: ../../printerdrake.pm_.c:2836 ../../printerdrake.pm_.c:2873
-#: ../../printerdrake.pm_.c:2926 ../../printerdrake.pm_.c:2946
-#: ../../printerdrake.pm_.c:2960 ../../printerdrake.pm_.c:2994
-#: ../../printerdrake.pm_.c:3040 ../../printerdrake.pm_.c:3058
-#: ../../printerdrake.pm_.c:3147 ../../printerdrake.pm_.c:3226
-#: ../../printerdrake.pm_.c:3528 ../../printerdrake.pm_.c:3583
-#: ../../printerdrake.pm_.c:3636 ../../standalone/printerdrake_.c:57
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:178
+#: ../../printer/printerdrake.pm_.c:159
msgid "Checking your system..."
msgstr ""
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printerdrake.pm_.c:198
+#: ../../printer/printerdrake.pm_.c:179
msgid ""
"The following printers\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:199
+#: ../../printer/printerdrake.pm_.c:180
msgid ""
"The following printer\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
msgstr ""
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
msgstr ""
-#: ../../printerdrake.pm_.c:210
+#: ../../printer/printerdrake.pm_.c:189
#, fuzzy
msgid "directly connected to your system"
msgstr "انسخ الخطوط الى نظامك"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:221
+#: ../../printer/printerdrake.pm_.c:200
#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "رجاء اختر المنفذ الموصلة إليه طابعتك."
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:236
+#: ../../printer/printerdrake.pm_.c:215
#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr ""
"هل تريد تعيين هذه الطابعة (\"%s\")\n"
"كطابعة افتراضية؟"
-#: ../../printerdrake.pm_.c:238
+#: ../../printer/printerdrake.pm_.c:217
#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "هل تريد تجربة إعداد طابعة أخرى؟"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3169
-#: ../../printerdrake.pm_.c:3299
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
msgid "Add a new printer"
msgstr "أضف طابعة جديدة"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6886,7 +6706,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6908,7 +6728,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6923,7 +6743,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6943,20 +6763,20 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:328
+#: ../../printer/printerdrake.pm_.c:307
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "تحقق من الطابعات آليا"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -6970,54 +6790,54 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Printer auto-detection"
msgstr "تحقق آلي"
-#: ../../printerdrake.pm_.c:421
+#: ../../printer/printerdrake.pm_.c:385
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:387
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, c-format
msgid "Detected %s"
msgstr "تم التحقق من %s"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:437
+#: ../../printer/printerdrake.pm_.c:399
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "ءابؚ؊ شبك؊ (TCP/Socket)"
-#: ../../printerdrake.pm_.c:439
+#: ../../printer/printerdrake.pm_.c:401
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
msgid "Local Printer"
msgstr "طابعة محلية"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
@@ -7025,36 +6845,36 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
msgid "You must enter a device or file name!"
msgstr ""
#
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
#, fuzzy
msgid "No printer found!"
msgstr ""
"لم يتم ايحاد طابعة محلية!\n"
"\n"
-#: ../../printerdrake.pm_.c:601
+#: ../../printer/printerdrake.pm_.c:548
#, fuzzy
msgid "Available printers"
msgstr "طابعة محلية"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7062,7 +6882,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
@@ -7070,81 +6890,81 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
msgid "Please choose the port where your printer is connected to."
msgstr "رجاء اختر المنفذ الموصلة إليه طابعتك."
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
msgid "You must choose/enter a printer/device!"
msgstr ""
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
msgid "Manual configuration"
msgstr "إعداد يدوي"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
msgstr ""
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
msgid "Remote host name"
msgstr ""
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
msgid "Remote printer name"
msgstr ""
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
msgid "Remote host name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
msgid "Remote printer name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "تم التحقق من %s"
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Scanning network..."
msgstr "جاري بدء الشبكة..."
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "جاري الطباعة على الطابعة \"%s\""
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
"may be different from its TCP/IP hostname!) and possibly the IP address of "
@@ -7152,46 +6972,46 @@ msgid ""
"access and any applicable user name, password, and workgroup information."
msgstr ""
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr ""
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr ""
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr ""
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "مجموعة العمل"
-#: ../../printerdrake.pm_.c:868
+#: ../../printer/printerdrake.pm_.c:806
#, fuzzy
msgid "Auto-detected"
msgstr "تحقق آلي"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7215,7 +7035,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7224,7 +7044,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7232,11 +7052,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
"name (Note! it may be different from its TCP/IP hostname!) as well as the "
@@ -7244,43 +7064,43 @@ msgid ""
"name and password."
msgstr ""
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr ""
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr ""
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
msgid "TCP/Socket Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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 ""
-#: ../../printerdrake.pm_.c:1100
+#: ../../printer/printerdrake.pm_.c:1033
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 "
@@ -7288,58 +7108,62 @@ msgid ""
"vary. See the manual of your hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:1105
+#: ../../printer/printerdrake.pm_.c:1037
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "اسم مستضيف الطابعة"
-#: ../../printerdrake.pm_.c:1127
+#: ../../printer/printerdrake.pm_.c:1059
#, fuzzy
msgid "Printer host name or IP"
msgstr "اسم مستضيف الطابعة"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
msgid "Printer Device URI"
msgstr ""
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr ""
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "الوصف"
+
+#: ../../printer/printerdrake.pm_.c:1466
msgid "Location"
msgstr "المكان"
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
msgid "Reading printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
msgid "Preparing printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
msgid "Your printer model"
msgstr ""
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7354,24 +7178,24 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
msgid "The model is correct"
msgstr ""
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
msgid "Select model manually"
msgstr "تم اختيار النّموذج يدويًّا"
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
msgid "Printer model selection"
msgstr "إختيار وحدات الطابعة"
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
msgid "Which printer model do you have?"
msgstr "ما هو نوع الطابعة لديك؟"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -7380,17 +7204,17 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
msgid "OKI winprinter configuration"
msgstr "ؼؚداد OKI WinPrinter"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7400,11 +7224,11 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
msgid "Lexmark inkjet configuration"
msgstr "ؼؚداد Lexmark Inkjet"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7412,7 +7236,7 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1858
+#: ../../printer/printerdrake.pm_.c:1746
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."
@@ -7424,11 +7248,11 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -7451,7 +7275,7 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
msgid ""
"Printer default settings\n"
"\n"
@@ -7461,22 +7285,22 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -7485,11 +7309,11 @@ msgstr ""
"هل تريد تعيين هذه الطابعة (\"%s\")\n"
"كطابعة افتراضية؟"
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
msgid "Test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on "
@@ -7497,39 +7321,39 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
msgid "No test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
msgid "Print"
msgstr "ؼءبؚ"
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
msgid "Standard test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
msgid "Alternative test page (A4)"
msgstr ""
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
msgid "Photo test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
msgid "Do not print any test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
msgstr ""
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7539,21 +7363,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3473
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
msgid "Raw printer"
msgstr "طابعة خام"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7562,15 +7386,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -7579,7 +7403,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7587,41 +7411,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7631,7 +7455,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -7640,40 +7464,40 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2388
+#: ../../printer/printerdrake.pm_.c:2271
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "جاري الطباعة/المسح على \"%s\""
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "جاري الطباعة/المسح على \"%s\""
-#: ../../printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2274
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "جاري الطباعة/المسح على \"%s\""
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "جاري الطباعة على الطابعة \"%s\""
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3457 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
msgid "Close"
msgstr "إغلاق"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
msgid "Print option list"
msgstr "قائمة خيارات الطابعة"
-#: ../../printerdrake.pm_.c:2418
+#: ../../printer/printerdrake.pm_.c:2301
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7687,7 +7511,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -7700,17 +7524,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2927
-#: ../../printerdrake.pm_.c:3227
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
msgid "Reading printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
msgid "Transfer printer configuration"
msgstr "نقل إعدادات الطابعة"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7720,51 +7544,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7772,56 +7596,56 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
msgid "New printer name"
msgstr ""
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
msgid "Refreshing printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
msgid "Starting network..."
msgstr "جاري بدء الشبكة..."
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
msgid "Configure the network now"
msgstr ""
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
msgid "Network functionality not configured"
msgstr "لم يتم تحديد وظيفية الشبكة"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 "
@@ -7829,11 +7653,11 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
msgid "Go on without configuring the network"
msgstr ""
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -7843,31 +7667,31 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
msgid ""
"The network access was not running and could not be started. Please check "
"your configuration and your hardware. Then try to configure your remote "
"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
msgid "Restarting printing system..."
msgstr ""
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "high"
msgstr "مرتفع"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "paranoid"
msgstr ""
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -7882,11 +7706,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
msgid "Starting the printing system at boot time"
msgstr ""
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -7900,60 +7724,60 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2793
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2874
-#: ../../printerdrake.pm_.c:2995
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2798
-msgid "Removing LPRng..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "جاري ازالة %s"
-#: ../../printerdrake.pm_.c:2837
-msgid "Removing LPD..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "تركيب طرود ..."
-#: ../../printerdrake.pm_.c:2910
+#: ../../printer/printerdrake.pm_.c:2685
msgid "Select Printer Spooler"
msgstr ""
-#: ../../printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2686
msgid "Which printing system (spooler) do you want to use?"
msgstr "أي نظام طباعة تريد أن تستخدم؟"
-#: ../../printerdrake.pm_.c:2947
+#: ../../printer/printerdrake.pm_.c:2720
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "جاري إعداد الطابعة \"%s\" ..."
-#: ../../printerdrake.pm_.c:2961
+#: ../../printer/printerdrake.pm_.c:2731
msgid "Installing Foomatic..."
msgstr ""
-#: ../../printerdrake.pm_.c:3031 ../../printerdrake.pm_.c:3072
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr ""
-#: ../../printerdrake.pm_.c:3041
+#: ../../printer/printerdrake.pm_.c:2810
#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "جاري قراءة بيانات الطابعة ..."
-#: ../../printerdrake.pm_.c:3059 ../../printerdrake.pm_.c:3637
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
msgid "Configuring applications..."
msgstr "جاري إعداد التطبيقات..."
-#: ../../printerdrake.pm_.c:3079
+#: ../../printer/printerdrake.pm_.c:2845
msgid "Would you like to configure printing?"
msgstr ""
-#: ../../printerdrake.pm_.c:3091
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:3151
+#: ../../printer/printerdrake.pm_.c:2915
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; "
@@ -7961,35 +7785,35 @@ msgid ""
"OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3152
+#: ../../printer/printerdrake.pm_.c:2916
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; or to view information about "
"it."
msgstr ""
-#: ../../printerdrake.pm_.c:3179
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:2960
msgid "Change the printing system"
msgstr "تغيير نظام الطباعة"
-#: ../../printerdrake.pm_.c:3202 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
msgid "Normal Mode"
msgstr ""
-#: ../../printerdrake.pm_.c:3367 ../../printerdrake.pm_.c:3417
-#: ../../printerdrake.pm_.c:3630
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
msgid "Do you want to configure another printer?"
msgstr "هل تريد تجربة إعداد طابعة أخرى؟"
-#: ../../printerdrake.pm_.c:3452
+#: ../../printer/printerdrake.pm_.c:3211
msgid "Modify printer configuration"
msgstr "تعديل اعدادات الطابعة"
-#: ../../printerdrake.pm_.c:3454
+#: ../../printer/printerdrake.pm_.c:3213
#, c-format
msgid ""
"Printer %s\n"
@@ -7998,179 +7822,111 @@ msgstr ""
"الطابعة %s\n"
"هل تريد تعديل تلك الطابعة؟"
-#: ../../printerdrake.pm_.c:3458
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3463 ../../printerdrake.pm_.c:3518
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
msgid "Printer connection type"
msgstr "نوع وصلة الطابعة"
-#: ../../printerdrake.pm_.c:3464 ../../printerdrake.pm_.c:3522
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
msgid "Printer name, description, location"
msgstr ""
-#: ../../printerdrake.pm_.c:3466 ../../printerdrake.pm_.c:3540
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3541
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3476 ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3478 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3479 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3480 ../../printerdrake.pm_.c:3574
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
msgid "Print test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:3481 ../../printerdrake.pm_.c:3576
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
msgid "Know how to use this printer"
msgstr "اعرف كيف تستخدم هذه الطابعة"
-#: ../../printerdrake.pm_.c:3483 ../../printerdrake.pm_.c:3578
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
msgid "Remove printer"
msgstr ""
-#: ../../printerdrake.pm_.c:3529
+#: ../../printer/printerdrake.pm_.c:3282
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "جاري ازالة الطابعة القديمة \"%s\" ..."
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3307
msgid "Default printer"
msgstr ""
-#: ../../printerdrake.pm_.c:3555
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3568 ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3572
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3580
+#: ../../printer/printerdrake.pm_.c:3325
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr ""
-#: ../../printerdrake.pm_.c:3584
+#: ../../printer/printerdrake.pm_.c:3329
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "جاري ازالة الطابعة \"%s\" ..."
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "إعداد البروكسي"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "عنوان"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr ""
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr ""
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr ""
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr ""
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr ""
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr ""
-
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr ""
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr ""
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
msgstr ""
@@ -8184,7 +7940,7 @@ msgstr ""
msgid "Not enough partitions for RAID level %d\n"
msgstr ""
-#: ../../security/main.pm_.c:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -8209,80 +7965,76 @@ msgid ""
"\t email)"
msgstr ""
-#: ../../security/main.pm_.c:65
+#: ../../security/main.pm_.c:66
#, fuzzy
msgid "Security Level:"
msgstr "مستوى الأمن"
-#: ../../security/main.pm_.c:99
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr "المرجع"
+
+#: ../../security/main.pm_.c:113
#, fuzzy
msgid "Security Alerts:"
msgstr "مستوى الأمن"
-#: ../../security/main.pm_.c:101
+#: ../../security/main.pm_.c:115
msgid "Security Administrator:"
msgstr ""
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "Network Options"
msgstr "خيارات أكثر"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "System Options"
msgstr "خيارات أكثر"
-#: ../../security/main.pm_.c:119 ../../security/main.pm_.c:148
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
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:137
-#, fuzzy, c-format
-msgid " (default: %s)"
-msgstr "المرجع"
-
-#: ../../security/main.pm_.c:161
-msgid "Periodic Checks 2"
-msgstr ""
-
-#: ../../security/main.pm_.c:162
+#: ../../security/main.pm_.c:177
msgid "Periodic Checks"
msgstr ""
-#: ../../security/main.pm_.c:176
+#: ../../security/main.pm_.c:191
#, fuzzy
msgid "Please wait, setting security level..."
msgstr "جاري ضبط مستوى الأمن"
-#: ../../security/main.pm_.c:182
+#: ../../security/main.pm_.c:197
#, fuzzy
msgid "Please wait, setting security options..."
msgstr "رجاء انتظر أثناء عملية ttmkfdir..."
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr ""
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
msgstr ""
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
msgstr ""
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -8290,7 +8042,7 @@ msgid ""
"UNIX cron, including better security and more powerful configuration options."
msgstr ""
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -8298,18 +8050,18 @@ msgid ""
"and includes support for pop-up menus on the console."
msgstr ""
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -8319,89 +8071,89 @@ msgid ""
"all of the services it is responsible for."
msgstr ""
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
"You should leave this enabled for most machines."
msgstr ""
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
msgstr ""
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
"names to IP addresses."
msgstr ""
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
msgstr ""
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
"/etc/exports file."
msgstr ""
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
msgstr ""
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
@@ -8409,7 +8161,7 @@ msgid ""
"it installed on machines that don't need it."
msgstr ""
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -8417,131 +8169,131 @@ msgid ""
"which act as servers for protocols which make use of the RPC mechanism."
msgstr ""
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
"one machine to another."
msgstr ""
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
msgstr ""
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
"routing protocols are needed for complex networks."
msgstr ""
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
msgstr ""
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
msgstr ""
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
msgid ""
"The rwho protocol lets remote users get a list of all of the users\n"
"logged into a machine running the rwho daemon (similiar to finger)."
msgstr ""
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
msgstr ""
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr ""
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
msgid "Printing"
msgstr ""
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
msgid "Internet"
msgstr "إنترنت"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
msgid "System"
msgstr "نظام"
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
msgid "Remote Administration"
msgstr ""
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
msgid "Database Server"
msgstr "خادم قواعد بيانات"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
msgid "Services"
msgstr "الخدمات"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "running"
msgstr ""
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "stopped"
msgstr ""
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr ""
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
msgstr ""
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
msgid "On boot"
msgstr ""
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
msgid "Start"
msgstr "ابدأ"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
msgid "Stop"
msgstr "توقف"
@@ -8613,7 +8365,7 @@ msgstr ""
" يمدّون أفضل لعب بمصادر مفتوحة Mandrake Linux 9.0 - arcade, action, "
"cards, sports, strategy,...."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
msgid "Mandrake Control Center"
msgstr "مركز تحكم Mandrake"
@@ -8769,194 +8521,585 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:49
+#: ../../standalone.pm_.c:21
+#, fuzzy
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+" هذا البرنامج هو برنامج حر; يمكنك اعادة توزيعة و/أو تعديله\n"
+" تحت بنود رخصة GNU العمومية الشاملة (GPL) كما نُشِرت عن طريق\n"
+" جمعية البرمجيات الحرة; إما اإصدار الثاني من الترخيص أو\n"
+" أي نسخة تالية (حسب اختيارك).\n"
+"\n"
+" هذا البرنامج يُوزَّع على أمل أن يكون مفيدا,\n"
+" لكن دون أي ضمان’; حتى بدون الضمانة المفهومة\n"
+" للإتجار أو المناسبة لغرض معين. انظر\n"
+" رخصة GNU العمومية الشاملة للتفاصيل.\n"
+"\n"
+" يجب أن تكون قد تسلمت نسخة من ترخيص GNU العمومية الشاملة\n"
+" مع البرنامج; في حالة عدم تسلم الرخصة راسل جمعية البرمجيات الحرة على العنوان "
+"التالي\n"
+" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
+"02111-1307,\n"
+" USA."
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "لوحة المفاتيح"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
+
+#: ../../standalone.pm_.c:168
msgid "Installing packages..."
msgstr "تركيب طرود ..."
-#: ../../standalone/XFdrake_.c:148
+#: ../../standalone/XFdrake_.c:138
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "يرجى تسجيل الخروج ثم استخدم Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:152
+#: ../../standalone/XFdrake_.c:142
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "يرجى اعادة تسجيل الدخول الى %s لتنشيط التغييرات"
-#: ../../standalone/drakTermServ_.c:188
+#: ../../standalone/drakTermServ_.c:239
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
msgstr "نقل إعدادات الطابعة"
-#: ../../standalone/drakTermServ_.c:203
+#: ../../standalone/drakTermServ_.c:253
#, fuzzy
msgid "Enable Server"
msgstr "خادم قواعد بيانات"
-#: ../../standalone/drakTermServ_.c:210
+#: ../../standalone/drakTermServ_.c:260
#, fuzzy
msgid "Disable Server"
msgstr "خادم قواعد بيانات"
-#: ../../standalone/drakTermServ_.c:218
+#: ../../standalone/drakTermServ_.c:268
#, fuzzy
msgid "Start Server"
msgstr " الخادم NIS"
-#: ../../standalone/drakTermServ_.c:225
+#: ../../standalone/drakTermServ_.c:275
#, fuzzy
msgid "Stop Server"
msgstr " الخادم NIS"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:239
+#: ../../standalone/drakTermServ_.c:294
#, fuzzy
msgid "Add/Del Users"
msgstr "اضف مستخدم"
-#: ../../standalone/drakTermServ_.c:241
+#: ../../standalone/drakTermServ_.c:299
#, fuzzy
msgid "Add/Del Clients"
msgstr "DHCP العميل"
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:328
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
msgstr ""
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
msgstr ""
-#: ../../standalone/drakTermServ_.c:521
+#: ../../standalone/drakTermServ_.c:573
#, fuzzy
msgid "No kernel selected!"
msgstr "لم يتم ايجاد بطاقة تلفاز!"
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:535
+#: ../../standalone/drakTermServ_.c:587
#, fuzzy
msgid "No nic selected!"
msgstr "غير متصل"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:552
+#: ../../standalone/drakTermServ_.c:604
#, fuzzy
msgid "<-- Delete"
msgstr "إلغاء"
-#: ../../standalone/drakTermServ_.c:559
+#: ../../standalone/drakTermServ_.c:611
#, fuzzy
msgid "Delete All NBIs"
msgstr "تم اختيار الكل"
-#: ../../standalone/drakTermServ_.c:621
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
#, fuzzy
msgid "Add User -->"
msgstr "اضف مستخدم"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "النوع: "
+
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:773
+#, fuzzy
+msgid "Thin Client"
+msgstr "DHCP العميل"
+
+#: ../../standalone/drakTermServ_.c:775
+#, fuzzy
+msgid "Allow Thin Clients"
+msgstr "DHCP العميل"
+
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:742
+#: ../../standalone/drakTermServ_.c:821
+#, fuzzy
+msgid "<-- Edit Client"
+msgstr "DHCP العميل"
+
+#: ../../standalone/drakTermServ_.c:837
#, fuzzy
-msgid "<-- Del Client"
+msgid "Delete Client"
msgstr "DHCP العميل"
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:843
#, fuzzy
msgid "dhcpd Config..."
msgstr "جاري الإعداد..."
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Netmask"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Domain name"
+
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr " الخادم NIS"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1001
#, fuzzy
msgid "dhcpd Server Configuration"
msgstr "إعداد متقدم"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone/drakTermServ_.c:875
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1018
#, fuzzy
msgid "Write Config"
msgstr "إعداة الإعداد"
-#: ../../standalone/drakTermServ_.c:965
+#: ../../standalone/drakTermServ_.c:1120
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "أدخل قرص مرن بالدّاخل %s"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:974
+#: ../../standalone/drakTermServ_.c:1129
#, fuzzy
msgid "No floppy drive available!"
msgstr "آسف , لا مدخل مرن متاح"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:40
msgid "Error!"
msgstr "؎ءأ ! "
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
msgid "Auto Install Configurator"
msgstr "أداة اعداد المثبّت الآلي"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -8971,21 +9114,30 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "أيرلندا"
+
+#: ../../standalone/drakautoinst_.c:66
msgid "Automatic Steps Configuration"
msgstr "إعداد الخطوات الآلية"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
msgid "Creating auto install floppy"
msgstr ""
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -8993,54 +9145,54 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:508
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
msgid "Auto Install"
msgstr "تثبيت آلي"
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
msgid "Add an item"
msgstr ""
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
msgid "Remove the last item"
msgstr "أزل المادة الأخيرة"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:724
+#: ../../standalone/drakbackup_.c:691
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
msgstr ""
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9048,7 +9200,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9056,13 +9208,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
#, fuzzy
msgid "Total progess"
msgstr "اجمالي التقدم"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9071,41 +9223,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:852
+#: ../../standalone/drakbackup_.c:819
#, c-format
msgid "Bad password on %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:821
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "لا يمكن أن ينفتح %s: %s\n"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -9116,64 +9268,64 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
msgid "Hard Disk Backup files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
msgid "Backup User files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
msgid "Backup Other files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1323
+#: ../../standalone/drakbackup_.c:1296
msgid "No changes to backup!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
@@ -9181,299 +9333,299 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, fuzzy, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr "ارسال الملفات عن طريق FTP"
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
msgid " Error during mail sending. \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
msgid "File Selection"
msgstr ""
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1604
+#: ../../standalone/drakbackup_.c:1575
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "انسخ ملفات النظام قبل:"
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
msgid "Please check all users that you want to include in your backup."
msgstr "رجاء اختر كل المستخدمين الذين تريد تضمينهم في النسخ الإحتياطي."
-#: ../../standalone/drakbackup_.c:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
msgid "Remove Selected"
msgstr "ازل المادة المختارة"
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
msgid "Windows (FAT32)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
msgid "Users"
msgstr "المستخدمون"
-#: ../../standalone/drakbackup_.c:1777
+#: ../../standalone/drakbackup_.c:1740
#, fuzzy
msgid "Use network connection to backup"
msgstr "استخدم القرص الصلب للنسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1785
+#: ../../standalone/drakbackup_.c:1748
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
msgid "Please enter the host name or IP."
msgstr "فضلا أدخل اسم المستضيف أو عنوان IP."
-#: ../../standalone/drakbackup_.c:1795
+#: ../../standalone/drakbackup_.c:1758
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr "فضلاً أدخل الدليل الموجودة فيه النسخ الإحتياطية"
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
msgid "Please enter your login"
msgstr "رجاء أدخل اسم الدخول"
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
msgid "Please enter your password"
msgstr "رجاء كلمة المرور"
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
msgid "Remember this password"
msgstr "تذكّر كلمة السّرّ هذه "
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
msgstr "إلى المساعد CD/DVDROM الاستعمال "
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
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:1925
+#: ../../standalone/drakbackup_.c:1887
#, fuzzy
msgid "Please choose your CD/DVD media size (Mb)"
msgstr "رجاء اختر مساحة القرص المدمج"
-#: ../../standalone/drakbackup_.c:1931
+#: ../../standalone/drakbackup_.c:1893
#, fuzzy
msgid "Please check for multisession CD"
msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
msgid "Please check if you are using CDRW media"
msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
-#: ../../standalone/drakbackup_.c:1943
+#: ../../standalone/drakbackup_.c:1905
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
-#: ../../standalone/drakbackup_.c:1944
+#: ../../standalone/drakbackup_.c:1906
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1950
+#: ../../standalone/drakbackup_.c:1912
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
-#: ../../standalone/drakbackup_.c:1956
+#: ../../standalone/drakbackup_.c:1918
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "فضلا قم بالتأشير هنا اذا كنت تستخدم وسيط CDRW"
-#: ../../standalone/drakbackup_.c:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
#, fuzzy
msgid "No CD device defined!"
msgstr "اختر ملف"
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
msgid "Use tape to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2059
+#: ../../standalone/drakbackup_.c:2021
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
-#: ../../standalone/drakbackup_.c:2065
+#: ../../standalone/drakbackup_.c:2027
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
-#: ../../standalone/drakbackup_.c:2071
+#: ../../standalone/drakbackup_.c:2033
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "فيما مضى CDRW من فضلك فحص ,إذا أردت أن تمحو "
-#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2142
+#: ../../standalone/drakbackup_.c:2103
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "فضلاً أدخل الدليل الموجودة فيه النسخ الإحتياطية"
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
msgid "Use quota for backup files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
msgid "Network"
msgstr "الشبكة"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2238
+#: ../../standalone/drakbackup_.c:2195
#, fuzzy
msgid "Tape"
msgstr "النوع"
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr "كلّ ساعة "
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr "يوميًّا "
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr "أسبوعيّا"
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr "شهريا"
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
msgid "Use daemon"
msgstr "استخدم المراقب"
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -9481,7 +9633,7 @@ msgstr ""
"فضلا اختر الفترة \n"
"ما بين كل عملية نسخ احتياطي"
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
msgid ""
"Please choose the\n"
"media for backup."
@@ -9489,78 +9641,78 @@ msgstr ""
"ع؏اإ ا؎تع\n"
"وسيط النسخ الاحتياطي"
-#: ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2247
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:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
msgid "What"
msgstr "ماذا "
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
msgid "Where"
msgstr "أين"
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
msgid "When"
msgstr "متى "
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
msgid "More Options"
msgstr "خيارات أكثر"
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
msgid "Drakbackup Configuration"
msgstr "ؼؚدادات Drakbackup"
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
msgid "Please choose where you want to backup"
msgstr "رجاء اختر أين تريد النسخ الاحتياطي."
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
msgstr "على القرص الصّلب"
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
msgid "across Network"
msgstr "عبر الشّبكة"
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
msgid "Please choose what you want to backup"
msgstr "رجاء اختر ما تريد نسخه احتياطياً"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2450
msgid "Backup system"
msgstr "نظام المساعد"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr "مستخدمو المساعد"
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr "اخترالمستخدم يدويًّا"
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
@@ -9568,7 +9720,7 @@ msgstr ""
"\n"
"مصادر المساعد :\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
@@ -9576,7 +9728,7 @@ msgstr ""
"\n"
"-ملفّات النّظام :\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
@@ -9584,7 +9736,7 @@ msgstr ""
"\n"
"-ملفّات المستخدم:\n"
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
@@ -9592,7 +9744,7 @@ msgstr ""
"\n"
"-الملفّات الأخرى:\n"
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
@@ -9601,32 +9753,32 @@ msgstr ""
"\n"
"- احفد القرص الصّلب على الطّريق :%s\n"
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2604
+#: ../../standalone/drakbackup_.c:2555
#, fuzzy, c-format
msgid " on device: %s"
msgstr "جهاز الفأرة: %s\n"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2557
#, fuzzy, c-format
msgid ""
"\n"
@@ -9635,12 +9787,12 @@ msgstr ""
"\n"
"-FTP و على host احفد على: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2610
+#: ../../standalone/drakbackup_.c:2561
#, fuzzy, c-format
msgid ""
"\n"
@@ -9649,14 +9801,14 @@ msgstr ""
"\n"
"-FTP و على host احفد على: %s\n"
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
msgid ""
"\n"
"- Options:\n"
@@ -9664,19 +9816,19 @@ msgstr ""
"\n"
"- خيارات:\n"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackups use tar and bzip2\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackups use tar and gzip\n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
@@ -9685,332 +9837,332 @@ msgstr ""
"\n"
"-Daemon (%s) include :\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr "\t-Network by SSH.\n"
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
msgid "Please uncheck or remove it on next time."
msgstr ""
-#: ../../standalone/drakbackup_.c:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
msgid " Restore Configuration "
msgstr ""
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
msgstr "اضغط موافق لاستعادة ملفات اخرى"
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
msgid "User list to restore (only the most recent date per user is important)"
msgstr "قائمة المستخدمين الذين سيتم استعادتهم"
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup_.c:3019
msgid "Backup the system files before:"
msgstr "انسخ ملفات النظام قبل:"
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
msgid "please choose the date to restore"
msgstr "رجاء اختر تاريخ الإستعادة"
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
msgid "Use Hard Disk to backup"
msgstr "استخدم القرص الصلب للنسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
msgid "Please enter the directory to save:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
msgid "FTP Connection"
msgstr "وصلة FTP"
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
msgid "Secure Connection"
msgstr "وصلة آمنة"
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
msgid "Restore from Hard Disk."
msgstr "استعد من القرص الصلب"
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
msgstr "فضلاً أدخل الدليل الموجودة فيه النسخ الإحتياطية"
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
msgid "Select another media to restore from"
msgstr "اختر وسيط آخر للاستعادة منه"
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
msgid "Other Media"
msgstr "وسيط آخر"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
msgid "Restore system"
msgstr "استعد النّظام"
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
msgid "Restore Users"
msgstr "أعد المستخدمين "
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
msgid "Restore Other"
msgstr "استؚد آ؎ع"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "اختر مسار الإستعادة (بدلاً من / )"
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "قم بنسخ احتياطي جديد فبل الإستعادة (فقط للنسخ الإحتياطية المتدرجة)"
-#: ../../standalone/drakbackup_.c:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
msgstr "أزل أدلة المستخدمين قبل الإستعادة"
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3396
+#: ../../standalone/drakbackup_.c:3344
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "ازل المادة المختارة"
-#: ../../standalone/drakbackup_.c:3413
+#: ../../standalone/drakbackup_.c:3361
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "استؚد آ؎ع"
-#: ../../standalone/drakbackup_.c:3479
+#: ../../standalone/drakbackup_.c:3427
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, fuzzy
msgid "Restore From CD"
msgstr "استعد من القرص الصلب"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, fuzzy
msgid "Restore From Tape"
msgstr "استعادة جدول التقسيم"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, fuzzy
msgid "Restore Via Network"
msgstr "أعد المستخدمين "
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3527
+#: ../../standalone/drakbackup_.c:3475
#, fuzzy
msgid "Host Name"
msgstr "Host اسم "
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3535
+#: ../../standalone/drakbackup_.c:3483
#, fuzzy
msgid "Password required"
msgstr "كلمة المرور"
-#: ../../standalone/drakbackup_.c:3541
+#: ../../standalone/drakbackup_.c:3489
#, fuzzy
msgid "Username required"
msgstr "اسم المستخدم"
-#: ../../standalone/drakbackup_.c:3544
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Hostname required"
msgstr "اسم المستضيف :"
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3565
+#: ../../standalone/drakbackup_.c:3513
#, fuzzy
msgid "Restore Failed..."
msgstr "استؚد آ؎ع"
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
msgstr "استعد كل النسخ الإحتياطية"
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
msgid "Custom Restore"
msgstr "استعادة مخصصة"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3867
+#: ../../standalone/drakbackup_.c:3813
#, fuzzy
msgid "Restore From Catalog"
msgstr "استعادة جدول التقسيم"
-#: ../../standalone/drakbackup_.c:3895
+#: ../../standalone/drakbackup_.c:3841
#, fuzzy
msgid "Restore Progress"
msgstr "أعد المستخدمين "
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
msgid "Previous"
msgstr "السابق"
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
msgid "Save"
msgstr "حفظ"
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
msgid "Build Backup"
msgstr "ابني النسخة الإحتياطية"
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
msgid "Restore"
msgstr "استؚاد؊"
-#: ../../standalone/drakbackup_.c:4233
+#: ../../standalone/drakbackup_.c:4189
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4257
+#: ../../standalone/drakbackup_.c:4195
+msgid ""
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:4209
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "الحزمة %s يجب أن تُثبّت. هل تريد تثبيتها؟"
-#: ../../standalone/drakbackup_.c:4280
-msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4232
msgid "Please select data to restore..."
msgstr "رجاء اختر تاريخ الإستعادة..."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
msgid "Please select media for backup..."
msgstr "رجاء اختر وسيط النسخ الإحتياطي..."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
msgid "Please select data to backup..."
msgstr "رجاء اختر البيانات المطلوب نسخها احتياطيا..."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -10018,59 +10170,59 @@ msgstr ""
"لم يتم ايجاد ملف تهيئة \n"
"فضلا اضغط معالج لأو متقدم."
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
msgstr "تحت التطوير ... انتظر فضلا"
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
msgid "Backup system files"
msgstr "انسخ ملفات النظام"
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
msgid "Backup user files"
msgstr "انسخ ملفات المستخدم"
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
msgid "Backup other files"
msgstr "انسخ ملفات أخرى"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
msgstr "اجمالي التقدم"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr "ارسال الملفات عن طريق FTP"
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
msgid "Sending files..."
msgstr "جاري ارسال الملفات..."
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
msgid "Backup Now from configuration file"
msgstr "قم بالنسخ الآن من ملف التهيئة"
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
msgid "View Backup Configuration."
msgstr "اعرض تهيئة النسخ الإحتياطي"
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
msgid "Wizard Configuration"
msgstr "إعدادات المعالج"
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
msgid "Advanced Configuration"
msgstr "إعداد متقدم"
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
msgid "Backup Now"
msgstr "قم بالنسخ الإحتياطي الآن"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
msgid ""
"options description:\n"
"\n"
@@ -10102,7 +10254,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10111,7 +10263,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -10152,7 +10304,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4788
+#: ../../standalone/drakbackup_.c:4701
msgid ""
"restore description:\n"
" \n"
@@ -10180,52 +10332,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
+#, fuzzy
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
" جميع الحقوق محفوظة (C) 2001 MandrakeSoft من دوبون سيباستيان <dupont_s"
"\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" هذا البرنامج هو برنامج حر; يمكنك اعادة توزيعة و/أو تعديله\n"
-" تحت بنود رخصة GNU العمومية الشاملة (GPL) كما نُشِرت عن طريق\n"
-" جمعية البرمجيات الحرة; إما اإصدار الثاني من الترخيص أو\n"
-" أي نسخة تالية (حسب اختيارك).\n"
-"\n"
-" هذا البرنامج يُوزَّع على أمل أن يكون مفيدا,\n"
-" لكن دون أي ضمان’; حتى بدون الضمانة المفهومة\n"
-" للإتجار أو المناسبة لغرض معين. انظر\n"
-" رخصة GNU العمومية الشاملة للتفاصيل.\n"
-"\n"
-" يجب أن تكون قد تسلمت نسخة من ترخيص GNU العمومية الشاملة\n"
-" مع البرنامج; في حالة عدم تسلم الرخصة راسل جمعية البرمجيات الحرة على العنوان "
-"التالي\n"
-" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
-"02111-1307,\n"
-" USA."
-
-#: ../../standalone/drakbackup_.c:4832
+#: ../../standalone/drakbackup_.c:4732
msgid ""
"Description:\n"
"\n"
@@ -10254,7 +10375,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -10265,7 +10385,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -10276,7 +10396,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10289,160 +10409,96 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
msgstr "فشل تثبيت %s. ظهر الخطأ التالي:"
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
msgstr ""
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
#, fuzzy
msgid "Standalone Tools"
msgstr "أدوات سطر الأوامر"
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
#, fuzzy
msgid "HardDrake"
msgstr "على القرص الصّلب"
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
#, fuzzy
msgid "Mandrake Online"
msgstr "استشاعات Mandrake"
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
#, fuzzy
msgid "Menudrake"
msgstr "MandrakeStore"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
#, fuzzy
msgid "Msec"
msgstr "الفأرة"
-#: ../../standalone/drakbug_.c:77
+#: ../../standalone/drakbug_.c:57
#, fuzzy
msgid "Remote Control"
msgstr "طابعة بعيدة"
-#: ../../standalone/drakbug_.c:78
+#: ../../standalone/drakbug_.c:58
msgid "Software Manager"
msgstr ""
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
msgstr ""
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakbug_.c:81
+#: ../../standalone/drakbug_.c:61
#, fuzzy
msgid "Userdrake"
msgstr "Printerdrake"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
#, fuzzy
msgid "Configuration Wizards"
msgstr "معالج إعداد الشبكة"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:75
#, fuzzy
msgid "Application:"
msgstr "التحقق"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
msgid "Package: "
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:100
+#: ../../standalone/drakbug_.c:78
#, fuzzy
msgid "Release: "
msgstr "من فضلك انتظر"
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -10454,144 +10510,151 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:134
+#: ../../standalone/drakbug_.c:112
#, fuzzy
msgid "Report"
msgstr "استؚاد؊"
-#: ../../standalone/drakbug_.c:171
+#: ../../standalone/drakbug_.c:148
#, fuzzy
msgid "Not installed"
msgstr "ما بعد ازالة التثبيت"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "ما بعد ازالة التثبيت"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:196
+#: ../../standalone/drakbug_.c:180
#, fuzzy
msgid "No browser available! Please install one"
msgstr "ستكون لقطات الشاشة موجودة بعد التثبيت في %s"
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "اعدادات الشبكة (%d موائمات)"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
msgid "Profile: "
msgstr "التشكيل:"
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr "احذف التشكيل..."
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr "التشكيل المطلوب حذفه:"
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr "تشكيل جديد..."
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
"لإسم التشكيل الذي ستعمله (التشكيل الجديد يتم عمله كنسخة من التشكيل الحالي) :"
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
msgid "Hostname: "
msgstr "اسم المستضيف :"
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
msgid "Internet access"
msgstr "الدخول الى الإنترنت"
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
msgid "Type:"
msgstr "النوع:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "البوابة:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Interface:"
msgstr "الواجهة:"
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr "الحالة:"
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr "الانتظار من فضلك"
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
msgid "Configure Internet Access..."
msgstr "إعداد الدخول الى الإنترنت..."
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
msgid "LAN configuration"
msgstr "ؼؚداد LAN"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Driver"
msgstr "المحرك"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Interface"
msgstr "الواجهة"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr "البروتوكول"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "State"
msgstr "الحالة"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
msgid "Configure Local Area Network..."
msgstr "إعداد الشبكة المحلية..."
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
msgstr "انقر هنا لتشغيل المعالج ->"
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "المعالج..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr "تطبيق"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Connected"
msgstr "متّصل "
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Not connected"
msgstr "غير متصل"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr "اتصل..."
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr "اقطع الإتصال..."
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr "تحذير, تم ايجاد اتصال إنترنت آخر, ربما يكون يستخدم شبكتك"
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -10599,36 +10662,36 @@ msgstr ""
"لم تقم بتهيئة أي واجهات.\n"
"قم بتهيئتهم أولا عن طريق الضغط على 'تهيئة'"
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
msgid "LAN Configuration"
msgstr "ؼؚداد LAN"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr "المحوّل %s: %s"
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr "بروتوكول الإقلاع"
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr "يتم بدءه عند الإقلاع"
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr "DHCP العميل "
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "activate now"
msgstr "قم بالتنشيط الآن"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "deactivate now"
msgstr "قم بإزالة التنشيط الآن"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
@@ -10636,7 +10699,7 @@ msgstr ""
"لم يتم تهيئة الواجهة بعد.\n"
"قم بتشغيل معالج التهيئة في النافذة الرئيسية"
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -10644,121 +10707,117 @@ msgstr ""
"ليست لديك أي اتصالات إنترنت.\n"
"قم بعمل اتصال أولا باستخدام 'تهيئة'"
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
msgid "Internet connection configuration"
msgstr "إعدادات الإتصال بالإنترنت"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
msgid "Internet Connection Configuration"
msgstr "إعدادات الإتصال بالإنترنت"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
msgid "Connection type: "
msgstr "نوع العلاقة"
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr "Parameters"
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Gateway"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr "Ethernet Card"
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr "DHCP العميل"
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr "الاستخدام: دريك للاقراص المرنة\n"
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr "-متنوع-ثابت-وسط-ر-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Module name"
msgstr "اسم الوحدة"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Size"
msgstr "حجم"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
msgid "drakfloppy"
msgstr "دريك للاقراص المرنة"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
msgid "boot disk creation"
msgstr "صنع قرص مرن لبدء النظام"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "المرجع"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr "خطأ فى دريك لعمل قرص بدء النظام: %s"
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
msgid "kernel version"
msgstr "اصدارة اللب"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
msgid "General"
msgstr "عام"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
msgid "Expert Area"
msgstr "منطقة الخبراء"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
msgstr "mkinitrd الخصائص الاختيارية"
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
msgid "Add a module"
msgstr "ا؜اف؊ وحد؊"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
msgid "force"
msgstr "ا؏باع"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr "اذا احتجته"
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
msgid "omit scsi modules"
msgstr "SCSI اهمل وحدات ال"
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr "RAID اهمل وحدات ال"
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
msgid "Remove a module"
msgstr "ازالة وحدة"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr "الناتج"
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr "جهز القرص"
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "تأكد من وجود الوسيط للوحدة %s"
-#: ../../standalone/drakfloppy_.c:382
+#: ../../standalone/drakfloppy_.c:341
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -10767,12 +10826,12 @@ msgstr ""
"لا يوجد وسط أو ربما يكون الوسط محمي من القراءة للجهاز %s.\n"
"فضلاً ادخل وسط فى الوحدة."
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, c-format
msgid "Unable to fork: %s"
msgstr "تعذر تنفيذ: %s"
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -10783,99 +10842,99 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
msgstr "ابحث في الخطوط المثبتة"
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
msgstr "أزل اختيار الخطوط المثبتة"
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
msgstr "تحليل كل الخطوط"
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
msgid "no fonts found"
msgstr "لا توجد خطوط"
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
msgid "done"
msgstr "انتهى"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr "لم أتمكن من ايجاد أي خطوط في تجزئاتك المحملة"
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
msgstr "أعد اختيار الخطوط الصحيحة"
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr "لم أتمكن من إيجاد أي خط.\n"
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr "ابحث عن الخطوط في القائمة المثبتة"
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
msgid "Fonts copy"
msgstr "نقل الخطوط"
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
msgid "True Type fonts installation"
msgstr "تثبيت خطوط True Type"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
msgstr "رجاء انتظر أثناء عملية ttmkfdir..."
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr "تم تثبيت خطوط True Type"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr "تحويل الخطوط"
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
msgstr "بناء type1inst"
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
msgstr "Ghostscript referencing"
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr "تحويل خطوط ttf"
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr "تحويل خطوط pfm"
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
msgstr "أبطل الملفات المؤقتة"
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
msgid "Restart XFS"
msgstr "أعد تشغيل XFS"
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
msgstr "أبطل ملفات الخطوط"
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
msgid "xfs restart"
msgstr "xfs restart"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -10884,111 +10943,216 @@ msgid ""
"may hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
msgid "Fonts Importation"
msgstr "استيراد الخطوط"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
msgstr "احصل على خطوط Windows"
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
msgid "Uninstall Fonts"
msgstr "اخذف الخطوط"
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
msgid "Advanced Options"
msgstr "خيارات متقدمة"
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
msgid "Font List"
msgstr "قائمة الخطوط"
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+#, fuzzy
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+" هذا البرنامج هو برنامج حر; يمكنك اعادة توزيعة و/أو تعديله\n"
+" تحت بنود رخصة GNU العمومية الشاملة (GPL) كما نُشِرت عن طريق\n"
+" جمعية البرمجيات الحرة; إما اإصدار الثاني من الترخيص أو\n"
+" أي نسخة تالية (حسب اختيارك).\n"
+"\n"
+" هذا البرنامج يُوزَّع على أمل أن يكون مفيدا,\n"
+" لكن دون أي ضمان’; حتى بدون الضمانة المفهومة\n"
+" للإتجار أو المناسبة لغرض معين. انظر\n"
+" رخصة GNU العمومية الشاملة للتفاصيل.\n"
+"\n"
+" يجب أن تكون قد تسلمت نسخة من ترخيص GNU العمومية الشاملة\n"
+" مع البرنامج; في حالة عدم تسلم الرخصة راسل جمعية البرمجيات الحرة على العنوان "
+"التالي\n"
+" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
+"02111-1307,\n"
+" USA."
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
msgid "Choose the applications that will support the fonts:"
msgstr "اختر التطبيقات التي ستدعم الخطوط :"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
msgid "StarOffice"
msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
msgid "Abiword"
msgstr "Abiword"
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
msgid "Generic Printers"
msgstr "طابعات عادية (Generic)"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
msgstr "اختر ملف أو دليل الخطوط و اضغط 'اضافة'"
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
msgid "Install List"
msgstr "ثبّت القائمة"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
msgstr "اضغط هنا إذا كنت متأكدا."
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr "إضغط هنا إذا لم تكن متأكدا."
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
msgstr "تم ازالة اختيار الكل"
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
msgid "Selected All"
msgstr "تم اختيار الكل"
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
msgid "Remove List"
msgstr "ازل القائمة"
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
msgid "Initials tests"
msgstr "الإختبارات الأولية"
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
msgid "Copy fonts on your system"
msgstr "انسخ الخطوط الى نظامك"
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr "ثبّت و حوّل الخطوط"
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
msgid "Post Install"
msgstr "ما بعد التثبيت"
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
msgid "Remove fonts on your system"
msgstr "أزل الخطوط من النظام"
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
msgid "Post Uninstall"
msgstr "ما بعد ازالة التثبيت"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
msgid "Internet Connection Sharing"
msgstr "مشاركة الإتصال بالإنترنت"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
msgstr "آسفون, نحن ندعم اصدارات النواة 2.4"
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr "مشاركة الإتصال بالإنترنت ممكنة حاليا"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -10996,19 +11160,19 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
msgid "disable"
msgstr "تعطيل"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr "اهمال"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "reconfigure"
msgstr "إعداة الإعداد"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
msgid "Disabling servers..."
msgstr "جاري تعطيل الخوادم..."
@@ -11016,11 +11180,11 @@ msgstr "جاري تعطيل الخوادم..."
msgid "Internet connection sharing is now disabled."
msgstr "مشاركة اتصال الإنترنت غير ممكَّنة الآن."
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr "مشاركة الإتصال بالإنترنت"
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11028,19 +11192,19 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
msgid "enable"
msgstr "تمكين"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr "جاري تمكين الخوادم..."
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
msgid "Internet connection sharing is now enabled."
msgstr "مشاركة إتصال الإنترنت ممكَّنة الآن."
-#: ../../standalone/drakgw_.c:185
+#: ../../standalone/drakgw_.c:183
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -11053,31 +11217,31 @@ msgid ""
"(LAN)."
msgstr ""
-#: ../../standalone/drakgw_.c:213
+#: ../../standalone/drakgw_.c:211
#, c-format
msgid "Interface %s (using module %s)"
msgstr "الواجهة %s (باستخدام الوحدة %s)"
-#: ../../standalone/drakgw_.c:214
+#: ../../standalone/drakgw_.c:212
#, c-format
msgid "Interface %s"
msgstr "الواجهة %s"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:220
msgid "No network adapter on your system!"
msgstr "لا محوّل الشّبكة على نظامك"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:221
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
-#: ../../standalone/drakgw_.c:229
+#: ../../standalone/drakgw_.c:227
msgid "Network interface"
msgstr "سطح بينيّ للشبكة "
-#: ../../standalone/drakgw_.c:230
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11087,17 +11251,17 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-#: ../../standalone/drakgw_.c:265
+#: ../../standalone/drakgw_.c:261
msgid "Network interface already configured"
msgstr "واجهة الشبكة معدّة مسبقا!"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11107,15 +11271,24 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:271
+#: ../../standalone/drakgw_.c:267
msgid "Automatic reconfiguration"
msgstr "اعداة تهيئة آلية"
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:268
msgid "Show current interface configuration"
msgstr "أظهر تهيئة الواجهة الحالية"
-#: ../../standalone/drakgw_.c:274
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "أظهر تهيئة الواجهة الحالية"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11132,7 +11305,7 @@ msgstr ""
"صفة الـIP: %s\n"
"المشغل: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:283
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
"server; in that case please verify I correctly read the Network that you use "
@@ -11141,18 +11314,18 @@ msgid ""
"\n"
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
-"\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:290
#, fuzzy
msgid "Local Network adress"
msgstr "شبكة محلية من الفئة C"
-#: ../../standalone/drakgw_.c:298
+#: ../../standalone/drakgw_.c:294
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -11161,64 +11334,64 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:304
+#: ../../standalone/drakgw_.c:300
msgid "(This) DHCP Server IP"
msgstr "عنوان IP لخادم DHCP (هذا)"
-#: ../../standalone/drakgw_.c:305
+#: ../../standalone/drakgw_.c:301
#, fuzzy
msgid "The DNS Server IP"
msgstr "عنوان IP لخادم DHCP (هذا)"
-#: ../../standalone/drakgw_.c:306
+#: ../../standalone/drakgw_.c:302
#, fuzzy
msgid "The internal domain name"
msgstr "اختر نوع التثبيت"
-#: ../../standalone/drakgw_.c:307
+#: ../../standalone/drakgw_.c:303
msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:308
+#: ../../standalone/drakgw_.c:304
msgid "The DHCP end range"
msgstr ""
-#: ../../standalone/drakgw_.c:309
+#: ../../standalone/drakgw_.c:305
msgid "The default lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:310
+#: ../../standalone/drakgw_.c:306
msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
msgstr "إعادة إعداد الواجهة و خادم DHCP"
-#: ../../standalone/drakgw_.c:318
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "الشبكة المحلية لم تنته بـ`0', جاري الخروج."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"تم ايجاد تعارض في عنوان الشبكة المحلية المبدئي في الإعداد الحالي لـ%s!\n"
-#: ../../standalone/drakgw_.c:339
+#: ../../standalone/drakgw_.c:335
msgid "Configuring..."
msgstr "جاري الإعداد..."
-#: ../../standalone/drakgw_.c:340
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr "جاري إعداد النصوص البرمجية و تثبيت البرمجيات و بدء الخدمات..."
-#: ../../standalone/drakgw_.c:376
+#: ../../standalone/drakgw_.c:372
#, c-format
msgid "Problems installing package %s"
msgstr "كانت هناك مشاكل في تثبيت الحزمة %s"
-#: ../../standalone/drakgw_.c:509
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -11228,23 +11401,23 @@ msgstr ""
"يمكنك الآن مشاركة اتصال الإنترنت مع الأجهزة الأخرى في شبكتك المحلية باستخدام "
"إعداد الشبكة الأوتوماتيكي (DHCP)."
-#: ../../standalone/drakgw_.c:528
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr "تم عمل التنصيب, و لكنه غير ممكَّن الآن"
-#: ../../standalone/drakgw_.c:529
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr "تم عمل التنصيب, و هو ممكَّن الآن."
-#: ../../standalone/drakgw_.c:530
+#: ../../standalone/drakgw_.c:525
msgid "No Internet Connection Sharing has ever been configured."
msgstr "لم يتم اعداد أي مشاركة اتصال بالإنترنت"
-#: ../../standalone/drakgw_.c:535
+#: ../../standalone/drakgw_.c:531
msgid "Internet connection sharing configuration"
msgstr "إعدادات مشاركة إتصال الإنترنت"
-#: ../../standalone/drakgw_.c:542
+#: ../../standalone/drakgw_.c:539
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11259,154 +11432,154 @@ msgstr ""
"\n"
"اضغط على تهيئة لتشغيل معالج الإعداد."
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "group"
msgstr "مجموعة العمل"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "permissions"
msgstr ""
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "user"
msgstr "المستخدم"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:44
#, fuzzy
msgid "delete"
msgstr "إلغاء"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:46
#, fuzzy
msgid "Down"
msgstr "انتهى"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:47
#, fuzzy
msgid "add a rule"
msgstr "ا؜اف؊ وحد؊"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
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:62
+#: ../../standalone/drakperm_.c:56
#, fuzzy
msgid "Add a new rule at the end"
msgstr "أضف طابعة جديدة"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:58
#, fuzzy
msgid "Up selected rule one level"
msgstr "تم ازالة اختيار الكل"
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:66
+#: ../../standalone/drakperm_.c:60
#, fuzzy
msgid "Delete selected rule"
msgstr "ازل المادة المختارة"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:244
+#: ../../standalone/drakperm_.c:231
#, fuzzy
msgid "Current user"
msgstr "وافق على المستخدم"
-#: ../../standalone/drakperm_.c:249
+#: ../../standalone/drakperm_.c:236
msgid "Permissions"
msgstr ""
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:251
+#: ../../standalone/drakperm_.c:238
#, fuzzy
msgid "Property"
msgstr "البوابة"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:311
+#: ../../standalone/drakperm_.c:297
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:312
+#: ../../standalone/drakperm_.c:298
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:318
+#: ../../standalone/drakperm_.c:304
#, fuzzy
msgid "Path selection"
msgstr "إختيار وحدات الطابعة"
-#: ../../standalone/drakperm_.c:364
+#: ../../standalone/drakperm_.c:350
#, fuzzy
msgid "user :"
msgstr "المستخدم"
-#: ../../standalone/drakperm_.c:366
+#: ../../standalone/drakperm_.c:352
#, fuzzy
msgid "group :"
msgstr "مجموعة العمل"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:46
#, fuzzy
msgid "No Sound Card detected!"
msgstr "لم يتم ايجاد بطاقة تلفاز!"
-#: ../../standalone/draksound_.c:48
+#: ../../standalone/draksound_.c:47
#, fuzzy
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
@@ -11427,7 +11600,7 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -11436,138 +11609,138 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:78
+#: ../../standalone/draksplash_.c:67
#, fuzzy
msgid "first step creation"
msgstr "صنع قرص مرن لبدء النظام"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:70
#, fuzzy
msgid "final resolution"
msgstr "دقة العرض"
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
#, fuzzy
msgid "choose image file"
msgstr "إختر ملف"
-#: ../../standalone/draksplash_.c:81
+#: ../../standalone/draksplash_.c:72
#, fuzzy
msgid "Theme name"
msgstr "اسم المستخدم"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "تهيئة الخدمات"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:113
#, fuzzy
msgid "Preview"
msgstr "وحد؊"
-#: ../../standalone/draksplash_.c:123
+#: ../../standalone/draksplash_.c:115
#, fuzzy
msgid "Save theme"
msgstr "تثبيت النظام"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:116
#, fuzzy
msgid "Choose color"
msgstr "ؼ؎تع شاش؊"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:435
+#: ../../standalone/draksplash_.c:428
#, fuzzy
msgid "ProgressBar color selection"
msgstr "إختيار وحدات الطابعة"
-#: ../../standalone/draksplash_.c:456
+#: ../../standalone/draksplash_.c:449
msgid "You must choose an image file first!"
msgstr ""
-#: ../../standalone/draksplash_.c:465
+#: ../../standalone/draksplash_.c:458
#, fuzzy
msgid "Generating preview ..."
msgstr "جاري التحقق من الأجهزة ..."
#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:511
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr ""
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -11582,71 +11755,71 @@ msgid ""
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "Canada (cable)"
msgstr "كندة (cable)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (broadcast)"
msgstr "الولايات المتّحدة الأمريكيّة (broadcast)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
msgstr "الولايات المتّحدة الأمريكيّة (cable)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
msgstr "الولايات المتّحدة الأمريكيّة (cable-hrc)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "China (broadcast)"
msgstr "الصين (broadcast)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (broadcast)"
msgstr "اليابان (broadcast)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr "اليابان (cable)"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "East Europe"
msgstr "أوروبّا الشّرقيّة"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "France [SECAM]"
msgstr "فرنسا [سيكام]"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "Ireland"
msgstr "أيرلندا"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "West Europe"
msgstr "أوروبّا الغربيّة"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Australia"
msgstr "أوستراليا"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr "نيوزيلندا "
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr "جنوب أفريقيا "
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr "الأرجنتين "
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
@@ -11654,43 +11827,43 @@ msgstr ""
"فضلاً,\n"
"اطبع tv norm الخاص بك و بلدك"
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
msgstr "TV norm :"
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
msgstr "المنطقة :"
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."
msgstr "ضيط قنوات التلفاز في تقدم ..."
-#: ../../standalone/drakxtv_.c:122
+#: ../../standalone/drakxtv_.c:116
msgid "Scanning for TV channels"
msgstr "جاري ضبط قنوات التلفاز"
-#: ../../standalone/drakxtv_.c:125
+#: ../../standalone/drakxtv_.c:120
msgid "There was an error while scanning for TV channels"
msgstr "كان هناك خطأ أثناء ضبط قنوات التلفاز"
-#: ../../standalone/drakxtv_.c:126
+#: ../../standalone/drakxtv_.c:121
msgid "XawTV isn't installed!"
msgstr "XawTV غير مثبت!"
-#: ../../standalone/drakxtv_.c:129
+#: ../../standalone/drakxtv_.c:124
msgid "Have a nice day!"
msgstr "نتمنى لك يوماً سعيداً!"
-#: ../../standalone/drakxtv_.c:130
+#: ../../standalone/drakxtv_.c:125
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr "الآن يمكنك تشغيل XawTV (في الواجهة الرسومية!) !\n"
-#: ../../standalone/drakxtv_.c:153
+#: ../../standalone/drakxtv_.c:147
msgid "No TV Card detected!"
msgstr "لم يتم ايجاد بطاقة تلفاز!"
-#: ../../standalone/drakxtv_.c:154
+#: ../../standalone/drakxtv_.c:148
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
@@ -11710,30 +11883,438 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/harddrake2_.c:8
+#: ../../standalone/harddrake2_.c:17
+msgid "Alternative drivers"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:22
+#, fuzzy
+msgid "Channel"
+msgstr "الغاء"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid ""
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:26
+#, fuzzy
+msgid "Bus identification"
+msgstr "التحقق"
+
+#: ../../standalone/harddrake2_.c:27
+msgid ""
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:30
+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"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "حجم chunk"
+
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:36
+#, fuzzy
+msgid "Cpuid level"
+msgstr "مستوى الأمن"
+
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:38
+msgid "This field describes the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:39
+#, fuzzy
+msgid "Old device file"
+msgstr "اختر ملف"
+
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:41
+#, fuzzy
+msgid "New devfs device"
+msgstr "Gateway device"
+
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:43
+msgid "Module"
+msgstr "وحد؊"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:46
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:53
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "تنسيق"
+
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "المستوى"
+
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#, fuzzy
+msgid "Model"
+msgstr "وحد؊"
+
+#: ../../standalone/harddrake2_.c:58
+#, fuzzy
+msgid "hard disk model"
+msgstr "Card mem (DMA)"
+
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "اسم الوحدة"
+
+#: ../../standalone/harddrake2_.c:60
+msgid "Official vendor name of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:61
+#, fuzzy
+msgid "Number of buttons"
+msgstr "2 buttons"
+
+#: ../../standalone/harddrake2_.c:62
+#, fuzzy
+msgid "Name"
+msgstr "الاسم: "
+
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr "ءابؚ؊ شبك؊ (TCP/Socket)"
+
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:64
+msgid "the number of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "حمل الإعدادات"
+
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:66
+msgid "The type of bus on which the mouse is connected"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:68
+msgid "the vendor name of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:82
+#, fuzzy
+msgid "/_Quit"
+msgstr "؎عو؏"
+
+#: ../../standalone/harddrake2_.c:83
+#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "تحقق آلي"
+
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+msgid "/_Options"
+msgstr "/_خيارات"
+
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "تحقق آلي"
+
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr "/_مساعدة"
+
+#: ../../standalone/harddrake2_.c:89
#, fuzzy
+msgid "/_Help..."
+msgstr "/_مساعدة"
+
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:93
msgid ""
+"Description of the fields:\n"
"\n"
-"Usage: harddrake [-h|--help] [--test]\n"
-msgstr "الاستعمال: keyboarddrake [--expert][لوحة المفاتيح]\n"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "اختر جهاز المسح الضوئي"
+
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
+msgstr "/_تقرير خطأ"
+
+#: ../../standalone/harddrake2_.c:102
+#, fuzzy
+msgid "/_About..."
+msgstr "/مساعدة/_حول البرنامج..."
+
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:105
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:106
+#, fuzzy
+msgid "Author:"
+msgstr "تحقق آلي"
+
+#: ../../standalone/harddrake2_.c:113
+msgid "Detection in progress"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:119
+#, fuzzy
+msgid "Harddrake2 version "
+msgstr "التحقق من الأقراص الصلبة"
+
+#: ../../standalone/harddrake2_.c:126
+#, fuzzy
+msgid "Detected hardware"
+msgstr "عرض معلومات العتاد"
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "الاستعمال: keyboarddrake [--expert][لوحة المفاتيح]\n"
+#: ../../standalone/harddrake2_.c:129
+#, fuzzy
+msgid "Information"
+msgstr "اعرض المعلومات"
-#: ../../standalone/keyboarddrake_.c:32
+#: ../../standalone/harddrake2_.c:131
+#, fuzzy
+msgid "Configure module"
+msgstr "إعداد الفأرة"
+
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:143
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "جاري ازالة الطابعة \"%s\" ..."
+
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+#, fuzzy
+msgid "secondary"
+msgstr "%d ثوان"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
+msgstr "تحقق آلي"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "تحقق آلي"
+
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "/_خيارات"
+
+#: ../../standalone/keyboarddrake_.c:26
msgid "Please, choose your keyboard layout."
msgstr "من فضلك اختر تصميم لوحة مفاتيحك"
-#: ../../standalone/keyboarddrake_.c:41
+#: ../../standalone/keyboarddrake_.c:35
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "هل تريد أن يقوم زر BackSpace بعمل وظيفة زر Delete في سطر الأوامر؟"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:18
msgid "Change Cd-Rom"
msgstr "غيّر القرص المدمج"
-#: ../../standalone/livedrake_.c:25
+#: ../../standalone/livedrake_.c:19
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -11741,138 +12322,126 @@ msgstr ""
"فضلا أدخل قرص التثبيت في سواقتك و اضغط موافق عندما تنتهي.\n"
"إذا لم يكن قرص التثبيت لديك اضغط الغاء للإمتناع عن التحديث الحي."
-#: ../../standalone/livedrake_.c:35
+#: ../../standalone/livedrake_.c:29
msgid "Unable to start live upgrade !!!\n"
msgstr "لم أتمكن من بدء الترقية الحية !!!\n"
-#: ../../standalone/localedrake_.c:33
+#: ../../standalone/localedrake_.c:34
msgid "The change is done, but to be effective you must logout"
msgstr "تم عمل التغيير, و لكن ليتم تفعيله يجب عليك الخروج"
-#: ../../standalone/logdrake_.c:86 ../../ugtk.pm_.c:285
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
msgid "logdrake"
msgstr "logdrake"
-#: ../../standalone/logdrake_.c:96
+#: ../../standalone/logdrake_.c:68
msgid "Show only for the selected day"
msgstr "إعرض سجلات اليوم المختار فقط"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "/File/_New"
msgstr "/ملف/_جديد"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "<control>N"
msgstr "<تحكم>N"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "/File/_Open"
msgstr "/ملف/_فتح"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "<control>O"
msgstr "<تحكم>O"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "/File/_Save"
msgstr "/ملف/_حفظ"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "<control>S"
msgstr "<تحكم>S"
-#: ../../standalone/logdrake_.c:106
+#: ../../standalone/logdrake_.c:78
msgid "/File/Save _As"
msgstr "/ملف/حفظ _باسم"
-#: ../../standalone/logdrake_.c:107
+#: ../../standalone/logdrake_.c:79
msgid "/File/-"
msgstr "/ملف/-"
-#: ../../standalone/logdrake_.c:109
-msgid "/_Options"
-msgstr "/_خيارات"
-
-#: ../../standalone/logdrake_.c:110
+#: ../../standalone/logdrake_.c:82
msgid "/Options/Test"
msgstr "/خيارات/اختبار"
-#: ../../standalone/logdrake_.c:112
+#: ../../standalone/logdrake_.c:84
msgid "/Help/_About..."
msgstr "/مساعدة/_حول البرنامج..."
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:120
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:174
+#: ../../standalone/logdrake_.c:145
msgid "User"
msgstr "المستخدم"
-#: ../../standalone/logdrake_.c:175
+#: ../../standalone/logdrake_.c:146
msgid "Messages"
msgstr "الرسائل"
-#: ../../standalone/logdrake_.c:176
+#: ../../standalone/logdrake_.c:147
msgid "Syslog"
msgstr "syslog"
-#: ../../standalone/logdrake_.c:177
+#: ../../standalone/logdrake_.c:148
msgid "Mandrake Tools Explanations"
msgstr "شعوح أدوات Mandrake"
-#: ../../standalone/logdrake_.c:180
+#: ../../standalone/logdrake_.c:151
msgid "search"
msgstr "بح؍"
-#: ../../standalone/logdrake_.c:186
+#: ../../standalone/logdrake_.c:161
msgid "A tool to monitor your logs"
msgstr "أداة لمراقبة سجلات نظامك"
-#: ../../standalone/logdrake_.c:187
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
msgid "Settings"
msgstr "الضبط"
-#: ../../standalone/logdrake_.c:192
+#: ../../standalone/logdrake_.c:167
msgid "matching"
msgstr "الموائمة"
-#: ../../standalone/logdrake_.c:193
+#: ../../standalone/logdrake_.c:168
msgid "but not matching"
msgstr "لكن ليس موائمة"
-#: ../../standalone/logdrake_.c:197
+#: ../../standalone/logdrake_.c:172
msgid "Choose file"
msgstr "احتيار ملف"
-#: ../../standalone/logdrake_.c:202
+#: ../../standalone/logdrake_.c:181
msgid "Calendar"
msgstr "التقويم"
-#: ../../standalone/logdrake_.c:212
+#: ../../standalone/logdrake_.c:191
msgid "Content of the file"
msgstr "محتويات الملف"
-#: ../../standalone/logdrake_.c:216 ../../standalone/logdrake_.c:392
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
#, fuzzy
msgid "Mail alert"
msgstr "تنبية البريد/SMS"
-#: ../../standalone/logdrake_.c:268
+#: ../../standalone/logdrake_.c:245
#, c-format
msgid "please wait, parsing file: %s"
msgstr "يرجى الإنتظار, جاري تحليل الملف: %s"
-#: ../../standalone/logdrake_.c:409
+#: ../../standalone/logdrake_.c:392
#, fuzzy
msgid "Mail alert configuration"
msgstr "تهيئة تنبيه البريد/SMS"
-#: ../../standalone/logdrake_.c:410
+#: ../../standalone/logdrake_.c:393
#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
@@ -11883,133 +12452,246 @@ msgstr ""
"\n"
"هنا سيمكنك الإعداد \n"
-#: ../../standalone/logdrake_.c:417
+#: ../../standalone/logdrake_.c:400
msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:418
+#: ../../standalone/logdrake_.c:401
#, fuzzy
msgid "Domain Name Resolver"
msgstr "Domain name"
-#: ../../standalone/logdrake_.c:419
+#: ../../standalone/logdrake_.c:402
#, fuzzy
msgid "Ftp Server"
msgstr " الخادم NIS"
-#: ../../standalone/logdrake_.c:420
+#: ../../standalone/logdrake_.c:403
#, fuzzy
msgid "Postfix Mail Server"
msgstr "خادم البريد Postfix, خادم الأخبار Inn"
-#: ../../standalone/logdrake_.c:421
+#: ../../standalone/logdrake_.c:404
#, fuzzy
msgid "Samba Server"
msgstr " الخادم NIS"
-#: ../../standalone/logdrake_.c:422
+#: ../../standalone/logdrake_.c:405
#, fuzzy
msgid "SSH Server"
msgstr " الخادم NIS"
-#: ../../standalone/logdrake_.c:423
+#: ../../standalone/logdrake_.c:406
#, fuzzy
msgid "Webmin Service"
msgstr "الخدمات"
-#: ../../standalone/logdrake_.c:424
+#: ../../standalone/logdrake_.c:407
#, fuzzy
msgid "Xinetd Service"
msgstr "الخدمات"
-#: ../../standalone/logdrake_.c:431
+#: ../../standalone/logdrake_.c:414
msgid "service setting"
msgstr "إعدادات الخدمات"
-#: ../../standalone/logdrake_.c:432
+#: ../../standalone/logdrake_.c:415
#, fuzzy
msgid ""
"You will receive an alert if one of the selected services is no more running"
msgstr "سوف تستلم تنبيهاً إذا كانت أحد الخدمات المختارة غير عاملة."
-#: ../../standalone/logdrake_.c:444
+#: ../../standalone/logdrake_.c:428
msgid "load setting"
msgstr "حمل الإعدادات"
-#: ../../standalone/logdrake_.c:445
+#: ../../standalone/logdrake_.c:429
msgid "You will receive an alert if the load is higher than this value"
msgstr "سوف تستلم تنبيها اذا كان التحميل أعلى من هذه القيمة"
-#: ../../standalone/logdrake_.c:458
+#: ../../standalone/logdrake_.c:444
msgid "alert configuration"
msgstr "إعدادات التنبيه"
-#: ../../standalone/logdrake_.c:459
+#: ../../standalone/logdrake_.c:445
#, fuzzy
msgid "Please enter your email address below "
msgstr "رجاء كلمة المرور"
-#: ../../standalone/logdrake_.c:498
+#: ../../standalone/logdrake_.c:486
msgid "Save as.."
msgstr "حفظ بإسم.."
-#: ../../standalone/mousedrake_.c:45
+#: ../../standalone/mousedrake_.c:37
msgid "Please, choose the type of your mouse."
msgstr "فضلاً, اختر نوع الفأرة الخاصة بك."
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/mousedrake_.c:50
msgid "Emulate third button?"
msgstr "محاكاة الزر الثالث؟"
-#: ../../standalone/printerdrake_.c:57
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "ا عداد الشّبكة "
+
+#: ../../standalone/net_monitor_.c:96
+#, fuzzy
+msgid "Profile "
+msgstr "التشكيل:"
+
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "جاري ارسال الملفات..."
+
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "نوع العلاقة"
+
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
+msgid "Wait please, testing your connection..."
+msgstr "رجاء انتظر أثناء عملية ttmkfdir..."
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "وصّل إلى الإنترنت "
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Disconnecting from Internet "
+msgstr "وصّل إلى الإنترنت "
+
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "سرعة الإتصال"
+
+#: ../../standalone/net_monitor_.c:226
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "إعدادات التنبيه"
+
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "طابعة محلية"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:453
+#, fuzzy
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr "تحذير, تم ايجاد اتصال إنترنت آخر, ربما يكون يستخدم شبكتك"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "اتصل"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "اقطع الإتصال"
+
+#: ../../standalone/printerdrake_.c:47
msgid "Reading printer data ..."
msgstr "جاري قراءة بيانات الطابعة ..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Detecting devices ..."
msgstr "جاري التحقق من الأجهزة ..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Test ports"
msgstr ""
-#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
-#: ../../standalone/scannerdrake_.c:81
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
-#: ../../standalone/scannerdrake_.c:56
+#: ../../standalone/scannerdrake_.c:54
#, fuzzy, c-format
msgid "%s found on %s, configure it?"
msgstr "%s found on %s وفّق بينه "
-#: ../../standalone/scannerdrake_.c:59
+#: ../../standalone/scannerdrake_.c:57
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: ../../standalone/scannerdrake_.c:65
+#: ../../standalone/scannerdrake_.c:63
msgid "Select a scanner"
msgstr "اختر جهاز المسح الضوئي"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:91
#, c-format
msgid "This %s scanner is unsupported"
msgstr "هذا %s الماسح الضّوئيّ غير مدعّم"
-#: ../../standalone/scannerdrake_.c:107
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-#: ../../standalone/scannerdrake_.c:109
+#: ../../standalone/scannerdrake_.c:107
msgid "choose device"
msgstr "اختر الجهاز "
-#: ../../standalone/scannerdrake_.c:115
+#: ../../standalone/scannerdrake_.c:113
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12019,7 +12701,7 @@ msgstr ""
"الماسح الضوئي %s يجب اعداده عن طريق PrinterDrake.\n"
"يمكن تشغيل PrinterDrake من مركز التحكم في قسم العتاد."
-#: ../../standalone/scannerdrake_.c:120
+#: ../../standalone/scannerdrake_.c:118
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12039,6 +12721,10 @@ msgstr ""
msgid "Some devices were added:\n"
msgstr ""
+#: ../../standalone/service_harddrake_.c:64
+msgid "Hardware probing in progress"
+msgstr ""
+
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "اختر لغتك"
@@ -12111,10 +12797,14 @@ msgstr "تثبيت تحديثات النظام"
msgid "Exit install"
msgstr "الخروج من التثبيت"
-#: ../../ugtk.pm_.c:648
+#: ../../ugtk.pm_.c:636
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "ويب/FTP"
@@ -12357,3 +13047,46 @@ msgstr "وسائط متعددة - نسخ أقراص"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "محطة عمل علمية"
+
+#~ msgid "can not open /etc/inittab for reading: %s"
+#~ msgstr "لم يمكن فتح /etc/inittab للقراءة: %s"
+
+#, fuzzy
+#~ msgid "cpu number "
+#~ msgstr "رقم التّليفون "
+
+#~ msgid "Proxy configuration"
+#~ msgstr "إعداد البروكسي"
+
+#~ msgid "URL"
+#~ msgstr "عنوان"
+
+#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#, fuzzy
+#~ msgid ""
+#~ "Warning, another internet connexion has been detected, maybe using your "
+#~ "network"
+#~ msgstr "تحذير, تم ايجاد اتصال إنترنت آخر, ربما يكون يستخدم شبكتك"
+
+#~ msgid "no help implemented yet.\n"
+#~ msgstr "لا توجد مساعدة لهذا حتى الآن.\n"
+
+#~ msgid "Please click on a medium"
+#~ msgstr "فضلا اضعط على وسيط"
+
+#~ msgid "usage: drakfloppy\n"
+#~ msgstr "الاستخدام: دريك للاقراص المرنة\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "\n"
+#~ "Usage: harddrake [-h|--help] [--test]\n"
+#~ msgstr "الاستعمال: keyboarddrake [--expert][لوحة المفاتيح]\n"
+
+#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
+#~ msgstr "الاستعمال: keyboarddrake [--expert][لوحة المفاتيح]\n"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index a9b53d1a6..5cf5f31c3 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-20 11:43+0200\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\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"
@@ -71,44 +71,44 @@ msgstr ""
"Sizin sisteminiz çoxlu başlıq quraşdırmasını dəstəkləyir.\n"
"Nə etmək istəyirsiniz?"
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "Ekran kartınızın yaddaş böyüklüyünü seçin"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "XFree quraşdırılması"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
msgid "Which configuration of XFree do you want to have?"
msgstr "Necə bir XFree qurğusunu istəyirsiniz?"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr "Bütün başlıqları ayrı ayrı quraşdır"
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr "Xinerama ifadələrini işlət"
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Təkcə \"%s\" kartını qur (%s)"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../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:414
+#: ../../Xconfig/card.pm_.c:416
#, 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:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, 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:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, 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:427
+#: ../../Xconfig/card.pm_.c:429
#, 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:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, 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:453
+#: ../../Xconfig/card.pm_.c:455
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "XĂźsusi"
@@ -171,7 +171,7 @@ msgstr "Ekran kartÄą"
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "Rezolyusiya"
@@ -180,27 +180,28 @@ msgid "Test"
msgstr ""
#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:385 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Seçənəklər"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:166
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "Oldu"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3207
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "Çıx"
@@ -229,7 +230,8 @@ msgstr ""
msgid "Generic"
msgstr "Ümumi"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
#, fuzzy
msgid "Vendor"
msgstr "Geri al"
@@ -284,50 +286,52 @@ msgstr "16 milyon rəng (24 bits)"
msgid "4 billion colors (32 bits)"
msgstr "4 milyard rəng (32 bits)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "Rezolyusiyalar"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "Rezolyusiya və rəng dərinliyini seçin"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "Ekran kartÄą: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../security/main.pm_.c:216 ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:560 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "Ləğv et"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "Qurğuların sınağı"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "Qurğuları sınamaq istəyirsiniz?"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Diqqət: Bu qrafika kartı ilə ediləcək sınaq təhlükəlidir"
@@ -422,163 +426,163 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "ISDN bağlantınızın növü nədir?"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "Açılış qisminin ilk sektoru"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "Diskin ilk sektoru (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "SILO Qurulumu"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
msgstr "Sistem yükləyicisini haraya qurmaq istəyirsiniz?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "LILO/grup Qurulumu"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr "Mətn menyulu LILO"
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr "Qrafiki menyulu LILO"
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr "DOS/Wİndowsdan açĹl (loadlin)"
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
msgstr "Sistem yükləyicisi ana seçənəkləri"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader to use"
msgstr "İstifadə ediləcək Açılış idarəcisi"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
msgstr "Açılış yükləyici quruluşu"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "Açılış avadanlığı"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "Bəsit"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "bəsit"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "Ekran modu"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "Açılışda gecikmə müddəti"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "Parol"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "Parol (təkrar)"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "Əmr sətiri seçənəklərini məhdudlaşdır"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "məhdudlaşdır"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "/tmp-i hər açılışda təmizlə"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ümumi yaddaş miqdarı (%d MB tapıldı)"
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "Birdən artıq profilə icazə ver"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
msgstr "Yaddaş miqdarını Mb cinsindən verin"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"``Əmr sətiri seçənəklərini məhdudlaşdır`` seçənəyi parolsuz bir işə yaramaz"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../diskdrake/interactive.pm_.c:1195
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "Xahiş edirik təkrar sınayın"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "Parollar uyğun gəlmir"
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr "Ä°nit Ä°smarÄącÄą"
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
msgstr "Firmware Gecikməsini Aç"
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr "Çəkirdək Açılışı Vaxt Dolması"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr "CDdən Açılışı Fəallaşdırım?"
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr "OF Açılışı Fəallaşdırım?"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
msgid "Default OS?"
msgstr "Əsas OS"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -587,7 +591,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -595,156 +599,158 @@ 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:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "Əlavə et"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3207 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "QurtardÄą"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
msgid "Modify"
msgstr "Təkmilləşdir"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "Ne cür bir giriş istəyirsiniz?"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "Linuks"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "Digər sistemlər (SunOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "Digər sistemlər (MacOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "Digər sistemlər (windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "Əks"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "KĂśk"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "Sonuna əlavə et"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "Oxu-yaz"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "Cədvəl"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "E'tibarsÄąz"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "Etiket"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:200
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "Əsas"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
msgid "Initrd-size"
msgstr "Initrd bĂśyĂźklĂźyĂź"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr "NoVÄ°deo"
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "Girişi sil"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "Boş etiket qəbul edilə bilməz"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
#, fuzzy
msgid "You must specify a root partition"
msgstr "Bir swap sahəsinə ehtiyacınız var"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
msgid "This label is already used"
msgstr "Bu etiket istifadə edilməz"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "%s %s ara ĂźzĂź tapÄąldÄą"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "Başqa var?"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Heç %s ara ßzß var?"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "Xeyr"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "Bəli"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
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:678
+#: ../../any.pm_.c:662
#, c-format
msgid "Installing driver for %s card %s"
msgstr "%s kartı (%s) üçün sürücü yüklənir"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, 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:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -755,17 +761,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:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "Modul seçənəkləri:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
msgstr "HansÄą %s sĂźrĂźcĂźsĂź sÄąnansÄąn?"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -782,15 +788,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:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "Avtomatik yoxla"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "Seçənəkləri göstər"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -799,64 +805,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:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:738
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:739
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(%s artıq əlavə edilmişdir)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "Zəif parol seçdiniz!"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "Xahiş edirik bir istifadəçi adı alın"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
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:769
+#: ../../any.pm_.c:752
#, fuzzy
msgid "The user name is too long"
msgstr "Bu istifadəçi adı artıq vardır"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "Bu istifadəçi adı artıq vardır"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "İstifadəçini əlavə et"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -865,32 +871,32 @@ msgstr ""
"Bir istifadəçi girin\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "İstifadəçini qəbul et"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "Həqiqi adı"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "İstifadəçi adı"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "QabÄąq"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "Timsal"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "Avtomatik Giriş"
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -899,59 +905,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:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "Əsas istifadəçini seçin:"
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
msgid "Choose the window manager to run:"
msgstr "İstifadə etmək istədiyiniz pəncərə idarəçisini seçin:"
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
#, fuzzy
msgid "Please choose a language to use."
msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
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:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "HamÄąsÄą"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
#, fuzzy
msgid "Allow all users"
msgstr "İstifadəçi əlavə et"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
#, fuzzy
msgid "No sharing"
msgstr "CUPS başlayır"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:66
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, 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:991
+#: ../../any.pm_.c:973
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:71
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 +966,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
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:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "Krakerlərə xoşgəlmişsiniz"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "Zəif"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "Standart"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "Yüksək"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
#, fuzzy
msgid "Higher"
msgstr "Yüksək"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "Şübhəci"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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 +1012,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:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1014,7 +1020,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:1084
+#: ../../any.pm_.c:1065
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1023,13 +1029,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:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1044,7 +1050,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:1089
+#: ../../any.pm_.c:1070
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1054,36 +1060,36 @@ msgstr ""
"tamamilə qapalıdır.\n"
"Təhlükəsizlik səviyyəsi indi ən üstdədir."
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Seçənəklər"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Təhlükəsizlik səviyyəsini seçin"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
#, fuzzy
msgid "Security level"
msgstr "Təhlükəsizlik səviyyəsinin quraşdırılması"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
#, fuzzy
msgid "Use libsafe for servers"
msgstr "X verici üçün seçənəkləri göstərin"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1103
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1096,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:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1121,7 +1127,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:989
+#: ../../bootloader.pm_.c:983
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Emeliyyat sistemi secici GRUB'a xos gəlmissiniz!"
@@ -1135,7 +1141,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:992
+#: ../../bootloader.pm_.c:986
#, 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 +1156,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:995
+#: ../../bootloader.pm_.c:989
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Sistemi secili emeliyyat sistemiyle acmaq ucun entere,"
@@ -1164,7 +1170,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:998
+#: ../../bootloader.pm_.c:992
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,177 +1185,172 @@ 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:1001
+#: ../../bootloader.pm_.c:995
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Isaretli secenek %d saniye icinde sistemi acacaq."
-#: ../../bootloader.pm_.c:1005
+#: ../../bootloader.pm_.c:999
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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "Masa Üstü"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Başlama Menyusu"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, 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:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr "hələlik yardım sistemi mövcud deyildir.\n"
-
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
msgid "Boot Style Configuration"
msgstr "Qurulum Tərzi Quraşdırılması"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
msgid "/_File"
msgstr "/_Fayl"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr "/Fayl/_Çıx"
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr "<control>Q"
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr "NewStyle KateqoriyasÄąndan Monitor"
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
msgid "NewStyle Monitor"
msgstr "NewStyle Monitor"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
msgid "Traditional Monitor"
msgstr "Ənənəvi Monitor"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr "Ənənəvi Gtk+ Monitor"
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr "Açılışda Auroranı başlat"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Lilo/grub mode"
msgstr "Lilo/grub modu"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Yaboot mode"
msgstr "Yaboot modu"
-#: ../../bootlook.pm_.c:146
+#: ../../bootlook.pm_.c:138
#, fuzzy
msgid "Install themes"
msgstr "Sistemi qur"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
msgstr ""
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:140
#, fuzzy
msgid "Create new theme"
msgstr "Yeni bölmə yarat"
-#: ../../bootlook.pm_.c:192
+#: ../../bootlook.pm_.c:184
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:195
+#: ../../bootlook.pm_.c:187
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../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:77 ../../diskdrake/hd_gtk.pm_.c:116
-#: ../../diskdrake/interactive.pm_.c:213 ../../diskdrake/interactive.pm_.c:344
-#: ../../diskdrake/interactive.pm_.c:359 ../../diskdrake/interactive.pm_.c:473
-#: ../../diskdrake/interactive.pm_.c:478 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:34
+#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
msgid "Error"
msgstr "Xəta"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
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:248
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
#, fuzzy
msgid "Notice"
msgstr "NoVÄ°deo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
#, fuzzy
msgid "Theme installation failed!"
msgstr "Quruluş sinifini seçin"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1358,22 +1359,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:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:554
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
msgid "Configure"
msgstr "Qur"
-#: ../../bootlook.pm_.c:276
+#: ../../bootlook.pm_.c:268
#, fuzzy
msgid "Splash selection"
msgstr "Paket seçkilərini saxla"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1382,91 +1383,86 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr "Sistem modu"
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
msgstr "Açılışda X-Window sistemini başlat"
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr "Xeyr, Avtomatik giriş istəmirəm"
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
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:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr "Oldu"
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "/etc/inittab oxunmaq ßçßn açĹla bilmir: %s"
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr ""
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr ""
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr ""
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr ""
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr ""
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, fuzzy, c-format
msgid "%d seconds"
msgstr "%d saniyə sonra çıxılacaq"
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
#, fuzzy
msgid "Can't make screenshots before partitioning"
msgstr "Artıq bölmə əlavə edilə bilməz"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, fuzzy, c-format
msgid "Screenshots will be available after install in %s"
msgstr "Qurulumdan sonra istifadə edə biləcəyiniz başqa dillər seçə bilərsiniz"
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
#, fuzzy
msgid "France"
msgstr "FransÄązca"
@@ -1475,8 +1471,8 @@ msgstr "FransÄązca"
msgid "Costa Rica"
msgstr ""
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
#, fuzzy
msgid "Belgium"
msgstr "Belçika dili"
@@ -1505,13 +1501,13 @@ msgstr "Norveçcə"
msgid "Sweden"
msgstr "İsveçcə"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
msgstr ""
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Italy"
msgstr "Ä°talyanca"
@@ -1521,8 +1517,8 @@ msgstr "Ä°talyanca"
msgid "Austria"
msgstr "serial"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr ""
@@ -1539,12 +1535,12 @@ msgstr ""
msgid "New"
msgstr "yeni"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "AyÄąr"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Bağla"
@@ -1553,10 +1549,9 @@ msgstr "Bağla"
msgid "Server"
msgstr "Verici"
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:383
-#: ../../diskdrake/interactive.pm_.c:572 ../../diskdrake/interactive.pm_.c:599
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Bağlama nöqtəsi"
@@ -1574,28 +1569,28 @@ msgstr ""
msgid "Server: "
msgstr "Verici"
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:444
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "Bağlama nöqtəsi: "
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1174
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, c-format
msgid "Options: %s"
msgstr "Seçənəklər: %s"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "Əvvəlcə datanızın yedəyini alın"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:938
-#: ../../diskdrake/interactive.pm_.c:947
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "Diqqətlə Oxuyun!"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1604,15 +1599,15 @@ msgstr ""
"Aboot istifadə etməyi istəyirsinizsə, boş disk sahəsi (2048 sektor bəsdir.)\n"
"buraxmayÄą unutmayÄąn."
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "Sehirbaz"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "Monitorunuzu seçin"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1625,83 +1620,83 @@ msgstr ""
"tövsiyə edirik. Əvvəlcə bölmənin üstünə, sonra \"Böyüklüyü\n"
"Dəyişdir\" düyməsinə tıqlayın"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "Ətraflı"
-#: ../../diskdrake/hd_gtk.pm_.c:252
+#: ../../diskdrake/hd_gtk.pm_.c:254
#, fuzzy
msgid "No hard drives found"
msgstr "Yerli Çap Edici"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
#, fuzzy
msgid "Journalised FS"
msgstr "bağlama iflas etdi"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "Digər"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
msgstr "Fayl sistemi nĂśvĂź:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:406
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "Yarat"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:384
-#: ../../diskdrake/interactive.pm_.c:535 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "NĂśv"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
msgstr "Yerinə ``%s'' işlət"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "Sil"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
msgstr "Əvvəlcə ``Ayır'-ı işlət"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:522
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1709,111 +1704,111 @@ msgstr ""
"%s bölməsinin növünü dəyişdirdikdən sonra, bu bölmədəki bütün mə'lumatlar "
"silinəcəkdir"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
#, fuzzy
msgid "Choose a partition"
msgstr "Monitorunuzu seçin"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
#, fuzzy
msgid "Choose another partition"
msgstr "Yeni bölmə yarat"
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
msgstr "Usta moduna keç"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
msgstr "Normal moda keç"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "Geri al"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "Davam edilsin?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "Qeyd etmədən Çıx"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
msgstr "Bölmə cədvəlini qeyd etmədən çıxırsınız?"
-#: ../../diskdrake/interactive.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:257
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Qurğuları sınamaq istəyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:267
-msgid "Auto allocate"
-msgstr "Avtomatik ayÄąr"
-
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "Hamısını təmizlə"
-#: ../../diskdrake/interactive.pm_.c:267
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "Avtomatik ayÄąr"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
msgid "More"
msgstr "Daha Çox"
-#: ../../diskdrake/interactive.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:278
#, fuzzy
msgid "Hard drive information"
msgstr "Sabit disk seçkisi"
-#: ../../diskdrake/interactive.pm_.c:302
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "Bütün birinci bölmələr istifadədədir"
-#: ../../diskdrake/interactive.pm_.c:303
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
msgstr "Artıq bölmə əlavə edilə bilməz"
-#: ../../diskdrake/interactive.pm_.c:304
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr "Artıq bölmə yaratmaq üçün, bir bölməni silib məntiqi bölmə yaradın"
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:322
#, fuzzy
msgid "Save partition table"
msgstr "Bölmə cədvəlini yaz"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:323
#, fuzzy
msgid "Restore partition table"
msgstr "Bölmə cədvəlini qurtar"
-#: ../../diskdrake/interactive.pm_.c:316
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
msgstr "Bölmə cədvəlini qurtar"
-#: ../../diskdrake/interactive.pm_.c:318
+#: ../../diskdrake/interactive.pm_.c:326
#, fuzzy
msgid "Reload partition table"
msgstr "Bölmə cədvəlini qurtar"
-#: ../../diskdrake/interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:331
#, fuzzy
msgid "Removable media automounting"
msgstr "Taxılıb sökülə bilən avadanlıqların avtomatik bağlanması"
-#: ../../diskdrake/interactive.pm_.c:332 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "Fayl seç"
-#: ../../diskdrake/interactive.pm_.c:339
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1821,11 +1816,12 @@ 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:353 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "Xəbərdarlıq"
-#: ../../diskdrake/interactive.pm_.c:354
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1833,106 +1829,106 @@ msgstr ""
"Disket sürücüyə bir disket yerləşdirin\n"
"Bu disketdəki bütün mə'lumatlar yox olacaqdır"
-#: ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
msgstr "Bölmə cədvəli qurtarılmağa cəhd edilir"
-#: ../../diskdrake/interactive.pm_.c:371
+#: ../../diskdrake/interactive.pm_.c:379
#, fuzzy
msgid "Detailed information"
msgstr "Mə'lumatı göstər"
-#: ../../diskdrake/interactive.pm_.c:386 ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "Böyüklüyünü Dəyişdir"
-#: ../../diskdrake/interactive.pm_.c:387 ../../diskdrake/interactive.pm_.c:719
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "Daşı"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "Şəkilləndir"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "RAIDə əlavə et"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
msgstr "LVMə əlavə et"
-#: ../../diskdrake/interactive.pm_.c:394
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "RAIDdən ayır"
-#: ../../diskdrake/interactive.pm_.c:395
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
msgstr "LVMdən ayır"
-#: ../../diskdrake/interactive.pm_.c:396
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "RAIDi dəyişdir"
-#: ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "Loopback üçün istifadə et"
-#: ../../diskdrake/interactive.pm_.c:437
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "Yeni bölmə yarat"
-#: ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
msgstr "Başlanğıç sektoru: "
-#: ../../diskdrake/interactive.pm_.c:442 ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "MB cinsindən böyüklük: "
-#: ../../diskdrake/interactive.pm_.c:443 ../../diskdrake/interactive.pm_.c:820
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "Fayl sistemi nĂśvĂź: "
-#: ../../diskdrake/interactive.pm_.c:448
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "Xüsusiyyətlər: "
-#: ../../diskdrake/interactive.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:503
+#: ../../diskdrake/interactive.pm_.c:511
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Loopback faylı şəkilləndirilir: %s"
-#: ../../diskdrake/interactive.pm_.c:533
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "Bölmə növünü Dəyişdir"
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Hansı dili istəyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:540
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:570
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "%s loopback avadanlığını haraya bağlamaq istəyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:571
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "%s avadanlığını haraya bağlamaq istəyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1941,144 +1937,144 @@ msgstr ""
"nöqtəsindən ayrıla bilinmir.\n"
"Əvvəlcə loopback-ı ləğv edin."
-#: ../../diskdrake/interactive.pm_.c:598
+#: ../../diskdrake/interactive.pm_.c:606
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "%s avadanlığını haraya bağlamaq istəyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:622
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "Fat fayl sistemi uclarÄą hesaplanÄąr"
-#: ../../diskdrake/interactive.pm_.c:622 ../../diskdrake/interactive.pm_.c:681
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "Böyüklüyü dəyişdirilir"
-#: ../../diskdrake/interactive.pm_.c:654
+#: ../../diskdrake/interactive.pm_.c:662
msgid "This partition is not resizeable"
msgstr "Hansı bölmə növünü istəyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:659
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "Bu bölmədəki bütün mə'lumatlar yedəklənməlidir"
-#: ../../diskdrake/interactive.pm_.c:661
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"%s bölməsi böyüklüyü dəyişdirildirkdən sonra bu bölmədəki bütün mə'lumatlar "
"silinəcəkdir"
-#: ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "Yeni bÜyßklßk seçin"
-#: ../../diskdrake/interactive.pm_.c:667
+#: ../../diskdrake/interactive.pm_.c:675
#, fuzzy
msgid "New size in MB: "
msgstr "MB cinsindən böyüklük: "
-#: ../../diskdrake/interactive.pm_.c:720
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
msgstr "Hansı diskə daşımaq istəyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:722
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "Hansı sektora daşımaq istəyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
msgstr "Daşınır"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
msgstr "Bölmə daşınır..."
-#: ../../diskdrake/interactive.pm_.c:742
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
msgstr "Əlavə etmək üçün mövcud bir RAID seçin"
-#: ../../diskdrake/interactive.pm_.c:743 ../../diskdrake/interactive.pm_.c:760
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "yeni"
-#: ../../diskdrake/interactive.pm_.c:758
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
msgstr "Əlavə etmək üçün mövcud bir LVM seçin"
-#: ../../diskdrake/interactive.pm_.c:763
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr "LVM adÄą?"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "Bu disk bölməsi loopback üçün işlədilməz"
-#: ../../diskdrake/interactive.pm_.c:817
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:818
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "Loopback fayl adÄą: "
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:831
#, fuzzy
msgid "Give a file name"
msgstr "Həqiqi adı"
-#: ../../diskdrake/interactive.pm_.c:826
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
msgstr ""
"Fayl başqa bir loopback tərəfindən istifadədədir, başqa\n"
"birini seçin"
-#: ../../diskdrake/interactive.pm_.c:827
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "Fayl onsuz da vardır. İşlədilsin?"
-#: ../../diskdrake/interactive.pm_.c:850
+#: ../../diskdrake/interactive.pm_.c:858
#, fuzzy
msgid "Mount options"
msgstr "Modul seçənəkləri:"
-#: ../../diskdrake/interactive.pm_.c:857
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:921 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "avadanlÄąq"
-#: ../../diskdrake/interactive.pm_.c:922
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "səviyyə"
-#: ../../diskdrake/interactive.pm_.c:923
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
msgstr "parça bÜyßklßyß"
-#: ../../diskdrake/interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "Diqqətlı olun: bu əməliyyat təhlükəlidir."
-#: ../../diskdrake/interactive.pm_.c:953
+#: ../../diskdrake/interactive.pm_.c:962
msgid "What type of partitioning?"
msgstr "Nəcə bölməlandirmə istəyirsən?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:978
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"Bu paket yenilənməlidir\n"
"Sistemdən çıxarmaq mövzusunda ciddisiniz?"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2090,7 +2086,7 @@ msgstr ""
"ehtiyacınız yoxdur və ya LILO istifadəsini sınayarsınız, ancaq LILO işləməyə "
"bilər."
-#: ../../diskdrake/interactive.pm_.c:987
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2102,7 +2098,7 @@ msgstr ""
"istəyirsinizsə, \n"
"/boot bölməsini əlavə edərkən çox diqqətli olmalısınız."
-#: ../../diskdrake/interactive.pm_.c:993
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2113,132 +2109,132 @@ msgstr ""
"Əgər lilo ya da grub istifadə etmək istəyirsinizsə, bir /boot bölməsi\n"
"əlavə etməyi unutmayın"
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "%s sürücüsünün bölmə cədvəli diskə yazılacaq!"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr "Yeni qurğuların fəallaşmağı üçün sistemi yenidən başlatmalısınız"
-#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"%s bölməsi şəkilləndirildikdən sonra bu bölmədəki bütün mə'lumatlar "
"silinəcəkdir"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "Şəkilləndirilir"
-#: ../../diskdrake/interactive.pm_.c:1031
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "Loopback faylı şəkilləndirilir: %s"
-#: ../../diskdrake/interactive.pm_.c:1032
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "Şəkilləndirilən bölmə: %s"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
#, fuzzy
msgid "Hide files"
msgstr "mkraid iflas etdi"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
#, fuzzy
msgid "Move files to the new partition"
msgstr "Yeni bölmələr üçün boş sahə yoxdur"
-#: ../../diskdrake/interactive.pm_.c:1044
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1064
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Yeni bölmələr üçün boş sahə yoxdur"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1063
+#: ../../diskdrake/interactive.pm_.c:1072
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Rezolyusiya: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1073
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1094
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "AvadanlÄąq: "
-#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS sürücü hərfi: %s (sadəcə təxmini)\n"
-#: ../../diskdrake/interactive.pm_.c:1099
-#: ../../diskdrake/interactive.pm_.c:1107
-#: ../../diskdrake/interactive.pm_.c:1172
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "NĂśv: "
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "Ad: "
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "Başlanğıc: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "BĂśyĂźklĂźyĂź: %s"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s sektor"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1125
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silindr %d -dən silindr %d-yə\n"
-#: ../../diskdrake/interactive.pm_.c:1117
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "Şəkilləndirilmiş\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "Şəkilləndirilməmiş\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "Bağlı\n"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1131
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2247,7 +2243,7 @@ msgstr ""
"Loopback faylÄą:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2255,27 +2251,27 @@ msgstr ""
"Ana açılma bölməsi\n"
" (MS-DOS açılışı üçün)\n"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "Səviyyə %s\n"
-#: ../../diskdrake/interactive.pm_.c:1126
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
msgstr "Parça bÜyßklßyß %s\n"
-#: ../../diskdrake/interactive.pm_.c:1127
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diskləri %s\n"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback faylÄą adÄą: %s"
-#: ../../diskdrake/interactive.pm_.c:1132
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2286,7 +2282,7 @@ msgstr ""
"Bəlkə də bu bir Sürücü bölməsidir.\n"
"Onda bunu ele beləcə buraxın.\n"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2297,63 +2293,63 @@ msgstr ""
"Bu, ikili açılış üçün xüsusi\n"
"Bootstrap-dÄąr.\n"
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "BĂśyĂźklĂźk: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometriyası: %s silindr, %s baş, %s sektor\n"
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "Mə'lumat: "
-#: ../../diskdrake/interactive.pm_.c:1158
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diskləri %s\n"
-#: ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "Bölmə cədvəli növü: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1160
+#: ../../diskdrake/interactive.pm_.c:1169
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "%d data yolunda, %d nĂś'li\n"
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1199
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Fayl sistemi nĂśvĂź: "
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1203
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Bu parol çox sadədir (en az %d xarakter boyunda olmalıdır)"
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1204
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Parollar uyğun gəlmir"
-#: ../../diskdrake/interactive.pm_.c:1198
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1199
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
msgstr ""
@@ -2362,11 +2358,6 @@ msgstr ""
msgid "Change type"
msgstr "Bölmə növünü Dəyişdir"
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a medium"
-msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
@@ -2392,7 +2383,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
#, fuzzy
msgid "Username"
msgstr "İstifadəçi adı"
@@ -2407,23 +2398,23 @@ msgstr "NIS sahəsi"
msgid "Search servers"
msgstr "DNS verici"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s şəkilləndirilməsində %s bölmə xətası"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, 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:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s ayrılırkən xəta oldu: %s"
@@ -2513,30 +2504,34 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Yazmaq üçün açılan %s'də xəta: %s"
-#: ../../harddrake/sound.pm_.c:168
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:170
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:171
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
msgid "Sound configuration"
msgstr "Yerli Şəbəkə Quraşdırılması"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2545,27 +2540,27 @@ msgid ""
"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:178
#, fuzzy
msgid "Driver:"
msgstr "SĂźrĂźcĂź"
-#: ../../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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
#, fuzzy
msgid "Help"
msgstr "/_YardÄąm"
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2584,7 +2579,7 @@ msgid ""
"the ALSA library.\n"
msgstr ""
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2594,29 +2589,30 @@ msgid ""
"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
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
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
msgstr "Xahiş edirik gözləyin"
-#: ../../harddrake/sound.pm_.c:208
+#: ../../harddrake/sound.pm_.c:210
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:212
+#: ../../harddrake/sound.pm_.c:214
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2626,225 +2622,12 @@ msgid ""
"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Model"
-msgstr "Siçan"
-
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "hard disk model"
-msgstr "Kart mem (DMA)"
-
-#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
-msgid "Channel"
-msgstr "Ləğv et"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:21
-#, fuzzy
-msgid "Module"
-msgstr "Siçan"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-msgid "Description"
-msgstr "Ä°zah"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
-msgid "Bus identification"
-msgstr "TanÄątma"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
-msgid "Old device file"
-msgstr "Fayl seç"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
-msgid "New devfs device"
-msgstr "Keçit avadanlığı"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 düyməli"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Sınaq səhifəsi çap edilir..."
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:63
-#, fuzzy
-msgid "/_Quit"
-msgstr "Çıx"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr "/_Kömək"
-
-#: ../../harddrake/ui.pm_.c:65
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Kömək"
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
-"\n"
-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:74
-msgid "About Harddrake"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:76
-#, fuzzy
-msgid "Author:"
-msgstr "Avtomatik yoxla"
-
-#: ../../harddrake/ui.pm_.c:86
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Sabit disk seçkisi"
-
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Avadanlıq mə'lumatına bax"
-
-#: ../../harddrake/ui.pm_.c:103
-#, fuzzy
-msgid "Information"
-msgstr "Mə'lumatı göstər"
-
-#: ../../harddrake/ui.pm_.c:106
-#, fuzzy
-msgid "Configure module"
-msgstr "Siçan qurğuları"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:111
-#, fuzzy
-msgid "Detection in progress"
-msgstr "%s qapÄąsÄąnda tapÄąldÄą"
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:166
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-#, fuzzy
-msgid "secondary"
-msgstr "%d saniyə sonra çıxılacaq"
-
#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
#, fuzzy
msgid "Auto-detect"
msgstr "Avtomatik təsbit işlət"
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:185
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
#, fuzzy
msgid "Unknown|Generic"
msgstr "Ümumi"
@@ -2857,7 +2640,7 @@ msgstr ""
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:209
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
@@ -2865,34 +2648,34 @@ msgid ""
"here. Just select your tv card parameters if needed"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:212
+#: ../../harddrake/v4l.pm_.c:227
#, fuzzy
msgid "Card model:"
msgstr "Kart mem (DMA)"
-#: ../../harddrake/v4l.pm_.c:213
+#: ../../harddrake/v4l.pm_.c:228
#, fuzzy
msgid "Tuner type:"
msgstr "Bölmə növünü Dəyişdir"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:216
+#: ../../harddrake/v4l.pm_.c:231
#, fuzzy
msgid "PLL setting:"
msgstr "Şəkilləndirilir"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
msgstr ""
@@ -4239,10 +4022,10 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
@@ -4330,16 +4113,16 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr "NİS domeyni olmadan translasiya işlədilə bilməz"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, 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:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
msgstr "Bu floppi FAT şəklində deyildir"
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4347,12 +4130,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:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "%s faylı oxunurkan xəta oldu"
-#: ../../install_any.pm_.c:1031
+#: ../../install_any.pm_.c:1040
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"
@@ -4360,7 +4143,7 @@ msgstr ""
"Bir xəta oldu. Yeni fayl sisteminin yaradılacağı hökmlü bir sürücü "
"tapılmadı. Bu problemin qaynağı üçün avadanlığınızı yoxlayın"
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
@@ -4370,7 +4153,7 @@ msgstr ""
"duyar.\n"
"Bunun haqqında %s də/a lazımi malumatları tapa bilərsiniz"
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -4381,11 +4164,11 @@ msgstr ""
"ya da yeni birini başdan yaradın. Sonra \"Bağlama \n"
"Nöqtəsi\"nə gəlin va burayı '/' olaraq dəyişdirin."
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr "Bir swap sahəsinə ehtiyacınız var"
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
@@ -4394,60 +4177,60 @@ msgstr ""
"Bir swap sahəniz yoxdur\n"
"Davam edim?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Bir swap sahəsinə ehtiyacınız var"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Boş sahəni istifadə et"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Yeni bölmələr üçün boş sahə yoxdur"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partitions"
msgstr "Var olan bölmələri işlədimmi"
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Bölmə cədvəli qurtarılmağa çalışılır"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Loopback üçün Windows bölməsini işlət"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Linuks4Win'i qurmaq üçün hansı disk bölməsini istifadə edəcəksiniz?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Böyüklüklərini seçin"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Kök (root) bölməsi böyüklüyü (Mb): "
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Swap sahəsi böyüklüyü (Mb): "
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr "Windows bölməsindəki boş sahəni işlət"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
msgid "Which partition do you want to resize?"
msgstr "Hansı bölmənin böyüklüyünü dəyişdirəcəksiniz?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
msgid "Resizing Windows partition"
msgstr "Fat fayl sistemi uclarÄą hesaplanÄąr"
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4456,7 +4239,7 @@ msgstr ""
"FAT tədqiqatçımız sizin bölümləri işlədə bilmir,\n"
"bu xəta oldu: %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4465,7 +4248,7 @@ msgstr ""
"Sizin Windows bölümü çox dağınıqdır. Daxiş edirik, əvvəlcə birləşdirin "
"(defraq)"
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4485,56 +4268,56 @@ msgstr ""
"ArdÄąndan quruluma \n"
"davam edin. Verilərinizin yedəyini almağı da unutmayın!"
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
msgid "Which size do you want to keep for Windows on"
msgstr "Hansı sektora daşımaq istəyirsiniz?"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr "bölmə %s"
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT böyüklüyü dəyişdirilməsi bacarılmadı: %s"
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr "FAT bölməsi yoxdur ya da loopback üçün lazımi yer buraxılmayıb"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
msgstr "BĂźtĂźn diski sil"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr "\"Windows\"u sil"
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Sizin birdən çox diskiniz var, linux qurmaq üçün hansını istifadə "
"edəcəksiniz?"
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"%s bölüməsinin böyüklüyü dəyişdirildikdən sonra bu bölmədəki bütün "
"mə'lumatlar silinəcəkdir"
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
msgid "Custom disk partitioning"
msgstr "Hazırkı disk bölmələndirməsi"
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr "Fdisk istifadə et"
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4543,28 +4326,28 @@ msgstr ""
"İndi %s sabit diskinizi bölmələndirə bilərsiniz\n"
"İşinizi bitirdiyinizdə `w' ilə qeyd etməyi unutmayın"
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
msgid "You don't have enough free space on your Windows partition"
msgstr "Heç Windows disk bölməniz yoxdur!"
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
msgid "I can't find any room for installing"
msgstr "Artıq bölmə əlavə edilə bilməz"
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX bölmə sehirbazı bu yolu tapdı:"
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, c-format
msgid "Partitioning failed: %s"
msgstr "Bölmə cədvəli növü: %s"
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr "Şəbəkə fəallaşdırılır"
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr "Şəbəkə dayandırılır"
@@ -4593,12 +4376,12 @@ msgstr ""
"Əvvəldən Linuks qurulu bir sistemdə \"rpm -qpl Mandrake/RPMS/*.rpm\"'yi\n"
"istifadə edərək Cd-Rom'u yoxlayın.\n"
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr "%s Sisteminə Xoşgəlmişsiniz"
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr "Disket sĂźrĂźcĂź yoxdur"
@@ -4608,7 +4391,7 @@ msgstr "Disket sĂźrĂźcĂź yoxdur"
msgid "Entering step `%s'\n"
msgstr "Başlanğıc addımı `%s'\n"
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -4621,78 +4404,78 @@ msgstr ""
"dəCDROMdan başlatdığınız zaman,\n"
" 'F1'ə basın və 'text' yazaraq enter'ə basın."
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr "Qurulum Sinifi"
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
#, fuzzy
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:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr "Paket Qrup Seçkisi"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr "Fərdi paket seçkisi"
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Ümumi böyüklük: %d / %d Mb"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr "Xətalı paket"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr "Ad: %s\n"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr "Buraxılış: %s\n"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr "BĂśyĂźklĂźyĂź: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr "Əhəmiyyət: %s\n"
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Bu paketi seçə bilməzsiniz, çünki qurmaq üçün yer çatmır."
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
msgid "The following packages are going to be installed"
msgstr "Aşağıdakı paketlər qurulacaqdır"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be removed"
msgstr "Aşağıdakı paketlər sistemdən silinəcəklər"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr "Bu paketi seçə bilməzsiniz/sistemdən çıxarda bilməzsınız"
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
msgstr "Bu lazımlı bir paketdir, sistemdən çıxardıla bilməz"
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
msgstr "Bu paketi sistemdən çıxarda bilməzsınız. Artıq qurulmuşdur."
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4700,77 +4483,77 @@ msgstr ""
"Bu paket yenilənməlidir\n"
"Sistemdən çıxarmaq mövzusunda ciddisiniz?"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr "Bu paketi sistemdən çıxarda bilməzsiniz. Yenilənməlidir"
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
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:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr "Qurulum"
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Disketə qeyd et"
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Updating package selection"
msgstr "Paket seçkilərini saxla"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
#, fuzzy
msgid "Minimal install"
msgstr "Qurulumdan çĹx"
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
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:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr "Qurulur"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr "Təxmini olaraq hesaplanır"
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr "Qalan müddət"
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
msgid "Please wait, preparing installation..."
msgstr "Xahiş edirik gözləyin, qurulum hazırlanır"
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr "%d paket"
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
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:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "Qəbul Et"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
msgid "Refuse"
msgstr "Rədd Et"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4784,17 +4567,17 @@ msgstr ""
"\"%s\" adlı Cd-Romu sürücünüzə taxın və OLDU'ya basın.\n"
"Ə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:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr "Yenə də davam edək?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
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:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr "Paketlər qurulurkən bir xəta oldu:"
@@ -5109,183 +4892,183 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "Klaviatura"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
#, fuzzy
msgid "Please choose your keyboard layout."
msgstr "Klaviatura quruluşunu seçiniz."
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
msgid "Here is the full list of keyboards available"
msgstr "BĂźtĂźn mĂśvcud klaviaturalarÄąn siyahÄąsÄą"
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr "Hansı qurulum sinifini istəyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Install/Update"
msgstr "Qurulum/Güncəlləmə"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Is this an install or an update?"
msgstr "Bu bir qurulum mu, yoxsa güncəlləməmidir?"
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr "Tövsiyə edilən"
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Usta"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
#, fuzzy
msgid "Upgrade"
msgstr "Güncəlləmə"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
#, fuzzy
msgid "Upgrade packages only"
msgstr "Paket seçkilərini saxla"
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
#, fuzzy
msgid "Please choose the type of your mouse."
msgstr "Xahiş edirik siçanınızın növünü seçin."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr "Siçan QapĹsĹ"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Siçanınızın bağlı olduğu serial Qapıyı seçin."
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr "Düymə emulyasiyası"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr "Düymə 2 emulyasiyası"
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr "Düymə 3 emulyasiyası"
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr "PCMCIA kartlar qurulur..."
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr "IDE qapÄąlarÄą qurulur"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr "uyğun bölmə tapılmadı"
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr "Bağlama nöqtələri üçün bölmələr daranır"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr "Bağlama nöqtələrini seçin"
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Şəkilləndiriləcək disk bölmələrini seçin"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Kök (root) Bölməsi"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Sisteminizin kök (/) bölməsi hansıdır?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Bölmə cəvəlindəki dəyişikliklərin daxil olması üçün kompüterinizi yenidən "
"başlatmalısınız."
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Şəkilləndiriləcək disk bölmələrini seçin"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Xətalı bloklar sınansınmı?"
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr "Bölmələr şəkilləndirilir"
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr "%s faylı yaradılır və şəkilləndirilir"
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Qurulumu bitirmək üçün lazımi sahə yoxdur, xahiş edirik əlavə edin"
-#: ../../install_steps_interactive.pm_.c:472
+#: ../../install_steps_interactive.pm_.c:479
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Mövcud olan paketlər axtarılır."
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
msgstr "Mövcud olan paketlər axtarılır."
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../install_steps_interactive.pm_.c:483
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Bu paketi sistemdən çıxarda bilməzsınız. Artıq qurulmuşdur."
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr "Güncəllənəcək paketlar tapılır"
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5293,63 +5076,63 @@ msgid ""
msgstr ""
"Sisteminizdə qurulum ya da güncəlləmə üçün lazımi boş yer yoxdur(%d > %d)"
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
#, fuzzy
msgid "Load from floppy"
msgstr "Disketdən geri çağır"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr "Disketə qeyd et"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
#, fuzzy
msgid "Loading from floppy"
msgstr "Disketdən geri çağır"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
#, fuzzy
msgid "Package selection"
msgstr "Paket Qrup Seçkisi"
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "%s sürücüsünə bir disket taxın"
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
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:642
+#: ../../install_steps_interactive.pm_.c:649
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5360,16 +5143,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:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "\"%s\" adlÄą Cd-Rom"
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr "Qurulum hazÄąrlanÄąr"
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
@@ -5378,91 +5161,21 @@ msgstr ""
"%s paketi qurulur\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
msgstr "Qurulum sonrası qurğular"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, 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:827
+#: ../../install_steps_interactive.pm_.c:834
#, 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:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"İndi şifrləmə üçün istifadə ediləcək tə'minatı endirə bilərsiniz.\n"
-"DİQQƏT:\n"
-"\n"
-"Bu tə'minata bə'zi fərqli ümumi ehtiyaclardan və müxtəlif\n"
-"mühakəmə haqlarından ötrü, bu tə'minatın son istifadəçisi, qanunların ona "
-"bu\n"
-"tə'minatı internetdən endirmə və saxlama haqqını verdiyindən əmin "
-"olmalÄądÄąr.\n"
-"\n"
-"Əlavə olaraq, müşdəri va/və ya son istifadəçi xüsusilə, yerləşdiyi mühakəmə "
-"yerinin\n"
-"qanunlarını çeynəmədiyindən əmin olmalıdır. Müşdəri və/və ya son istifadəçi\n"
-"qanunların əmr etdiyi şərtləri pozduğu zaman ciddi cəzalara\n"
-"mə'ruz qalacaqdır.\n"
-"\n"
-"Xüsusi ya da dolaylı zərərlərə (gəlir azalması, işin pozulması, ticari "
-"mə'lumat\n"
-"itkisi və digər maddi itkilər) yol açan heç bir hadisədə nə Mandrakesoft, nə "
-"də \n"
-"istehsalatçıları və/va ya qaynaq vericiləri məs'ul tutulmazlar. Bu "
-"tə'minatı\n"
-"internetden endirirkən son istifadəçi bu sözləşməyi qəbul etdiyini \n"
-"bəyan etmiş sayılır.\n"
-"\n"
-"\n"
-"Bu sözləşməylə əlaqədər hər cür sual üçün xahiş edirik\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA\n"
-"ĂźnvanÄąna yazÄąnÄąz."
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5474,164 +5187,164 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
#, 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:906
+#: ../../install_steps_interactive.pm_.c:881
msgid "Choose a mirror from which to get the packages"
msgstr "Paketleri almaq üçün bir əks ünvanı seçin"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:890
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Əks ünvanına bağlantı qurulur"
-#: ../../install_steps_interactive.pm_.c:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr "Sisteminiz hansı məqsədlə istifadə ediləcək?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Avadanlıq saatınız GMT-yə göra quruludur mu?"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
#, fuzzy
msgid "NTP Server"
msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
msgid "Remote CUPS server"
msgstr "Uzaq CUPS vericisi"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
msgid "No printer"
msgstr "Çap Edicisiz"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Başqa var?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm_.c:986
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Mündəricat"
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
msgid "Mouse"
msgstr "Siçan"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
msgstr "Vaxt Dilimi"
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2989
-#: ../../printerdrake.pm_.c:3078
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "Çap Edici"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
msgid "ISDN card"
msgstr "ISDN kartÄą"
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
msgid "Sound card"
msgstr "Səs kartı"
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr "TV kartÄą"
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
#, fuzzy
msgid "NIS"
msgstr "NIS istifadə et"
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1121
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Windows Domain"
msgstr "NIS sahəsi"
-#: ../../install_steps_interactive.pm_.c:1078
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
#, fuzzy
msgid "Local files"
msgstr "Yerli Çap Edici"
-#: ../../install_steps_interactive.pm_.c:1087
-#: ../../install_steps_interactive.pm_.c:1088 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Root parolunu qur"
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr "Parolsuz"
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1074
#, 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:1100 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "TanÄątma"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1088
#, fuzzy
msgid "Authentication LDAP"
msgstr "TanÄątma"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1090
#, fuzzy
msgid "LDAP Server"
msgstr "Verici"
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1096
#, fuzzy
msgid "Authentication NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1117
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "NIS sahəsi"
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -5647,21 +5360,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1106
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "TanÄątma"
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1108
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Sahə(domain) adı"
-#: ../../install_steps_interactive.pm_.c:1129
+#: ../../install_steps_interactive.pm_.c:1109
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1164
+#: ../../install_steps_interactive.pm_.c:1144
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 "
@@ -5692,19 +5405,20 @@ msgstr ""
"yerləşdirin\n"
"və \"OLDU\" basın."
-#: ../../install_steps_interactive.pm_.c:1180
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr "Ä°lk disket sĂźrĂźcĂź"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "Ä°kinci disket sĂźrĂźcĂź"
-#: ../../install_steps_interactive.pm_.c:1182 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "Nəzərə Alma"
-#: ../../install_steps_interactive.pm_.c:1187
+#: ../../install_steps_interactive.pm_.c:1167
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5734,7 +5448,7 @@ msgstr ""
"və \"OLDU\" basın.\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1193
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -5743,28 +5457,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "Bağışlayın, disket sürücü yoxdur"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1185
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:1209
+#: ../../install_steps_interactive.pm_.c:1189
#, 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:1212
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
msgstr "Açılış disketi yaradılır"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
msgstr "Açılış yükləyici hazırlanır"
-#: ../../install_steps_interactive.pm_.c:1230
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5772,11 +5486,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr "aboot istifadə etmək istəyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1239
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5784,16 +5498,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:1246
+#: ../../install_steps_interactive.pm_.c:1226
#, fuzzy
msgid "Installing bootloader"
msgstr "Sistem yükləyicini qur"
-#: ../../install_steps_interactive.pm_.c:1252
+#: ../../install_steps_interactive.pm_.c:1232
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:1260
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5810,17 +5524,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:1294
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, 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:1298
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr "Avtomatik qurulum disketi hazÄąrlanÄąr"
-#: ../../install_steps_interactive.pm_.c:1309
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5830,7 +5544,7 @@ msgstr ""
"\n"
"Həqiqətən də çıxmaq istəyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm_.c:1300
#, fuzzy, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5856,15 +5570,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:1333
+#: ../../install_steps_interactive.pm_.c:1313
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1318
msgid "Generate auto install floppy"
msgstr "Avtomatik qurulum disketi hazÄąrlanÄąr"
-#: ../../install_steps_interactive.pm_.c:1340
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5878,25 +5592,25 @@ msgstr ""
"\n"
"Bu qurulumu takrar etmək istəyə bilərsiniz axı.\n"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr "Avtomatlaşdırılmış"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Replay"
msgstr "Təkrarla"
-#: ../../install_steps_interactive.pm_.c:1348
+#: ../../install_steps_interactive.pm_.c:1328
msgid "Save packages selection"
msgstr "Paket seçkilərini saxla"
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr "Linuks-Mandrake Qurulumu %s"
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5915,22 +5629,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Monitorunuzu seçin"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr "Ətraflı"
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:103
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr "<- Əvvəlki"
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
#, fuzzy
msgid "Next"
msgstr "SonrakÄą ->"
@@ -5998,385 +5712,389 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "Çex dili (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "Almanca"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "Ä°spanca"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "Fincə"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "FransÄązca"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "Norveçcə"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "Polyakca"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "Rusca"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "İsveçcə"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
msgstr "Ä°ngiliz (UK) klaviaturasÄą"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
msgstr "Amerikan (US) klaviaturasÄą"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:167
#, fuzzy
msgid "Albanian"
msgstr "Farsca"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "Ermenicə (köhnə) "
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "Ermenicə (yazı maşını)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "Ermenicə (fonetik)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "Azərbaycanca (latın)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "Belçika dili"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bengali"
msgstr "fəallaşdır"
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Ermenicə (fonetik)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Bulqarca"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "Brazilya dili (ABNT-2)"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:184
#, fuzzy
msgid "Bosnian"
msgstr "Estoniya dili"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
msgid "Belarusian"
msgstr "Belarusca"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "İsveçcə (Alman sırası)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "İsveçcə (Fransız sırası)"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "Çex dili (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr "Almanca (ölü düymələr olmasın)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "Danimarka dili"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norveçcə)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "Estoniya dili"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "GĂźrcĂź dili (\"Rus\" sÄąrasÄą)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "GĂźrcĂź dili (\"LatÄąn\" sÄąrasÄą)"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "Yunanca"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "Macarca"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "XÄąrvatca"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "Ä°srail"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "Ä°srail (Fonetik)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
msgstr "Farsca"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "Ä°zlandiya dili"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "Ä°talyanca"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr "Yaponca 106 düyməli"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:217
msgid "Korean keyboard"
msgstr "Koreya klaviaturasÄą"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "LatÄąn Amerika dili"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:219
#, fuzzy
msgid "Laotian"
msgstr "Yeri"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "Litvaniya dili AZERTY (köhnə)"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "Litvanya dili AZERTY (yeni)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litvanya dili \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanya dili \"Fonetik\" QWERTY"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:225
#, fuzzy
msgid "Latvian"
msgstr "Yeri"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr "Makedoniya dili"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:229
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Azərbaycanca (kiril)"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "Hollandiya dili"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "Polyakca (QWERTY sÄąrasÄą)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "Polyakca (QWERTZ sÄąrasÄą)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "Portuqalca"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "FransÄązca (Kanada/Quebec)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:239
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Rusca (Yawerty)"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:240
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Rusca (Yawerty)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "Rusca (Yawerty)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "Slovencə"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "Slovakca (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "Slovakca (QWERTY)"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Azərbaycanca (kiril)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:250
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "Thai klaviatura"
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
#, fuzzy
msgid "Tajik keyboard"
msgstr "Thai klaviatura"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "Türkcə (ənənəvi \"F\" klaviatura)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "Türkcə (müasir \"Q\" klaviatura)"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "Ukrayna dili"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
msgstr "Amerikan (US) klaviaturası (beynəlmiləl)"
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vyetnam dili \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Yugoslavca (latÄąn/kiril)"
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr ""
@@ -6389,35 +6107,44 @@ msgstr "Dairəvi bağlama %s\n"
msgid "Remove the logical volumes first\n"
msgstr "Məntiqi ciltləri birinci olaraq sil\n"
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm_.c:18
+#, fuzzy
+msgid "modinfo is not available"
+msgstr "Disket sĂźrĂźcĂź yoxdur"
+
+#: ../../modules/parameters.pm_.c:50
#, fuzzy
msgid "a number"
msgstr "Telefon nömrəsi"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
#, fuzzy
msgid "comma separated strings"
msgstr "Bölmə şəkilləndirilməsi"
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Siçan"
@@ -6523,55 +6250,76 @@ msgstr "heç biri"
msgid "No mouse"
msgstr "SiçansĹzs"
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
msgid "Please test the mouse"
msgstr "Xahiş edirik siçanınızı seçin"
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
msgid "To activate the mouse,"
msgstr "Siçanınızı işə salmaq üçün,"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
msgstr "TƏKƏRİ OYNADIN!"
-#: ../../my_gtk.pm_.c:64
+#: ../../my_gtk.pm_.c:65
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
msgid "Finish"
msgstr "Qurtar"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "SonrakÄą ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "Doğrudur?"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "Mə'lumat"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "Ağacı Aç"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "Ağacı Qapat"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr "Otaq və grup sıralaması arasında gəz"
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "pppoe istifadə et"
+
+#: ../../network/adsl.pm_.c:24
+msgid "use pptp"
+msgstr "pptpe istifadə et"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
+msgstr "dhcp istifadə et"
+
+#: ../../network/adsl.pm_.c:26
+msgid "Alcatel speedtouch usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "İnternetə bağlan"
-#: ../../network/adsl.pm_.c:24
+#: ../../network/adsl.pm_.c:30
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6581,22 +6329,14 @@ 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:26
-msgid "Alcatel speedtouch usb"
+#: ../../network/adsl.pm_.c:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
-msgstr "dhcp istifadə et"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "pppoe istifadə et"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pptp"
-msgstr "pptpe istifadə et"
-
#: ../../network/drakfirewall.pm_.c:12
#, fuzzy
msgid "Web Server"
@@ -6677,10 +6417,10 @@ msgstr "QapÄąlarÄą sÄąna"
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr ""
"Hansı dhcp alıcısını istifadə edəcəksiniz?\n"
-"Əsası dhcpcd dir"
+"Əsası dhcp-client dir"
#: ../../network/ethernet.pm_.c:88
msgid ""
@@ -6690,7 +6430,7 @@ msgstr ""
"Sisteminizdə heç bir eternet şəbəkə adapteri tapıla bilmədi.\n"
"Bu bağlantı şəklini qura bilmərəm."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:238
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
msgid "Choose the network interface"
msgstr "Şəbəkə ara üzünü seçin"
@@ -6699,15 +6439,15 @@ msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "İnternetə bağlanmaq üçün şəbəkə adapteri seçin."
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "şəbəkə kartı tapılmadı"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "Şəbəkə Qurğuları"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
msgid ""
"Please enter your host name if you know it.\n"
"Some DHCP servers require the hostname to work.\n"
@@ -6718,15 +6458,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:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Ev sahibi adÄą"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
msgid "Network Configuration Wizard"
msgstr "Şəbəkə Quraşdırılması Sehirbazı"
@@ -6765,13 +6505,13 @@ msgstr "Oddan divar (Firewall) quruluşu tapıldı!"
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:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "ISDN quraşdırılması"
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
@@ -6779,22 +6519,22 @@ msgstr ""
"İnternet xidmət vericinizi seçin.\n"
"Siyahıda deyilsə Siyahıda deyil'i seçin."
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
#, fuzzy
msgid "Europe protocol"
msgstr "Açılış Protokolu"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Avropa (EDSS1)"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "BĂźtĂźn dĂźnya"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
#, fuzzy
msgid ""
"Protocol for the rest of the world\n"
@@ -6803,32 +6543,32 @@ msgstr ""
"BĂźtĂźn dĂźnya \n"
" D-Channel'lə xaric (kiralıq xətlər)"
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
msgid "Which protocol do you want to use?"
msgstr "Hansı protokolu istifadə etmək istəyirsiniz?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
msgid "What kind of card do you have?"
msgstr "HansÄą nĂśv kartÄąnÄąz var?"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
msgstr "Bilmirəm"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6841,19 +6581,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:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
msgstr "DayandÄąr"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Continue"
msgstr "Davam et"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
msgid "Which is your ISDN card?"
msgstr "HansÄąsÄą sizin ISDN kartÄąnÄązdÄąr?"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6861,58 +6601,85 @@ msgstr ""
"ISDN PCI kart tapdım, amma növünü bilmirəm. Xahiş edirik sonrakı ekrandakı "
"kartlardan birini seçin."
-#: ../../network/isdn.pm_.c:252
+#: ../../network/isdn.pm_.c:248
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."
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr "Modeminizin hansı serial qapıya bağlı olduğunu seçiniz"
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "Çevirməli şəbəkə seçənəkləri"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr "Bağlantı adı"
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
msgid "Phone number"
msgstr "Telefon nömrəsi"
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "Giriş adı"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr ""
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "Skript əsaslı"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "Terminal əsaslı"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Sahə(domain) adı"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
msgid "First DNS Server (optional)"
msgstr "Birinci DNS Vericisi (arzuya görə)"
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
msgid "Second DNS Server (optional)"
msgstr "İkinci DNS Vericisi (arzuya görə)"
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "amma oxşamır"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "Qurulum"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "Cədvəl"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -6950,20 +6717,20 @@ msgstr "Hələ İnternetə bağlı deyilsiniz."
msgid "Connect"
msgstr "Bağlan"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
msgid "Disconnect"
msgstr "Bağlantını kəs"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Configure the connection"
msgstr "Şəbəkəni qur"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
msgid "Internet connection & configuration"
msgstr "İnternet bağlantısı & quraşdırılması"
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
@@ -6971,7 +6738,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:104
+#: ../../network/netconnect.pm_.c:103
#, fuzzy, c-format
msgid ""
"\n"
@@ -6986,12 +6753,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:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr "Şəbəkə quraşdırılması"
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7002,7 +6769,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:160
+#: ../../network/netconnect.pm_.c:157
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7014,99 +6781,104 @@ 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:166
+#: ../../network/netconnect.pm_.c:163
msgid "Choose the profile to configure"
msgstr "Qurulacaq profili seçin"
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr "Avtomatik təsbit işlət"
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3203
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
msgid "Expert Mode"
msgstr "Usta Modu"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr "AvadanlÄąqlar tanÄąnÄąr..."
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
msgid "Normal modem connection"
msgstr "Normal modem təsbiti"
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, c-format
msgid "detected on port %s"
msgstr "%s qapÄąsÄąnda tapÄąldÄą"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "Normal modem təsbiti"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "%s tapÄąldÄą"
+
+#: ../../network/netconnect.pm_.c:216
msgid "ISDN connection"
msgstr "ISDN Bağlantısı"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr "%s tapÄąldÄą"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
#, fuzzy
msgid "ADSL connection"
msgstr "Yerli Şəbəkə quraşdırılması"
-#: ../../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:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "Cable connection"
msgstr "Kabel bağlantısı"
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
#, fuzzy
msgid "cable connection detected"
msgstr "Kabel bağlantısı"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "LAN connection"
msgstr "Yerli Şəbəkə quraşdırılması"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr "eternet kart tapÄąldÄą"
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "İstifadə edəcəyiniz vasitəni seçin"
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
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:226
+#: ../../network/netconnect.pm_.c:247
#, fuzzy
msgid "Internet connection"
msgstr "İnternet Bağlantısı Bölüşdürülməsi"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
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:246
+#: ../../network/netconnect.pm_.c:267
msgid "Network configuration"
msgstr "Şəbəkə quraşdırılması"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7117,7 +6889,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7127,7 +6899,7 @@ msgstr ""
"\n"
"Qurğular indi sisteminizə əlavə ediləcək.\n"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7135,14 +6907,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:266
+#: ../../network/netconnect.pm_.c:287
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:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7154,51 +6926,63 @@ 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:296
+#: ../../network/network.pm_.c:283
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:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr "%s şəbəkə avadanlığı qurulur"
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, c-format
msgid " (driver %s)"
msgstr " (sĂźrĂźcĂź %s)"
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "IP ĂźnvanÄą"
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
-#: ../../standalone/drakgw_.c:295
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
msgstr "Avtomatlaşdırılmış IP"
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
#, fuzzy
msgid "Start at boot"
msgstr "Açılışda başladılır"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
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:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7209,59 +6993,59 @@ 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:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "DNS verici"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Keçit avadanlığı"
-#: ../../network/network.pm_.c:376
+#: ../../network/network.pm_.c:363
#, 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
+#: ../../network/network.pm_.c:367
#, 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
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Vəkil vericilər quraşdırılması"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP vəkil verici"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP vəkil verici"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Vəkil verici http://... şəklində olmalıdır."
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#: ../../network/network.pm_.c:388
#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
msgstr "Vəkil verici http://... şəklində olmalıdır."
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:26
msgid "Firewalling configuration detected!"
msgstr "Oddan divar (Firewall) quruluşu tapıldı!"
-#: ../../network/shorewall.pm_.c:26
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7269,27 +7053,27 @@ msgstr ""
"Diqqət! Var olan Firewall qurğusu tapıldı. Yükləmədən sonra bir az əl "
"gəzdirə bilərsiniz."
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
msgid "Internet configuration"
msgstr "İnternet qurğuları"
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
msgid "Do you want to try to connect to the Internet now?"
msgstr "İnternete girişi indi sınamaq istəyirsiniz?"
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
msgid "Testing your connection..."
msgstr "Bağlantınız sınanır..."
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
msgid "The system is now connected to Internet."
msgstr "İnternetə artıq bağlısınız"
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr "Təhlükəsizlik səbəbi ilə indi bağlantı qopacaqdır."
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -7297,95 +7081,95 @@ msgstr ""
"Sisteminiz İnternetə bağlı deyil.\n"
"Bağlantını yenidən quraşdırın"
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
msgid "Connection Configuration"
msgstr "Bağlantı quraşdırılması"
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr "Xahiş edirik aşağıdakıları doldurun ya da seçin"
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
msgstr "Kart IRQ"
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "Kart mem (DMA)"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "Kart IO"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "Kart IO_0"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "Kart IO_1"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr "Sizin şəxsi telefon nömrəniz"
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr "İnternet xidmət vericinizin adı (məsələn azeronline.com)"
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
msgid "Provider phone number"
msgstr "İXM telefon nömrəsi"
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
msgid "Provider dns 1 (optional)"
msgstr "Dns xidmətcisi 1 (arzuya görə)"
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
msgid "Provider dns 2 (optional)"
msgstr "Dns xidmətcisi 2 (arzuya görə)"
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
#, fuzzy
msgid "Choose your country"
msgstr "KlaviaturanĹzĹ seçin"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
msgid "Dialing mode"
msgstr "Yığma modu"
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
#, fuzzy
msgid "Connection speed"
msgstr "Bağlantı növü:"
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "Bağlantı növü:"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
msgid "Account Login (user name)"
msgstr "Hesab Girişi (istifadəçi adı)"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
msgid "Account Password"
msgstr "Hesap Parolu"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "bağlama iflas etdi: "
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
msgstr "Bu platformda genişlədilmiş bölmələr dəstəklənmir"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -7405,12 +7189,12 @@ msgstr "%s faylından qurtarılışda xəta: %s"
msgid "Bad backup file"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr "%s faylına yazarkən xəta oldu"
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7440,190 +7224,191 @@ msgstr "gözəl"
msgid "maybe"
msgstr "bəlkə"
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr ""
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1181
-msgid "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
msgstr ""
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:36
-msgid "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
msgstr ""
-#: ../../printer.pm_.c:37
-msgid "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
+msgstr ""
+
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+msgid "Unknown Model"
msgstr ""
-#: ../../printer.pm_.c:49
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "Yerli Çap Edici"
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
msgid "Remote printer"
msgstr "Uzaq Çap Edici"
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Uzaq CUPS vericisi"
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Uzaq çap edici vericisi(lpd)"
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
#, fuzzy
msgid "Network printer (TCP/Socket)"
msgstr "Şəbəkə Çap Edicisi (soket) "
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Çap Edici Vericisi"
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Çap Edici avadanlığı URI"
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:346 ../../printer.pm_.c:388 ../../printer.pm_.c:570
-msgid "Unknown Model"
-msgstr ""
-
-#: ../../printer.pm_.c:791 ../../printer.pm_.c:982 ../../printer.pm_.c:1374
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3471
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:819
+#: ../../printer/main.pm_.c:317
#, fuzzy
msgid "Local Printers"
msgstr "Yerli Çap Edici"
-#: ../../printer.pm_.c:821 ../../printer.pm_.c:1182
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
#, fuzzy
msgid "Remote Printers"
msgstr "Uzaq Çap Edici"
-#: ../../printer.pm_.c:828 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:831 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:836
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:839
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:841
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:843
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:846
+#: ../../printer/main.pm_.c:344
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "%s faylına yazarkən xəta oldu"
-#: ../../printer.pm_.c:848
+#: ../../printer/main.pm_.c:346
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:850
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:854
+#: ../../printer/main.pm_.c:352
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:858
+#: ../../printer/main.pm_.c:356
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:860
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:979 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:1151
+#: ../../printer/main.pm_.c:647
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(modul %s)"
-#: ../../printer.pm_.c:1153
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:1178
+#: ../../printer/main.pm_.c:674
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "CUPS verici IP"
-#: ../../printer.pm_.c:1184 ../../printerdrake.pm_.c:3123
-#: ../../printerdrake.pm_.c:3134 ../../printerdrake.pm_.c:3360
-#: ../../printerdrake.pm_.c:3412 ../../printerdrake.pm_.c:3438
-#: ../../printerdrake.pm_.c:3613 ../../printerdrake.pm_.c:3615
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr " (Əsas)"
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr "Çap Edici Bağlantısı Seçin"
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr "Çap ediciniz nə şəkildə bağlıdır?"
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
#, fuzzy
msgid ""
"\n"
@@ -7634,21 +7419,21 @@ msgstr ""
"Buradakı hər çap edici avtomatik tapılacaqdır.\n"
"Olmazsa \"Uzaq CUPS vericisi\" ni seçin."
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3187
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
#, fuzzy
msgid "CUPS configuration"
msgstr "Yerli Şəbəkə Quraşdırılması"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3188
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
#, fuzzy
msgid "Specify CUPS server"
msgstr "Uzaq CUPS vericisi"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
"do not have to configure anything; the CUPS servers inform your machine "
@@ -7659,7 +7444,7 @@ msgid ""
"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
"\n"
"Normally, CUPS is automatically configured according to your network "
@@ -7669,154 +7454,154 @@ msgid ""
"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "IP ünvanı 1.2.3.4 şəklində olmalıdır"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
#, fuzzy
msgid "The port number should be an integer!"
msgstr "Qapı nömrəsi rəqəmlə yazılmalıdır"
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
msgid "CUPS server IP"
msgstr "CUPS verici IP"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
msgid "Port"
msgstr "QapÄą"
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Qurulum Tərzi Quraşdırılması"
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2792
-#: ../../printerdrake.pm_.c:2797 ../../printerdrake.pm_.c:2831
-#: ../../printerdrake.pm_.c:2836 ../../printerdrake.pm_.c:2873
-#: ../../printerdrake.pm_.c:2926 ../../printerdrake.pm_.c:2946
-#: ../../printerdrake.pm_.c:2960 ../../printerdrake.pm_.c:2994
-#: ../../printerdrake.pm_.c:3040 ../../printerdrake.pm_.c:3058
-#: ../../printerdrake.pm_.c:3147 ../../printerdrake.pm_.c:3226
-#: ../../printerdrake.pm_.c:3528 ../../printerdrake.pm_.c:3583
-#: ../../printerdrake.pm_.c:3636 ../../standalone/printerdrake_.c:57
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Çap Edici"
-
-#: ../../printerdrake.pm_.c:178
+#: ../../printer/printerdrake.pm_.c:159
#, fuzzy
msgid "Checking your system..."
msgstr "Hansı çap edici sistemini istifadə etmək istəyirsiniz?"
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Çap Edici"
+
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printerdrake.pm_.c:198
+#: ../../printer/printerdrake.pm_.c:179
#, fuzzy
msgid ""
"The following printers\n"
"\n"
msgstr "Aşağıdakı paketlər sistemdən silinəcəklər"
-#: ../../printerdrake.pm_.c:199
+#: ../../printer/printerdrake.pm_.c:180
#, fuzzy
msgid ""
"The following printer\n"
"\n"
msgstr "Aşağıdakı paketlər sistemdən silinəcəklər"
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
msgstr ""
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
msgstr ""
-#: ../../printerdrake.pm_.c:210
+#: ../../printer/printerdrake.pm_.c:189
#, fuzzy
msgid "directly connected to your system"
msgstr "Siseminizdə şəbəkə adapteri yoxdur!"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:221
+#: ../../printer/printerdrake.pm_.c:200
#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "Modeminizin hansı serial qapıya bağlı olduğunu seçiniz"
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:236
+#: ../../printer/printerdrake.pm_.c:215
#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr "Çap edicini sınamaq istəyirsiniz?"
-#: ../../printerdrake.pm_.c:238
+#: ../../printer/printerdrake.pm_.c:217
#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Bağlantınızı açılışda başlatmaq istəyirsiniz?"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3169
-#: ../../printerdrake.pm_.c:3299
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
#, fuzzy
msgid "Add a new printer"
msgstr "Çap Edicisiz"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7829,7 +7614,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7851,7 +7636,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7866,7 +7651,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7886,20 +7671,20 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:328
+#: ../../printer/printerdrake.pm_.c:307
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Uzaq Çap Edici"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7913,55 +7698,55 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Printer auto-detection"
msgstr "Avtomatik təsbit işlət"
-#: ../../printerdrake.pm_.c:421
+#: ../../printer/printerdrake.pm_.c:385
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:387
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, fuzzy, c-format
msgid "Detected %s"
msgstr "%s tapÄąldÄą"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:437
+#: ../../printer/printerdrake.pm_.c:399
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Şəbəkə Çap Edicisi (soket) "
-#: ../../printerdrake.pm_.c:439
+#: ../../printer/printerdrake.pm_.c:401
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
#, fuzzy
msgid "Local Printer"
msgstr "Yerli Çap Edici"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
@@ -7969,34 +7754,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "Çap Edici avadanlığı URI"
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
#, fuzzy
msgid "No printer found!"
msgstr "Yerli Çap Edici"
-#: ../../printerdrake.pm_.c:601
+#: ../../printer/printerdrake.pm_.c:548
#, fuzzy
msgid "Available printers"
msgstr "Yerli Çap Edici"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8004,7 +7789,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
@@ -8012,38 +7797,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Modeminizin hansı serial qapıya bağlı olduğunu seçiniz"
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Çap Edici avadanlığı URI"
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
#, fuzzy
msgid "Manual configuration"
msgstr "Quraşdırma"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr "Uzaq Çap Edici (lpd) Seçənəkləri"
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -8053,51 +7838,51 @@ msgstr ""
"çap edicinin bağlı olduğu çap edici vericisinin adını və növbə \n"
"adınını verməlisiniz."
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
#, fuzzy
msgid "Remote host name"
msgstr "UzaqdakÄą ev sahibi adÄą"
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
#, fuzzy
msgid "Remote printer name"
msgstr "Uzaq Çap Edici"
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
#, fuzzy
msgid "Remote host name missing!"
msgstr "UzaqdakÄą ev sahibi adÄą"
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
#, fuzzy
msgid "Remote printer name missing!"
msgstr "UzaqdakÄą ev sahibi adÄą"
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "%s tapÄąldÄą"
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Scanning network..."
msgstr "Bağlantınız başladılır..."
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Şəbəkə dayandırılır"
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) Çap Edici Seçənəkləri"
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -8110,46 +7895,46 @@ msgstr ""
"IP ünvanı, çap edicinin paylaşdırma adı, işləmə grupu, istifadəçi adı və \n"
"parol verilməlidir."
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr "SMB verici adÄą"
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr "SMB verici IP"
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr "Paylaşdırma adı"
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "İş qrupu"
-#: ../../printerdrake.pm_.c:868
+#: ../../printer/printerdrake.pm_.c:806
#, fuzzy
msgid "Auto-detected"
msgstr "Avtomatik təsbit işlət"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8173,7 +7958,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8182,7 +7967,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8190,11 +7975,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr "NetWare Çap Edici Qurğuları"
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -8206,44 +7991,44 @@ msgstr ""
"edici \n"
"növbəsi adı ilə istifadəçi adı va parolu verilməlidir."
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr "Çap Edici Vericisi"
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr "Çap Edici Növbə Adı"
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Soket Çap Edici Qurğuları"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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 ""
-#: ../../printerdrake.pm_.c:1100
+#: ../../printer/printerdrake.pm_.c:1033
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8254,61 +8039,65 @@ msgstr ""
"Soket çap edicidən yekun almaq üçün, çap edicinin ev sahibi adını ve "
"mümkünsə, qapısının nömrəsini verməlisiniz."
-#: ../../printerdrake.pm_.c:1105
+#: ../../printer/printerdrake.pm_.c:1037
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Çap Edici Ev sahibi"
-#: ../../printerdrake.pm_.c:1127
+#: ../../printer/printerdrake.pm_.c:1059
#, fuzzy
msgid "Printer host name or IP"
msgstr "Çap Edici Ev sahibi"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
msgid "Printer Device URI"
msgstr "Çap Edici avadanlığı URI"
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr "Çap edici adı"
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "Ä°zah"
+
+#: ../../printer/printerdrake.pm_.c:1466
msgid "Location"
msgstr "Yeri"
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
#, fuzzy
msgid "Reading printer database..."
msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
#, fuzzy
msgid "Preparing printer database..."
msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
#, fuzzy
msgid "Your printer model"
msgstr "Uzaq Çap Edici"
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8323,28 +8112,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
#, fuzzy
msgid "The model is correct"
msgstr "Doğrudur?"
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
#, fuzzy
msgid "Select model manually"
msgstr "Uzaq Çap Edici"
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
#, fuzzy
msgid "Printer model selection"
msgstr "Çap Edici Bağlantısı"
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Nə cür bir çap ediciniz var?"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -8353,18 +8142,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "İnternet qurğuları"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8374,12 +8163,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "İnternet qurğuları"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8387,7 +8176,7 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1858
+#: ../../printer/printerdrake.pm_.c:1746
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."
@@ -8399,11 +8188,11 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -8426,7 +8215,7 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
msgid ""
"Printer default settings\n"
"\n"
@@ -8436,34 +8225,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Çap edicini sınamaq istəyirsiniz?"
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
#, fuzzy
msgid "Test pages"
msgstr "QapÄąlarÄą sÄąna"
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on "
@@ -8471,45 +8260,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
#, fuzzy
msgid "No test pages"
msgstr "Bəli, hər iki sınaq səhifəsini də çap et"
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
#, fuzzy
msgid "Print"
msgstr "Çap Edici"
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
#, fuzzy
msgid "Standard test page"
msgstr "Standart"
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Sınaq səhifəsi çap edilir..."
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
#, fuzzy
msgid "Photo test page"
msgstr "Sınaq səhifəsi çap edilir..."
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
#, fuzzy
msgid "Do not print any test page"
msgstr "Sınaq səhifəsi çap edilir..."
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
msgstr "Sınaq səhifəsi çap edilir..."
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8525,7 +8314,7 @@ msgstr ""
"\n"
"Düz mü işləyir?"
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8535,16 +8324,16 @@ msgstr ""
"Çap edicinin işləməsi üçün bir az vaxt keçər.\n"
"Düz mü işləyir?"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3473
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
#, fuzzy
msgid "Raw printer"
msgstr "Çap Edicisiz"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8553,15 +8342,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -8570,7 +8359,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8578,41 +8367,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8622,7 +8411,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -8631,41 +8420,41 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2388
+#: ../../printer/printerdrake.pm_.c:2271
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Şəbəkə dayandırılır"
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Şəbəkə dayandırılır"
-#: ../../printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2274
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Şəbəkə dayandırılır"
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Şəbəkə dayandırılır"
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3457 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
msgid "Close"
msgstr "Qapat"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
#, fuzzy
msgid "Print option list"
msgstr "Çap edici seçənəkləri"
-#: ../../printerdrake.pm_.c:2418
+#: ../../printer/printerdrake.pm_.c:2301
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8679,7 +8468,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -8692,19 +8481,19 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2927
-#: ../../printerdrake.pm_.c:3227
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
#, fuzzy
msgid "Reading printer data..."
msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
#, fuzzy
msgid "Transfer printer configuration"
msgstr "İnternet qurğuları"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8714,51 +8503,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8766,61 +8555,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Çap edici adı təkcə hərf, rəqəm və alt xətt daxil edə bilər"
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
#, fuzzy
msgid "New printer name"
msgstr "Çap Edicisiz"
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
#, fuzzy
msgid "Refreshing printer data..."
msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
#, fuzzy
msgid "Starting network..."
msgstr "Bağlantınız başladılır..."
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
#, fuzzy
msgid "Configure the network now"
msgstr "Şəbəkəni qur"
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitor qurulmayÄąb"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 "
@@ -8828,12 +8617,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Şəbəkə Qurğuları"
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8843,34 +8632,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
msgid ""
"The network access was not running and could not be started. Please check "
"your configuration and your hardware. Then try to configure your remote "
"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
#, fuzzy
msgid "Restarting printing system..."
msgstr "Hansı çap edici sistemini istifadə etmək istəyirsiniz?"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
#, fuzzy
msgid "high"
msgstr "Yüksək"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
#, fuzzy
msgid "paranoid"
msgstr "Şübhəci"
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8885,12 +8674,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Hansı çap edici sistemini istifadə etmək istəyirsiniz?"
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8904,65 +8693,65 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2793
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2874
-#: ../../printerdrake.pm_.c:2995
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2798
-msgid "Removing LPRng..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Rezolyusiya: %s\n"
-#: ../../printerdrake.pm_.c:2837
-msgid "Removing LPD..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "%s paketi qurulur"
-#: ../../printerdrake.pm_.c:2910
+#: ../../printer/printerdrake.pm_.c:2685
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Çap Edici Bağlantısı Seçin"
-#: ../../printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2686
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Hansı çap edici sistemini istifadə etmək istəyirsiniz?"
-#: ../../printerdrake.pm_.c:2947
+#: ../../printer/printerdrake.pm_.c:2720
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Çap Edicini Qur"
-#: ../../printerdrake.pm_.c:2961
+#: ../../printer/printerdrake.pm_.c:2731
#, fuzzy
msgid "Installing Foomatic..."
msgstr "%s paketi qurulur"
-#: ../../printerdrake.pm_.c:3031 ../../printerdrake.pm_.c:3072
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr "Çap edici seçənəkləri"
-#: ../../printerdrake.pm_.c:3041
+#: ../../printer/printerdrake.pm_.c:2810
#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-#: ../../printerdrake.pm_.c:3059 ../../printerdrake.pm_.c:3637
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
#, fuzzy
msgid "Configuring applications..."
msgstr "Çap Edicini Qur"
-#: ../../printerdrake.pm_.c:3079
+#: ../../printer/printerdrake.pm_.c:2845
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Bir çap edici qurmaq istəyirsiniz?"
-#: ../../printerdrake.pm_.c:3091
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:3151
+#: ../../printer/printerdrake.pm_.c:2915
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8973,7 +8762,7 @@ msgstr ""
"Aşağıda yazıçıdakı növbələr verilmişdir.\n"
"Yenilərini əlavə edə bilər, və ya mövcud olanları dəyişdirə bilərsiniz."
-#: ../../printerdrake.pm_.c:3152
+#: ../../printer/printerdrake.pm_.c:2916
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8983,224 +8772,148 @@ msgstr ""
"Aşağıda yazıçıdakı növbələr verilmişdir.\n"
"Yenilərini əlavə edə bilər, və ya mövcud olanları dəyişdirə bilərsiniz."
-#: ../../printerdrake.pm_.c:3179
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:2960
#, fuzzy
msgid "Change the printing system"
msgstr "Şəbəkəni qur"
-#: ../../printerdrake.pm_.c:3202 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
msgid "Normal Mode"
msgstr "Normal Mod"
-#: ../../printerdrake.pm_.c:3367 ../../printerdrake.pm_.c:3417
-#: ../../printerdrake.pm_.c:3630
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Qurğuları sınamaq istəyirsiniz?"
-#: ../../printerdrake.pm_.c:3452
+#: ../../printer/printerdrake.pm_.c:3211
#, fuzzy
msgid "Modify printer configuration"
msgstr "İnternet qurğuları"
-#: ../../printerdrake.pm_.c:3454
+#: ../../printer/printerdrake.pm_.c:3213
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "Qurğuları sınamaq istəyirsiniz?"
-#: ../../printerdrake.pm_.c:3458
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3463 ../../printerdrake.pm_.c:3518
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
#, fuzzy
msgid "Printer connection type"
msgstr "İnternet Bağlantısı Bölüşdürülməsi"
-#: ../../printerdrake.pm_.c:3464 ../../printerdrake.pm_.c:3522
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
#, fuzzy
msgid "Printer name, description, location"
msgstr "Çap Edici Bağlantısı"
-#: ../../printerdrake.pm_.c:3466 ../../printerdrake.pm_.c:3540
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3541
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3476 ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3478 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3479 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3480 ../../printerdrake.pm_.c:3574
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
#, fuzzy
msgid "Print test pages"
msgstr "Sınaq səhifəsi çap edilir..."
-#: ../../printerdrake.pm_.c:3481 ../../printerdrake.pm_.c:3576
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
#, fuzzy
msgid "Know how to use this printer"
msgstr "Qurğuları sınamaq istəyirsiniz?"
-#: ../../printerdrake.pm_.c:3483 ../../printerdrake.pm_.c:3578
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
#, fuzzy
msgid "Remove printer"
msgstr "Uzaq Çap Edici"
-#: ../../printerdrake.pm_.c:3529
+#: ../../printer/printerdrake.pm_.c:3282
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3307
#, fuzzy
msgid "Default printer"
msgstr "Yerli Çap Edici"
-#: ../../printerdrake.pm_.c:3555
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3568 ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3572
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3580
+#: ../../printer/printerdrake.pm_.c:3325
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Şəbəkəni yenidən başlatmaq istəyirsiniz?"
-#: ../../printerdrake.pm_.c:3584
+#: ../../printer/printerdrake.pm_.c:3329
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Vəkil vericilər quraşdırılması"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "QapÄą"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Vəkil verici http://... şəklində olmalıdır."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-#, fuzzy
-msgid "The port part should be numeric"
-msgstr "Qapı nömrəsi rəqəmlə yazılmalıdır"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Avtomatik Giriş"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Parol"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Parolsuz"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Parollar uyğun gəlmir"
-
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "Şəkilləndirilmiş RAID md%d-yə disk bölməsi əlavə edilə bilinmədi"
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr "%s faylına yazıla bilinmədi"
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
msgstr "mkraid iflas etdi"
@@ -9214,7 +8927,7 @@ 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:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -9239,69 +8952,65 @@ msgid ""
"\t email)"
msgstr ""
-#: ../../security/main.pm_.c:65
+#: ../../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:99
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr " (Əsas)"
+
+#: ../../security/main.pm_.c:113
#, fuzzy
msgid "Security Alerts:"
msgstr "Təhlükəsizlik səviyyəsinin quraşdırılması"
-#: ../../security/main.pm_.c:101
+#: ../../security/main.pm_.c:115
#, fuzzy
msgid "Security Administrator:"
msgstr "Uzaq Çap Edici (lpd) Seçənəkləri"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "Network Options"
msgstr "Modul seçənəkləri:"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "System Options"
msgstr "Modul seçənəkləri:"
-#: ../../security/main.pm_.c:119 ../../security/main.pm_.c:148
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
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:137
-#, fuzzy, c-format
-msgid " (default: %s)"
-msgstr " (Əsas)"
-
-#: ../../security/main.pm_.c:161
-msgid "Periodic Checks 2"
-msgstr ""
-
-#: ../../security/main.pm_.c:162
+#: ../../security/main.pm_.c:177
msgid "Periodic Checks"
msgstr ""
-#: ../../security/main.pm_.c:176
+#: ../../security/main.pm_.c:191
#, fuzzy
msgid "Please wait, setting security level..."
msgstr "Təhlükəsizlik səviyyəsinin quraşdırılması"
-#: ../../security/main.pm_.c:182
+#: ../../security/main.pm_.c:197
#, fuzzy
msgid "Please wait, setting security options..."
msgstr "Xahiş edirik gözləyin, qurulum hazırlanır"
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ALSA səs sistemini (Advanced Linux Sound Architecture) başlat"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr "Anakron, periodik əmr zamanlayıcısı"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
@@ -9310,7 +9019,7 @@ msgstr ""
"tutmaq üçün istifadə edilir.\n"
"Ayrıca batareya azaldığında sistemi qapatmaq üçün də istifadə edilir."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
@@ -9318,7 +9027,7 @@ msgstr ""
"at əmri, zamanlanan əmrləri işləmələri lazım gələn vaxtda işlədir.\n"
"Sistem yükü lazımi qədər alçaq olduğunda yığma əmrləri işlədilir."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -9330,7 +9039,7 @@ msgstr ""
"çox\n"
"yeni xüsusiyyət daxildir."
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -9342,7 +9051,7 @@ msgstr ""
"Ayrıca konsolda siçanla kəsmə və yapışdırma əməliyyatlarına da imkan verər.\n"
"Konsolda pop-up menyu dəstəyi verər."
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -9350,14 +9059,14 @@ msgstr ""
"HardDrake texniki tə'minat sınağı aparar və onları bir ön quraşdırmadan "
"keçirər."
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache bir World Wide Web vericisidir. HTML faylları və CGI verilməsi üçün "
"istifadə edilir."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -9372,7 +9081,7 @@ msgstr ""
"inetd-ni sistemden çıxarmaq, onun məs'ul olduğu bütün xidmətləri\n"
"rədd etmək mənasını daşıyır."
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -9380,7 +9089,7 @@ msgstr ""
"Linuks 2.2 seriyası çəkirdəklərində firewall\n"
"qurmaq üçün üçün paket süzülməsini başlat."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -9390,7 +9099,7 @@ msgstr ""
"Hansı klaviatura düzülüşü istifadə ediləcəyi kbdconfig ilə seçilir.\n"
"Bu, mandrake qurulan bir çox kompüterdə fəal buraxılmalıdır."
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -9398,11 +9107,11 @@ msgstr ""
"/usr/include/linux/{autoconf,version}.h ßçßn \n"
"/boot-da avtomatik çəkirdək başlığı yaradılması."
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Texniki avadanlığın açılışda avtomatik təsbiti və qurulması."
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -9410,7 +9119,7 @@ msgstr ""
"Linuxconf sistem qurğularınızı idarə edən proqramları\n"
"müxtəlif vəzifələri açılışda icra edər."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
@@ -9419,14 +9128,14 @@ msgstr ""
"lpd əsasən, çap vəzifələrini idarə edən və onları çap ediciyə göndərən "
"vericidir."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
"Linuks Virtual Verici, yüksək qabiliyyətli vericilər qurmaq üçün işlədilir."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
#, fuzzy
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
@@ -9435,7 +9144,7 @@ msgstr ""
"named (BIND) verici adlarını IP ünvanlarına çevirən\n"
"Sahə Adı Vericisidir(DNS)."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -9443,7 +9152,7 @@ msgstr ""
"Bütün Şəbəkə Fayl Sistemlərini (NFS), SMB (Lan Manager/Windows), və \n"
"NCP (NetWare) bağlama nöqtələrini bağlar və ayırır."
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -9451,7 +9160,7 @@ msgstr ""
"Açılış sırasında başlamaq üçün qurulmuş bütün şəbəkə axtar üzlərini "
"fəallaşdırır ya da qapatır."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
@@ -9462,7 +9171,7 @@ msgstr ""
"Bu xidmət, /etc/exports faylında qurğuları olan NFS vericisinin\n"
"istifadəsinə imkan verər."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -9470,7 +9179,7 @@ msgstr ""
"NFS TCP/IP şəbəkələrində fayl bölüşülməsi üçün istifadə edilən məşhur bir \n"
"protokoldur. Bu xidmət NFS fayl qıfılı istifadəsinə imkan verər."
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -9478,11 +9187,11 @@ msgstr ""
"Açılışda XFree və konsolda numlock düyməsini\n"
"avtomatik olaraq aç."
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
msgstr "OKI 4w və uyğun Windows çap edicilərini dəstəklə."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
@@ -9494,7 +9203,7 @@ msgstr ""
"Qurulmadığı vaxtda açılışda işləməz, işləməsinə ehtiyac olmayan\n"
"kompüterlərdə qurulu olması problem yaratmaz."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -9505,7 +9214,7 @@ msgstr ""
"bağlantılarını təşkilatlandırır. Portmap vericisi RPC mexanizmini işlədən\n"
"protokollarla xidmət edən kompüterlərdə qurulmalıdır və işlədilməlidir."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
#, fuzzy
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
@@ -9514,7 +9223,7 @@ msgstr ""
"Posfix, elektronik məktubların bir kompüterdən digərinə yollayan \n"
"Elektronik Məktub Yollama Vasitəsidir."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -9522,7 +9231,7 @@ msgstr ""
"Yüksək keyfiyyət təsadüfi rəqəm istehsal edən sistem entropi hovuzunun \n"
"saxlanması və yenidən köhnə halına gətirilməsinə imkan verər."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -9530,7 +9239,7 @@ msgstr ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
@@ -9541,7 +9250,7 @@ msgstr ""
"daha bĂśyĂźk\n"
"şəbəkələrdə daha qarışıq routing protokollarına ehtiyacı vardır."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -9549,7 +9258,7 @@ msgstr ""
"rstat protokolu bir şəbəkədəkı istifadəçilərin o şəbəkədəkı hər hansı bir\n"
"kompüter haqqındakı qabiliyyət ölçüləri ala bilmələrinə imkan verər."
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -9557,7 +9266,7 @@ msgstr ""
"rusers protokolu bir şəbəkədəkı istifadəçilərin o şəbəkədəkı kompüterlərdə\n"
"işləyən istifadəçiləri görməsinə imkan verər."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
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)."
@@ -9565,11 +9274,11 @@ msgstr ""
"rwho protokolu, uzaq istifadəçilərin, rwho vasitəsi işlədən bir kompüterdə\n"
"olan bütün istifadəçiləri görmələrina imkan verər."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
msgstr "Kompüterinizdə səs sistemı başladın"
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
@@ -9578,70 +9287,70 @@ msgstr ""
"tutmalarına imkan verər. Syslog'un hər zaman işləməsi\n"
"yaxşı fikirdir."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
msgstr "USB avadanlığınız üçün sürücüləri yükləyin."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
"X Font Vericisini açılışda işə salar (Bu, XFree icrası üçün məcburidir)."
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr "Açılışda avtomatik olaraq başlayacaq xidmətləri seçin"
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
#, fuzzy
msgid "Printing"
msgstr "Çap Edici"
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
msgid "Internet"
msgstr "Ä°nternet"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
#, fuzzy
msgid "System"
msgstr "Sistem modu"
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
#, fuzzy
msgid "Remote Administration"
msgstr "Uzaq Çap Edici (lpd) Seçənəkləri"
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
#, fuzzy
msgid "Database Server"
msgstr "Databeyz"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
#, fuzzy
msgid "Services"
msgstr "avadanlÄąq"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "running"
msgstr "işləmir"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "stopped"
msgstr "dayandÄąrÄąlÄąb"
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr "Xidmətlər və vasitələr"
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
@@ -9649,16 +9358,16 @@ msgstr ""
"Bu xidmət haqqında təəsüf ki,\n"
"əlavə mə'lumat yoxdur."
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
msgid "On boot"
msgstr "Açılışda"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Start"
msgstr "Hal:"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Stop"
msgstr "Sektor"
@@ -9729,7 +9438,7 @@ msgid ""
"strategy, ..."
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
#, fuzzy
msgid "Mandrake Control Center"
msgstr "İdarə Mərkəzi"
@@ -9885,196 +9594,570 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:49
+#: ../../standalone.pm_.c:21
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Klaviatura"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
+
+#: ../../standalone.pm_.c:168
#, fuzzy
msgid "Installing packages..."
msgstr "%s paketi qurulur"
-#: ../../standalone/XFdrake_.c:148
+#: ../../standalone/XFdrake_.c:138
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:152
+#: ../../standalone/XFdrake_.c:142
#, 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"
-#: ../../standalone/drakTermServ_.c:188
+#: ../../standalone/drakTermServ_.c:239
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
msgstr "İnternet qurğuları"
-#: ../../standalone/drakTermServ_.c:203
+#: ../../standalone/drakTermServ_.c:253
#, fuzzy
msgid "Enable Server"
msgstr "Databeyz"
-#: ../../standalone/drakTermServ_.c:210
+#: ../../standalone/drakTermServ_.c:260
#, fuzzy
msgid "Disable Server"
msgstr "Databeyz"
-#: ../../standalone/drakTermServ_.c:218
+#: ../../standalone/drakTermServ_.c:268
#, fuzzy
msgid "Start Server"
msgstr "NIS Verici"
-#: ../../standalone/drakTermServ_.c:225
+#: ../../standalone/drakTermServ_.c:275
#, fuzzy
msgid "Stop Server"
msgstr "NIS Verici"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:239
+#: ../../standalone/drakTermServ_.c:294
#, fuzzy
msgid "Add/Del Users"
msgstr "İstifadəçini əlavə et"
-#: ../../standalone/drakTermServ_.c:241
+#: ../../standalone/drakTermServ_.c:299
#, fuzzy
msgid "Add/Del Clients"
msgstr "DHCP AlÄącÄąsÄą"
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:328
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
msgstr ""
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
msgstr ""
-#: ../../standalone/drakTermServ_.c:521
+#: ../../standalone/drakTermServ_.c:573
msgid "No kernel selected!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:535
+#: ../../standalone/drakTermServ_.c:587
#, fuzzy
msgid "No nic selected!"
msgstr "Bağlı deyil"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:552
+#: ../../standalone/drakTermServ_.c:604
#, fuzzy
msgid "<-- Delete"
msgstr "Sil"
-#: ../../standalone/drakTermServ_.c:559
+#: ../../standalone/drakTermServ_.c:611
#, fuzzy
msgid "Delete All NBIs"
msgstr "Fayl seç"
-#: ../../standalone/drakTermServ_.c:621
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
#, fuzzy
msgid "Add User -->"
msgstr "İstifadəçini əlavə et"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "NĂśv: "
+
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:773
+#, fuzzy
+msgid "Thin Client"
+msgstr "DHCP AlÄącÄąsÄą"
+
+#: ../../standalone/drakTermServ_.c:775
+#, fuzzy
+msgid "Allow Thin Clients"
+msgstr "DHCP AlÄącÄąsÄą"
+
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:742
+#: ../../standalone/drakTermServ_.c:821
#, fuzzy
-msgid "<-- Del Client"
+msgid "<-- Edit Client"
msgstr "DHCP AlÄącÄąsÄą"
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:837
+#, fuzzy
+msgid "Delete Client"
+msgstr "DHCP AlÄącÄąsÄą"
+
+#: ../../standalone/drakTermServ_.c:843
#, fuzzy
msgid "dhcpd Config..."
msgstr "Quraşdırılır..."
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Netmask"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Sahə(domain) adı"
+
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr "NIS Verici"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1001
#, fuzzy
msgid "dhcpd Server Configuration"
msgstr "Yerli Şəbəkə Quraşdırılması"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone/drakTermServ_.c:875
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1018
#, fuzzy
msgid "Write Config"
msgstr "yenidən quraşdır"
-#: ../../standalone/drakTermServ_.c:965
+#: ../../standalone/drakTermServ_.c:1120
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "%s sürücüsünə bir disket taxın"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:974
+#: ../../standalone/drakTermServ_.c:1129
#, fuzzy
msgid "No floppy drive available!"
msgstr "Disket sĂźrĂźcĂź yoxdur"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:40
#, fuzzy
msgid "Error!"
msgstr "Xəta"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Qurulum sonrası qurğular"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10089,23 +10172,32 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "Təkrarla"
+
+#: ../../standalone/drakautoinst_.c:66
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Qurulum Tərzi Quraşdırılması"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Avtomatik qurulum disketi hazÄąrlanÄąr"
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -10113,57 +10205,57 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:508
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr "Təbriklər!"
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
#, fuzzy
msgid "Auto Install"
msgstr "Qurulum"
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
#, fuzzy
msgid "Add an item"
msgstr "İstifadəçi əlavə et"
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
#, fuzzy
msgid "Remove the last item"
msgstr "Loopback faylı şəkilləndirilir: %s"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:724
+#: ../../standalone/drakbackup_.c:691
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
msgstr ""
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10171,7 +10263,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10179,13 +10271,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
#, fuzzy
msgid "Total progess"
msgstr "QapÄąlarÄą sÄąna"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10194,41 +10286,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:852
+#: ../../standalone/drakbackup_.c:819
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Parolsuz"
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:821
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "%s açĹla bilmir: %s\n"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -10239,68 +10331,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
#, fuzzy
msgid "Backup User files..."
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
#, fuzzy
msgid "Backup Other files..."
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:1323
+#: ../../standalone/drakbackup_.c:1296
#, fuzzy
msgid "No changes to backup!"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
@@ -10308,925 +10400,925 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "%s faylı oxunurkan xəta oldu"
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
#, fuzzy
msgid "File Selection"
msgstr "Paket Qrup Seçkisi"
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1604
+#: ../../standalone/drakbackup_.c:1575
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
#, 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:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
#, fuzzy
msgid "Remove Selected"
msgstr "Növbəni sil"
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
#, fuzzy
msgid "Windows (FAT32)"
msgstr "\"Windows\"u sil"
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
#, fuzzy
msgid "Users"
msgstr "İstifadəçi adı"
-#: ../../standalone/drakbackup_.c:1777
+#: ../../standalone/drakbackup_.c:1740
#, fuzzy
msgid "Use network connection to backup"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1785
+#: ../../standalone/drakbackup_.c:1748
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Xahiş edirik siçanınızı seçin"
-#: ../../standalone/drakbackup_.c:1795
+#: ../../standalone/drakbackup_.c:1758
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
#, fuzzy
msgid "Please enter your login"
msgstr "Xahiş edirik təkrar sınayın"
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
#, fuzzy
msgid "Please enter your password"
msgstr "Xahiş edirik təkrar sınayın"
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
#, fuzzy
msgid "Remember this password"
msgstr "Parolsuz"
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
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:1925
+#: ../../standalone/drakbackup_.c:1887
#, fuzzy
msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Klaviatura quruluşunu seçiniz."
-#: ../../standalone/drakbackup_.c:1931
+#: ../../standalone/drakbackup_.c:1893
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
-#: ../../standalone/drakbackup_.c:1943
+#: ../../standalone/drakbackup_.c:1905
#, 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:1944
+#: ../../standalone/drakbackup_.c:1906
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1950
+#: ../../standalone/drakbackup_.c:1912
#, 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:1956
+#: ../../standalone/drakbackup_.c:1918
#, 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:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
#, fuzzy
msgid "No CD device defined!"
msgstr "Fayl seç"
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
#, fuzzy
msgid "Use tape to backup"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2059
+#: ../../standalone/drakbackup_.c:2021
#, 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:2065
+#: ../../standalone/drakbackup_.c:2027
#, 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:2071
+#: ../../standalone/drakbackup_.c:2033
#, 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:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2142
+#: ../../standalone/drakbackup_.c:2103
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Xahiş edirik siçanınızı seçin"
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
#, fuzzy
msgid "Use quota for backup files."
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
#, fuzzy
msgid "Network"
msgstr "Şəbəkə ara üzü"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2238
+#: ../../standalone/drakbackup_.c:2195
#, fuzzy
msgid "Tape"
msgstr "NĂśv"
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
#, fuzzy
msgid "Use daemon"
msgstr "İstifadəçi adı"
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-#: ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2247
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:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
#, fuzzy
msgid "Where"
msgstr "Çərx"
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
#, fuzzy
msgid "When"
msgstr "Çərx"
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
#, fuzzy
msgid "More Options"
msgstr "Modul seçənəkləri:"
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Şəbəkə quraşdırılması"
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Xahiş edirik qurmaq istədiyiniz paketləri seçin."
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2450
#, fuzzy
msgid "Backup system"
msgstr "Fayl sistemi qurğuları"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2604
+#: ../../standalone/drakbackup_.c:2555
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Siçan avadanlığı: %s\n"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2557
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2610
+#: ../../standalone/drakbackup_.c:2561
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Seçənəklər"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
#, 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:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
#, fuzzy
msgid " Restore Configuration "
msgstr "Şəbəkə quraşdırılması"
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup_.c:3019
#, fuzzy
msgid "Backup the system files before:"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
#, fuzzy
msgid "please choose the date to restore"
msgstr "Xahiş edirik siçanınızın növünü seçin."
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Xahiş edirik siçanınızı seçin"
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
#, fuzzy
msgid "FTP Connection"
msgstr "Yerli Şəbəkə quraşdırılması"
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Secure Connection"
msgstr "Çap Edici Bağlantısı Seçin"
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Disketdən geri çağır"
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
#, fuzzy
msgid "Select another media to restore from"
msgstr "Xahiş edirik siçanınızın növünü seçin."
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
#, fuzzy
msgid "Other Media"
msgstr "Digər"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
#, fuzzy
msgid "Restore system"
msgstr "Sistemi qur"
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
#, fuzzy
msgid "Restore Users"
msgstr "Fayldan geri çağır"
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
#, fuzzy
msgid "Restore Other"
msgstr "Fayldan geri çağır"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Xahiş edirik siçanınızın növünü seçin."
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3396
+#: ../../standalone/drakbackup_.c:3344
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Növbəni sil"
-#: ../../standalone/drakbackup_.c:3413
+#: ../../standalone/drakbackup_.c:3361
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Fayldan geri çağır"
-#: ../../standalone/drakbackup_.c:3479
+#: ../../standalone/drakbackup_.c:3427
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, fuzzy
msgid "Restore From CD"
msgstr "Disketdən geri çağır"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, fuzzy
msgid "Restore From Tape"
msgstr "Bölmə cədvəlini qurtar"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, fuzzy
msgid "Restore Via Network"
msgstr "Fayldan geri çağır"
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3527
+#: ../../standalone/drakbackup_.c:3475
#, fuzzy
msgid "Host Name"
msgstr "Ev sahibi adÄą"
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3535
+#: ../../standalone/drakbackup_.c:3483
#, fuzzy
msgid "Password required"
msgstr "Parol"
-#: ../../standalone/drakbackup_.c:3541
+#: ../../standalone/drakbackup_.c:3489
#, fuzzy
msgid "Username required"
msgstr "İstifadəçi adı"
-#: ../../standalone/drakbackup_.c:3544
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Hostname required"
msgstr "Ev sahibi adÄą:"
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3565
+#: ../../standalone/drakbackup_.c:3513
#, fuzzy
msgid "Restore Failed..."
msgstr "Fayldan geri çağır"
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
#, fuzzy
msgid "Custom Restore"
msgstr "XĂźsusi"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3867
+#: ../../standalone/drakbackup_.c:3813
#, fuzzy
msgid "Restore From Catalog"
msgstr "Bölmə cədvəlini qurtar"
-#: ../../standalone/drakbackup_.c:3895
+#: ../../standalone/drakbackup_.c:3841
#, fuzzy
msgid "Restore Progress"
msgstr "Fayldan geri çağır"
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
#, fuzzy
msgid "Previous"
msgstr "<- Əvvəlki"
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
#, fuzzy
msgid "Save"
msgstr "Hal:"
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
#, fuzzy
msgid "Build Backup"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
#, fuzzy
msgid "Restore"
msgstr "Fayldan geri çağır"
-#: ../../standalone/drakbackup_.c:4233
+#: ../../standalone/drakbackup_.c:4189
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4257
+#: ../../standalone/drakbackup_.c:4195
+msgid ""
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:4209
#, 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:4280
-msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4232
#, fuzzy
msgid "Please select data to restore..."
msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
#, fuzzy
msgid "Please select media for backup..."
msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
#, fuzzy
msgid "Please select data to backup..."
msgstr "Xahiş edirik istifadə üçün bir dil seçin."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
#, fuzzy
msgid "Backup system files"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
#, fuzzy
msgid "Backup user files"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
#, fuzzy
msgid "Backup other files"
msgstr "Xətalı yedəkləmə faylı"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
#, fuzzy
msgid "Sending files..."
msgstr "Fayla qeyd et"
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Şəbəkə quraşdırılması"
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
#, fuzzy
msgid "View Backup Configuration."
msgstr "Şəbəkə quraşdırılması"
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
#, fuzzy
msgid "Wizard Configuration"
msgstr "Yerli Şəbəkə Quraşdırılması"
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
#, fuzzy
msgid "Advanced Configuration"
msgstr "Yerli Şəbəkə Quraşdırılması"
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
#, fuzzy
msgid "Backup Now"
msgstr "Fayl sistemi qurğuları"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
msgid ""
"options description:\n"
"\n"
@@ -11258,7 +11350,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11267,7 +11359,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -11308,7 +11400,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4788
+#: ../../standalone/drakbackup_.c:4701
msgid ""
"restore description:\n"
" \n"
@@ -11336,34 +11428,18 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4832
+#: ../../standalone/drakbackup_.c:4732
msgid ""
"Description:\n"
"\n"
@@ -11392,7 +11468,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -11403,7 +11478,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -11414,7 +11489,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11427,161 +11502,97 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
msgstr "%s qurulumu iflas etdi. Olan xəta:"
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
msgstr ""
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsol Vasitələri"
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
#, fuzzy
msgid "Mandrake Online"
msgstr "İdarə Mərkəzi"
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
#, fuzzy
msgid "Menudrake"
msgstr "Usta"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
#, fuzzy
msgid "Msec"
msgstr "Siçan"
-#: ../../standalone/drakbug_.c:77
+#: ../../standalone/drakbug_.c:57
#, fuzzy
msgid "Remote Control"
msgstr "Uzaq Çap Edici"
-#: ../../standalone/drakbug_.c:78
+#: ../../standalone/drakbug_.c:58
#, fuzzy
msgid "Software Manager"
msgstr "Paylaşdırma adı"
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
msgstr ""
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakbug_.c:81
+#: ../../standalone/drakbug_.c:61
#, fuzzy
msgid "Userdrake"
msgstr "Çap Edici"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
#, fuzzy
msgid "Configuration Wizards"
msgstr "Şəbəkə Quraşdırılması Sehirbazı"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:75
#, fuzzy
msgid "Application:"
msgstr "TanÄątma"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
#, fuzzy
msgid "Package: "
msgstr "Paket Qrup Seçkisi"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:100
+#: ../../standalone/drakbug_.c:78
#, fuzzy
msgid "Release: "
msgstr "Xahiş edirik gözləyin"
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -11593,144 +11604,151 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:134
+#: ../../standalone/drakbug_.c:112
#, fuzzy
msgid "Report"
msgstr "QapÄą"
-#: ../../standalone/drakbug_.c:171
+#: ../../standalone/drakbug_.c:148
#, fuzzy
msgid "Not installed"
msgstr "Qurulumdan çĹx"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "Qurulumdan çĹx"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:196
+#: ../../standalone/drakbug_.c:180
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Qurulumdan sonra istifadə edə biləcəyiniz başqa dillər seçə bilərsiniz"
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Şəbəkə quraşdırılması (%d adapter)"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
msgid "Profile: "
msgstr "Profil: "
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr "Profili sil..."
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr "Silinəcək profil:"
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr "Yeni profil..."
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
msgid "Hostname: "
msgstr "Ev sahibi adÄą:"
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
msgid "Internet access"
msgstr "Ä°nternet imkanÄą"
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
msgid "Type:"
msgstr "NĂśv: "
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "Keçit:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Interface:"
msgstr "Ara Ăźz"
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr "Hal:"
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr ""
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
msgid "Configure Internet Access..."
msgstr "İnternet keçişini Qur..."
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
msgid "LAN configuration"
msgstr "Yerli Şəbəkə quraşdırılması"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Driver"
msgstr "SĂźrĂźcĂź"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Interface"
msgstr "Ara Ăźz"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr "Protokol"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
#, fuzzy
msgid "State"
msgstr "Hal:"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
msgid "Configure Local Area Network..."
msgstr "Yerli Şəbəkəni Quraşdır..."
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "Sehirbaz..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr "Əlavə Et"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Connected"
msgstr "Bağlandı"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Not connected"
msgstr "Bağlı deyil"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr "Bağlan..."
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr "Bağlantını Kəs..."
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -11738,44 +11756,44 @@ msgstr ""
"Qurulu ara ĂźzĂźnĂźz yoxdure.\n"
"Əvvəlcə onları 'Quraşdır'a basaraq qurun"
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
msgid "LAN Configuration"
msgstr "Yerli Şəbəkə Quraşdırılması"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr "%s Adapteri: %s"
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr "Açılış Protokolu"
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr "Açılışda başladılır"
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr "DHCP alÄącÄąsÄą"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
#, fuzzy
msgid "activate now"
msgstr "Fəal"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
#, fuzzy
msgid "deactivate now"
msgstr "Fəal"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -11783,121 +11801,117 @@ msgstr ""
"Heç İnternet bağlantınız yoxdur.\n"
"Əvvəlcə onları 'Quraşdır'a basaraq qurun"
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
msgid "Internet connection configuration"
msgstr "İnternet bağlantısı quraşdırılması"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
msgid "Internet Connection Configuration"
msgstr "İnternet Bağlantısı Quraşdırılması"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
msgid "Connection type: "
msgstr "Bağlantı növü:"
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr "Parametrlər"
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Keçit"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr "Eternet KartÄą"
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr "DHCP AlÄącÄąsÄą"
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr "istifadə qaydası: drakfloppy\n"
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Module name"
msgstr "Modul adÄą"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Size"
msgstr "BĂśyĂźklĂźk"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
msgid "drakfloppy"
msgstr "drakfloppy"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
msgid "boot disk creation"
msgstr "açılış disketi yaradılması"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "əsas"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr "DrakFloppy xətası: %s"
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
msgid "kernel version"
msgstr "çəyirdək buraxılışı"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
msgid "General"
msgstr "Ümumi"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
msgid "Expert Area"
msgstr "Ustaların Sahəsi"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
msgstr "mkinitrdin arzuya bağlı olan arqumentləri"
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
msgid "Add a module"
msgstr "Modul əlavə et"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
msgid "force"
msgstr "zorla"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr "lazÄąm olarsa"
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
msgid "omit scsi modules"
msgstr "scsi modullarĹ keç"
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr "raid modullarĹ keç"
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
msgid "Remove a module"
msgstr "Modulu çĹxart"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr "Nəticə"
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr "Diski yarat"
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, 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:382
+#: ../../standalone/drakfloppy_.c:341
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -11906,12 +11920,12 @@ msgstr ""
"%s avadanlığında medya yoxdur.\n"
"Xahiş edirik. birini taxın."
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, c-format
msgid "Unable to fork: %s"
msgstr "Fork edilə bilmir: %s"
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11922,104 +11936,104 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
msgstr ""
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
#, fuzzy
msgid "no fonts found"
msgstr "şəbəkə kartı tapılmadı"
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
#, fuzzy
msgid "done"
msgstr "QurtardÄą"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr ""
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr ""
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr ""
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
msgid "Fonts copy"
msgstr ""
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
#, fuzzy
msgid "True Type fonts installation"
msgstr "Qurulum hazÄąrlanÄąr"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr ""
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
msgstr ""
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
#, fuzzy
msgid "Restart XFS"
msgstr "məhdudlaşdır"
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
#, fuzzy
msgid "xfs restart"
msgstr "məhdudlaşdır"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -12028,126 +12042,214 @@ msgid ""
"may hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
#, fuzzy
msgid "Fonts Importation"
msgstr "Bölmə şəkilləndirilməsi"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
msgid "Uninstall Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
#, fuzzy
msgid "Advanced Options"
msgstr "Yerli Şəbəkə Quraşdırılması"
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
#, fuzzy
msgid "Font List"
msgstr "Bağlama nöqtəsi"
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
#, fuzzy
msgid "Choose the applications that will support the fonts:"
msgstr "Şəkilləndiriləcək disk bölmələrini seçin"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr ""
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
#, fuzzy
msgid "StarOffice"
msgstr "İş Yeri"
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
#, fuzzy
msgid "Abiword"
msgstr "DayandÄąr"
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
#, fuzzy
msgid "Generic Printers"
msgstr "Çap Edici"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
#, fuzzy
msgid "Install List"
msgstr "Sistemi qur"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
#, fuzzy
msgid "Selected All"
msgstr "Fayl seç"
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
#, fuzzy
msgid "Remove List"
msgstr "Uzaq Çap Edici"
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
#, fuzzy
msgid "Initials tests"
msgstr "Ä°nit Ä°smarÄącÄą"
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
#, fuzzy
msgid "Copy fonts on your system"
msgstr "Siseminizdə şəbəkə adapteri yoxdur!"
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
#, fuzzy
msgid "Post Install"
msgstr "Qurulum"
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
#, fuzzy
msgid "Remove fonts on your system"
msgstr "Siseminizdə şəbəkə adapteri yoxdur!"
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
#, fuzzy
msgid "Post Uninstall"
msgstr "Qurulumdan çĹx"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
msgid "Internet Connection Sharing"
msgstr "İnternet Bağlantısı Bölüşdürülməsi"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr "İnternet Bağlantısı Bölüşdürülməsi fəallaşdırıldı"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12159,19 +12261,19 @@ msgstr ""
"\n"
"Nə etmək istəyirsiniz?"
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
msgid "disable"
msgstr "passivləşdir"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr "keç"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "reconfigure"
msgstr "yenidən quraşdır"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
msgid "Disabling servers..."
msgstr "Vericilər bağlanır..."
@@ -12179,11 +12281,11 @@ msgstr "Vericilər bağlanır..."
msgid "Internet connection sharing is now disabled."
msgstr "İnternet Bağlantısı Bölüşdürülməsi indi bağlandı"
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr "İnternet Bağlantısı Bölüşdürülməsi passivləşdirildi"
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12195,19 +12297,19 @@ msgstr ""
"\n"
"Nə etmək istəyirsiniz?"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
msgid "enable"
msgstr "fəallaşdır"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr "Xidmətlər fəallaşdırılır..."
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
msgid "Internet connection sharing is now enabled."
msgstr "İnternet Bağlantısı Bölüşdürülməsi indi açıldı"
-#: ../../standalone/drakgw_.c:185
+#: ../../standalone/drakgw_.c:183
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -12227,21 +12329,21 @@ msgstr ""
"Xəbədarlıq: Yerli Şəbəkə (LAN) qurmaq üçün uyğun Şəbəkə Adapterinə "
"ehtiyacÄąnÄąz var."
-#: ../../standalone/drakgw_.c:213
+#: ../../standalone/drakgw_.c:211
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Ara Üz %s (%s modulu işlədilir)"
-#: ../../standalone/drakgw_.c:214
+#: ../../standalone/drakgw_.c:212
#, c-format
msgid "Interface %s"
msgstr "Ara Ăźz %s"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:220
msgid "No network adapter on your system!"
msgstr "Siseminizdə şəbəkə adapteri yoxdur!"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:221
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12249,11 +12351,11 @@ msgstr ""
"Sisteminizdə şəbəkə kartı tapıla bilməyib.Avadanlığı quran vasitəni işə "
"salÄąn."
-#: ../../standalone/drakgw_.c:229
+#: ../../standalone/drakgw_.c:227
msgid "Network interface"
msgstr "Şəbəkə ara üzü"
-#: ../../standalone/drakgw_.c:230
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12268,18 +12370,18 @@ msgstr ""
"\n"
"Yerli Şəbəkə adapterinizi qurmaq üzərəyəm?"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr "Sizi Yerli Şəbəkəyə bağlayacaq adapteri seçin"
-#: ../../standalone/drakgw_.c:265
+#: ../../standalone/drakgw_.c:261
#, fuzzy
msgid "Network interface already configured"
msgstr "Monitor qurulmayÄąb"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12289,17 +12391,26 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:271
+#: ../../standalone/drakgw_.c:267
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Qurulum Tərzi Quraşdırılması"
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:268
#, fuzzy
msgid "Show current interface configuration"
msgstr "İnternet qurğuları"
-#: ../../standalone/drakgw_.c:274
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "İnternet qurğuları"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12310,7 +12421,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:283
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
"server; in that case please verify I correctly read the Network that you use "
@@ -12319,18 +12430,18 @@ msgid ""
"\n"
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
-"\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:290
#, fuzzy
msgid "Local Network adress"
msgstr "şəbəkə kartı tapılmadı"
-#: ../../standalone/drakgw_.c:298
+#: ../../standalone/drakgw_.c:294
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -12339,64 +12450,64 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:304
+#: ../../standalone/drakgw_.c:300
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "CUPS verici IP"
-#: ../../standalone/drakgw_.c:305
+#: ../../standalone/drakgw_.c:301
#, fuzzy
msgid "The DNS Server IP"
msgstr "CUPS verici IP"
-#: ../../standalone/drakgw_.c:306
+#: ../../standalone/drakgw_.c:302
#, fuzzy
msgid "The internal domain name"
msgstr "Çap Edicisiz"
-#: ../../standalone/drakgw_.c:307
+#: ../../standalone/drakgw_.c:303
msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:308
+#: ../../standalone/drakgw_.c:304
msgid "The DHCP end range"
msgstr ""
-#: ../../standalone/drakgw_.c:309
+#: ../../standalone/drakgw_.c:305
msgid "The default lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:310
+#: ../../standalone/drakgw_.c:306
msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:318
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "%s quğusunda dəyəsən bir LAN ünvan çaxışması tapıldı!\n"
-#: ../../standalone/drakgw_.c:339
+#: ../../standalone/drakgw_.c:335
msgid "Configuring..."
msgstr "Quraşdırılır..."
-#: ../../standalone/drakgw_.c:340
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Skriptlə qurulur, proqram tə'minatı qurulur, xidmətlər başladılır..."
-#: ../../standalone/drakgw_.c:376
+#: ../../standalone/drakgw_.c:372
#, c-format
msgid "Problems installing package %s"
msgstr "%s paketi qurulurkən xəta oldu"
-#: ../../standalone/drakgw_.c:509
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12407,23 +12518,23 @@ msgstr ""
"bölüşdürə bilərsiniz, bunun üçün isə avtomatik şəbəkə quraşdırılması (DHCP) "
"işlədilir."
-#: ../../standalone/drakgw_.c:528
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr "Quraşdırma artıq qurtarıbdır, amma fəaliyyəti dayandırılıb."
-#: ../../standalone/drakgw_.c:529
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr "Quraşdırma artıq qurtarıbdır və fəaliyyətdədir."
-#: ../../standalone/drakgw_.c:530
+#: ../../standalone/drakgw_.c:525
msgid "No Internet Connection Sharing has ever been configured."
msgstr "İnternet Bağlantısı Bölüşdürmə Quraşdırması aparılmayıb."
-#: ../../standalone/drakgw_.c:535
+#: ../../standalone/drakgw_.c:531
msgid "Internet connection sharing configuration"
msgstr "İnternet bağlantısı bölüşdürülməsi quraşdırılması"
-#: ../../standalone/drakgw_.c:542
+#: ../../standalone/drakgw_.c:539
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12438,157 +12549,157 @@ msgstr ""
"\n"
"Quraşdırma sehirbazını açmaq üçün Quraşdıra tıqlayın."
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "group"
msgstr "İş qrupu"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "permissions"
msgstr "bölmə %s"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "user"
msgstr "İstifadəçi adı"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:44
#, fuzzy
msgid "delete"
msgstr "Sil"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:46
#, fuzzy
msgid "Down"
msgstr "QurtardÄą"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:47
#, fuzzy
msgid "add a rule"
msgstr "Modul əlavə et"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
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:62
+#: ../../standalone/drakperm_.c:56
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Çap Edicisiz"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:58
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:66
+#: ../../standalone/drakperm_.c:60
#, fuzzy
msgid "Delete selected rule"
msgstr "Növbəni sil"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:244
+#: ../../standalone/drakperm_.c:231
#, fuzzy
msgid "Current user"
msgstr "İstifadəçini qəbul et"
-#: ../../standalone/drakperm_.c:249
+#: ../../standalone/drakperm_.c:236
#, fuzzy
msgid "Permissions"
msgstr "Buraxılış: %s\n"
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:251
+#: ../../standalone/drakperm_.c:238
#, fuzzy
msgid "Property"
msgstr "QapÄą"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:311
+#: ../../standalone/drakperm_.c:297
#, fuzzy
msgid "Use owner id for execution"
msgstr "Avtomatik təsbit işlət"
-#: ../../standalone/drakperm_.c:312
+#: ../../standalone/drakperm_.c:298
#, fuzzy
msgid "Use group id for execution"
msgstr "Avtomatik təsbit işlət"
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:318
+#: ../../standalone/drakperm_.c:304
#, fuzzy
msgid "Path selection"
msgstr "Paket seçkilərini saxla"
-#: ../../standalone/drakperm_.c:364
+#: ../../standalone/drakperm_.c:350
#, fuzzy
msgid "user :"
msgstr "İstifadəçi adı"
-#: ../../standalone/drakperm_.c:366
+#: ../../standalone/drakperm_.c:352
#, fuzzy
msgid "group :"
msgstr "İş qrupu"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:46
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Bağlı deyil"
-#: ../../standalone/draksound_.c:48
+#: ../../standalone/draksound_.c:47
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12600,7 +12711,7 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -12609,139 +12720,139 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:78
+#: ../../standalone/draksplash_.c:67
#, fuzzy
msgid "first step creation"
msgstr "açılış disketi yaradılması"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:70
#, fuzzy
msgid "final resolution"
msgstr "Rezolyusiya"
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
#, fuzzy
msgid "choose image file"
msgstr "Monitorunuzu seçin"
-#: ../../standalone/draksplash_.c:81
+#: ../../standalone/draksplash_.c:72
#, fuzzy
msgid "Theme name"
msgstr "Paylaşdırma adı"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Xidmətləri qur"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:113
#, fuzzy
msgid "Preview"
msgstr "avadanlÄąq"
-#: ../../standalone/draksplash_.c:123
+#: ../../standalone/draksplash_.c:115
#, fuzzy
msgid "Save theme"
msgstr "Sistemi qur"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:116
#, fuzzy
msgid "Choose color"
msgstr "Monitorunuzu seçin"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:435
+#: ../../standalone/draksplash_.c:428
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Çap Edici Bağlantısı"
-#: ../../standalone/draksplash_.c:456
+#: ../../standalone/draksplash_.c:449
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Çap Edici avadanlığı URI"
-#: ../../standalone/draksplash_.c:465
+#: ../../standalone/draksplash_.c:458
#, 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
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr ""
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -12756,120 +12867,120 @@ msgid ""
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
#, fuzzy
msgid "Canada (cable)"
msgstr "FransÄązca (Kanada/Quebec)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "East Europe"
msgstr "Avropa"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "France [SECAM]"
msgstr "FransÄązca"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Ireland"
msgstr "Ä°zlandiya dili"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "West Europe"
msgstr "Avropa"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
#, fuzzy
msgid "Australia"
msgstr "serial"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr ""
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr ""
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:122
+#: ../../standalone/drakxtv_.c:116
msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
+#: ../../standalone/drakxtv_.c:120
#, fuzzy
msgid "There was an error while scanning for TV channels"
msgstr "Paketlər qurulurkən bir xəta oldu:"
-#: ../../standalone/drakxtv_.c:126
+#: ../../standalone/drakxtv_.c:121
msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:129
+#: ../../standalone/drakxtv_.c:124
msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:130
+#: ../../standalone/drakxtv_.c:125
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:153
+#: ../../standalone/drakxtv_.c:147
msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:154
+#: ../../standalone/drakxtv_.c:148
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
@@ -12881,30 +12992,442 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/harddrake2_.c:8
+#: ../../standalone/harddrake2_.c:17
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Sınaq səhifəsi çap edilir..."
+
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:22
+#, fuzzy
+msgid "Channel"
+msgstr "Ləğv et"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid ""
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:26
+#, fuzzy
+msgid "Bus identification"
+msgstr "TanÄątma"
+
+#: ../../standalone/harddrake2_.c:27
+msgid ""
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:30
+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"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "parça bÜyßklßyß"
+
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:36
#, fuzzy
+msgid "Cpuid level"
+msgstr "Təhlükəsizlik səviyyəsinin quraşdırılması"
+
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:38
+msgid "This field describes the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:39
+#, fuzzy
+msgid "Old device file"
+msgstr "Fayl seç"
+
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:41
+#, fuzzy
+msgid "New devfs device"
+msgstr "Keçit avadanlığı"
+
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:43
+#, fuzzy
+msgid "Module"
+msgstr "Siçan"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:46
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:53
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "Şəkilləndir"
+
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "səviyyə"
+
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#, fuzzy
+msgid "Model"
+msgstr "Siçan"
+
+#: ../../standalone/harddrake2_.c:58
+#, fuzzy
+msgid "hard disk model"
+msgstr "Kart mem (DMA)"
+
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "Modul adÄą"
+
+#: ../../standalone/harddrake2_.c:60
+msgid "Official vendor name of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:61
+#, fuzzy
+msgid "Number of buttons"
+msgstr "2 düyməli"
+
+#: ../../standalone/harddrake2_.c:62
+#, fuzzy
+msgid "Name"
+msgstr "Ad: "
+
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr "Şəbəkə Çap Edicisi (soket) "
+
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:64
+msgid "the number of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "Şəkilləndirilir"
+
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:66
+#, fuzzy
+msgid "The type of bus on which the mouse is connected"
+msgstr "Siçanınızın bağlı olduğu serial Qapıyı seçin."
+
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:68
+msgid "the vendor name of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:82
+#, fuzzy
+msgid "/_Quit"
+msgstr "Çıx"
+
+#: ../../standalone/harddrake2_.c:83
+#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "Avtomatik təsbit işlət"
+
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+msgid "/_Options"
+msgstr "/_Seçənəklər"
+
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "Avtomatik təsbit işlət"
+
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr "/_Kömək"
+
+#: ../../standalone/harddrake2_.c:89
+#, fuzzy
+msgid "/_Help..."
+msgstr "/_Kömək"
+
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:93
+msgid ""
+"Description of the fields:\n"
"\n"
-"Usage: harddrake [-h|--help] [--test]\n"
-msgstr "istifadə qaydası: keyboarddrake [--expert] [klavatura]\n"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "Ekran kartĹnĹzĹ seçin"
+
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:102
+#, fuzzy
+msgid "/_About..."
+msgstr "/Kömək/_Haqqında..."
+
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:105
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:106
+#, fuzzy
+msgid "Author:"
+msgstr "Avtomatik yoxla"
+
+#: ../../standalone/harddrake2_.c:113
+#, fuzzy
+msgid "Detection in progress"
+msgstr "%s qapÄąsÄąnda tapÄąldÄą"
+
+#: ../../standalone/harddrake2_.c:119
+#, fuzzy
+msgid "Harddrake2 version "
+msgstr "Sabit disk seçkisi"
+
+#: ../../standalone/harddrake2_.c:126
+#, fuzzy
+msgid "Detected hardware"
+msgstr "Avadanlıq mə'lumatına bax"
+
+#: ../../standalone/harddrake2_.c:129
+#, fuzzy
+msgid "Information"
+msgstr "Mə'lumatı göstər"
+
+#: ../../standalone/harddrake2_.c:131
+#, fuzzy
+msgid "Configure module"
+msgstr "Siçan qurğuları"
+
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:143
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
+
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+#, fuzzy
+msgid "secondary"
+msgstr "%d saniyə sonra çıxılacaq"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
+msgstr "Avtomatik təsbit işlət"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "Avtomatik təsbit işlət"
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "istifadə qaydası: keyboarddrake [--expert] [klavatura]\n"
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "/_Seçənəklər"
-#: ../../standalone/keyboarddrake_.c:32
+#: ../../standalone/keyboarddrake_.c:26
msgid "Please, choose your keyboard layout."
msgstr "Klaviatura quruluşunu seçiniz."
-#: ../../standalone/keyboarddrake_.c:41
+#: ../../standalone/keyboarddrake_.c:35
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Konsolda BackSpace'in Silmə funksyasını görməyini istəyirmisiniz?"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:18
msgid "Change Cd-Rom"
msgstr "Cd-Romu dəyişdir"
-#: ../../standalone/livedrake_.c:25
+#: ../../standalone/livedrake_.c:19
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -12912,280 +13435,380 @@ msgstr ""
"Qurma Cd-Romunu sürücünüzə taxın və OLDUya basın.\n"
"Əgər Cd-Rom əlinizdə yox isə, bu Cd-Rom-dan qurmamaq üçün RƏDD ETə basın."
-#: ../../standalone/livedrake_.c:35
+#: ../../standalone/livedrake_.c:29
msgid "Unable to start live upgrade !!!\n"
msgstr "Təkmilləşdirmə işi başlaya bilmir !!!\n"
-#: ../../standalone/localedrake_.c:33
+#: ../../standalone/localedrake_.c:34
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:86 ../../ugtk.pm_.c:285
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
msgid "logdrake"
msgstr "logdrake"
-#: ../../standalone/logdrake_.c:96
+#: ../../standalone/logdrake_.c:68
#, fuzzy
msgid "Show only for the selected day"
msgstr "Təkcə bu gününkünü göstər"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "/File/_New"
msgstr "/Fayl/_Təze"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "<control>N"
msgstr "<control>N"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "/File/_Open"
msgstr "/Fayl/_Aç"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "<control>O"
msgstr "<control>O"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "/File/_Save"
msgstr "/Fayl/_Qeyd Et"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "<control>S"
msgstr "<control>S"
-#: ../../standalone/logdrake_.c:106
+#: ../../standalone/logdrake_.c:78
msgid "/File/Save _As"
msgstr "/Fayl/_Fərqli Qeyd Et"
-#: ../../standalone/logdrake_.c:107
+#: ../../standalone/logdrake_.c:79
msgid "/File/-"
msgstr "/Fayl/-"
-#: ../../standalone/logdrake_.c:109
-msgid "/_Options"
-msgstr "/_Seçənəklər"
-
-#: ../../standalone/logdrake_.c:110
+#: ../../standalone/logdrake_.c:82
msgid "/Options/Test"
msgstr "/Seçənəklər/Sınaq"
-#: ../../standalone/logdrake_.c:112
+#: ../../standalone/logdrake_.c:84
msgid "/Help/_About..."
msgstr "/Kömək/_Haqqında..."
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:120
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:174
+#: ../../standalone/logdrake_.c:145
#, fuzzy
msgid "User"
msgstr "İstifadəçi adı"
-#: ../../standalone/logdrake_.c:175
+#: ../../standalone/logdrake_.c:146
#, fuzzy
msgid "Messages"
msgstr "ismarÄąclar"
-#: ../../standalone/logdrake_.c:176
+#: ../../standalone/logdrake_.c:147
#, fuzzy
msgid "Syslog"
msgstr "sistem qeydi"
-#: ../../standalone/logdrake_.c:177
+#: ../../standalone/logdrake_.c:148
msgid "Mandrake Tools Explanations"
msgstr ""
-#: ../../standalone/logdrake_.c:180
+#: ../../standalone/logdrake_.c:151
msgid "search"
msgstr "axtar"
-#: ../../standalone/logdrake_.c:186
+#: ../../standalone/logdrake_.c:161
msgid "A tool to monitor your logs"
msgstr "Qeydlərinizə baxan vasitə"
-#: ../../standalone/logdrake_.c:187
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
msgid "Settings"
msgstr "Qurğular"
-#: ../../standalone/logdrake_.c:192
+#: ../../standalone/logdrake_.c:167
msgid "matching"
msgstr "oxşayır"
-#: ../../standalone/logdrake_.c:193
+#: ../../standalone/logdrake_.c:168
msgid "but not matching"
msgstr "amma oxşamır"
-#: ../../standalone/logdrake_.c:197
+#: ../../standalone/logdrake_.c:172
msgid "Choose file"
msgstr "Fayl seç"
-#: ../../standalone/logdrake_.c:202
+#: ../../standalone/logdrake_.c:181
msgid "Calendar"
msgstr "Təqvim"
-#: ../../standalone/logdrake_.c:212
+#: ../../standalone/logdrake_.c:191
msgid "Content of the file"
msgstr "Fayl məzmunu"
-#: ../../standalone/logdrake_.c:216 ../../standalone/logdrake_.c:392
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
msgid "Mail alert"
msgstr ""
-#: ../../standalone/logdrake_.c:268
+#: ../../standalone/logdrake_.c:245
#, c-format
msgid "please wait, parsing file: %s"
msgstr "xahiş edirik, gözləyin, fayl daranır: %s"
-#: ../../standalone/logdrake_.c:409
+#: ../../standalone/logdrake_.c:392
#, fuzzy
msgid "Mail alert configuration"
msgstr "Yerli Şəbəkə quraşdırılması"
-#: ../../standalone/logdrake_.c:410
+#: ../../standalone/logdrake_.c:393
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../standalone/logdrake_.c:417
+#: ../../standalone/logdrake_.c:400
msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:418
+#: ../../standalone/logdrake_.c:401
#, fuzzy
msgid "Domain Name Resolver"
msgstr "Sahə(domain) adı"
-#: ../../standalone/logdrake_.c:419
+#: ../../standalone/logdrake_.c:402
#, fuzzy
msgid "Ftp Server"
msgstr "NIS Verici"
-#: ../../standalone/logdrake_.c:420
+#: ../../standalone/logdrake_.c:403
#, fuzzy
msgid "Postfix Mail Server"
msgstr "Postfix məktub vericisi, Inn xəbər vericisi"
-#: ../../standalone/logdrake_.c:421
+#: ../../standalone/logdrake_.c:404
#, fuzzy
msgid "Samba Server"
msgstr "NIS Verici"
-#: ../../standalone/logdrake_.c:422
+#: ../../standalone/logdrake_.c:405
#, fuzzy
msgid "SSH Server"
msgstr "NIS Verici"
-#: ../../standalone/logdrake_.c:423
+#: ../../standalone/logdrake_.c:406
#, fuzzy
msgid "Webmin Service"
msgstr "avadanlÄąq"
-#: ../../standalone/logdrake_.c:424
+#: ../../standalone/logdrake_.c:407
#, fuzzy
msgid "Xinetd Service"
msgstr "Çap Edici Vericisi"
-#: ../../standalone/logdrake_.c:431
+#: ../../standalone/logdrake_.c:414
#, fuzzy
msgid "service setting"
msgstr "avadanlÄąq"
-#: ../../standalone/logdrake_.c:432
+#: ../../standalone/logdrake_.c:415
msgid ""
"You will receive an alert if one of the selected services is no more running"
msgstr ""
-#: ../../standalone/logdrake_.c:444
+#: ../../standalone/logdrake_.c:428
#, fuzzy
msgid "load setting"
msgstr "Şəkilləndirilir"
-#: ../../standalone/logdrake_.c:445
+#: ../../standalone/logdrake_.c:429
msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: ../../standalone/logdrake_.c:458
+#: ../../standalone/logdrake_.c:444
#, fuzzy
msgid "alert configuration"
msgstr "Quraşdırma"
-#: ../../standalone/logdrake_.c:459
+#: ../../standalone/logdrake_.c:445
#, fuzzy
msgid "Please enter your email address below "
msgstr "Xahiş edirik təkrar sınayın"
-#: ../../standalone/logdrake_.c:498
+#: ../../standalone/logdrake_.c:486
msgid "Save as.."
msgstr "Fərqli qeyd et..."
-#: ../../standalone/mousedrake_.c:45
+#: ../../standalone/mousedrake_.c:37
msgid "Please, choose the type of your mouse."
msgstr "Xahiş edirik siçanınızın növünü seçin."
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/mousedrake_.c:50
msgid "Emulate third button?"
msgstr "3 düymə emulasiyası"
-#: ../../standalone/printerdrake_.c:57
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "Şəbəkə quraşdırılması"
+
+#: ../../standalone/net_monitor_.c:96
+#, fuzzy
+msgid "Profile "
+msgstr "Profil: "
+
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "Fayla qeyd et"
+
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "Bağlantı növü:"
+
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
+msgid "Wait please, testing your connection..."
+msgstr "Bağlantınız sınanır..."
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "İnternetə bağlan"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Disconnecting from Internet "
+msgstr "İnternetə bağlan"
+
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "Bağlantı növü:"
+
+#: ../../standalone/net_monitor_.c:226
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "Quraşdırma"
+
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "Yerli Çap Edici"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:453
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Bağlan"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Bağlantını kəs"
+
+#: ../../standalone/printerdrake_.c:47
#, fuzzy
msgid "Reading printer data ..."
msgstr "CUPS sĂźrĂźcĂź datasÄą oxunur..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
#, fuzzy
msgid "Detecting devices ..."
msgstr "AvadanlÄąqlar tanÄąnÄąr..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Test ports"
msgstr "QapÄąlarÄą sÄąna"
-#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
-#: ../../standalone/scannerdrake_.c:81
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
-#: ../../standalone/scannerdrake_.c:56
+#: ../../standalone/scannerdrake_.c:54
#, fuzzy, c-format
msgid "%s found on %s, configure it?"
msgstr "Bir çap edici qurmaq istəyirsiniz?"
-#: ../../standalone/scannerdrake_.c:59
+#: ../../standalone/scannerdrake_.c:57
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: ../../standalone/scannerdrake_.c:65
+#: ../../standalone/scannerdrake_.c:63
#, fuzzy
msgid "Select a scanner"
msgstr "Ekran kartĹnĹzĹ seçin"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:91
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-#: ../../standalone/scannerdrake_.c:109
+#: ../../standalone/scannerdrake_.c:107
#, fuzzy
msgid "choose device"
msgstr "Açılış avadanlığı"
-#: ../../standalone/scannerdrake_.c:115
+#: ../../standalone/scannerdrake_.c:113
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -13193,7 +13816,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:120
+#: ../../standalone/scannerdrake_.c:118
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -13210,6 +13833,11 @@ msgstr ""
msgid "Some devices were added:\n"
msgstr ""
+#: ../../standalone/service_harddrake_.c:64
+#, fuzzy
+msgid "Hardware probing in progress"
+msgstr "%s qapÄąsÄąnda tapÄąldÄą"
+
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "İşlətdiyiniz dili seçin"
@@ -13283,10 +13911,14 @@ msgstr "Sistemi qur"
msgid "Exit install"
msgstr "Qurulumdan çĹx"
-#: ../../ugtk.pm_.c:648
+#: ../../ugtk.pm_.c:636
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Verici, Veb/FTP"
@@ -13528,3 +14160,146 @@ msgstr "Multimedya - CD YandÄąrma"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Elmi iş stansiyası"
+
+#~ msgid "can not open /etc/inittab for reading: %s"
+#~ msgstr "/etc/inittab oxunmaq ßçßn açĹla bilmir: %s"
+
+#, fuzzy
+#~ msgid "cpu number "
+#~ msgstr "Telefon nömrəsi"
+
+#~ msgid ""
+#~ "You now have the opportunity to download encryption software.\n"
+#~ "\n"
+#~ "WARNING:\n"
+#~ "\n"
+#~ "Due to different general requirements applicable to these software and "
+#~ "imposed\n"
+#~ "by various jurisdictions, customer and/or end user of theses software "
+#~ "should\n"
+#~ "ensure that the laws of his/their jurisdiction allow him/them to "
+#~ "download, stock\n"
+#~ "and/or use these software.\n"
+#~ "\n"
+#~ "In addition customer and/or end user shall particularly be aware to not "
+#~ "infringe\n"
+#~ "the laws of his/their jurisdiction. Should customer and/or end user not\n"
+#~ "respect the provision of these applicable laws, he/they will incure "
+#~ "serious\n"
+#~ "sanctions.\n"
+#~ "\n"
+#~ "In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
+#~ "liable\n"
+#~ "for special, indirect or incidental damages whatsoever (including, but "
+#~ "not\n"
+#~ "limited to loss of profits, business interruption, loss of commercial "
+#~ "data and\n"
+#~ "other pecuniary losses, and eventual liabilities and indemnification to "
+#~ "be paid\n"
+#~ "pursuant to a court decision) arising out of use, possession, or the "
+#~ "sole\n"
+#~ "downloading of these software, to which customer and/or end user could\n"
+#~ "eventually have access after having sign up the present agreement.\n"
+#~ "\n"
+#~ "\n"
+#~ "For any queries relating to these agreement, please contact \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+#~ msgstr ""
+#~ "İndi şifrləmə üçün istifadə ediləcək tə'minatı endirə bilərsiniz.\n"
+#~ "DİQQƏT:\n"
+#~ "\n"
+#~ "Bu tə'minata bə'zi fərqli ümumi ehtiyaclardan və müxtəlif\n"
+#~ "mühakəmə haqlarından ötrü, bu tə'minatın son istifadəçisi, qanunların ona "
+#~ "bu\n"
+#~ "tə'minatı internetdən endirmə və saxlama haqqını verdiyindən əmin "
+#~ "olmalÄądÄąr.\n"
+#~ "\n"
+#~ "Əlavə olaraq, müşdəri va/və ya son istifadəçi xüsusilə, yerləşdiyi "
+#~ "mühakəmə yerinin\n"
+#~ "qanunlarını çeynəmədiyindən əmin olmalıdır. Müşdəri və/və ya son "
+#~ "istifadəçi\n"
+#~ "qanunların əmr etdiyi şərtləri pozduğu zaman ciddi cəzalara\n"
+#~ "mə'ruz qalacaqdır.\n"
+#~ "\n"
+#~ "Xüsusi ya da dolaylı zərərlərə (gəlir azalması, işin pozulması, ticari "
+#~ "mə'lumat\n"
+#~ "itkisi və digər maddi itkilər) yol açan heç bir hadisədə nə Mandrakesoft, "
+#~ "nə də \n"
+#~ "istehsalatçıları və/va ya qaynaq vericiləri məs'ul tutulmazlar. Bu "
+#~ "tə'minatı\n"
+#~ "internetden endirirkən son istifadəçi bu sözləşməyi qəbul etdiyini \n"
+#~ "bəyan etmiş sayılır.\n"
+#~ "\n"
+#~ "\n"
+#~ "Bu sözləşməylə əlaqədər hər cür sual üçün xahiş edirik\n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA\n"
+#~ "ĂźnvanÄąna yazÄąnÄąz."
+
+#, fuzzy
+#~ msgid "Proxy configuration"
+#~ msgstr "Vəkil vericilər quraşdırılması"
+
+#, fuzzy
+#~ msgid "port"
+#~ msgstr "QapÄą"
+
+#, fuzzy
+#~ msgid "Url should begin with 'http:'"
+#~ msgstr "Vəkil verici http://... şəklində olmalıdır."
+
+#, fuzzy
+#~ msgid "The port part should be numeric"
+#~ msgstr "Qapı nömrəsi rəqəmlə yazılmalıdır"
+
+#, fuzzy
+#~ msgid "login"
+#~ msgstr "Avtomatik Giriş"
+
+#, fuzzy
+#~ msgid "password"
+#~ msgstr "Parol"
+
+#, fuzzy
+#~ msgid "re-type password"
+#~ msgstr "Parolsuz"
+
+#, fuzzy
+#~ msgid "The passwords don't match. Try again!"
+#~ msgstr "Parollar uyğun gəlmir"
+
+#~ msgid "Can't write file %s"
+#~ msgstr "%s faylına yazıla bilinmədi"
+
+#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#~ msgid "no help implemented yet.\n"
+#~ msgstr "hələlik yardım sistemi mövcud deyildir.\n"
+
+#, fuzzy
+#~ msgid "Please click on a medium"
+#~ msgstr "Xahiş edirik bir bölmə üstünə tıqlayın"
+
+#~ msgid "usage: drakfloppy\n"
+#~ msgstr "istifadə qaydası: drakfloppy\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "\n"
+#~ "Usage: harddrake [-h|--help] [--test]\n"
+#~ msgstr "istifadə qaydası: keyboarddrake [--expert] [klavatura]\n"
+
+#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
+#~ msgstr "istifadə qaydası: keyboarddrake [--expert] [klavatura]\n"
+
+#~ msgid "detected on interface %s"
+#~ msgstr "%s ara üzündə tapıldı"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index f0c3060ff..cf55bebf4 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-20 11:43+0200\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -68,44 +68,44 @@ msgid ""
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "Ďŕçíŕ÷öĺ ďŕěĺđ âiäýŕďŕě˙öi"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "Íŕńňđîéęŕ XFree"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
msgid "Which configuration of XFree do you want to have?"
msgstr "ßęóţ ęŕíôiăóđŕöűţ XFree âű ćŕäŕĺöĺ ŕňđűěŕöü?"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Ęŕíôiăóđŕâŕöü ěŕţ ęŕđňó"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "Ńĺđâĺđ XFree86 %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ç ďŕäňđűěęŕé 3D-ďŕńęŕđýíí˙"
-#: ../../Xconfig/card.pm_.c:414
+#: ../../Xconfig/card.pm_.c:416
#, 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:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, 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:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ç ýęńďĺđűěĺíňŕëüíŕé ďŕäňđűěęŕé 3D-ďŕńęŕđýíí˙"
-#: ../../Xconfig/card.pm_.c:427
+#: ../../Xconfig/card.pm_.c:429
#, 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:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, 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:453
+#: ../../Xconfig/card.pm_.c:455
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "Ďŕ âűáŕđó"
@@ -168,7 +168,7 @@ msgstr "Âiäýŕęŕđňŕ"
msgid "Monitor"
msgstr "Ěŕíiňîđ"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "Ďŕěĺđű ýęđŕíó"
@@ -177,27 +177,28 @@ msgid "Test"
msgstr ""
#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:385 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Îďöűi"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:166
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "Îę"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3207
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "Âűőŕä"
@@ -226,7 +227,8 @@ msgstr ""
msgid "Generic"
msgstr "Ŕăóëüíű"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
#, fuzzy
msgid "Vendor"
msgstr "Ŕäęŕň"
@@ -286,50 +288,52 @@ msgstr "16 ěiëü¸íࢠęîëĺđࢠ(24 áiňű)"
msgid "4 billion colors (32 bits)"
msgstr "4 ěiëi˙đäŕ ęîëĺđࢠ(24 áiňű)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "Ďŕěĺđű ýęđŕíó"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "Âűáŕđ ďŕěĺđࢠýęđŕíó i ăëűáiíi ęîëĺđó"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "Âiäýŕęŕđňŕ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../security/main.pm_.c:216 ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:560 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "Ŕäěĺíŕ"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "Ďđŕâĺđęŕ ďŕđŕěĺňđࢠíŕńňđîéęi"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "Öi ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü íŕńňđîéęi?"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Ďŕď˙đýäćŕííĺ: ňýńöiđŕâŕííĺ íŕ ăýňŕé âiäýŕęŕđöĺ íĺá˙ńďĺ÷íŕ"
@@ -424,165 +428,165 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "ßęi ňűď âŕřŕăŕ ISDN çëó÷ýíí˙?"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "Ďĺđřű ńĺęňŕđ çŕăđóçŕ÷íŕăŕ đŕçäçĺëó"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "Ďĺđřű ńĺęňŕđ ďđűëŕäű (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "Óńňŕë˙âŕííĺ SILO"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
msgstr "Ęóäű âű ćŕäŕĺöĺ ˘ńňŕë˙âŕöü ďŕ÷ŕňęîâű çŕăđóç÷űę?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "Óńňŕë˙âŕííĺ LILO/GRUB"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr ""
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr ""
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr ""
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
msgstr "Ăŕëî˘íű˙ îďöűi ďŕ÷ŕňęîâŕăŕ çŕăđóç÷űęó"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
#, fuzzy
msgid "Bootloader to use"
msgstr "Ăŕëî˘íű˙ îďöűi ďŕ÷ŕňęîâŕăŕ çŕăđóç÷űęó"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
msgstr "Óńňŕë˙âŕííĺ çŕăđóç÷űęó"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "Çŕăđóçŕ÷íŕ˙ ďđűëŕäŕ"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "Ęŕěďŕęňíŕ"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "ęŕěďŕęňíŕ"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "Âiäýŕ-đýćűě"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "Çŕňđűěęŕ ďĺđŕä çŕăđóçęŕé âîáđŕçó ďŕ äŕěŕ˘ëĺííţ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "Ďŕđîëü"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "Ďŕ˘ňŕđűöĺ ďŕđîëü"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "Ŕáěĺćŕâŕííĺ îďöű˙˘ ęŕěŕíäíŕăŕ đŕäęŕ"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "ŕáěĺćŕâŕííĺ"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "Ŕ÷űř÷ŕöü /tmp ďđű ęîćíŕé çŕăđóçöű"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ďŕçíŕ÷öĺ äŕęëŕäíű ďŕěĺđ RAM (çíîéäçĺíŕ %d Má)"
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "Äŕńňóďíŕ řěŕň ďđîôië˙˘"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
msgstr "Ďŕçíŕ÷öĺ ďŕěĺđ RAM ó Má"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Îďöű˙ ``Ŕáěĺćŕâŕííĺ îďöű˙˘ ęŕěŕíäíŕăŕ đŕäęó'' íĺ âűęŕđűńňî˘âŕĺööŕ áĺç ďŕđîë˙"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../diskdrake/interactive.pm_.c:1195
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "Ďŕńďđŕáóéöĺ ˙ř÷ý đŕç"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "Ďŕđîëi íĺ ńóďŕäŕţöü"
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
#, fuzzy
msgid "Default OS?"
msgstr "Ďŕ äŕěŕ˘ëĺííţ"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -591,7 +595,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -599,158 +603,160 @@ msgstr ""
"Ó ěĺíţ ěŕţööŕ íŕńňóďíű˙ ďóíęňű.\n"
"Âű ěîćŕöĺ äŕäŕöü ˙ř÷ý, ŕëüáî çě˙íiöü ińíóţ÷ű˙."
-#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "Äŕäŕöü"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3207 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "Çđîáëĺíŕ"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
#, fuzzy
msgid "Modify"
msgstr "Çě˙íiöü RAID"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "ßęi ňűď ďóíęňŕ ćŕäŕĺöĺ äŕäŕöü?"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "Iířŕ˙ ŔŃ (SunOS,...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "Iířŕ˙ ŔŃ (MacOS,...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "Iířŕ˙ ŔŃ (windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "Âîáđŕç"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "Äŕëó÷űöü"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "×űňŕííĺ-çŕďiń"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "Ňŕáëiöŕ"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "Íĺíŕäçĺéíŕ"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "Ěĺňęŕ"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:200
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "Ďŕ äŕěŕ˘ëĺííţ"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
#, fuzzy
msgid "Initrd-size"
msgstr "Initrd"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "Âűäŕëiöü çŕďiń"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "Ďóńňŕ˙ ěĺňęŕ íĺ äŕçâŕë˙ĺööŕ"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
#, fuzzy
msgid "You must specify a root partition"
msgstr "Âű ďŕâiííű ěĺöü đŕçäçĺë swap"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
msgid "This label is already used"
msgstr "Ăýňŕ˙ ěĺňęŕ ˘ćî âűęŕđűńňî˘âŕĺööŕ"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "Çíîéäçĺíű %s %s iíňýđôĺéńű"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "Öi ¸ńöü ó âŕń iířű?"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Öi ¸ńöü ó âŕń %s iíňýđôĺéń?"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "Íĺ"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "Ňŕę"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
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:678
+#: ../../any.pm_.c:662
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Óńňŕë˙âŕííĺ äđŕéâĺđó äë˙ %s ęŕđňű %s"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(ěîäóëü %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, 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:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -761,17 +767,17 @@ msgstr ""
"Îďöűi - ó ôŕđěŕöĺ ``iě˙=çíŕ÷ýííĺ iě˙2=çíŕ÷ýííĺ2 ...''.\n"
"Íŕďđűęëŕä, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "Îďöűi ěîäóëţ:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
msgstr "ßęi äđŕéâĺđ %s ďŕńďđŕáŕâŕöü?"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -788,15 +794,15 @@ msgstr ""
"˘ ďîřóęŕő íĺŕáőîäíŕé iíôŕđěŕöűi? Ěŕă÷űěŕ, ňýńöiđŕâŕííĺ ďđűâ˙äçĺ\n"
"äŕ ńďűíĺíí˙ ęŕěď'ţňýđó, ŕëĺ ˙íî íi÷îăŕ íĺ ńŕďńóĺ."
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "Ŕ˘ňŕďîřóę"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "Ďŕçíŕ÷öĺ ďŕđŕěĺňđű"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -805,64 +811,64 @@ msgstr ""
"Çŕăđóçęŕ ěîäóëţ %s íĺ ďđŕéřëŕ.\n"
"Ćŕäŕĺöĺ ďŕńďđŕáŕâŕöü ç iířűěi ďŕđŕěĺňđŕěi?"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:738
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:739
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(óćî äŕäŕäçĺíŕ %s)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "Ăýňű ďŕđîëü çŕíŕäňŕ ďđîńňű"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "Ęŕëi ëŕńęŕ, óâ˙äçiöĺ iě˙ ęŕđűńňŕëüíięó"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
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:769
+#: ../../any.pm_.c:752
#, fuzzy
msgid "The user name is too long"
msgstr "Ăýňŕ iě˙ ęŕđűńňŕëüíięó ˘ćî äŕäŕäçĺíŕ"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "Ăýňŕ iě˙ ęŕđűńňŕëüíięó ˘ćî äŕäŕäçĺíŕ"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "Äŕäŕöü ęŕđűńňŕëüíięŕ"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -871,32 +877,32 @@ msgstr ""
"Óâ˙äçiöĺ iě˙ ęŕđűńňŕëüíięó\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "Ďđűí˙öü ęŕđűńňŕëüíięŕ"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "Óëŕńíŕĺ iě˙"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "Iě˙ ęŕđűńňŕëüíięó:"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "Ŕáŕëîíęŕ:"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "Ďięňŕăđŕěŕ"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "Ŕ˘ňŕěŕňű÷íű ˘âŕőîä ó ńińňýěó"
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -905,57 +911,57 @@ msgstr ""
"Ěîćíŕ íŕńňđîiöü ńińňýěó äë˙ ŕ˘ňŕěŕňű÷íŕăŕ ˘âŕőîäó ˘ ńińňýěó äë˙\n"
"ŕäíŕăî ęŕđűńňŕëüíięŕ. Ęŕëi Âű íĺ ćŕäŕĺöĺ ăýňŕăŕ, íŕöińíiöĺ \"Ŕäěĺíŕ\"."
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "Ŕá˙đűöĺ ŕńíî˘íŕăŕ ęŕđűńňŕëüíięŕ:"
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
msgid "Choose the window manager to run:"
msgstr "Ŕá˙đűöĺ ěýíýäćŕđ âîęíŕ˘:"
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
#, fuzzy
msgid "Please choose a language to use."
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ěîâó äë˙ ęŕđűńňŕíí˙."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
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:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "Óń¸"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
#, fuzzy
msgid "Allow all users"
msgstr "Äŕäŕöü ęŕđűńňŕëüíięŕ"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
#, fuzzy
msgid "No sharing"
msgstr "×ŕęŕĺööŕ"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:66
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../any.pm_.c:991
+#: ../../any.pm_.c:973
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:71
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 +970,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
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:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "Ńŕđäý÷íŕ çŕďđŕřŕĺě ó Crackers"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "Çóńłě ńëŕáű"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "Ńňŕíäŕđňíű"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "Âűńîęi"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
#, fuzzy
msgid "Higher"
msgstr "Âűńîęi"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "Ďŕđŕíŕiäŕëüíű"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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 +1017,7 @@ msgstr ""
"íŕ ěŕřűíŕő, ˙ęi˙ äŕëó÷ŕíű äŕ ńĺňęi öi äŕ Internet. Óâŕőîä íĺ ŕáŕđîíĺíű "
"ďŕđîëĺě."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1019,7 +1025,7 @@ msgstr ""
"Ďŕđîëü çŕđŕç óęëţ÷ŕíű, ŕëĺ âűęŕđűńňŕííĺ ęŕěď'ţňýđó ˘ ˙ęŕńöi ńĺňęŕâŕăŕ\n"
"ňŕęńŕěŕ íĺ đýęŕěĺíäŕâŕíŕ."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1065
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1029,13 +1035,13 @@ msgstr ""
"˙ęi äŕëó÷ŕíű äŕ Internet ó ˙ęŕńöi ęëiĺíňó. Äŕäŕíű˙ íîâű˙ ďđŕâĺđęi\n"
"á˙ńďĺęi."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1049,7 +1055,7 @@ msgstr ""
"ńĺđâĺđó. Óçđîâĺíü á˙ńďĺęi äŕńňŕňęîâŕ âűńîęi äë˙ đŕáîňű\n"
"ńĺđâĺđó, ˙ęi äŕďóńęŕĺ çëó÷ýííi ńŕ řěŕňëięiěi ęëiĺíňŕěi."
-#: ../../any.pm_.c:1089
+#: ../../any.pm_.c:1070
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1058,36 +1064,36 @@ msgstr ""
"Ďđűěŕţööŕ ˘ëŕńöiâŕńöi 4 óçđî˘í˙, ŕëĺ çŕđŕç ńińňýěŕ ďî˘íŕńöţ çŕ÷űíĺíŕ.\n"
"Ďŕđŕěĺňđű á˙ńďĺęi ˘ńňŕíî˘ëĺíű íŕ ěŕęńiěóě."
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Îďöűi"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Óçđîâĺíü á˙ńďĺęi"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
#, fuzzy
msgid "Security level"
msgstr "Íŕńňđîéęi ˘çđî˘í˙ á˙ńďĺęi"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Ŕá˙đűöĺ äŕäŕňęîâű˙ íŕńňđîéęi äë˙ ńĺđâĺđŕ"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1103
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1095,7 +1101,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1107,232 +1113,227 @@ 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:989
+#: ../../bootloader.pm_.c:983
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:992
+#: ../../bootloader.pm_.c:986
#, 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:995
+#: ../../bootloader.pm_.c:989
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:998
+#: ../../bootloader.pm_.c:992
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:1001
+#: ../../bootloader.pm_.c:995
#, 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:1005
+#: ../../bootloader.pm_.c:999
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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "Ďđŕöî˘íű ńňîë"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Ńňŕđňŕâŕĺ ěĺíţ"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Ęóäű âű ćŕäŕĺöĺ ˘ńňŕë˙âŕöü ďŕ÷ŕňęîâű çŕăđóç÷űę?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr ""
-
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
#, fuzzy
msgid "Boot Style Configuration"
msgstr "Íŕńňđîéęŕ ěŕäýěó"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
#, fuzzy
msgid "/_File"
msgstr "Ôŕéëű:\n"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr ""
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr ""
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
#, fuzzy
msgid "NewStyle Monitor"
msgstr "Ěŕíiňîđ"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
#, fuzzy
msgid "Traditional Monitor"
msgstr "Çě˙íiöü ěŕíiňîđ"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr ""
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
#, fuzzy
msgid "Lilo/grub mode"
msgstr "Đýćűě çëó÷ýíí˙"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
#, fuzzy
msgid "Yaboot mode"
msgstr "Çŕăđóçŕ÷íŕ˙ ďđűëŕäŕ"
-#: ../../bootlook.pm_.c:146
+#: ../../bootlook.pm_.c:138
#, fuzzy
msgid "Install themes"
msgstr "Óńňŕë˙âŕííĺ ńińňýěű"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
msgstr ""
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:140
#, fuzzy
msgid "Create new theme"
msgstr "Ńňâŕđýííĺ íîâŕăŕ đŕçäçĺëó"
-#: ../../bootlook.pm_.c:192
+#: ../../bootlook.pm_.c:184
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:195
+#: ../../bootlook.pm_.c:187
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../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:77 ../../diskdrake/hd_gtk.pm_.c:116
-#: ../../diskdrake/interactive.pm_.c:213 ../../diskdrake/interactive.pm_.c:344
-#: ../../diskdrake/interactive.pm_.c:359 ../../diskdrake/interactive.pm_.c:473
-#: ../../diskdrake/interactive.pm_.c:478 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:34
+#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
msgid "Error"
msgstr "Ďŕěűëęŕ"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
#, fuzzy, c-format
msgid "Write %s"
msgstr "Ńĺđâĺđ XFree86 %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
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:248
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
#, fuzzy
msgid "Notice"
msgstr "ăŕëüřňóę"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
#, fuzzy
msgid "Theme installation failed!"
msgstr "Ęëŕń óńňŕë˙âŕíí˙"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, 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:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:554
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
#, fuzzy
msgid "Configure"
msgstr "Íŕńňđîéęŕ X Window"
-#: ../../bootlook.pm_.c:276
+#: ../../bootlook.pm_.c:268
#, fuzzy
msgid "Splash selection"
msgstr "Ŕńŕáińňű âűáŕđ ďŕęĺňŕ˘"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
#, fuzzy
msgid "Themes"
msgstr "Äđýâŕ"
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1341,90 +1342,85 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr ""
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr ""
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr ""
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "Ěá"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr ""
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr "%d őâiëií"
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr "1 őâiëiíŕ"
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, c-format
msgid "%d seconds"
msgstr "%d ńĺęóíäŕ˘"
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
#, fuzzy
msgid "Can't make screenshots before partitioning"
msgstr "Äŕäŕöü đŕçäçĺë íĺěŕă÷űěŕ"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, fuzzy, c-format
msgid "Screenshots will be available after install in %s"
msgstr "Âű ěîćŕöĺ ŕáđŕöü łířű˙ ěîâű, ˙ęi˙ áóäóöü äŕńňóďíű ďŕńë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
msgid "France"
msgstr "Ôđŕíöű˙"
@@ -1432,8 +1428,8 @@ msgstr "Ôđŕíöű˙"
msgid "Costa Rica"
msgstr ""
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
#, fuzzy
msgid "Belgium"
msgstr "Áĺëüăiéńęi"
@@ -1461,13 +1457,13 @@ msgstr "Íŕđâĺćńęi"
msgid "Sweden"
msgstr "Ăë."
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
msgstr ""
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Italy"
msgstr "Iňŕëü˙íńęi"
@@ -1477,8 +1473,8 @@ msgstr "Iňŕëü˙íńęi"
msgid "Austria"
msgstr "ďŕńë˙äî˘íŕ˙"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr ""
@@ -1494,12 +1490,12 @@ msgstr ""
msgid "New"
msgstr "Íîâű"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Đŕçěŕíöiđŕâŕöü"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Ěŕíöiđŕâŕííĺ"
@@ -1509,10 +1505,9 @@ msgstr "Ěŕíöiđŕâŕííĺ"
msgid "Server"
msgstr "ńĺđâĺđ"
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:383
-#: ../../diskdrake/interactive.pm_.c:572 ../../diskdrake/interactive.pm_.c:599
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Ęđîďęŕ ěŕíöiđŕâŕíí˙"
@@ -1530,28 +1525,28 @@ msgstr ""
msgid "Server: "
msgstr "ńĺđâĺđ"
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:444
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "Ďóíęň ěŕíöiđŕâŕíí˙:"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1174
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, c-format
msgid "Options: %s"
msgstr "Îďöűi: %s"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "Ďŕ-ďĺđřŕĺ, çđŕáiöĺ đýçĺđâîâóţ ęîďiţ âŕřűő äŕäçĺíűő"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:938
-#: ../../diskdrake/interactive.pm_.c:947
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "×űňŕéöĺ ˘âŕćëiâŕ!"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1560,15 +1555,15 @@ msgstr ""
"Ęŕëi âű ďëŕíóĺöĺ âűęŕđűńňî˘âŕöü boot âîáëŕńöü, ňŕäű đŕçě˙ńöiöĺ ˙ĺ\n"
" íĺ äŕëĺé çŕ 2048 ńĺęňŕđî˘ ŕä ďŕ÷ŕňęó äűńęŕ"
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "Ěŕéńňŕđ ńňâŕđýíí˙"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "Ŕá˙đűöĺ äçĺ˙ííĺ"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1580,160 +1575,160 @@ msgstr ""
"Ďđŕďŕíóţ, ďŕ-ďĺđřŕĺ, çě˙íiöü ďŕěĺđű đŕçäçĺëŕ\n"
"(ęëięíiöĺ íŕ ˙ăî, ŕ ďîňűě íŕ \"çě˙íĺííĺ ďŕěĺđŕ˘\")"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "Íŕöłńíłöĺ íŕ đŕçäçĺë"
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "Ďŕäđŕá˙çíŕńöi"
-#: ../../diskdrake/hd_gtk.pm_.c:252
+#: ../../diskdrake/hd_gtk.pm_.c:254
#, fuzzy
msgid "No hard drives found"
msgstr "Ëŕęŕëüíű ďđűíňýđ"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
#, fuzzy
msgid "Journalised FS"
msgstr "ďŕěűëęŕ ěŕíöiđŕâŕíí˙"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "˛ířű˙"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
msgstr "Ňűďű ôŕéëŕâűő ńińňýěŕ˘:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:406
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "Ńňâŕđűöü"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:384
-#: ../../diskdrake/interactive.pm_.c:535 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "Ňűď"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
msgstr "Âűęŕđűńňî˘âŕéöĺ ``%s'' çŕěĺńň"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "Çíiř÷űöü"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
msgstr "Ńďŕ÷ŕňęó çđŕáiöĺ ``Unmount''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:522
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Óńĺ äŕäçĺíű˙ ˘ đŕçäçĺëĺ %s áóäóöü ńňđŕ÷ŕíű ďŕńë˙ çěĺíű ˙ăî ňűďó"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
#, fuzzy
msgid "Choose a partition"
msgstr "Ŕá˙đűöĺ äçĺ˙ííĺ"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
#, fuzzy
msgid "Choose another partition"
msgstr "Ńňâŕđýííĺ íîâŕăŕ đŕçäçĺëó"
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
msgstr "Đýćűě ýęńďĺđňó"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
msgstr "Çâű÷ŕéíű đýćűě"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "Ŕäęŕň"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "Ńŕďđŕ˘äű ďđŕö˙ăâŕöü?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "Âűéńöi áĺç çŕőŕâŕíí˙"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
msgstr "Âűéńöi áĺç çŕďińó ňŕáëiöű đŕçäçĺëŕ˘"
-#: ../../diskdrake/interactive.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:257
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Öi ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü íŕńňđîéęi?"
-#: ../../diskdrake/interactive.pm_.c:267
-msgid "Auto allocate"
-msgstr "Đŕçěĺđęŕâŕöü ŕ˘ňŕěŕňű÷íŕ"
-
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "Ŕ÷űńöiöü óń¸"
-#: ../../diskdrake/interactive.pm_.c:267
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "Đŕçěĺđęŕâŕöü ŕ˘ňŕěŕňű÷íŕ"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
#, fuzzy
msgid "More"
msgstr "Ďĺđŕíîń"
-#: ../../diskdrake/interactive.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:278
#, fuzzy
msgid "Hard drive information"
msgstr "Iíôŕđěŕöű˙"
-#: ../../diskdrake/interactive.pm_.c:302
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "Óńĺ ďĺđřŕńíű˙ đŕçäçĺëű âűęŕđűńňŕíű"
-#: ../../diskdrake/interactive.pm_.c:303
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
msgstr "Äŕäŕöü đŕçäçĺë íĺěŕă÷űěŕ"
-#: ../../diskdrake/interactive.pm_.c:304
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1741,35 +1736,35 @@ msgstr ""
"Ęŕá çđŕáiöü áîëüř đŕçäĺëŕ˘, âűäŕëiöĺ ŕäçií i ńňâŕđűöĺ ďŕřűđŕíű đŕçäçĺë "
"(extended)"
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:322
#, fuzzy
msgid "Save partition table"
msgstr "Çŕďiń ňŕáëiöű đŕçäçĺëŕ˘"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:323
#, fuzzy
msgid "Restore partition table"
msgstr "Äŕäŕňęîâŕ˙ ňŕáëiöŕ đŕçäçĺëŕ˘"
-#: ../../diskdrake/interactive.pm_.c:316
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
msgstr "Äŕäŕňęîâŕ˙ ňŕáëiöŕ đŕçäçĺëŕ˘"
-#: ../../diskdrake/interactive.pm_.c:318
+#: ../../diskdrake/interactive.pm_.c:326
#, fuzzy
msgid "Reload partition table"
msgstr "Äŕäŕňęîâŕ˙ ňŕáëiöŕ đŕçäçĺëŕ˘"
-#: ../../diskdrake/interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:331
#, fuzzy
msgid "Removable media automounting"
msgstr "Ŕ˘ňŕěŕíöiđŕâŕííĺ çěĺííűő íŕçŕďŕřâŕëüíłęŕ˘"
-#: ../../diskdrake/interactive.pm_.c:332 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "Ŕá˙đűöĺ ôŕéë"
-#: ../../diskdrake/interactive.pm_.c:339
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1777,11 +1772,12 @@ msgstr ""
"Ňŕáëiöŕ đŕçě˙ř÷ýíí˙ đýçĺđâîâŕăŕ äűńęó ěŕĺ iířű ďŕěĺđ\n"
"Ďđŕö˙ăâŕöü äŕëĺé?"
-#: ../../diskdrake/interactive.pm_.c:353 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "Óâŕăŕ!"
-#: ../../diskdrake/interactive.pm_.c:354
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1789,107 +1785,107 @@ msgstr ""
"Óńňŕ˘öĺ äűńęĺňó ˘ äűńęŕâîä\n"
"Óńĺ äŕäçĺíű˙ íŕ ăýňŕé äűńęĺöĺ áóäóöü ńňđŕ÷ŕíű"
-#: ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
msgstr "Ďŕńďđŕáóĺě âűđŕňŕâŕöü ňŕáëiöó đŕçäçĺëŕ˘"
-#: ../../diskdrake/interactive.pm_.c:371
+#: ../../diskdrake/interactive.pm_.c:379
#, fuzzy
msgid "Detailed information"
msgstr "Iíôŕđěŕöű˙"
-#: ../../diskdrake/interactive.pm_.c:386 ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "Çě˙íĺííĺ ďŕěĺđŕ˘"
-#: ../../diskdrake/interactive.pm_.c:387 ../../diskdrake/interactive.pm_.c:719
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "Ďĺđŕíîń"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "Ôŕđěŕňŕâŕííĺ"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "Äŕäŕöü äŕ RAID"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
msgstr "Äŕäŕöü äŕ LVM"
-#: ../../diskdrake/interactive.pm_.c:394
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "Âűäŕëiöü ç RAID"
-#: ../../diskdrake/interactive.pm_.c:395
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
msgstr "Âűäŕëiöü ç LVM"
-#: ../../diskdrake/interactive.pm_.c:396
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "Çě˙íiöü RAID"
-#: ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "Âűęŕđűńňî˘âŕöü äë˙ âiđňóŕëüíŕé ôŕéëŕâŕé ńińňýěű"
-#: ../../diskdrake/interactive.pm_.c:437
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "Ńňâŕđýííĺ íîâŕăŕ đŕçäçĺëó"
-#: ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
msgstr "Ďŕ÷ŕňęîâű ńĺęňŕđ:"
-#: ../../diskdrake/interactive.pm_.c:442 ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "Ďŕěĺđ ó Ěá:"
-#: ../../diskdrake/interactive.pm_.c:443 ../../diskdrake/interactive.pm_.c:820
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "Ňűď ôŕéëŕâŕé ńińňýěű:"
-#: ../../diskdrake/interactive.pm_.c:448
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "Ďŕđŕěĺňđű: "
-#: ../../diskdrake/interactive.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:503
+#: ../../diskdrake/interactive.pm_.c:511
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Ôŕđěŕňŕâŕííĺ âiđňóŕëüíŕăŕ đŕçäçĺëó %s"
-#: ../../diskdrake/interactive.pm_.c:533
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "Çě˙íiöü ňűď đŕçäçĺëó"
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "ßęóţ ńińňýěó äđóęó Âű ćŕäŕĺöĺ âűęŕđűńňî˘âŕöü?"
-#: ../../diskdrake/interactive.pm_.c:540
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:570
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Ęóäű âű ćŕäŕĺöĺ ěŕíöiđŕâŕöü âiđňóŕëüíóţ ďđűëŕäó %s?"
-#: ../../diskdrake/interactive.pm_.c:571
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Ęóäű âű ćŕäŕĺöĺ ěŕíöiđŕâŕöü ďđűëŕäó %s?"
-#: ../../diskdrake/interactive.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1898,142 +1894,142 @@ msgstr ""
"âiđňóŕëüíŕé ôŕéëŕâŕé ńińňýěű.\n"
"Ńďŕ÷ŕňęó âűäŕëiöĺ âiđňóŕëüíóţ ńińňýěó"
-#: ../../diskdrake/interactive.pm_.c:598
+#: ../../diskdrake/interactive.pm_.c:606
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Ęóäű âű ćŕäŕĺöĺ ěŕíöiđŕâŕöü ďđűëŕäó %s?"
-#: ../../diskdrake/interactive.pm_.c:622
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "Ďŕäëłę ěĺćࢠôŕéëŕâŕé ńińňýěű FAT"
-#: ../../diskdrake/interactive.pm_.c:622 ../../diskdrake/interactive.pm_.c:681
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "Çě˙íĺííĺ ďŕěĺđŕ˘"
-#: ../../diskdrake/interactive.pm_.c:654
+#: ../../diskdrake/interactive.pm_.c:662
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Ďŕěĺđű ˙ęîăŕ đŕçäçĺëŕ âű ćŕäŕĺöĺ çě˙íiöü?"
-#: ../../diskdrake/interactive.pm_.c:659
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "Óńĺ äŕäçĺíű˙ ˘ ăýňűě đŕçäçĺëĺ ďŕâiííű áűöü çŕđőiâŕâŕíű˙"
-#: ../../diskdrake/interactive.pm_.c:661
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Óńĺ äŕäçĺíű˙ ˘ đŕçäçĺëĺ %s áóäóöü ńňđŕ÷ŕíű"
-#: ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "Âűáŕđ íîâűő ďŕěĺđŕ˘"
-#: ../../diskdrake/interactive.pm_.c:667
+#: ../../diskdrake/interactive.pm_.c:675
#, fuzzy
msgid "New size in MB: "
msgstr "Ďŕěĺđ ó Ěá:"
-#: ../../diskdrake/interactive.pm_.c:720
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
msgstr "Íŕ ˙ęi äűńę ďĺđŕíĺńöł?"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "Ńĺęňŕđ"
-#: ../../diskdrake/interactive.pm_.c:722
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "Íŕ ˙ęi ńĺęňŕđ ďĺđŕíĺńöł?"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
msgstr "Ďĺđŕíîńłě"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
msgstr "Ďĺđŕíîńłööŕ đŕçäçĺë..."
-#: ../../diskdrake/interactive.pm_.c:742
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
msgstr "Ŕá˙đűöĺ ińíóţ÷ű RAID äë˙ äŕäŕíí˙"
-#: ../../diskdrake/interactive.pm_.c:743 ../../diskdrake/interactive.pm_.c:760
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "íîâű"
-#: ../../diskdrake/interactive.pm_.c:758
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
msgstr "Âűá˙đűöĺ ińíóţ÷ű LVM äë˙ äŕáŕ˘ëĺíí˙"
-#: ../../diskdrake/interactive.pm_.c:763
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "Ăýňű đŕçäçĺë íĺ ěîćŕ áűöü âűęŕđűńňŕíű ďŕä âiđňóŕëüíóţ ôŕéëŕâóţ ńińňýěó"
-#: ../../diskdrake/interactive.pm_.c:817
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "Âiđňóŕëüíŕ˙ ôŕéëŕâŕ˙ ńińňýěŕ (loopback)"
-#: ../../diskdrake/interactive.pm_.c:818
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "Iě˙ âiđňóŕëüíŕăŕ đŕçäçĺëó"
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:831
#, fuzzy
msgid "Give a file name"
msgstr "Óëŕńíŕĺ iě˙"
-#: ../../diskdrake/interactive.pm_.c:826
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
msgstr ""
"Ôŕéë óćî âűęŕđűńňî˘âŕĺööŕ iířŕé âiđňóŕëüíŕé ńińňýěŕé. Ęŕëi ëŕńęŕ, \n"
"ŕá˙đűöĺ iířóţ íŕçâó"
-#: ../../diskdrake/interactive.pm_.c:827
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "Ôŕéë óćî ińíóĺ. Âűęŕđűńňŕöü ˙ăî?"
-#: ../../diskdrake/interactive.pm_.c:850
+#: ../../diskdrake/interactive.pm_.c:858
#, fuzzy
msgid "Mount options"
msgstr "Îďöűi ěîäóëţ:"
-#: ../../diskdrake/interactive.pm_.c:857
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:921 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "ďđűëŕäŕ"
-#: ../../diskdrake/interactive.pm_.c:922
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "óçđîâĺíü"
-#: ../../diskdrake/interactive.pm_.c:923
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
msgstr "ďŕěĺđ áëîęó"
-#: ../../diskdrake/interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "Áóäçüöĺ óâŕćëiâű. Ăýňóţ ŕďĺđŕöűţ íĺëüăŕ ŕäě˙íiöü"
-#: ../../diskdrake/interactive.pm_.c:953
+#: ../../diskdrake/interactive.pm_.c:962
#, fuzzy
msgid "What type of partitioning?"
msgstr "ßęi ňűď äđóęŕđęi âű ěŕĺöĺ?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:978
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2044,7 +2040,7 @@ msgstr ""
"Ęŕëł âű äóěŕĺöĺ âűęŕđűńňî˘âŕöü LILO - ňŕäű ăýňŕ íĺ áóäçĺ ďđŕöŕâŕöü, LILO íĺ "
"âűęŕđűńňî˘âŕĺöŕ, ňŕäű /boot íĺ ďŕňđýáíű."
-#: ../../diskdrake/interactive.pm_.c:987
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2056,7 +2052,7 @@ msgstr ""
"Ęŕëi áóäçĺ âűęŕđűńňî˘âŕööŕ äűńďĺ÷ŕđ çŕăđóçęi LILO, íĺ çŕďŕě˙ňŕéöĺ äŕäŕöü\n"
"đŕçäçĺë /boot"
-#: ../../diskdrake/interactive.pm_.c:993
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2066,137 +2062,137 @@ msgstr ""
"Í˙ěŕ çŕăđóç÷űęó, ˙ęi á çŕăđóçi˘ń˙ áĺç /boot đŕçäçĺëŕ.\n"
"Äŕäŕéöĺ đŕçäĺë /boot, ęŕëi ëŕńęŕ."
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ňŕáëiöŕ đŕçě˙ř÷ýíí˙ ďđűëŕäű %s áóäçĺ çŕďińŕíŕ íŕ äűńę!"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr "Ęŕá çě˙íĺííi ˘ńňóďiëi ˘ äçĺ˙ííĺ, íĺîáőîäíŕ ďĺđŕçŕăđóçiööŕ"
-#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Óńĺ äŕäçĺíűĺ ˘ đŕçäçĺëĺ %s áóäóöü ńňđŕ÷ŕíű ďŕńë˙ ôŕđěŕňŕâŕíí˙"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "Ôŕđěŕňŕâŕííĺ"
-#: ../../diskdrake/interactive.pm_.c:1031
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ôŕđěŕňŕâŕííĺ âiđňóŕëüíŕăŕ đŕçäçĺëó %s"
-#: ../../diskdrake/interactive.pm_.c:1032
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "Ôŕđěŕňŕâŕííĺ đŕçäçĺëó %s"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
#, fuzzy
msgid "Hide files"
msgstr "mkraid íĺ ďđŕöŕçäîëüíű"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
#, fuzzy
msgid "Move files to the new partition"
msgstr "Íĺ őŕďŕĺ ďđŕńňîđű äë˙ ńňâŕđýíí˙ íîâűő đŕçäçĺëŕ˘"
-#: ../../diskdrake/interactive.pm_.c:1044
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1064
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Íĺ őŕďŕĺ ďđŕńňîđű äë˙ ńňâŕđýíí˙ íîâűő đŕçäçĺëŕ˘"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1063
+#: ../../diskdrake/interactive.pm_.c:1072
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Ďŕěĺđű ýęđŕíó: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1073
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1094
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "Ďđűëŕäŕ:"
-#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Ëiňŕđŕ äë˙ DOS-äűńęó: %s (íŕ˘ăŕä)\n"
-#: ../../diskdrake/interactive.pm_.c:1099
-#: ../../diskdrake/interactive.pm_.c:1107
-#: ../../diskdrake/interactive.pm_.c:1172
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "Ňűď: "
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "Iě˙: "
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "Ďŕ÷ŕňŕę: ńĺęňŕđ %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "Ďŕěĺđ: %s"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s ńĺęňŕđŕ˘"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1125
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Öűëiíäđű ç %d ďŕ %d\n"
-#: ../../diskdrake/interactive.pm_.c:1117
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "Ôŕđěŕňŕâŕííĺ\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "Íĺ ŕäôŕđěŕňŕâŕíŕ\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "Çŕěŕíöiđŕâŕíŕ\n"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1131
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Ôŕéë(ű) âiđňóŕëüíŕé ôŕéëŕâŕé ńińňýěű: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2204,27 +2200,27 @@ msgstr ""
"Çŕăđóçŕ÷íű đŕçäçĺë ďŕ äŕěŕ˘ëĺííţ\n"
" (äë˙ çŕăđóçęi MS-DOS, ŕ íĺ äë˙ lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "Óçđîâĺíü %s\n"
-#: ../../diskdrake/interactive.pm_.c:1126
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
msgstr "Ďŕěĺđ ôđŕăěĺíňó %s\n"
-#: ../../diskdrake/interactive.pm_.c:1127
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-äűńęi %s\n"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "Iě˙ ôŕéëó âiđňóŕëüíŕé ôŕéëŕâŕé ńińňýěű: %s"
-#: ../../diskdrake/interactive.pm_.c:1132
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2232,7 +2228,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2240,64 +2236,64 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "Ďŕěĺđ: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Ăĺŕěĺňđű˙: %s öűëiíäđŕ˘, %s ăŕëîâŕę, %s ńĺęňŕđŕ˘\n"
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "Iíôŕđěŕöű˙: "
-#: ../../diskdrake/interactive.pm_.c:1158
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-äűńęi %s\n"
-#: ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "Ňűď ňŕáëiöű đŕçäçĺëŕ˘: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1160
+#: ../../diskdrake/interactive.pm_.c:1169
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "íŕ řűíĺ %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1199
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Ňűď ôŕéëŕâŕé ńińňýěű:"
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1203
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Ăýňű ďŕđîëü çŕíŕäňŕ ďđîńňű (˙ăî äŕ˘ćűí˙ ďŕâiííŕ áűöü íĺ ěĺíĺé çŕ %d ëiňŕđŕ˘)"
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1204
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Ďŕđîëi íĺ ńóďŕäŕţöü"
-#: ../../diskdrake/interactive.pm_.c:1198
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1199
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
msgstr ""
@@ -2306,11 +2302,6 @@ msgstr ""
msgid "Change type"
msgstr "Çě˙íiöü ňűď đŕçäçĺëó"
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a medium"
-msgstr "Íŕöłńíłöĺ íŕ đŕçäçĺë"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
@@ -2336,7 +2327,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
#, fuzzy
msgid "Username"
msgstr "Iě˙ ęŕđűńňŕëüíięó:"
@@ -2351,23 +2342,23 @@ msgstr "NIS Domain"
msgid "Search servers"
msgstr "DNS ńĺđâĺđ"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ďŕěűëęŕ ôŕđěŕňŕâŕíí˙ %s"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Íĺ âĺäŕţ ˙ę ŕäôŕđěŕňŕâŕöü %s ç ňűďŕě %s"
-#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr "ďŕěűëęŕ đŕçěŕíöiđŕâŕíí˙ %s: %s"
@@ -2459,30 +2450,34 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Ďŕěűëęŕ ŕäęđűöö˙ %s äë˙ çŕďińó: %s"
-#: ../../harddrake/sound.pm_.c:168
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:170
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:171
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
msgid "Sound configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2491,26 +2486,26 @@ msgid ""
"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:178
#, fuzzy
msgid "Driver:"
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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
msgid "Help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2529,7 +2524,7 @@ msgid ""
"the ALSA library.\n"
msgstr ""
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2539,30 +2534,31 @@ msgid ""
"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
#, fuzzy
msgid "Please Wait... Applying the configuration"
msgstr "Ďđŕâĺđęŕ ďŕđŕěĺňđࢠíŕńňđîéęi"
-#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
-#: ../../interactive.pm_.c:391
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
msgstr "Ęŕëi ëŕńęŕ, ďŕ÷ŕęŕéöĺ"
-#: ../../harddrake/sound.pm_.c:208
+#: ../../harddrake/sound.pm_.c:210
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:212
+#: ../../harddrake/sound.pm_.c:214
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2572,224 +2568,12 @@ msgid ""
"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Model"
-msgstr "Ďîđň ěűřű"
-
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "hard disk model"
-msgstr "Ŕäđŕńű ďŕě˙öł ęŕđňű (DMA)"
-
-#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
-msgid "Channel"
-msgstr "Ŕäěĺíŕ"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:21
-#, fuzzy
-msgid "Module"
-msgstr "Ďîđň ěűřű"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-msgid "Description"
-msgstr "Ŕďińŕííĺ"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
-msgid "Bus identification"
-msgstr "Ŕ˘ňýíňűôięŕöű˙"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
-msgid "Old device file"
-msgstr "Ŕá˙đűöĺ ôŕéë"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
-msgid "New devfs device"
-msgstr "Ďđűëŕäŕ-řëţç"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 ęíîďęi"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Äđóę ňýńňŕâűő ńňŕđîíŕę"
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:63
-#, fuzzy
-msgid "/_Quit"
-msgstr "Âűőŕä"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:65
-msgid "/_Help..."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:71
-msgid "/_Report Bug"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:73
-#, fuzzy
-msgid "/_About..."
-msgstr "Ŕäě˙íiöü"
-
-#: ../../harddrake/ui.pm_.c:74
-msgid "About Harddrake"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:76
-#, fuzzy
-msgid "Author:"
-msgstr "Ŕ˘ňŕďîřóę"
-
-#: ../../harddrake/ui.pm_.c:86
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Âűçíŕ÷ýííĺ ćîđńňęŕăŕ äűńęó"
-
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Ăë. ŕďińŕííĺ ŕáńňŕë˙âŕíí˙"
-
-#: ../../harddrake/ui.pm_.c:103
-#, fuzzy
-msgid "Information"
-msgstr "Iíôŕđěŕöű˙"
-
-#: ../../harddrake/ui.pm_.c:106
-#, fuzzy
-msgid "Configure module"
-msgstr "Íŕńňđîéęŕ ěűřű"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:111
-#, fuzzy
-msgid "Detection in progress"
-msgstr "Äóáë˙âŕííĺ ďóíęňó ěŕíöiđŕâŕíí˙ %s"
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:166
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-#, fuzzy
-msgid "secondary"
-msgstr "%d ńĺęóíäŕ˘"
-
#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
#, fuzzy
msgid "Auto-detect"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:185
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
#, fuzzy
msgid "Unknown|Generic"
msgstr "Ŕăóëüíű"
@@ -2802,7 +2586,7 @@ msgstr ""
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:209
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
@@ -2810,34 +2594,34 @@ msgid ""
"here. Just select your tv card parameters if needed"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:212
+#: ../../harddrake/v4l.pm_.c:227
#, fuzzy
msgid "Card model:"
msgstr "Ŕäđŕńű ďŕě˙öł ęŕđňű (DMA)"
-#: ../../harddrake/v4l.pm_.c:213
+#: ../../harddrake/v4l.pm_.c:228
#, fuzzy
msgid "Tuner type:"
msgstr "Çě˙íiöü ňűď đŕçäçĺëó"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:216
+#: ../../harddrake/v4l.pm_.c:231
#, fuzzy
msgid "PLL setting:"
msgstr "ôŕđěŕňŕâŕííĺ"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
msgstr ""
@@ -3980,10 +3764,10 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
@@ -4062,27 +3846,27 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr "Íĺěŕă÷űěŕ âűęŕđűńňî˘âŕöü broadcast áĺç äŕěĺíŕ NIS"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Óńňŕ˘öĺ äűńęĺňó ˘ äűńęŕâîä %s"
-#: ../../install_any.pm_.c:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Ďŕěűëęŕ ÷űňŕíí˙ ôŕéëó %s"
-#: ../../install_any.pm_.c:1031
+#: ../../install_any.pm_.c:1040
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"
@@ -4090,7 +3874,7 @@ msgstr ""
"Ďŕěűëęŕ: äë˙ ńňâŕđýíí˙ íîâűő ôŕéëŕâűő ńińňýěࢠíĺ çíŕéäçĺíű ŕäďŕâĺäíű˙ \n"
"ďđűëŕäű. Ďđŕâĺđöĺ ŕáńňŕë˙âŕííĺ äë˙ ďîřóęó iěŕâĺđíŕé ďđű÷űíű."
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
@@ -4099,7 +3883,7 @@ msgstr ""
"Ďý˘íŕĺ ŕáńňŕë˙âŕííĺ ďŕňđŕáóĺ ęŕěĺđöűéíűő äđŕéâĺđࢠäë˙ ďđŕöű.\n"
"×ŕńňęîâŕ łíôŕđěŕöűţ ďđŕ łő ěîćíŕ ŕňđűěŕöü ňóň: %s"
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -4109,11 +3893,11 @@ msgstr ""
"Äë˙ ăýňŕăŕ ńňâŕđűöĺ đŕçäçĺë (ŕëüáî ŕäçíŕ÷öĺ ˘ćî ińíóţ÷ű).\n"
"Ďîňűě ŕá˙đűöĺ ``Ęđîďęŕ ěŕíöiđŕâŕíí˙'' i ˘ńňŕíŕâiöĺ ˙ĺ ˘ `/'"
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr "Âű ďŕâiííű ěĺöü đŕçäçĺë swap"
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
@@ -4123,61 +3907,61 @@ msgstr ""
"\n"
"Óń¸ ŕäíî ďđŕö˙ăâŕöü?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Âű ďŕâiííű ěĺöü đŕçäçĺë swap"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Âűęŕđűńňî˘âŕöü íĺçŕí˙ňóţ ďđŕńňîđó"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Íĺ őŕďŕĺ ďđŕńňîđű äë˙ ńňâŕđýíí˙ íîâűő đŕçäçĺëŕ˘"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partitions"
msgstr "Âűęŕđűńňî˘âŕöü ińíóţ÷ű đŕçäçĺë"
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Í˙ěŕ ińíóţ÷űő đŕçäçĺëŕ˘, ˙ęi˙ ěîćíŕ âűęŕđűńňŕöü"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Âűęŕđűńňî˘âŕöü đŕçäçĺë Windows äë˙ âiđňóŕëüíŕé ôŕéëŕâŕé ńińňýěű"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Ďŕěĺđű ˙ęîăŕ đŕçäçĺëŕ âű ćŕäŕĺöĺ çě˙íiöü?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Âűáŕđ ďŕěĺđŕ˘"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Ęŕđŕí¸âű đŕçäçĺë ˘ Má: "
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Ďŕěĺđ swap đŕçäçĺëó ˘ Má:"
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr "Âűęŕđűńňî˘âŕöü íĺçŕí˙ňóţ ďđŕńňîđó íŕ đŕçäçĺëĺ Windows"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
msgid "Which partition do you want to resize?"
msgstr "Ďŕěĺđű ˙ęîăŕ đŕçäçĺëŕ âű ćŕäŕĺöĺ çě˙íiöü?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
msgid "Resizing Windows partition"
msgstr "Âűëi÷ýííĺ ěĺćࢠôŕéëŕâŕé ńińňýěű Windows"
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4186,7 +3970,7 @@ msgstr ""
"Ó ďđŕăđŕěű çěĺíű ďŕěĺđࢠđŕçäçĺëŕ FAT íĺ ŕňđűěŕëŕń˙\n"
"ŕďđŕöŕâŕöü Âŕř đŕçäçĺë, ďŕěűëęŕ: %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4195,7 +3979,7 @@ msgstr ""
"Âŕř đŕçäçĺë ç Windows çŕíŕäňŕ ôđŕăěĺíňŕâŕíű. \n"
"Đýęŕěĺíäóĺě ńďŕ÷ŕňęó çŕďóńöiöü ďđŕăđŕěó ``defrag''"
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4216,21 +4000,21 @@ msgstr ""
"äŕäçĺíűő i ňîëüęi ďîňűě çíî˘ â˙đíiöĺń˙ äŕ ďđŕăđŕěű ˘ńňŕë˙âŕíí˙.\n"
"Ęŕëi ďŕäđűőňŕâŕëiń˙, íŕöińíiöĺ Ok."
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
msgid "Which size do you want to keep for Windows on"
msgstr "ßęóţ ďđŕńňîđó çŕőŕâŕöü äë˙ Windows?"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr "Đŕçäçĺë %s"
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Ŕ˘ňŕçě˙íĺííĺ ďŕěĺđࢠíĺ ŕňđűěŕëŕń˙ äë˙ đŕçäçĺëó FAT %s"
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4238,33 +4022,33 @@ msgstr ""
"Íĺ çíîéäçĺíŕ đŕçäçĺëࢠFAT äë˙ çě˙íĺíí˙ ďŕěĺđࢠŕëüáî âűęŕđűńňŕíí˙\n"
"˘ ˙ęŕńöi âiđňóŕëüíŕé ôŕéëŕâŕé ńińňýěű (öi íĺäŕńňŕňęîâŕ ďđŕńňîđű íŕ äűńęó)"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
msgstr "Ńö¸đöi äŕäçĺíű˙ íŕ ˘ńiě äűńęó"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr "Âűäŕëiöü Windows(TM)"
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Íŕ ˙ęi ç ěŕţ÷űőń˙ ćîđńňęiő äűńęࢠÂű ćŕäŕĺöĺ ˘ńňŕë˙âŕöü Linux?"
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Óńĺ ińíóţ÷ű˙ đŕçäçĺëű íŕ äűńęó %s i äŕäçĺíű˙ íŕ iő áóäóöü ńňđŕ÷ŕíű"
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
#, fuzzy
msgid "Custom disk partitioning"
msgstr "Âűęŕđűńňî˘âŕöü ińíóţ÷ű đŕçäçĺë"
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr "Âűęŕđűńňî˘âŕöü fdisk"
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4273,30 +4057,30 @@ msgstr ""
"Âű ěîćŕöĺ ö˙ďĺđ đŕçáiöü âŕř äűńę %s\n"
"Ďŕ çŕęŕí÷ýííi íĺ çŕáóäçüöĺń˙ çŕőŕâŕöü çě˙íĺííi, ńęŕđűńňŕ˘řű `w'"
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Âűęŕđűńňî˘âŕöü íĺçŕí˙ňóţ ďđŕńňîđó íŕ đŕçäçĺëĺ Windows"
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Äŕäŕöü đŕçäçĺë íĺěŕă÷űěŕ"
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ěŕéńňŕđ ďŕäđűőňî˘ęi đŕçäçĺëࢠDrakX çíŕéřî˘ íŕńňóďíű˙ âŕđű˙íňű:"
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ďŕäđűőňî˘ęŕ đŕçäĺëࢠíĺ ˘äŕëŕń˙: %s"
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr "Äŕëó÷ýííĺ äŕ ńĺňęi"
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr "Ŕäëó÷ýííĺ ŕä ńĺňęi"
@@ -4325,12 +4109,12 @@ msgstr ""
"Ďđŕâĺđöĺ cdrom íŕ âŕřűě ęŕěďóňŕđű, âűęŕđűńňî˘âŕţ÷ű\"rpm -qpl Mandrake/RPMS/*."
"rpm\"\n"
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr "Сардэчна запрашаем у %s"
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr "Äűńęŕâîä íĺäŕńňóďíű"
@@ -4340,7 +4124,7 @@ msgstr "Äűńęŕâîä íĺäŕńňóďíű"
msgid "Entering step `%s'\n"
msgstr "Ďĺđŕőîä íŕ ęđîę `%s'\n"
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -4352,79 +4136,79 @@ msgstr ""
"ďđŕăđŕěó ˘ńňŕë˙âŕíí˙. Äë˙ ăýňŕăŕ íŕöińíiöĺ `F1' ó ÷ŕń çŕăđóçęi, ŕ ďîňűě\n"
"íŕá˙đűöĺ `text' i íŕöińíiöĺ <ENTER>."
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr "Ęëŕń Óńňŕë˙âŕíí˙"
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
#, fuzzy
msgid "Please choose one of the following classes of installation:"
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ŕäçií ç ęëŕńࢠóńňŕë˙âŕíí˙:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr "Âűáŕđ ăđóďű ďŕęĺňŕ˘"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr "Ŕńŕáińňű âűáŕđ ďŕęĺňŕ˘"
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Ŕăóëüíű ďŕěĺđ: %d / %d Má"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr "Äđýííű ďŕęĺň"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr "Iě˙: %s\n"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr "Âĺđńi˙: %s\n"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr "Ďŕěĺđ: %d Ká\n"
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr "Çíŕ÷íŕńöü: %s\n"
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Âű íĺ ěîćŕöĺ âűáđŕöü ăýňű ďŕęĺň, ňŕěó ˙ę íĺ őŕďŕĺ ěĺńöŕ äë˙ ˙ăî ˘ńňŕë˙âŕíí˙"
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
msgid "The following packages are going to be installed"
msgstr "Íŕńňóďíű˙ ďŕęĺňű áóäóöü äŕäŕíű äŕ ńińňýěű"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be removed"
msgstr "Íŕńňóďíű˙ ďŕęĺňű áóäóöü âűäŕëĺíű"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr "Âű íĺ ěîćŕöĺ âűëó÷ŕöü ł ŕäě˙í˙öü âűëó÷ýííĺ ăýňŕăŕ ďŕęĺňó"
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
msgstr "Ăýňŕ ŕáŕâ˙çęîâű ďŕęĺň, ˙ăî âűëó÷ýííĺ íĺëüăŕ ŕäě˙íiöü"
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
msgstr "Âű íĺ ěîćŕöĺ ŕäě˙íiöü âűëó÷ýííĺ ăýňŕăŕ ďŕęĺňó. ¨í óćî ˘ńňŕë˙âŕíű"
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4432,78 +4216,78 @@ msgstr ""
"Ăýňű ďŕęĺň ďŕâiíĺí áűöü ŕáíî˘ëĺíű\n"
"Âű ˘ďý˘íĺíű, řňî őî÷ŕöĺ ŕäě˙íiöü âűëó÷ýííĺ?"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr "Âű íĺ ěîćŕöĺ ŕäě˙íiöü âűëó÷ýííĺ ăýňŕăŕ ďŕęĺňó. ßăî ďŕňđýáíŕ ŕáíŕâiöü"
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr "Óńňŕ븢ęŕ"
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Çŕőŕâŕííĺ íŕ äűńęĺňó"
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Updating package selection"
msgstr "Ŕńŕáińňű âűáŕđ ďŕęĺňŕ˘"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
#, fuzzy
msgid "Minimal install"
msgstr "Âűäŕëiöü ç ńińňýěű"
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
msgid "Choose the packages you want to install"
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr "Óńňŕ븢âŕĺě"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr "×ŕęŕĺööŕ"
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr "Çŕńňŕëîń˙ ÷ŕńó "
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
#, fuzzy
msgid "Please wait, preparing installation..."
msgstr "Ďŕäđűőňî˘ęŕ ˘ńňŕë˙âŕíüí˙"
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr "%d ďŕęĺňŕ˘"
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
msgid "Installing package %s"
msgstr "Óńňŕë˙âŕííĺ ďŕęĺňó %s"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "Ďđűí˙öü"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
msgid "Refuse"
msgstr "Ŕäęŕçŕöü"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4519,17 +4303,17 @@ msgstr ""
"Ęŕëi âű íĺ ěŕĺöĺ ˙ăî, íŕöińíiöĺ Ŕäě˙íiöü, ęŕá ŕäě˙íiöü óńňŕë˙âŕííĺ ç ăýňŕăŕ "
"Cd."
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr "Óń¸ đî˘íŕ ďđŕö˙ăâŕöü?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
msgid "There was an error ordering packages:"
msgstr "Ŕňđűěŕëŕń˙ ďŕěűëęŕ ˘ďŕđŕäęŕâŕíí˙ ďŕęĺňŕ˘:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr "Ŕňđűěŕëŕń˙ ďŕěűëęŕ ˘ďŕđŕäęŕâŕíí˙ ďŕęĺňŕ˘:"
@@ -4699,183 +4483,183 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "Ęëŕâi˙ňóđŕ"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
#, fuzzy
msgid "Please choose your keyboard layout."
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ňűď ęëŕâi˙ňóđű."
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
msgid "Here is the full list of keyboards available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr "ßęi ęëŕń óńňŕë˙âŕíí˙ âű ćŕäŕĺöĺ?"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
#, fuzzy
msgid "Install/Update"
msgstr "Óńňŕ븢ęŕ"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
#, fuzzy
msgid "Is this an install or an update?"
msgstr "Ŕá˙đűöĺ ˘ńňŕë˙âŕííĺ öi ŕáíŕ˘ëĺííĺ"
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr "Đýęŕěĺíäŕâŕíŕ"
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Ýęńďĺđň"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
#, fuzzy
msgid "Upgrade packages only"
msgstr "Ŕńŕáińňű âűáŕđ ďŕęĺňŕ˘"
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
#, fuzzy
msgid "Please choose the type of your mouse."
msgstr "ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ ňűď âŕřŕé ěűřű."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr "Ďîđň ěűřű"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ ďîńë˙äî˘íű ďîđň, äŕ ˙ęîăŕ ďŕäęëţ÷ŕíŕ âŕřŕ˙ ěűř."
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr "Íŕńňđîéęŕ ęŕđň PCMCIA ..."
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr "Íŕńňđîéęŕ IDE"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr "í˙ěŕ äŕńňóďíűő đŕçäçĺëŕ˘"
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr "Ŕá˙đűöĺ ďóíęňű ěŕíöiđŕâŕíí˙"
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Ęŕđŕí¸âű đŕçäçĺë íĺ çíîéäçĺíű"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Ęŕđŕí¸âű đŕçäçĺë"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "ßęi đŕäçĺë ęŕđŕí¸âű (/) äë˙ âŕřŕé ńińňýěű?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Ęŕá ěŕäűôięŕöű˙ ňŕáëiöű đŕçäçĺëࢠçäĺéńíiëŕń˙, ďŕňđýáíŕ ďĺđŕçŕăđóçęŕ."
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Âűáŕđ đŕçäçĺëࢠäë˙ ôŕđěŕňŕâŕíí˙"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Ďđŕâĺđűöü íŕ íŕ˙˘íŕńöü äđýííűő áëîęŕ˘?"
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr "Ôŕđěŕňŕâŕíí˙ đŕçäçĺëŕ˘"
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr "Ńňâŕđýííĺ i ôŕđěŕňŕâŕííĺ ôŕéëŕ %s"
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Íĺ őŕďŕĺ ěĺńöŕ ˘ áóôĺđű ďŕäęŕ÷ęi (swap) äë˙ ˘ńňŕë˙âŕíí˙, ďŕâ˙ëi÷öĺ ˙ăî."
-#: ../../install_steps_interactive.pm_.c:472
+#: ../../install_steps_interactive.pm_.c:479
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Ďđŕăë˙ä äŕńňóďíűő ďŕęĺňŕ˘"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
msgstr "Ďđŕăë˙ä äŕńňóďíűő ďŕęĺňŕ˘"
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../install_steps_interactive.pm_.c:483
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Âű íĺ ěîćŕöĺ ŕäě˙íiöü âűëó÷ýííĺ ăýňŕăŕ ďŕęĺňó. ¨í óćî ˘ńňŕë˙âŕíű"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr "Ďîřóę ďŕęĺňࢠäë˙ ŕáíŕ˘ëĺíí˙"
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -4883,65 +4667,65 @@ msgid ""
msgstr ""
"Âŕřŕ ńińňýěŕ íĺ ěŕĺ äŕńňŕęîâŕ ěĺńöŕ äë˙ ˘ńňŕë˙âŕíí˙ öi ŕáíŕ˘ëĺíí˙ (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
#, fuzzy
msgid "Load from floppy"
msgstr "Ŕäíŕ˘ëĺííĺ ç äűńęĺňű"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr "Çŕőŕâŕííĺ íŕ äűńęĺňó"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
#, fuzzy
msgid "Loading from floppy"
msgstr "Ŕäíŕ˘ëĺííĺ ç äűńęĺňű"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
#, fuzzy
msgid "Package selection"
msgstr "Âűáŕđ ăđóďű ďŕęĺňŕ˘"
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Óńňŕ˘öĺ äűńęĺňó ˘ äűńęŕâîä %s"
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:649
#, fuzzy
msgid "Type of install"
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ óńňŕë˙âŕíí˙"
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
#, fuzzy
msgid "With X"
msgstr "×ŕęŕéöĺ"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4951,16 +4735,16 @@ msgstr ""
"Ęŕëi âű íĺ ěŕĺöĺ ŕíi âîäíŕăŕ ç ăýňűő CD äűńęŕ˘, íŕöińíiöĺ Ŕäě˙íiöü.\n"
"Ęŕëi íĺęŕňîđűő ç CD äűńęࢠíĺ ěŕĺöĺ, ŕäě˙íiöĺ iő âűäç˙ëĺííĺ i íŕöińíiöĺ Îę."
-#: ../../install_steps_interactive.pm_.c:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom ďŕçíŕ÷ŕíű \"%s\""
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr "Ďŕäđűőňî˘ęŕ ˘ńňŕë˙âŕíüí˙"
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
@@ -4969,99 +4753,21 @@ msgstr ""
"Óńňŕë˙âŕííĺ ďŕęĺňó %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
msgstr "Íŕńňđîéęŕ ďŕńë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Óńňŕ˘öĺ äűńęĺňó ˘ äűńęŕâîä %s"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:834
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Óńňŕ˘öĺ äűńęĺňó ˘ äűńęŕâîä %s"
-#: ../../install_steps_interactive.pm_.c:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Çŕđŕç âű ěŕĺöĺ ěŕă÷űěŕńöü çŕăđóçiöü ďđŕăđŕěű äë˙ řűôđŕâŕíí˙.\n"
-"\n"
-"ÓÂŔĂŔ:\n"
-"\n"
-"Ç-çŕ ŕăóëüíűő ŕáěĺćŕâŕíí˙˘ íŕ ďđŕăđŕěű ăýňęŕăŕ đîäó i đîçíűő ďŕí˙öö˙˘\n"
-"ó đîçíűő çŕęîíŕäŕ˘ńňâŕő, ďđŕäŕâĺö i/ŕëüáî ęŕđűńňŕëüíię ăýňűő ďđŕăđŕě "
-"ďŕâiíĺí\n"
-"óďý˘íiööŕ ˘ ňűě, řňî çŕęîíű ˙ăî/iő äç˙đćŕâࢠäŕçâŕë˙ţöü çŕăđóćŕöü, "
-"çŕőî˘âŕöü\n"
-"i/ŕëüáî âűęŕđűńňî˘âŕöü ăýňű˙ ďđŕăđŕěű.\n"
-"\n"
-"Ŕęđŕě˙ ňŕăî, ďđŕäŕâĺö i/ŕëüáî ęŕđűńňŕëüíię ďŕâiííű áűöü óďý˘íĺíű, řňî íĺ "
-"ďŕđóřŕţöü\n"
-"çŕęîíࢠńâŕ¸é ęđŕiíű. Ęŕëi ďđŕäŕâĺö i/ŕëüáî ęŕđűńňŕëüíię ďŕđóřŕĺ ăýňű˙\n"
-"çŕęîíű, ˙ęi˙ ěîăóöü áűöü ńęŕđűńňŕíű˙ ńóďđŕöü ˙ăî, ¸í/˙íű í˙ńĺ ŕäęŕçíŕńöü\n"
-"\n"
-"Íi ˘ ˙ęiě đŕçĺ íi Mandrakesoft, íi ˙ĺ âűęŕíŕ˘öű i ďŕńňŕ˘ř÷űęi íĺ ŕäęŕçâŕţöü\n"
-"çŕ íĺďŕńđýäíóţ, íĺďđŕěóţ ŕëüáî âűďŕäęîâóţ řęîäó (řňî óęëţ÷ŕĺ, ŕëĺ \n"
-"íĺ ŕáě˙ćî˘âŕĺööŕ ńňđŕ÷ŕíűěł ďđűáűňęŕě, ďŕđóřýííĺ áiçíýńó, ńňđŕňŕé "
-"ęŕěĺđöűéíűő \n"
-"äŕäçĺíűő i iířűěi ńňđŕňŕěi, ŕ ňŕęńŕěŕ ěŕă÷űěűěi ńŕíęöű˙ěi i řňđŕôŕěi, ˙ęi˙ \n"
-"íŕëĺćűöü âűďëŕöiöü ďŕ ďŕńňŕíîâĺ ńóäó), ˙ęi˙ âűö˙ęŕţöü ç ęŕđűńňŕíí˙, \n"
-"âŕëîäŕíí˙, ŕëüáî ďđîńňŕ çŕăđóçęi ç ńĺňęi ďđŕăđŕě, äŕ ˙ęiő ďđŕäŕâĺö ŕëüáî\n"
-"ęŕđűńňŕëüíię ŕňđűěŕëi äîńňóď ďŕńë˙ ďŕäďińŕíí˙ ăýňŕăŕ ďŕăŕäíĺíí˙.\n"
-"\n"
-"Ăýňŕĺ ďŕăŕäíĺííĺ ˘ ďĺđřóţ ÷ŕđăó ŕäęŕçâŕĺ çŕęîíŕäŕ˘ńňâó Ôđŕíöűi, çŕ "
-"âűęëţ÷ýííĺě\n"
-"âűďŕäęŕ˘, ˙ęi˙ ńďĺöű˙ëüíŕ đýăëŕěĺíňóţööŕ ě˙ńöîâűě çŕęîíŕäŕ˘ńňâŕě ó ěĺćŕő\n"
-"ăđŕěŕäç˙íńęŕăŕ ďđŕâŕ. Ŕäíŕę äŕäçĺíŕĺ ďŕăŕäíĺííĺ ęŕňýăŕđű÷íŕ ŕáâ˙đăŕĺ ëţáű˙\n"
-"íĺńóŕäíîńiíű çŕęîíŕäŕ˘ńňâŕ˘, ďđűíöűďŕ˘, ŕëüáî ďđűě˙íĺííĺ ŕä ďđîöiëĺăëŕăŕ.\n"
-"Ňŕęiě ÷űíŕě, çŕęîíű Ôđŕíöűi áóäóöü ďđýâŕëiđŕâŕöü íŕä ëţáűěi iířűěi "
-"ě˙ńöîâűěi\n"
-"çŕęîíŕěi.\n"
-"\n"
-"Ç ëţáűěi ďűňŕíí˙ěi, ˙ęi˙ äŕňű÷ŕööŕ äŕäçĺííŕăŕ ďŕăŕäíĺíí˙, çâ˙đňŕéöĺń˙: \n"
-"Mandrakesoft\n"
-"43, rue d'Aboukir\n"
-"75002 Paris\n"
-"FRANCE"
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5073,169 +4779,169 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Ńóâ˙çü ç ëţđŕě äë˙ ŕňđűěŕíí˙ ńďińó äŕńňóďíűő ďŕęĺňŕ˘"
-#: ../../install_steps_interactive.pm_.c:906
+#: ../../install_steps_interactive.pm_.c:881
msgid "Choose a mirror from which to get the packages"
msgstr "Âűáŕđ ëţńňđŕ äë˙ ŕňđűěŕíí˙ ďŕęĺňŕ˘"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:890
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Ńóâ˙çü ç ëţđŕě äë˙ ŕňđűěŕíí˙ ńďińó äŕńňóďíűő ďŕęĺňŕ˘"
-#: ../../install_steps_interactive.pm_.c:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr "ßęi âŕř ÷ŕńŕâű ďî˙ń?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Âŕř ńińňýěíű ăŕäçiííię óńňŕë˙âŕíű íŕ GMT?"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
#, fuzzy
msgid "NTP Server"
msgstr "NIS ńĺđâĺđ:"
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
msgid "Remote CUPS server"
msgstr "Ŕääŕëĺíű ńĺđâĺđ CUPS"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
#, fuzzy
msgid "No printer"
msgstr "Iě˙ äđóęŕđęi"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Öi ¸ńöü ó âŕń iířű?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm_.c:986
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
#, fuzzy
msgid "Mouse"
msgstr "Ďîđň ěűřű"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2989
-#: ../../printerdrake.pm_.c:3078
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "Ďđűíňýđ"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
#, fuzzy
msgid "ISDN card"
msgstr "Óíóňđŕíŕ˙ ISDN ęŕđňŕ"
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
#, fuzzy
msgid "Sound card"
msgstr "Ńňŕíäŕđňíű"
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
#, fuzzy
msgid "NIS"
msgstr "Âűęŕđűńňî˘âŕöü NIS"
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1121
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Windows Domain"
msgstr "Íŕâóęîâű˙ ďđűęëŕäŕííł"
-#: ../../install_steps_interactive.pm_.c:1078
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
#, fuzzy
msgid "Local files"
msgstr "Ëŕęŕëüíű ďđűíňýđ"
-#: ../../install_steps_interactive.pm_.c:1087
-#: ../../install_steps_interactive.pm_.c:1088 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Ďŕđîëü äë˙ root"
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr "Í˙ěŕ ďŕđîëţ"
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1074
#, 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:1100 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "Ŕ˘ňýíňűôięŕöű˙"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1088
#, fuzzy
msgid "Authentication LDAP"
msgstr "Ŕ˘ňýíňűôięŕöű˙"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1090
#, fuzzy
msgid "LDAP Server"
msgstr "ńĺđâĺđ"
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1096
#, fuzzy
msgid "Authentication NIS"
msgstr "Ŕ˘ňýíňűôięŕöű˙ NIS"
-#: ../../install_steps_interactive.pm_.c:1117
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr "NIS ńĺđâĺđ:"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -5251,22 +4957,22 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1106
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Ŕ˘ňýíňűôięŕöű˙"
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1108
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Iě˙ äŕěĺíó"
-#: ../../install_steps_interactive.pm_.c:1129
+#: ../../install_steps_interactive.pm_.c:1109
#, fuzzy
msgid "Domain Admin Password"
msgstr "Ďŕäöâĺđäçiöü ďŕđîëü"
-#: ../../install_steps_interactive.pm_.c:1164
+#: ../../install_steps_interactive.pm_.c:1144
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 "
@@ -5293,19 +4999,20 @@ msgstr ""
"Ęŕëi ćŕäŕĺöĺ ńňâŕđűöü çŕăđóçŕ÷íű äűńę çŕđŕç, óńňŕ˘öĺ äűńęĺňó ˘ ďĺđřű\n"
"äűńęŕâîä i íŕöińíiöĺ \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1180
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr "Ďĺđřű äűńęŕâîä"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "Äđóăi äűńęŕâîä"
-#: ../../install_steps_interactive.pm_.c:1182 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "Ďđŕďóńöiöü"
-#: ../../install_steps_interactive.pm_.c:1187
+#: ../../install_steps_interactive.pm_.c:1167
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5331,7 +5038,7 @@ msgstr ""
"Ćŕäŕĺöĺ ńňâŕđűöü çŕăđóçŕ÷íű äűńę çŕđŕç?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1193
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -5340,28 +5047,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "Âűáŕ÷ŕéöĺ, ŕëĺ äűńęŕâîä íĺäŕńňóďíű"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1185
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Ŕá˙đűöĺ äűńęŕâîä, ó ˙ęiě áóäçĺ ńňâŕđŕööŕ çŕăđóçŕ÷íŕ˙ äűńęĺňŕ"
-#: ../../install_steps_interactive.pm_.c:1209
+#: ../../install_steps_interactive.pm_.c:1189
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Óńňŕ˘öĺ äűńęĺňó ˘ äűńęŕâîä %s"
-#: ../../install_steps_interactive.pm_.c:1212
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
msgstr "Ńňâŕđýííĺ çŕăđóçŕ÷íŕé äűńęĺňű"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
msgstr "Ďŕäđűőňî˘ęŕ çŕăđóç÷űęŕ"
-#: ../../install_steps_interactive.pm_.c:1230
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5369,11 +5076,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr "Âű ćŕäŕĺöĺ âűęŕđűńňî˘âŕöü aboot?"
-#: ../../install_steps_interactive.pm_.c:1239
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5381,16 +5088,16 @@ msgstr ""
"Ďŕěűëęŕ ˘ńňŕë˙âŕíí˙ ŕboot, \n"
"ńďđŕáŕâŕöü óńňŕ븢âŕöü, íĺăëĺäç˙÷ű íŕ ěŕă÷űěŕńöü ďŕđóřýíí˙ ďĺđřŕăŕ đŕçäĺëó?"
-#: ../../install_steps_interactive.pm_.c:1246
+#: ../../install_steps_interactive.pm_.c:1226
#, fuzzy
msgid "Installing bootloader"
msgstr "Óńňŕë˙âŕííĺ çŕăđóç÷űęó"
-#: ../../install_steps_interactive.pm_.c:1252
+#: ../../install_steps_interactive.pm_.c:1232
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Ďđŕöýń óńňŕë˙âŕíí˙ çŕăđóç÷űęŕ íĺ ŕňđűěŕ˘ń˙. Óçíięëŕ íŕńňóďíŕ˙ ďŕěűëęŕ:"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5401,17 +5108,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1294
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Óńňŕ˘öĺ äűńęĺňó ˘ äűńęŕâîä %s"
-#: ../../install_steps_interactive.pm_.c:1298
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr "Ńňâŕđýííĺ äűńęĺňű äë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../install_steps_interactive.pm_.c:1309
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5420,7 +5127,7 @@ msgstr ""
"Íĺęŕňîđű˙ ęđîęi íĺ çŕâĺđřŕíű.\n"
"Âű ńŕďđŕ˘äű ćŕäŕĺöĺ âűéńöi çŕđŕç?"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm_.c:1300
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5452,16 +5159,16 @@ msgstr ""
"Iíôŕđěŕöű˙ ďŕ íŕńňđîéęĺ âŕřŕé ńińňýěű ¸ńňü ˘ ďŕńë˙-˘ńňŕë¸âŕ÷íŕé\n"
"ăëŕâĺ âŕřŕăŕ Äŕďŕěîćíięŕ Ęŕđűńňŕëüíięó ç Ŕôiöűéíŕăŕ Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1333
+#: ../../install_steps_interactive.pm_.c:1313
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1318
#, fuzzy
msgid "Generate auto install floppy"
msgstr "Ńňâŕđýííĺ äűńęĺňű äë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../install_steps_interactive.pm_.c:1340
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5470,27 +5177,27 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr "Ŕ˘ňŕěŕňű÷íű"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
#, fuzzy
msgid "Replay"
msgstr "Ďĺđŕçŕăđóçiöü"
-#: ../../install_steps_interactive.pm_.c:1348
+#: ../../install_steps_interactive.pm_.c:1328
#, fuzzy
msgid "Save packages selection"
msgstr "Ŕńŕáińňű âűáŕđ ďŕęĺňŕ˘"
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr "Óńňŕë˙âŕííĺ Mandrake Linux %s"
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5509,22 +5216,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Ŕá˙đűöĺ äçĺ˙ííĺ"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:103
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr ""
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
#, fuzzy
msgid "Next"
msgstr "Ňýęńň"
@@ -5592,387 +5299,391 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "×ĺřńęi (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "Í˙ěĺöęi"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "Ińďŕíńęi"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "Ôiíńęi"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "Ôđŕíöóçńęi"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "Íŕđâĺćńęi"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "Ďîëüńęi"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "Đóńęi"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "Řâĺöęi"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
msgstr "UK ęëŕâi˙ňóđŕ"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
msgstr "US ęëŕâi˙ňóđŕ"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:167
#, fuzzy
msgid "Albanian"
msgstr "Iđŕíńęi"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "Ŕđě˙íńęi (ńňŕđű)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "Ŕđě˙íńęi (typewriter)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "Ŕđě˙íńęi (ôŕíĺňű÷íű)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "Ŕçĺđáŕéäćŕíńęł (latin)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "Áĺëüăiéńęi"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bengali"
msgstr "Ňŕáëiöŕ"
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Ŕđě˙íńęi (ôŕíĺňű÷íű)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Áŕëăŕđńęi"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "Áđŕçiëüńęi (ABNT-2)"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:184
#, fuzzy
msgid "Bosnian"
msgstr "Ýńňîíńęi"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
msgid "Belarusian"
msgstr "Áĺëŕđóńęł"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "Řâĺéöŕđńęi (Í˙ěĺöęŕ˙ đŕńęëŕäęŕ)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "Řâĺéöŕđńęi (Ôđŕíöóçńęŕ˙ đŕńęëŕäęŕ)"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "×ĺřńęi (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr "Í˙ěĺöęi (í˙ěŕ çŕáëŕęiđŕâŕíűő ęëŕâiř)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "Äŕöęi"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Íŕđâĺćńęi)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "Ýńňîíńęi"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "Ăđóçiíńęi (\"Đóńęŕ˙\" đŕńęëŕäęŕ)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "Ăđóçiíńęi (\"Ëŕöiíńęŕ˙\" đŕńęëŕäęŕ)"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "Ăđý÷ŕńęi"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "Ěŕäü˙đńęi"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "Őŕđâŕöęi"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "I˘đűň"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "I˘đűň (ôŕíĺňű÷íű)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
msgstr "Iđŕíńęi"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "Ińëŕíäńęi"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "Iňŕëü˙íńęi"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr "ßďîíńęi 106 ęëŕâiř"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:217
#, fuzzy
msgid "Korean keyboard"
msgstr "UK ęëŕâi˙ňóđŕ"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "Ëŕöiíŕ-Ŕěĺđűęŕíńęi"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:219
#, fuzzy
msgid "Laotian"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "Ëiňî˘ńęi AZERTY (ńňŕđű)"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "Ëiňî˘ńęi AZERTY (íîâű)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Ëiňî˘ńęi \"íóěŕđ đŕäęŕ\" QWERTY"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Ëiňî˘ńęi \"ôŕíĺňű÷íű\" QWERTY"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:225
#, fuzzy
msgid "Latvian"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:229
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Ŕçĺđáŕéäćŕíńęł (ęłđűëłöŕ)"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "Ăŕëŕíäńęi"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "Ďîëüńęi (ńňŕíäŕđňíŕ˙ đŕńęëŕäęŕ)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "Ďîëüńęi (qwertz đŕńęëŕäęŕ)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "Ďŕđňóăŕëüńęi"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "Ęŕíŕäńęi (Ęâĺáýę)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:239
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Đóńęi (ß-Â-Ĺ-Đ-Ň-Č)"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:240
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Đóńęi (ß-Â-Ĺ-Đ-Ň-Č)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "Đóńęi (ß-Â-Ĺ-Đ-Ň-Č)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "Ńëŕâĺíńęi"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "Ńëŕâŕöęi (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "Ńëŕâŕöęi (QWERTY)"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Ŕçĺđáŕéäćŕíńęł (ęłđűëłöŕ)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:250
#, fuzzy
msgid "Tamil (Unicode)"
msgstr "i18n (äîáđŕ)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "Ňŕéńęŕ˙ ęëŕâi˙ňóđŕ"
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
#, fuzzy
msgid "Tajik keyboard"
msgstr "Ňŕéńęŕ˙ ęëŕâi˙ňóđŕ"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "Ňóđýöęi (ňđŕäűöű¸íŕ˙ \"F\" ěŕäýëü)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "Ňóđýöęi (ńó÷ŕńíŕ˙ \"Q\" ěŕäýëü)"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "Óęđŕiíńęi"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
msgstr "US ęëŕâi˙ňóđŕ (ěićíŕđîäíŕ˙)"
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Âüĺňíŕěńęi \"íóěŕđ đŕäęŕ\" QWERTY"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Ŕçĺđáŕéäćŕíńęł (latin)"
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr ""
@@ -5985,35 +5696,44 @@ msgstr "Ěŕíöiđŕâŕííĺ äűńęó %s\n"
msgid "Remove the logical volumes first\n"
msgstr ""
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm_.c:18
+#, fuzzy
+msgid "modinfo is not available"
+msgstr "Äűńęŕâîä íĺäŕńňóďíű"
+
+#: ../../modules/parameters.pm_.c:50
#, fuzzy
msgid "a number"
msgstr "Íóěŕđ ňýëĺôîíó"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
#, fuzzy
msgid "comma separated strings"
msgstr "Ôŕđěŕňŕâŕííĺ đŕçäçĺëŕ˘"
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Ěűř"
@@ -6122,79 +5842,92 @@ msgstr "í˙ěŕ"
msgid "No mouse"
msgstr "Í˙ěŕ ěűřű"
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
msgid "Please test the mouse"
msgstr "Ęŕëł ëŕńęŕ, çđŕáłöĺ íĺęŕëüęł đóőࢠěűřřó."
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
#, fuzzy
msgid "To activate the mouse,"
msgstr "Ęŕëł ëŕńęŕ, çđŕáłöĺ íĺęŕëüęł đóőࢠěűřřó."
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
msgstr "Đóřöĺ ęîëŕě ěűřű!"
-#: ../../my_gtk.pm_.c:64
+#: ../../my_gtk.pm_.c:65
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
#, fuzzy
msgid "Finish"
msgstr "Ôiíńęi"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "Äŕëĺé ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "Ăýňŕ äŕęëŕäíŕ?"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "Iíôŕđěŕöű˙"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "Đŕçăŕđíóöü äđýâŕ"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "Çăŕđíóöü äđýâŕ"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr "Ďĺđŕęëţ÷ýííĺ ďŕěić óďŕđŕäęŕâŕííĺě ďŕ ăđóďĺ i ŕńîáęŕő"
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Äŕëó÷ýííĺ äŕ Iíňýđíýňó"
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "âűęŕđűńňî˘âŕöü pppoe"
#: ../../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'"
+#, fuzzy
+msgid "use pptp"
+msgstr "âűęŕđűńňî˘âŕöü pppoe"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
msgstr ""
#: ../../network/adsl.pm_.c:26
msgid "Alcatel speedtouch usb"
msgstr ""
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
msgstr ""
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "âűęŕđűńňî˘âŕöü pppoe"
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
+msgid "Connect to the Internet"
+msgstr "Äŕëó÷ýííĺ äŕ Iíňýđíýňó"
-#: ../../network/adsl.pm_.c:26
-#, fuzzy
-msgid "use pptp"
-msgstr "âűęŕđűńňî˘âŕöü pppoe"
+#: ../../network/adsl.pm_.c:30
+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:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
#: ../../network/drakfirewall.pm_.c:12
#, fuzzy
@@ -6270,10 +6003,10 @@ msgstr "Iířű˙ ęđŕiíű"
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr ""
"ßęi dhcp ęëiĺíň âű ďëŕíóĺöĺ âűęŕđűńňî˘âŕöü?\n"
-"Ďŕ çěî˘÷ŕííţ, ăýňŕ dhcpcd"
+"Ďŕ çěî˘÷ŕííţ, ăýňŕ dhcp-client"
#: ../../network/ethernet.pm_.c:88
#, fuzzy
@@ -6284,7 +6017,7 @@ msgstr ""
"Íi âîäíű ethernet ńĺňęŕâű ŕäŕďňŕđ ó âŕřŕé ńińňýěĺ íĺ âűçíŕ÷ŕíű. Ęŕëi ëŕńęŕ, "
"ńęŕđűńňŕéöĺ ęŕíôiăóđŕöűéíű iíńňđóěýíň."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:238
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
msgid "Choose the network interface"
msgstr "Ďŕçíŕ÷öĺ ńĺňęŕâű iíňýđôĺéń"
@@ -6295,15 +6028,15 @@ msgstr ""
"Ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ ńĺňęŕâű ŕäŕďňŕđ, ˙ęi ďëŕíóĺöĺ âűęŕđűńňî˘âŕöü äë˙ "
"äŕëó÷ýíí˙ äŕ iíňýđíýň"
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "ńĺňęŕâŕ˙ ęŕđňŕ íĺ çíîéäçĺíŕ"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "Íŕńňđîéęŕ ńĺňęi"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
msgid ""
"Please enter your host name if you know it.\n"
"Some DHCP servers require the hostname to work.\n"
@@ -6315,15 +6048,15 @@ msgstr ""
"íŕďđűęëŕä ``mybox.mylab.myco.com''.\n"
"Âű ěîćŕöĺ ňŕęńŕěŕ ˘âĺńöi IP ŕäđŕń řëţçó, ęŕëi ¸í ó âŕń ¸ńöü."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Iě˙ ěŕřűíű"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
#, fuzzy
msgid "Network Configuration Wizard"
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
@@ -6364,13 +6097,13 @@ msgstr "Çíîéäçĺíŕ ńłńňýěŕ ńĺňęŕâŕé á˙ńďĺęł (firewall)!"
msgid "Old configuration (isdn4net)"
msgstr "Çíîéäçĺíŕ ńłńňýěŕ ńĺňęŕâŕé á˙ńďĺęł (firewall)!"
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "Íŕńňđîéęŕ ISDN"
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
@@ -6378,21 +6111,21 @@ msgstr ""
"Ŕá˙đűöĺ âŕřŕăŕ ďđŕâŕéäŕđŕ.\n"
"ęŕëi ˙ăî í˙ěŕ ˘ ăýňűě ńďińĺ, ŕá˙đűöĺ ňűď ``Iířű''"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol"
msgstr ""
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
#, fuzzy
msgid "Europe protocol (EDSS1)"
msgstr "Ţđîďŕ (EDSS1)"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "Ďŕäęëţ÷ýííĺ"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
#, fuzzy
msgid ""
"Protocol for the rest of the world\n"
@@ -6401,32 +6134,32 @@ msgstr ""
"Ďŕäęëţ÷ýííĺ \n"
" íĺ ďđŕç D-ęŕíŕë (âűëó÷ŕíű˙ ęŕíŕëű)"
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
msgid "Which protocol do you want to use?"
msgstr "ßęi ďđŕňŕęîë âű ćŕäŕĺöĺ âűęŕđűńňî˘âŕöü?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
msgid "What kind of card do you have?"
msgstr "ßęi ňűď ęŕđňű âű ěŕĺöĺ?"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
msgstr "Íĺ â˙äîěŕ"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6440,19 +6173,19 @@ msgstr ""
"\n"
"Ęŕëi âű ěŕĺöĺ PCMCIA ęŕđňó, âű ďŕâiííű âĺäŕöü irq i io âŕřŕé ęŕđňű.\n"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
msgstr "Ŕäě˙íiöü"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Continue"
msgstr "Ďđŕö˙ăíóöü"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
msgid "Which is your ISDN card?"
msgstr "ßęŕ˙ ˘ âŕń ISDN ęŕđňŕ?"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -6460,60 +6193,87 @@ msgstr ""
"Âűçíŕ÷ŕíŕ ISDN PCI ęŕđňŕ, ŕëĺ íĺâ˙äîěű ˙ĺ ňűď. Ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ PCI "
"ęŕđňó íŕ íŕńňóďíűě ýęđŕíĺ."
-#: ../../network/isdn.pm_.c:252
+#: ../../network/isdn.pm_.c:248
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Ęŕđňŕ ISDN PCI íĺ çíîéäçĺíŕ. Ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ íŕ íŕńňóďíűě ýęđŕíĺ."
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr "Äŕ ˙ęîăŕ ďŕńë˙äî˘íŕăŕ ďîđňó äŕëó÷ŕíű ěŕäýě?"
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "Ďŕđŕěĺňđű ęŕěóňŕâŕíŕăŕ çëó÷ýíí˙ (Dialup)"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr "Iě˙ çëó÷ýíí˙"
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
msgid "Phone number"
msgstr "Íóěŕđ ňýëĺôîíó"
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "Iě˙ (login ID)"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "íŕ ŕńíîâĺ ńęđűďňó"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "íŕ ŕńíîâĺ ňýđěiíŕëó"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Iě˙ äŕěĺíó"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
#, fuzzy
msgid "First DNS Server (optional)"
msgstr "Ďĺđřű ńĺđâĺđ DNS"
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
#, fuzzy
msgid "Second DNS Server (optional)"
msgstr "Äđóăi ńĺđâĺđ DNS:"
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "×ŕęŕĺööŕ"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "Óńňŕ븢ęŕ"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "Ňŕáëiöŕ"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -6555,28 +6315,28 @@ msgstr "ßę âű ďëŕíóĺöĺ äŕëó÷űööŕ äŕ Iíňýđíýňó?"
msgid "Connect"
msgstr "Iě˙ çëó÷ýíí˙"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid "Disconnect"
msgstr "Íŕńňđîéęŕ ISDN"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Configure the connection"
msgstr "Íŕńňđîéęŕ ńĺňęi"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
msgid "Internet connection & configuration"
msgstr "Iíňýđíýň çëó÷ýííĺ i ęŕíôiăóđŕöű˙"
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr ""
"\n"
"Âű ěîćŕöĺ ŕäęëţ÷űööŕ öł ďĺđŕęŕíôłăóđŕâŕöü âŕřŕĺ çëó÷ýííĺ."
-#: ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:103
#, fuzzy, c-format
msgid ""
"\n"
@@ -6590,12 +6350,12 @@ msgstr ""
"\n"
"Âű ěîćŕöĺ ŕäęëţ÷űööŕ öł ďĺđŕęŕíôłăóđŕâŕöü âŕřŕĺ çëó÷ýííĺ."
-#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6603,7 +6363,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:160
+#: ../../network/netconnect.pm_.c:157
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6611,105 +6371,110 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:166
+#: ../../network/netconnect.pm_.c:163
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Ŕá˙đűöĺ ŕńíî˘íŕăŕ ęŕđűńňŕëüíięŕ:"
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3203
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
#, fuzzy
msgid "Expert Mode"
msgstr "Ýęńďĺđň"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr "Âűçíŕ÷ýííĺ ďđűëŕäŕ˘..."
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
msgid "Normal modem connection"
msgstr ""
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "Äóáë˙âŕííĺ ďóíęňó ěŕíöiđŕâŕíí˙ %s"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "Çëó÷ýííĺ ďđűíňýđó"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "Ŕääŕëĺíű ďđűíňýđ"
+
+#: ../../network/netconnect.pm_.c:216
#, fuzzy
msgid "ISDN connection"
msgstr "Íŕńňđîéęŕ ISDN"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
#, fuzzy
msgid "ADSL connection"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, fuzzy, c-format
-msgid "detected on interface %s"
-msgstr "Ńĺňęŕâű iíňýđôĺéń"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
#, fuzzy
msgid "Cable connection"
msgstr "Çëó÷ýííĺ ďđűíňýđó"
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
#, fuzzy
msgid "cable connection detected"
msgstr "Çëó÷ýííĺ ďđűíňýđó"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
#, fuzzy
msgid "LAN connection"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr ""
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Ŕá˙đűöĺ iíńňđóěĺíň, ˙ęi ćŕäŕĺöĺ ńęŕđűńňŕöü"
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
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:226
+#: ../../network/netconnect.pm_.c:247
#, fuzzy
msgid "Internet connection"
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
msgid "Do you want to start the connection at boot?"
msgstr "Âű ćŕäŕĺöĺ, ęŕá ăýňŕĺ çëó÷ýííĺ ńňŕđňŕâŕëŕ ďđű çŕăđóçöű?"
-#: ../../network/netconnect.pm_.c:246
+#: ../../network/netconnect.pm_.c:267
#, fuzzy
msgid "Network configuration"
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6717,27 +6482,27 @@ msgid ""
"%s"
msgstr "Öi ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü íŕńňđîéęi?"
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
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:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:266
+#: ../../network/netconnect.pm_.c:287
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:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6745,7 +6510,7 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:296
+#: ../../network/network.pm_.c:283
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6755,44 +6520,56 @@ msgstr ""
"Ęîćíű ďóíęň ďŕâiíĺí áűöü çŕďî˘íĺíű ˙ę IP ŕäđŕń ˘ äçĺń˙ňęîâŕ-ęđîďęŕâŕé \n"
"íŕňŕöűi (íŕďđűęëŕä, 1.2.3.4)."
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr "Íŕńňđîéęŕ ńĺňęŕâŕé ďđűëŕäű %s"
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, fuzzy, c-format
msgid " (driver %s)"
msgstr "Ńĺđâĺđ XFree86: %s\n"
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "IP ŕäđŕń"
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
-#: ../../standalone/drakgw_.c:295
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
msgstr "Ěŕńęŕ ńĺňęi"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
msgstr "Ŕ˘ňŕěŕňű÷íű IP"
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
#, fuzzy
msgid "Start at boot"
msgstr "Ńňâŕđűöü çŕăđ. äűńę"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ŕäđŕń ďŕâiíĺí áűöü ó ôŕđěŕöĺ 1.2.3.4"
-#: ../../network/network.pm_.c:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6804,59 +6581,59 @@ msgstr ""
"íŕďđűęëŕä ``mybox.mylab.myco.com''.\n"
"Âű ěîćŕöĺ ňŕęńŕěŕ ˘âĺńöi IP ŕäđŕń řëţçó, ęŕëi ¸í ó âŕń ¸ńöü."
-#: ../../network/network.pm_.c:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "DNS ńĺđâĺđ"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Ďđűëŕäŕ-řëţç"
-#: ../../network/network.pm_.c:376
+#: ../../network/network.pm_.c:363
#, 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
+#: ../../network/network.pm_.c:367
#, fuzzy
msgid "Gateway address should be in format 1.2.3.4"
msgstr "IP ŕäđŕń ďŕâiíĺí áűöü ó ôŕđěŕöĺ 1.2.3.4"
-#: ../../network/network.pm_.c:394
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Íŕńňđîéęŕ proxy ęýřóţ÷űő ńĺđâĺđŕ˘"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy ďŕâiíĺí áűöü http://..."
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#: ../../network/network.pm_.c:388
#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
msgstr "Proxy ďŕâiíĺí áűöü http://..."
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:26
msgid "Firewalling configuration detected!"
msgstr "Çíîéäçĺíŕ ńłńňýěŕ ńĺňęŕâŕé á˙ńďĺęł (firewall)!"
-#: ../../network/shorewall.pm_.c:26
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -6864,29 +6641,29 @@ msgstr ""
"Óâŕăŕ! Çíîéäçĺíŕ łńíóţ÷ŕ˙ ńińňýěŕ ńĺňęŕâŕé á˙ńďĺęi (firewall). Âŕě ěŕă÷űěŕ "
"ńďŕňđýáłööŕ ńęŕđýęňŕâŕöü ˙ĺ ďŕńë˙ ˘ńňŕë˙âŕíí˙."
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
msgid "Internet configuration"
msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
msgid "Do you want to try to connect to the Internet now?"
msgstr "Öi ćŕäŕĺöĺ çŕđŕç ďŕńďđŕáŕâŕöü äŕëó÷űööŕ äŕ Iíňýđíýňó?"
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
#, fuzzy
msgid "Testing your connection..."
msgstr "ßęi ňűď âŕřŕăŕ ISDN çëó÷ýíí˙?"
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "ßę âű ďëŕíóĺöĺ äŕëó÷űööŕ äŕ Iíňýđíýňó?"
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr ""
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
@@ -6895,97 +6672,97 @@ msgstr ""
"\n"
"Âű ěîćŕöĺ ŕäęëţ÷űööŕ öł ďĺđŕęŕíôłăóđŕâŕöü âŕřŕĺ çëó÷ýííĺ."
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
msgid "Connection Configuration"
msgstr "Íŕńňđîéęŕ äŕëó÷ýíí˙ äŕ Iíňýđíýňó"
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr "Ęŕëi ëŕńęŕ, çŕďî˘íiöĺ öi ďŕçíŕ÷öĺ ďîëĺ íićýé"
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
msgstr "IRQ ęŕđňű"
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "Ŕäđŕńű ďŕě˙öł ęŕđňű (DMA)"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "IO ęŕđňű"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "IO_0 ęŕđňű"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "IO_1 ęŕđňű"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr "Âŕř ŕńŕáińňű ňýëĺôîííű íóěŕđ"
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr "Iě˙ ďđŕâŕéäŕđó, íŕďđűęëŕä ďđŕâŕéäŕđ.net"
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
msgid "Provider phone number"
msgstr "Íóěŕđ ňýëĺôîíó ďđŕâŕéäŕđŕ"
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
#, fuzzy
msgid "Provider dns 1 (optional)"
msgstr "DNS 1 ďđŕâŕéäŕđó"
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
#, fuzzy
msgid "Provider dns 2 (optional)"
msgstr "DNS 2 ďđŕâŕéäŕđó"
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
#, fuzzy
msgid "Choose your country"
msgstr "Âűáŕđ ęëŕâi˙ňóđű"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
msgid "Dialing mode"
msgstr "Đýćűě çëó÷ýíí˙"
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
#, fuzzy
msgid "Connection speed"
msgstr "Iě˙ çëó÷ýíí˙"
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "Iě˙ çëó÷ýíí˙"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
msgid "Account Login (user name)"
msgstr "Iě˙ äë˙ ˘âŕőîäó (iě˙ ęŕđűńňŕëüíięó)"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
msgid "Account Password"
msgstr "Ďŕđîëü äë˙ ˘âŕőîäó"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "ďŕěűëęŕ ěŕíöiđŕâŕíí˙: "
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
msgstr "Ďŕřűđŕíű đŕçäçĺë íĺ ďŕäňđűěëiâŕĺööŕ ăýňŕé ďëŕňôîđěŕé"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -7004,12 +6781,12 @@ msgstr "Ŕäíŕ˘ëĺííĺ ç ôŕéëŕ %s íĺ ŕňđűěŕëŕń˙: %s"
msgid "Bad backup file"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr "Ďŕěűëęŕ çŕďińó ˘ ôŕéë %s"
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7036,189 +6813,190 @@ msgstr "äîáđŕ"
msgid "maybe"
msgstr "ěîćŕ áűöü"
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr ""
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1181
-msgid "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
msgstr ""
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:36
-msgid "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
msgstr ""
-#: ../../printer.pm_.c:37
-msgid "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:49
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "Ëŕęŕëüíű ďđűíňýđ"
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
msgid "Remote printer"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Ŕääŕëĺíű ńĺđâĺđ CUPS"
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Ŕääŕëĺíű ńĺđâĺđ lpd"
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
msgid "Network printer (TCP/Socket)"
msgstr "Ńĺňęŕâű ďđűíňýđ (TCP/Socket)"
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Ńĺđâĺđ äđóęó"
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
#, fuzzy
msgid "Enter a printer device URI"
msgstr "URI ďđűíňýđó"
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:346 ../../printer.pm_.c:388 ../../printer.pm_.c:570
-msgid "Unknown Model"
-msgstr ""
-
-#: ../../printer.pm_.c:791 ../../printer.pm_.c:982 ../../printer.pm_.c:1374
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3471
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:819
+#: ../../printer/main.pm_.c:317
#, fuzzy
msgid "Local Printers"
msgstr "Ëŕęŕëüíű ďđűíňýđ"
-#: ../../printer.pm_.c:821 ../../printer.pm_.c:1182
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
#, fuzzy
msgid "Remote Printers"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printer.pm_.c:828 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:831 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:836
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:839
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:841
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:843
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:846
+#: ../../printer/main.pm_.c:344
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Ďŕěűëęŕ çŕďińó ˘ ôŕéë %s"
-#: ../../printer.pm_.c:848
+#: ../../printer/main.pm_.c:346
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:850
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:854
+#: ../../printer/main.pm_.c:352
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:858
+#: ../../printer/main.pm_.c:356
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:860
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:979 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:1151
+#: ../../printer/main.pm_.c:647
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(ěîäóëü %s)"
-#: ../../printer.pm_.c:1153
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:1178
+#: ../../printer/main.pm_.c:674
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP ńĺđâĺđŕ SMB"
-#: ../../printer.pm_.c:1184 ../../printerdrake.pm_.c:3123
-#: ../../printerdrake.pm_.c:3134 ../../printerdrake.pm_.c:3360
-#: ../../printerdrake.pm_.c:3412 ../../printerdrake.pm_.c:3438
-#: ../../printerdrake.pm_.c:3613 ../../printerdrake.pm_.c:3615
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr " (Ďŕ äŕěŕ˘ëĺííţ)"
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr "Âűáŕđ ňűďó çëó÷ýíí˙ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr "ßę ďđűíňŕđ äŕëó÷ŕíű?"
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
#, fuzzy
msgid ""
"\n"
@@ -7229,21 +7007,21 @@ msgstr ""
"íŕ ăýňŕé ěŕřűíĺ, ¸í áóäçĺ çíîéäçĺíű ŕ˘ňŕěŕňű÷íŕ.\n"
"Ęŕëł Âű íĺ ˘ďý˘íĺíű, ŕá˙đűöĺ \"Ŕääŕëĺíű ńĺđâĺđ CUPS\"."
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3187
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
#, fuzzy
msgid "CUPS configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3188
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
#, fuzzy
msgid "Specify CUPS server"
msgstr "Ŕääŕëĺíű ńĺđâĺđ CUPS"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
"do not have to configure anything; the CUPS servers inform your machine "
@@ -7254,7 +7032,7 @@ msgid ""
"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
"\n"
"Normally, CUPS is automatically configured according to your network "
@@ -7264,154 +7042,154 @@ msgid ""
"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "IP ŕäđŕń ďŕâiíĺí áűöü ó ôŕđěŕöĺ 1.2.3.4"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
msgid "The port number should be an integer!"
msgstr ""
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
#, fuzzy
msgid "CUPS server IP"
msgstr "IP ńĺđâĺđŕ SMB"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
msgid "Port"
msgstr "Ďîđň"
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Íŕńňđîéęŕ ěŕäýěó"
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2792
-#: ../../printerdrake.pm_.c:2797 ../../printerdrake.pm_.c:2831
-#: ../../printerdrake.pm_.c:2836 ../../printerdrake.pm_.c:2873
-#: ../../printerdrake.pm_.c:2926 ../../printerdrake.pm_.c:2946
-#: ../../printerdrake.pm_.c:2960 ../../printerdrake.pm_.c:2994
-#: ../../printerdrake.pm_.c:3040 ../../printerdrake.pm_.c:3058
-#: ../../printerdrake.pm_.c:3147 ../../printerdrake.pm_.c:3226
-#: ../../printerdrake.pm_.c:3528 ../../printerdrake.pm_.c:3583
-#: ../../printerdrake.pm_.c:3636 ../../standalone/printerdrake_.c:57
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Ďđűíňýđ"
-
-#: ../../printerdrake.pm_.c:178
+#: ../../printer/printerdrake.pm_.c:159
#, fuzzy
msgid "Checking your system..."
msgstr "ßęóţ ńińňýěó äđóęó Âű ćŕäŕĺöĺ âűęŕđűńňî˘âŕöü?"
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Ďđűíňýđ"
+
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printerdrake.pm_.c:198
+#: ../../printer/printerdrake.pm_.c:179
#, fuzzy
msgid ""
"The following printers\n"
"\n"
msgstr "Íŕńňóďíű˙ ďŕęĺňű áóäóöü âűäŕëĺíű"
-#: ../../printerdrake.pm_.c:199
+#: ../../printer/printerdrake.pm_.c:180
#, fuzzy
msgid ""
"The following printer\n"
"\n"
msgstr "Íŕńňóďíű˙ ďŕęĺňű áóäóöü âűäŕëĺíű"
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
msgstr ""
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
msgstr ""
-#: ../../printerdrake.pm_.c:210
+#: ../../printer/printerdrake.pm_.c:189
#, fuzzy
msgid "directly connected to your system"
msgstr "Ó âŕřŕé ńłńňýěĺ í˙ěŕ íiâîäíŕăŕ ńĺňęŕâŕăŕ ŕäŕďňŕđŕ!"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:221
+#: ../../printer/printerdrake.pm_.c:200
#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "Äŕ ˙ęîăŕ ďŕńë˙äî˘íŕăŕ ďîđňó äŕëó÷ŕíű ěŕäýě?"
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:236
+#: ../../printer/printerdrake.pm_.c:215
#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr "Ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü äđóę?"
-#: ../../printerdrake.pm_.c:238
+#: ../../printer/printerdrake.pm_.c:217
#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Âű ćŕäŕĺöĺ, ęŕá ăýňŕĺ çëó÷ýííĺ ńňŕđňŕâŕëŕ ďđű çŕăđóçöű?"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3169
-#: ../../printerdrake.pm_.c:3299
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
#, fuzzy
msgid "Add a new printer"
msgstr "Iě˙ äđóęŕđęi"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7424,7 +7202,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7446,7 +7224,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7461,7 +7239,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7481,20 +7259,20 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:328
+#: ../../printer/printerdrake.pm_.c:307
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7508,55 +7286,55 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Printer auto-detection"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:421
+#: ../../printer/printerdrake.pm_.c:385
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:387
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, fuzzy, c-format
msgid "Detected %s"
msgstr "Äóáë˙âŕííĺ ďóíęňó ěŕíöiđŕâŕíí˙ %s"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:437
+#: ../../printer/printerdrake.pm_.c:399
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Ńĺňęŕâű ďđűíňýđ (TCP/Socket)"
-#: ../../printerdrake.pm_.c:439
+#: ../../printer/printerdrake.pm_.c:401
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
#, fuzzy
msgid "Local Printer"
msgstr "Ëŕęŕëüíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
@@ -7564,34 +7342,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "URI ďđűíňýđó"
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
#, fuzzy
msgid "No printer found!"
msgstr "Ëŕęŕëüíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:601
+#: ../../printer/printerdrake.pm_.c:548
#, fuzzy
msgid "Available printers"
msgstr "Äŕńňóďíű˙ ďŕęĺňű"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7599,7 +7377,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
@@ -7607,38 +7385,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Äŕ ˙ęîăŕ ďŕńë˙äî˘íŕăŕ ďîđňó äŕëó÷ŕíű ěŕäýě?"
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "URI ďđűíňýđó"
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
#, fuzzy
msgid "Manual configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr "Îďöűi ŕääŕëĺíŕăŕ ďđűíňýđó lpd"
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7648,51 +7426,51 @@ msgstr ""
"ďŕçíŕ÷űöü iě˙ ŕääŕëĺíŕăŕ ńĺđâĺđŕ i iě˙ ÷ŕđăi äđóęó,\n"
"ó ˙ęóţ ŕääŕëĺíű ńĺđâĺđ áóäçĺ ŕäďđŕ˘ë˙öü çŕäŕííi."
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
#, fuzzy
msgid "Remote host name"
msgstr "Ŕääŕëĺíű âóçĺë"
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
#, fuzzy
msgid "Remote printer name"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
#, fuzzy
msgid "Remote host name missing!"
msgstr "Ŕääŕëĺíű âóçĺë"
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Ŕääŕëĺíű âóçĺë"
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Äóáë˙âŕííĺ ďóíęňó ěŕíöiđŕâŕíí˙ %s"
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Scanning network..."
msgstr "ßęi ňűď âŕřŕăŕ ISDN çëó÷ýíí˙?"
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Ŕäëó÷ýííĺ ŕä ńĺňęi"
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Îďöűi ďđűíňýđó SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7705,46 +7483,46 @@ msgstr ""
"đýńóđńó, ˙ęi ńďŕëó÷ŕíű ç âűáđŕíűě ďđűíňýđŕě, iě˙ ęŕđűńňŕëüíięó, ďŕđîëü i "
"iíôŕđěŕöűţ ŕá ďđŕöî˘íŕé ăđóďĺ."
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr "Iě˙ ńĺđâĺđó SMB"
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr "IP ńĺđâĺđŕ SMB"
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr "Iě˙ äë˙ đŕçěĺđęŕâŕíŕăŕ đýńóđńó"
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "Ďđŕöî˘íŕ˙ ăđóďŕ"
-#: ../../printerdrake.pm_.c:868
+#: ../../printer/printerdrake.pm_.c:806
#, fuzzy
msgid "Auto-detected"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7768,7 +7546,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7777,7 +7555,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7785,11 +7563,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr "Îďöűi ďđűíňýđó NetWare"
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7801,44 +7579,44 @@ msgstr ""
"(íĺ çŕ˘ń¸äű ńóďŕäŕĺ ç iěĺíĺě ó ńĺňöű TCP/IP) i iě˙ ÷ŕđăi äđóęó, ˙ęŕ˙ "
"ŕäďŕâ˙äŕĺ ŕáđŕíŕěó ďđűíňýđó, ŕ ňŕęńŕěŕ iě˙ ęŕđűńňŕëüíięó i ďŕđîëü."
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr "Ńĺđâĺđ äđóęó"
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr "Iě˙ ÷ŕđăi äđóęó"
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Îďöűi ńîęĺňó ďđűíňýđó"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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 ""
-#: ../../printerdrake.pm_.c:1100
+#: ../../printer/printerdrake.pm_.c:1033
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7849,61 +7627,65 @@ msgstr ""
"Ęŕá äđóęŕâŕöü ďđŕç ńîęĺň äđóęŕđęi, âŕě íĺŕáőîäíŕ çŕá˙ńďĺ÷űöü\n"
"iě˙ ďđűíňýđó i ěŕă÷űěŕ ˙ăî íóěŕđ ďîđňó."
-#: ../../printerdrake.pm_.c:1105
+#: ../../printer/printerdrake.pm_.c:1037
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Iě˙ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:1127
+#: ../../printer/printerdrake.pm_.c:1059
#, fuzzy
msgid "Printer host name or IP"
msgstr "Iě˙ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
msgid "Printer Device URI"
msgstr "URI ďđűíňýđó"
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr "Iě˙ äđóęŕđęi"
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "Ŕďińŕííĺ"
+
+#: ../../printer/printerdrake.pm_.c:1466
msgid "Location"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
#, fuzzy
msgid "Reading printer database..."
msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
#, fuzzy
msgid "Preparing printer database..."
msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
#, fuzzy
msgid "Your printer model"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7918,28 +7700,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
#, fuzzy
msgid "The model is correct"
msgstr "Ăýňŕ äŕęëŕäíŕ?"
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
#, fuzzy
msgid "Select model manually"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
#, fuzzy
msgid "Printer model selection"
msgstr "Çëó÷ýííĺ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
#, fuzzy
msgid "Which printer model do you have?"
msgstr "ßęi ňűď äđóęŕđęi âű ěŕĺöĺ?"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -7948,18 +7730,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7969,12 +7751,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7982,7 +7764,7 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1858
+#: ../../printer/printerdrake.pm_.c:1746
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."
@@ -7994,11 +7776,11 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -8021,7 +7803,7 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
msgid ""
"Printer default settings\n"
"\n"
@@ -8031,34 +7813,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü äđóę?"
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
#, fuzzy
msgid "Test pages"
msgstr "Ďđŕâĺđęŕ ďŕđňî˘"
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on "
@@ -8066,45 +7848,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
#, fuzzy
msgid "No test pages"
msgstr "Ňŕę, íŕäđóęŕâŕöü ŕáĺäçâĺ ńňŕđîíęi ňýęńňó"
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
#, fuzzy
msgid "Print"
msgstr "Ďđűíňýđ"
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
#, fuzzy
msgid "Standard test page"
msgstr "Ńňŕíäŕđňíű"
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Äđóę ňýńňŕâűő ńňŕđîíŕę"
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
#, fuzzy
msgid "Photo test page"
msgstr "Äđóę ňýńňŕâűő ńňŕđîíŕę"
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
#, fuzzy
msgid "Do not print any test page"
msgstr "Äđóę ňýńňŕâűő ńňŕđîíŕę"
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
msgstr "Äđóę ňýńňŕâűő ńňŕđîíŕę"
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8120,7 +7902,7 @@ msgstr ""
"\n"
"¨í ďđŕöóĺ íŕđěŕëüíŕ?"
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8130,16 +7912,16 @@ msgstr ""
"Ďĺđŕä ňűě, ˙ę ďđűíňýđ çŕďđŕöóĺ, ěîćŕ ďđŕéńöi ďý˘íű ÷ŕń.\n"
"¨í ďđŕöóĺ íŕđěŕëüíŕ?"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3473
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
#, fuzzy
msgid "Raw printer"
msgstr "Iě˙ äđóęŕđęi"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8148,15 +7930,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -8165,7 +7947,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8173,41 +7955,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8217,7 +7999,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -8226,42 +8008,42 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2388
+#: ../../printer/printerdrake.pm_.c:2271
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Ŕäëó÷ýííĺ ŕä ńĺňęi"
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Ŕäëó÷ýííĺ ŕä ńĺňęi"
-#: ../../printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2274
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Ŕäëó÷ýííĺ ŕä ńĺňęi"
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Ŕäëó÷ýííĺ ŕä ńĺňęi"
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3457 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
#, fuzzy
msgid "Close"
msgstr "Ďîđň ěűřű"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
#, fuzzy
msgid "Print option list"
msgstr "Îďöűi ďđűíňýđó"
-#: ../../printerdrake.pm_.c:2418
+#: ../../printer/printerdrake.pm_.c:2301
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8275,7 +8057,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -8288,19 +8070,19 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2927
-#: ../../printerdrake.pm_.c:3227
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
#, fuzzy
msgid "Reading printer data..."
msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8310,51 +8092,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8362,62 +8144,62 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
#, fuzzy
msgid "New printer name"
msgstr "Iě˙ äđóęŕđęi"
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
#, fuzzy
msgid "Refreshing printer data..."
msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Íŕńňđîéęŕ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
#, fuzzy
msgid "Starting network..."
msgstr "ßęi ňűď âŕřŕăŕ ISDN çëó÷ýíí˙?"
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
#, fuzzy
msgid "Configure the network now"
msgstr "Íŕńňđîéęŕ ńĺňęi"
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
#, fuzzy
msgid "Network functionality not configured"
msgstr "Ěŕíiňîđ ďŕęóëü íĺ íŕńňđîĺíű"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 "
@@ -8425,12 +8207,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Íŕńňđîéęŕ ńĺňęi"
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8440,34 +8222,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
msgid ""
"The network access was not running and could not be started. Please check "
"your configuration and your hardware. Then try to configure your remote "
"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
#, fuzzy
msgid "Restarting printing system..."
msgstr "ßęóţ ńińňýěó äđóęó Âű ćŕäŕĺöĺ âűęŕđűńňî˘âŕöü?"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
#, fuzzy
msgid "high"
msgstr "Âűńîęi"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
#, fuzzy
msgid "paranoid"
msgstr "Ďŕđŕíŕiäŕëüíű"
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8482,12 +8264,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "ßęóţ ńińňýěó äđóęó Âű ćŕäŕĺöĺ âűęŕđűńňî˘âŕöü?"
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8501,65 +8283,65 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2793
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2874
-#: ../../printerdrake.pm_.c:2995
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2798
-msgid "Removing LPRng..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Ďŕěĺđű ýęđŕíó: %s\n"
-#: ../../printerdrake.pm_.c:2837
-msgid "Removing LPD..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Óńňŕë˙âŕííĺ ďŕęĺňó %s"
-#: ../../printerdrake.pm_.c:2910
+#: ../../printer/printerdrake.pm_.c:2685
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Âűáŕđ ňűďó çëó÷ýíí˙ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2686
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "ßęóţ ńińňýěó äđóęó Âű ćŕäŕĺöĺ âűęŕđűńňî˘âŕöü?"
-#: ../../printerdrake.pm_.c:2947
+#: ../../printer/printerdrake.pm_.c:2720
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Íŕńňđîéęŕ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:2961
+#: ../../printer/printerdrake.pm_.c:2731
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Óńňŕë˙âŕííĺ ďŕęĺňó %s"
-#: ../../printerdrake.pm_.c:3031 ../../printerdrake.pm_.c:3072
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr "Îďöűi ďđűíňýđó"
-#: ../../printerdrake.pm_.c:3041
+#: ../../printer/printerdrake.pm_.c:2810
#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-#: ../../printerdrake.pm_.c:3059 ../../printerdrake.pm_.c:3637
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
#, fuzzy
msgid "Configuring applications..."
msgstr "Íŕńňđîéęŕ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:3079
+#: ../../printer/printerdrake.pm_.c:2845
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Ćŕäŕĺöĺ íŕńňđîiöü ďđűíňýđ?"
-#: ../../printerdrake.pm_.c:3091
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:3151
+#: ../../printer/printerdrake.pm_.c:2915
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8570,7 +8352,7 @@ msgstr ""
"Ňóň çě˙ř÷ŕţööŕ ÷ýđăi äđóęó.\n"
"Âű ěîćŕöĺ äŕäŕöü ˙ř÷ý, ŕëüáî çě˙íiöü ińíóţ÷ű˙."
-#: ../../printerdrake.pm_.c:3152
+#: ../../printer/printerdrake.pm_.c:2916
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8580,224 +8362,149 @@ msgstr ""
"Ňóň çě˙ř÷ŕţööŕ ÷ýđăi äđóęó.\n"
"Âű ěîćŕöĺ äŕäŕöü ˙ř÷ý, ŕëüáî çě˙íiöü ińíóţ÷ű˙."
-#: ../../printerdrake.pm_.c:3179
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:2960
#, fuzzy
msgid "Change the printing system"
msgstr "Íŕńňđîéęŕ ńĺňęi"
-#: ../../printerdrake.pm_.c:3202 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
#, fuzzy
msgid "Normal Mode"
msgstr "Çâű÷ŕéíű"
-#: ../../printerdrake.pm_.c:3367 ../../printerdrake.pm_.c:3417
-#: ../../printerdrake.pm_.c:3630
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Öi ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü íŕńňđîéęi?"
-#: ../../printerdrake.pm_.c:3452
+#: ../../printer/printerdrake.pm_.c:3211
#, fuzzy
msgid "Modify printer configuration"
msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
-#: ../../printerdrake.pm_.c:3454
+#: ../../printer/printerdrake.pm_.c:3213
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "Öi ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü íŕńňđîéęi?"
-#: ../../printerdrake.pm_.c:3458
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3463 ../../printerdrake.pm_.c:3518
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
#, fuzzy
msgid "Printer connection type"
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ"
-#: ../../printerdrake.pm_.c:3464 ../../printerdrake.pm_.c:3522
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
#, fuzzy
msgid "Printer name, description, location"
msgstr "Çëó÷ýííĺ ďđűíňýđó"
-#: ../../printerdrake.pm_.c:3466 ../../printerdrake.pm_.c:3540
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3541
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3476 ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3478 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3479 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3480 ../../printerdrake.pm_.c:3574
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
#, fuzzy
msgid "Print test pages"
msgstr "Äđóę ňýńňŕâűő ńňŕđîíŕę"
-#: ../../printerdrake.pm_.c:3481 ../../printerdrake.pm_.c:3576
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
#, fuzzy
msgid "Know how to use this printer"
msgstr "Öi ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü íŕńňđîéęi?"
-#: ../../printerdrake.pm_.c:3483 ../../printerdrake.pm_.c:3578
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
#, fuzzy
msgid "Remove printer"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:3529
+#: ../../printer/printerdrake.pm_.c:3282
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3307
#, fuzzy
msgid "Default printer"
msgstr "Ëŕęŕëüíű ďđűíňýđ"
-#: ../../printerdrake.pm_.c:3555
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3568 ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3572
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3580
+#: ../../printer/printerdrake.pm_.c:3325
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Öi ćŕäŕĺöĺ ďđŕňýńöiđŕâŕöü íŕńňđîéęi?"
-#: ../../printerdrake.pm_.c:3584
+#: ../../printer/printerdrake.pm_.c:3329
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Íŕńňđîéęŕ proxy ęýřóţ÷űő ńĺđâĺđŕ˘"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr ""
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Ďîđň"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "Proxy ďŕâiíĺí áűöü http://..."
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Ŕ˘ňŕěŕňű÷íű ˘âŕőîä ó ńińňýěó"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Ďŕđîëü"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Í˙ěŕ ďŕđîëţ"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "Ďŕđîëi íĺ ńóďŕäŕţöü"
-
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "Íĺ ŕňđűěëiâŕĺööŕ äŕäŕöü đŕçäçĺë íŕ _ŕäôŕđěŕöiđŕâŕíű_ RAID md%d"
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr "Íĺ ŕňđűěëiâŕĺööŕ çŕďiń ó ôŕéë %s"
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
msgstr "mkraid íĺ ďđŕöŕçäîëüíű"
@@ -8811,7 +8518,7 @@ msgstr "mkraid íĺ ďđŕöŕçäîëüíű (ěîćŕ raid ďđűëŕäű ŕäńóňíi÷ŕţöü?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Íĺäŕńňŕňęîâŕ đŕçäçĺëࢠäë˙ RAID óçđî˘í˙ %d\n"
-#: ../../security/main.pm_.c:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -8836,69 +8543,65 @@ msgid ""
"\t email)"
msgstr ""
-#: ../../security/main.pm_.c:65
+#: ../../security/main.pm_.c:66
#, fuzzy
msgid "Security Level:"
msgstr "Íŕńňđîéęi ˘çđî˘í˙ á˙ńďĺęi"
-#: ../../security/main.pm_.c:99
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr " ? (çěî˘÷ŕííĺ %s) "
+
+#: ../../security/main.pm_.c:113
#, fuzzy
msgid "Security Alerts:"
msgstr "Íŕńňđîéęi ˘çđî˘í˙ á˙ńďĺęi"
-#: ../../security/main.pm_.c:101
+#: ../../security/main.pm_.c:115
#, fuzzy
msgid "Security Administrator:"
msgstr "Îďöűi ŕääŕëĺíŕăŕ ďđűíňýđó lpd"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "Network Options"
msgstr "Îďöűi ěîäóëţ:"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "System Options"
msgstr "Îďöűi ěîäóëţ:"
-#: ../../security/main.pm_.c:119 ../../security/main.pm_.c:148
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
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:137
-#, fuzzy, c-format
-msgid " (default: %s)"
-msgstr " ? (çěî˘÷ŕííĺ %s) "
-
-#: ../../security/main.pm_.c:161
-msgid "Periodic Checks 2"
-msgstr ""
-
-#: ../../security/main.pm_.c:162
+#: ../../security/main.pm_.c:177
msgid "Periodic Checks"
msgstr ""
-#: ../../security/main.pm_.c:176
+#: ../../security/main.pm_.c:191
#, fuzzy
msgid "Please wait, setting security level..."
msgstr "Íŕńňđîéęi ˘çđî˘í˙ á˙ńďĺęi"
-#: ../../security/main.pm_.c:182
+#: ../../security/main.pm_.c:197
#, fuzzy
msgid "Please wait, setting security options..."
msgstr "Ďŕäđűőňî˘ęŕ ˘ńňŕë˙âŕíüí˙"
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, ďĺđű˙äű÷íű ęŕěŕíäíű ďëŕíŕâŕëüíię."
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
@@ -8907,7 +8610,7 @@ msgstr ""
"ńňŕňűńňűęi.\n"
"ßăî ěîćíŕ âűęŕđűńňî˘âŕöü äë˙ âűęëţ÷ýíí˙ ěŕřűíű ďđű íiçęiě çŕđŕäçĺ áŕňŕđýi."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
@@ -8915,7 +8618,7 @@ msgstr ""
"Ęŕěŕíäű, ˙ęi˙ âűęîíâŕţööŕ, ôięńóţööŕ ďŕ ęŕěŕíäçĺ i ÷ŕńĺ ˙ĺ âűęŕíŕíí˙\n"
"i âűęîíâŕţööŕ ăđóďű ęŕěŕíä, ęŕëi çŕăđóçęŕ ďŕě˙öi íićýé äŕńňŕňęîâŕé."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -8927,7 +8630,7 @@ msgstr ""
"ńňŕíäŕđňíŕăŕ\n"
"UNIX cron, óęëţ÷ŕţ÷ű ëĺďřű ˘çđîâĺíü á˙ńďĺęi i ěîöíű˙ ęŕíôiăóđŕöűéíű˙ îďöűi."
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -8939,20 +8642,20 @@ msgstr ""
"ęŕďiđŕâŕííi i ˘ńňŕ˘öű,\n"
"i ˘ęëţ÷ŕĺ ďŕäňđűěęó ˘ńďëűâŕţ÷űő (pop-up) ěĺíţ ˘ ňýęńňŕâűě đýćűěĺ."
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache - ăýňŕ World Wide Web ńĺđâĺđ. ¨í âűęŕđűńňî˘çâŕĺöŕ äë˙ ŕáńëóăî˘âŕíí˙\n"
"HTML ôŕéëࢠi CGI."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -8968,13 +8671,13 @@ msgstr ""
"áëŕęóĺě\n"
"óńĺ ńëóćáű, çŕ ˙ęi˙ ¸í ŕäęŕçâŕĺ."
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -8985,23 +8688,23 @@ msgstr ""
"kbdconfig.\n"
"Âű ěîćŕöĺ çđŕáiöü äŕńňóďíŕé ˙ĺ äë˙ řěŕňëłęłő ěŕřűíŕ˘."
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
@@ -9009,13 +8712,13 @@ msgstr ""
"lpd - ăýňű äýěŕí äđóęó, ďŕňđýáíű äë˙ ęŕđýęňíŕé ďđŕöű lpr. Ăýňŕ\n"
"ńĺđâĺđ, ˙ęi ęiđóĺ ďđŕöŕé ďđűíňýđó(ŕ˘)."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
#, fuzzy
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
@@ -9024,7 +8727,7 @@ msgstr ""
"named (BIND) - ăýňŕ ńĺđâĺđ äŕěĺííűő iě¸íŕ˘, ˙ęi âűęŕđűńňî˘âŕĺööŕ äë˙\n"
"ďĺđŕęëŕäŕíí˙ iě¸í âóçëî˘ ó IP ŕäđŕńű."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -9032,7 +8735,7 @@ msgstr ""
"Ěŕíöiđŕâŕöü i đŕçěŕíöiđŕâŕöü óńĺ ńĺňęŕâű˙ ôŕéëŕâű˙ ńińňýěű (NFS),\n"
" SMB (Lan Manager/Windows) i NCP (Netware) ďóíęňű ěŕíöiđŕâŕíí˙."
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -9040,7 +8743,7 @@ msgstr ""
"Ŕęňűâiçŕâŕöü/äýŕęňűâiçŕâŕöü óńĺ ńĺňęŕâű˙ iíňýđôĺéńű, ńęŕíôiăóđŕâŕíű˙ äë˙\n"
"ńňŕđňó ďđű çŕăđóçöű ńińňýěű."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
@@ -9050,7 +8753,7 @@ msgstr ""
"Ăýňŕ˙ ńëóćáŕ çŕá˙ńďĺ÷âŕĺööŕ NFS ńĺđâĺđŕě, ˙ęi ęŕíôiăóđűđóĺöŕ ďđŕç\n"
"/etc/exports ôŕéë."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -9058,17 +8761,17 @@ msgstr ""
"NFS - ăýňŕ â˙äîěű ďđŕňŕęîë äë˙ äîńňóďó äŕ ôŕéëࢠďđŕç TCP/IP\n"
"ńĺňęi. Ăýňŕ˙ ńëóćáŕ ˘ďëűâŕĺ íŕ íŕ˙˘íŕńöü ńóâ˙çi ďŕěić NFS ôŕéëŕěi."
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
@@ -9079,7 +8782,7 @@ msgstr ""
"ěŕäýěű ˘ íŕ˘ňáóęŕő. Âŕě í˙ěŕ íĺŕáőîäíŕńöi ęŕíôiăóđŕâŕöü iő, ęŕëi íŕ âŕřŕé\n"
"ěŕřűíĺ iő í˙ěŕ, öi ˙íŕ íĺ íŕ˘ňáóę."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -9091,7 +8794,7 @@ msgstr ""
"âűęîíâŕööŕ\n"
"íŕ ěŕřűíŕő ˙ęi˙ ďđŕöóţöü ˙ę ńĺđâĺđű äë˙ ďđŕňŕęîëŕ˘, ˙ęi˙ ńęŕđűńňî˘âŕţöü RPC."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
#, fuzzy
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
@@ -9100,7 +8803,7 @@ msgstr ""
"Postfix - ăýňŕ ďŕřňîâű ňđŕíńďŕđňíű ŕăĺíň, ďđŕăđŕěŕ, ˙ęŕ˙\n"
"ďĺđŕě˙ř÷ŕĺ ďîřňó ç ŕäíîé ěŕřűíű íŕ éířóţ."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -9108,13 +8811,13 @@ msgstr ""
"Çŕőŕâŕöü i ŕäíŕâiöü ńińňýěíű ýíňđŕďiéíű ďóë äë˙ âűńîęŕé ˙ęŕńöi\n"
"ăĺíĺđŕöűł âűďŕäęîâűő ëłęŕ˘."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
@@ -9124,7 +8827,7 @@ msgstr ""
"ŕäíŕ˘ë˙ööŕ ďđŕç RIP ďđŕňŕęîë. RIP âűęŕđűńňî˘âŕĺööŕ ˘ ěŕëűő ńĺňęŕő, áîëüř\n"
"ńęëŕäŕíű˙ ďđŕňŕęîëű ěŕđřđóňűçŕöűi - ó â˙ëięiő ńĺňęŕő."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -9132,7 +8835,7 @@ msgstr ""
"Ďđŕňŕęîë rstat äŕçâŕë˙ĺ ęŕđűńňŕëüíięŕě ńĺňęi ŕňđűěëiâŕöü\n"
"ďŕěĺđű íŕăđóçęi äë˙ ęîćíŕé ěŕřűíű ńĺňęi."
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -9140,7 +8843,7 @@ msgstr ""
"Ďđŕňŕęîë rusers äŕçâŕë˙ĺ ęŕđűńňŕëüíięŕě ńĺňęi âűçíŕ÷ŕöü, őňî\n"
"˘âŕéřî˘ i ďđŕöóĺ íŕ ěŕřűíŕő ˘ ńĺňöű."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
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)."
@@ -9148,11 +8851,11 @@ msgstr ""
"Ďđŕňŕęîë rwho äŕĺ ěŕă÷űěŕńöü ęŕđűńňŕëüíięŕě ŕňđűěŕöü ńďiń ˘ńiő\n"
"ęŕđűńňŕëüíięŕ˘, óâŕéřî˘řűő íŕ ěŕřűíó, âűęŕíࢠrwho äýěŕí (ďŕäîáíű íŕ finger)."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
@@ -9161,89 +8864,89 @@ msgstr ""
"ďŕâĺäŕěëĺííi\n"
"˘ đîçíű˙ ôŕéëű ńňŕňűńňűęi. Ăýňŕ âĺëüěi äîáđŕ äë˙ ŕăë˙äó ďđŕöű đîçíűő ńëóćáŕ˘."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Çŕďóńęŕĺ i ďđűďűí˙ĺ X Font Server ďđű çŕăđóçöű i âűęëţ÷ýííi."
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr "Ŕá˙đűöĺ, ˙ęi˙ ńĺđâińű çŕďóńęŕöü ŕ˘ňŕěŕňű÷íŕ ďđű çŕăđóçöű"
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
#, fuzzy
msgid "Printing"
msgstr "Ďđűíňýđ"
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
#, fuzzy
msgid "Internet"
msgstr "öięŕâŕ"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
#, fuzzy
msgid "Remote Administration"
msgstr "Îďöűi ŕääŕëĺíŕăŕ ďđűíňýđó lpd"
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
#, fuzzy
msgid "Database Server"
msgstr "Ńĺđâĺđ äđóęó"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
#, fuzzy
msgid "Services"
msgstr "ďđűëŕäŕ"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
#, fuzzy
msgid "running"
msgstr "Óâŕăŕ!"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
#, fuzzy
msgid "stopped"
msgstr "Äŕëó÷űöü"
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr ""
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
msgstr ""
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
#, fuzzy
msgid "On boot"
msgstr "Yaboot"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Start"
msgstr "Ńňŕđňŕâŕĺ ěĺíţ"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Stop"
msgstr "Ńĺęňŕđ"
@@ -9314,7 +9017,7 @@ msgid ""
"strategy, ..."
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Äŕëó÷ýííĺ äŕ Iíňýđíýňó"
@@ -9470,195 +9173,567 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:49
+#: ../../standalone.pm_.c:21
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Ęëŕâi˙ňóđŕ"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
+
+#: ../../standalone.pm_.c:168
#, fuzzy
msgid "Installing packages..."
msgstr "Óńňŕë˙âŕííĺ ďŕęĺňó %s"
-#: ../../standalone/XFdrake_.c:148
+#: ../../standalone/XFdrake_.c:138
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Ęŕëi ëŕńęŕ, âűéäçiöĺ, ŕ ďîňűě ńęŕđűńňŕéöĺ Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:152
+#: ../../standalone/XFdrake_.c:142
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Ęŕëi ëŕńęŕ, ďĺđŕéäçiöĺ ˘ %s äë˙ ŕęňűâŕöűi çě˙íĺíí˙˘"
-#: ../../standalone/drakTermServ_.c:188
+#: ../../standalone/drakTermServ_.c:239
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
-#: ../../standalone/drakTermServ_.c:203
+#: ../../standalone/drakTermServ_.c:253
#, fuzzy
msgid "Enable Server"
msgstr "Ńĺđâĺđ äđóęó"
-#: ../../standalone/drakTermServ_.c:210
+#: ../../standalone/drakTermServ_.c:260
#, fuzzy
msgid "Disable Server"
msgstr "Ńĺđâĺđ äđóęó"
-#: ../../standalone/drakTermServ_.c:218
+#: ../../standalone/drakTermServ_.c:268
#, fuzzy
msgid "Start Server"
msgstr "NIS ńĺđâĺđ:"
-#: ../../standalone/drakTermServ_.c:225
+#: ../../standalone/drakTermServ_.c:275
#, fuzzy
msgid "Stop Server"
msgstr "NIS ńĺđâĺđ:"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
#, fuzzy
msgid "Etherboot Floppy/ISO"
msgstr "Ńňâŕđűöü çŕăđ. äűńę"
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:239
+#: ../../standalone/drakTermServ_.c:294
#, fuzzy
msgid "Add/Del Users"
msgstr "Äŕäŕöü ęŕđűńňŕëüíięŕ"
-#: ../../standalone/drakTermServ_.c:241
+#: ../../standalone/drakTermServ_.c:299
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:328
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
msgstr ""
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
msgstr ""
-#: ../../standalone/drakTermServ_.c:521
+#: ../../standalone/drakTermServ_.c:573
msgid "No kernel selected!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:535
+#: ../../standalone/drakTermServ_.c:587
#, fuzzy
msgid "No nic selected!"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:552
+#: ../../standalone/drakTermServ_.c:604
#, fuzzy
msgid "<-- Delete"
msgstr "Çíiř÷űöü"
-#: ../../standalone/drakTermServ_.c:559
+#: ../../standalone/drakTermServ_.c:611
#, fuzzy
msgid "Delete All NBIs"
msgstr "Ŕá˙đűöĺ ôŕéë"
-#: ../../standalone/drakTermServ_.c:621
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
#, fuzzy
msgid "Add User -->"
msgstr "Äŕäŕöü ęŕđűńňŕëüíięŕ"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Ňűď: "
+
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:773
+msgid "Thin Client"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:775
+msgid "Allow Thin Clients"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:742
-msgid "<-- Del Client"
+#: ../../standalone/drakTermServ_.c:821
+msgid "<-- Edit Client"
msgstr ""
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:837
+#, fuzzy
+msgid "Delete Client"
+msgstr "Çíiř÷űöü"
+
+#: ../../standalone/drakTermServ_.c:843
#, fuzzy
msgid "dhcpd Config..."
msgstr "Íŕńňđîéęŕ IDE"
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Ěŕńęŕ ńĺňęi"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Iě˙ äŕěĺíó"
+
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr "NIS ńĺđâĺđ:"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1001
#, fuzzy
msgid "dhcpd Server Configuration"
msgstr "Çŕęŕí÷ýííĺ íŕńňđîéęi"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone/drakTermServ_.c:875
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1018
#, fuzzy
msgid "Write Config"
msgstr "Íŕńňđîéęŕ X Window"
-#: ../../standalone/drakTermServ_.c:965
+#: ../../standalone/drakTermServ_.c:1120
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Óńňŕ˘öĺ äűńęĺňó ˘ äűńęŕâîä %s"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:974
+#: ../../standalone/drakTermServ_.c:1129
#, fuzzy
msgid "No floppy drive available!"
msgstr "Äűńęŕâîä íĺäŕńňóďíű"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:40
#, fuzzy
msgid "Error!"
msgstr "Ďŕěűëęŕ"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Íŕńňđîéęŕ ďŕńë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -9673,23 +9748,32 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "Ďĺđŕçŕăđóçiöü"
+
+#: ../../standalone/drakautoinst_.c:66
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Íŕńňđîéęŕ ěŕäýěó"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Ńňâŕđýííĺ äűńęĺňű äë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -9697,57 +9781,57 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:508
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr "Ďđűěłöĺ âiířŕâŕííi!"
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
#, fuzzy
msgid "Auto Install"
msgstr "Óńňŕ븢ęŕ"
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
#, fuzzy
msgid "Add an item"
msgstr "Äŕäŕöü ęŕđűńňŕëüíięŕ"
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
#, fuzzy
msgid "Remove the last item"
msgstr "Ôŕđěŕňŕâŕííĺ âiđňóŕëüíŕăŕ đŕçäçĺëó %s"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:724
+#: ../../standalone/drakbackup_.c:691
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
msgstr ""
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9755,7 +9839,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9763,13 +9847,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
#, fuzzy
msgid "Total progess"
msgstr "Ďđŕâĺđęŕ ďŕđňî˘"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9778,41 +9862,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:852
+#: ../../standalone/drakbackup_.c:819
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Í˙ěŕ ďŕđîëţ"
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:821
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Ďŕěűëęŕ ŕäęđűöö˙ %s äë˙ çŕďińó: %s"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -9823,68 +9907,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
#, fuzzy
msgid "Backup User files..."
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
#, fuzzy
msgid "Backup Other files..."
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:1323
+#: ../../standalone/drakbackup_.c:1296
#, fuzzy
msgid "No changes to backup!"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
@@ -9892,928 +9976,928 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Ďŕěűëęŕ ÷űňŕíí˙ ôŕéëó %s"
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
#, fuzzy
msgid "File Selection"
msgstr "Âűáŕđ ăđóďű ďŕęĺňŕ˘"
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1604
+#: ../../standalone/drakbackup_.c:1575
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakbackup_.c:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
#, fuzzy
msgid "Remove Selected"
msgstr "Âűäŕëiöü ÷ŕđăó äđóęó"
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Âűäŕëiöü Windows(TM)"
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
#, fuzzy
msgid "Users"
msgstr "Iě˙ ęŕđűńňŕëüíięó:"
-#: ../../standalone/drakbackup_.c:1777
+#: ../../standalone/drakbackup_.c:1740
#, fuzzy
msgid "Use network connection to backup"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1785
+#: ../../standalone/drakbackup_.c:1748
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Ęŕëł ëŕńęŕ, çđŕáłöĺ íĺęŕëüęł đóőࢠěűřřó."
-#: ../../standalone/drakbackup_.c:1795
+#: ../../standalone/drakbackup_.c:1758
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
#, fuzzy
msgid "Please enter your login"
msgstr "Ďŕńďđŕáóéöĺ ˙ř÷ý đŕç"
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
#, fuzzy
msgid "Please enter your password"
msgstr "Ďŕńďđŕáóéöĺ ˙ř÷ý đŕç"
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
#, fuzzy
msgid "Remember this password"
msgstr "Í˙ěŕ ďŕđîëţ"
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
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:1925
+#: ../../standalone/drakbackup_.c:1887
#, fuzzy
msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ňűď ęëŕâi˙ňóđű."
-#: ../../standalone/drakbackup_.c:1931
+#: ../../standalone/drakbackup_.c:1893
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Íŕöłńíłöĺ íŕ đŕçäçĺë"
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Íŕöłńíłöĺ íŕ đŕçäçĺë"
-#: ../../standalone/drakbackup_.c:1943
+#: ../../standalone/drakbackup_.c:1905
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Íŕöłńíłöĺ íŕ đŕçäçĺë"
-#: ../../standalone/drakbackup_.c:1944
+#: ../../standalone/drakbackup_.c:1906
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1950
+#: ../../standalone/drakbackup_.c:1912
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Íŕöłńíłöĺ íŕ đŕçäçĺë"
-#: ../../standalone/drakbackup_.c:1956
+#: ../../standalone/drakbackup_.c:1918
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Íŕöłńíłöĺ íŕ đŕçäçĺë"
-#: ../../standalone/drakbackup_.c:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
#, fuzzy
msgid "No CD device defined!"
msgstr "Ŕá˙đűöĺ ôŕéë"
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
#, fuzzy
msgid "Use tape to backup"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2059
+#: ../../standalone/drakbackup_.c:2021
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakbackup_.c:2065
+#: ../../standalone/drakbackup_.c:2027
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakbackup_.c:2071
+#: ../../standalone/drakbackup_.c:2033
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2142
+#: ../../standalone/drakbackup_.c:2103
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Ęŕëł ëŕńęŕ, çđŕáłöĺ íĺęŕëüęł đóőࢠěűřřó."
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
#, fuzzy
msgid "Use quota for backup files."
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
#, fuzzy
msgid "Network"
msgstr "Ńĺňęŕ:"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2238
+#: ../../standalone/drakbackup_.c:2195
#, fuzzy
msgid "Tape"
msgstr "Ňűď: "
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
#, fuzzy
msgid "Use daemon"
msgstr "Iě˙ ęŕđűńňŕëüíięó:"
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ěîâó äë˙ ęŕđűńňŕíí˙."
-#: ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2247
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:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
#, fuzzy
msgid "What"
msgstr "×ŕęŕéöĺ"
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
#, fuzzy
msgid "Where"
msgstr "Ç ęîëŕě"
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
#, fuzzy
msgid "When"
msgstr "Ç ęîëŕě"
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
#, fuzzy
msgid "More Options"
msgstr "Îďöűi ěîäóëţ:"
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
#, fuzzy
msgid "across Network"
msgstr "Ńĺňęŕ:"
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
#, fuzzy
msgid "on Tape Device"
msgstr "Ďîđň ďđűíňýđó"
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Âűáŕđ ďŕęĺňࢠäë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2450
#, fuzzy
msgid "Backup system"
msgstr "Íŕńňđ. ôŕéëŕâűő ńińňýěŕ˘"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2604
+#: ../../standalone/drakbackup_.c:2555
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Ěűř: %s\n"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2557
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2610
+#: ../../standalone/drakbackup_.c:2561
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Îďöűi"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
#, fuzzy
msgid "\t-Tape \n"
msgstr "Ňűď: "
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Äŕ ˙ęîăŕ ďŕńë˙äî˘íŕăŕ ďîđňó äŕëó÷ŕíű ěŕäýě?"
-#: ../../standalone/drakbackup_.c:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
#, fuzzy
msgid " Restore Configuration "
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup_.c:3019
#, fuzzy
msgid "Backup the system files before:"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
#, fuzzy
msgid "please choose the date to restore"
msgstr "ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ ňűď âŕřŕé ěűřű."
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Ęŕëł ëŕńęŕ, çđŕáłöĺ íĺęŕëüęł đóőࢠěűřřó."
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
#, fuzzy
msgid "FTP Connection"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Secure Connection"
msgstr "Âűáŕđ ňűďó çëó÷ýíí˙ ďđűíňýđó"
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Ŕäíŕ˘ëĺííĺ ç äűńęĺňű"
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
#, fuzzy
msgid "Select another media to restore from"
msgstr "ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ ňűď âŕřŕé ěűřű."
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
#, fuzzy
msgid "Other Media"
msgstr "˛ířű˙"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
#, fuzzy
msgid "Restore system"
msgstr "Óńňŕë˙âŕííĺ ńińňýěű"
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
#, fuzzy
msgid "Restore Users"
msgstr "Ŕäíŕ˘ëĺííĺ ç ôŕéëó"
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
#, fuzzy
msgid "Restore Other"
msgstr "Ŕäíŕ˘ëĺííĺ ç ôŕéëó"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ ňűď âŕřŕé ěűřű."
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3396
+#: ../../standalone/drakbackup_.c:3344
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Âűäŕëiöü ÷ŕđăó äđóęó"
-#: ../../standalone/drakbackup_.c:3413
+#: ../../standalone/drakbackup_.c:3361
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Ŕäíŕ˘ëĺííĺ ç ôŕéëó"
-#: ../../standalone/drakbackup_.c:3479
+#: ../../standalone/drakbackup_.c:3427
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, fuzzy
msgid "Restore From CD"
msgstr "Ŕäíŕ˘ëĺííĺ ç äűńęĺňű"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, fuzzy
msgid "Restore From Tape"
msgstr "Äŕäŕňęîâŕ˙ ňŕáëiöŕ đŕçäçĺëŕ˘"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, fuzzy
msgid "Restore Via Network"
msgstr "Ďĺđŕęŕíôiăóđŕâŕöü ëŕęŕëüíóţ ńĺňęó"
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3527
+#: ../../standalone/drakbackup_.c:3475
#, fuzzy
msgid "Host Name"
msgstr "Iě˙ ěŕřűíű"
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3535
+#: ../../standalone/drakbackup_.c:3483
#, fuzzy
msgid "Password required"
msgstr "Ďŕđîëü"
-#: ../../standalone/drakbackup_.c:3541
+#: ../../standalone/drakbackup_.c:3489
#, fuzzy
msgid "Username required"
msgstr "Iě˙ ęŕđűńňŕëüíięó:"
-#: ../../standalone/drakbackup_.c:3544
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Hostname required"
msgstr "Iě˙ ěŕřűíű"
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3565
+#: ../../standalone/drakbackup_.c:3513
#, fuzzy
msgid "Restore Failed..."
msgstr "Ŕäíŕ˘ëĺííĺ ç ôŕéëó"
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
#, fuzzy
msgid "Custom Restore"
msgstr "Ďŕ âűáŕđó"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3867
+#: ../../standalone/drakbackup_.c:3813
#, fuzzy
msgid "Restore From Catalog"
msgstr "Äŕäŕňęîâŕ˙ ňŕáëiöŕ đŕçäçĺëŕ˘"
-#: ../../standalone/drakbackup_.c:3895
+#: ../../standalone/drakbackup_.c:3841
#, fuzzy
msgid "Restore Progress"
msgstr "Ŕäíŕ˘ëĺííĺ ç ôŕéëó"
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
#, fuzzy
msgid "Save"
msgstr "Ńňŕđňŕâŕĺ ěĺíţ"
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
#, fuzzy
msgid "Build Backup"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
#, fuzzy
msgid "Restore"
msgstr "Ŕäíŕ˘ëĺííĺ ç ôŕéëó"
-#: ../../standalone/drakbackup_.c:4233
+#: ../../standalone/drakbackup_.c:4189
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4257
+#: ../../standalone/drakbackup_.c:4195
+msgid ""
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:4209
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Íŕńňóďíű˙ ďŕęĺňű áóäóöü äŕäŕíű äŕ ńińňýěű"
-#: ../../standalone/drakbackup_.c:4280
-msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4232
#, fuzzy
msgid "Please select data to restore..."
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ěîâó äë˙ ęŕđűńňŕíí˙."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
#, fuzzy
msgid "Please select media for backup..."
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ěîâó äë˙ ęŕđűńňŕíí˙."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
#, fuzzy
msgid "Please select data to backup..."
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ěîâó äë˙ ęŕđűńňŕíí˙."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
#, fuzzy
msgid "Backup system files"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
#, fuzzy
msgid "Backup user files"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
#, fuzzy
msgid "Backup other files"
msgstr "Äđýííű ôŕéë đýçĺđâîâŕé ęîďii"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
#, fuzzy
msgid "Sending files..."
msgstr "Çŕőŕâŕííĺ ˘ ôŕéë"
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
#, fuzzy
msgid "View Backup Configuration."
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
#, fuzzy
msgid "Wizard Configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
#, fuzzy
msgid "Advanced Configuration"
msgstr "Çŕęŕí÷ýííĺ íŕńňđîéęi"
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
#, fuzzy
msgid "Backup Now"
msgstr "Íŕńňđ. ôŕéëŕâűő ńińňýěŕ˘"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
msgid ""
"options description:\n"
"\n"
@@ -10845,7 +10929,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10854,7 +10938,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -10895,7 +10979,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4788
+#: ../../standalone/drakbackup_.c:4701
msgid ""
"restore description:\n"
" \n"
@@ -10923,34 +11007,18 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4832
+#: ../../standalone/drakbackup_.c:4732
msgid ""
"Description:\n"
"\n"
@@ -10979,7 +11047,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -10990,7 +11057,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -11001,7 +11068,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11014,162 +11081,98 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
msgstr "Óńňŕë˙âŕííĺ %s íĺ ŕňđűěŕëŕń˙. Óçíięëŕ íŕńňóďíŕ˙ ďŕěűëęŕ:"
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
msgstr ""
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
#, fuzzy
msgid "Standalone Tools"
msgstr "Ęŕíńîëüíű˙ łíńňđóěĺíňŕëüíű˙ ńđîäęł"
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
#, fuzzy
msgid "Mandrake Online"
msgstr "Äŕëó÷ýííĺ äŕ Iíňýđíýňó"
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
#, fuzzy
msgid "Menudrake"
msgstr "ŕáŕâ˙çęîâŕ"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
#, fuzzy
msgid "Msec"
msgstr "Ďîđň ěűřű"
-#: ../../standalone/drakbug_.c:77
+#: ../../standalone/drakbug_.c:57
#, fuzzy
msgid "Remote Control"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../standalone/drakbug_.c:78
+#: ../../standalone/drakbug_.c:58
#, fuzzy
msgid "Software Manager"
msgstr "Iě˙ äë˙ đŕçěĺđęŕâŕíŕăŕ đýńóđńó"
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
msgstr ""
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
#, fuzzy
msgid "Windows Migration tool"
msgstr "Íŕâóęîâű˙ ďđűęëŕäŕííł"
-#: ../../standalone/drakbug_.c:81
+#: ../../standalone/drakbug_.c:61
#, fuzzy
msgid "Userdrake"
msgstr "Âűęŕđűńňî˘âŕöü DiskDrake"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
#, fuzzy
msgid "Configuration Wizards"
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:75
#, fuzzy
msgid "Application:"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
#, fuzzy
msgid "Package: "
msgstr "Ďŕęĺň"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:100
+#: ../../standalone/drakbug_.c:78
#, fuzzy
msgid "Release: "
msgstr "Ęŕëi ëŕńęŕ, ďŕ÷ŕęŕéöĺ"
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -11181,344 +11184,347 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:134
+#: ../../standalone/drakbug_.c:112
#, fuzzy
msgid "Report"
msgstr "Ďîđň"
-#: ../../standalone/drakbug_.c:171
+#: ../../standalone/drakbug_.c:148
#, fuzzy
msgid "Not installed"
msgstr "Çŕęŕí÷ýííĺ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "Çŕęŕí÷ýííĺ ˘ńňŕë˙âŕíí˙"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:196
+#: ../../standalone/drakbug_.c:180
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Âű ěîćŕöĺ ŕáđŕöü łířű˙ ěîâű, ˙ęi˙ áóäóöü äŕńňóďíű ďŕńë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, fuzzy, c-format
msgid "Network configuration (%d adapters)"
msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
#, fuzzy
msgid "Profile: "
msgstr "ďŕěűëęŕ ěŕíöiđŕâŕíí˙: "
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr ""
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr ""
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr ""
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
#, fuzzy
msgid "Hostname: "
msgstr "Iě˙ ěŕřűíű"
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
msgid "Internet access"
msgstr ""
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
#, fuzzy
msgid "Type:"
msgstr "Ňűď: "
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "Řëţç:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Interface:"
msgstr ""
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr ""
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr ""
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
#, fuzzy
msgid "Configure Internet Access..."
msgstr "Íŕńňđîéęŕ ńëóćáŕ˘"
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
#, fuzzy
msgid "LAN configuration"
msgstr "Íŕńňđîéęŕ ADSL"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
#, fuzzy
msgid "Driver"
msgstr "ńĺđâĺđ"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
#, fuzzy
msgid "Interface"
msgstr "Ńĺňęŕâű iíňýđôĺéń"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr ""
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
#, fuzzy
msgid "State"
msgstr "Ńňŕđňŕâŕĺ ěĺíţ"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
#, fuzzy
msgid "Configure Local Area Network..."
msgstr "Íŕńňđîéęŕ ëŕęŕëüíŕé ńĺňęi"
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "Ěŕéńňŕđ ńňâŕđýíí˙..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
#, fuzzy
msgid "Connected"
msgstr "Iě˙ çëó÷ýíí˙"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
#, fuzzy
msgid "Not connected"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr ""
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr ""
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
#, fuzzy
msgid "LAN Configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr ""
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr ""
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr ""
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
#, fuzzy
msgid "activate now"
msgstr "Ŕęňű˘íű"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
#, fuzzy
msgid "deactivate now"
msgstr "Ŕęňű˘íű"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
#, fuzzy
msgid "Internet connection configuration"
msgstr "Iíňýđíýň çëó÷ýííĺ i ęŕíôiăóđŕöű˙"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
#, fuzzy
msgid "Internet Connection Configuration"
msgstr "Iíňýđíýň çëó÷ýííĺ i ęŕíôiăóđŕöű˙"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
#, fuzzy
msgid "Connection type: "
msgstr "Iě˙ çëó÷ýíí˙"
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr ""
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Řëţç"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr ""
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr ""
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr ""
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
#, fuzzy
msgid "Module name"
msgstr "Îďöűi ěîäóëţ:"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
#, fuzzy
msgid "Size"
msgstr "Ďŕěĺđ: %s"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
#, fuzzy
msgid "drakfloppy"
msgstr "Ŕäíŕ˘ëĺííĺ ç äűńęĺňű"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
#, fuzzy
msgid "boot disk creation"
msgstr "Íŕńňđîéęŕ ďŕńë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "Ďŕ äŕěŕ˘ëĺííţ"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
#, fuzzy
msgid "kernel version"
msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
#, fuzzy
msgid "General"
msgstr "Ŕăóëüíű"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
#, fuzzy
msgid "Expert Area"
msgstr "Ýęńďĺđň"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
msgstr ""
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
#, fuzzy
msgid "Add a module"
msgstr "Äŕäŕöü ęŕđűńňŕëüíięŕ"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
#, fuzzy
msgid "force"
msgstr "Ďĺđŕíîń"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr ""
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
#, fuzzy
msgid "omit scsi modules"
msgstr "Đýćűě çëó÷ýíí˙"
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr ""
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
#, fuzzy
msgid "Remove a module"
msgstr "Ŕäâŕđîňíű ďŕđŕäŕę ńňŕđîíŕę"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr ""
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr ""
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:382
+#: ../../standalone/drakfloppy_.c:341
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, fuzzy, c-format
msgid "Unable to fork: %s"
msgstr "Çđŕáiöü íĺŕęňű˘íűě ńĺňęŕâŕĺ çëó÷ýííĺ"
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11526,105 +11532,105 @@ msgid ""
" %s"
msgstr ""
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
msgstr ""
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
#, fuzzy
msgid "no fonts found"
msgstr "Íĺ çíŕéřëi %s"
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
#, fuzzy
msgid "done"
msgstr "Çđîáëĺíŕ"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr ""
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr ""
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr ""
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
#, fuzzy
msgid "Fonts copy"
msgstr "Ôŕđěŕňŕâŕöü äűńęĺňó"
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
#, fuzzy
msgid "True Type fonts installation"
msgstr "Ďŕäđűőňî˘ęŕ ˘ńňŕë˙âŕíüí˙"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr ""
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
msgstr ""
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
#, fuzzy
msgid "Restart XFS"
msgstr "ŕáěĺćŕâŕííĺ"
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
#, fuzzy
msgid "xfs restart"
msgstr "ŕáěĺćŕâŕííĺ"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -11633,126 +11639,214 @@ msgid ""
"may hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
#, fuzzy
msgid "Fonts Importation"
msgstr "Ôŕđěŕňŕâŕííĺ đŕçäçĺëŕ˘"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
#, fuzzy
msgid "Uninstall Fonts"
msgstr "Âűäŕëĺííĺ âűáđŕíűő RPM-ďŕęĺňࢠç ńińňýěű"
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
#, fuzzy
msgid "Advanced Options"
msgstr "Çŕęŕí÷ýííĺ íŕńňđîéęi"
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
#, fuzzy
msgid "Font List"
msgstr "Ęđîďęŕ ěŕíöiđŕâŕíí˙"
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
#, fuzzy
msgid "Choose the applications that will support the fonts:"
msgstr "Âűáŕđ đŕçäçĺëࢠäë˙ ôŕđěŕňŕâŕíí˙"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr ""
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
#, fuzzy
msgid "StarOffice"
msgstr "äîáđŕ"
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
#, fuzzy
msgid "Abiword"
msgstr "Ŕäě˙íiöü"
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
#, fuzzy
msgid "Generic Printers"
msgstr "Ďđűíňýđ"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
#, fuzzy
msgid "Install List"
msgstr "Óńňŕë˙âŕííĺ ńińňýěű"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
#, fuzzy
msgid "Selected All"
msgstr "Ŕá˙đűöĺ ôŕéë"
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
#, fuzzy
msgid "Remove List"
msgstr "Ŕääŕëĺíű ďđűíňýđ"
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
msgid "Initials tests"
msgstr ""
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
#, fuzzy
msgid "Copy fonts on your system"
msgstr "Ó âŕřŕé ńłńňýěĺ í˙ěŕ íiâîäíŕăŕ ńĺňęŕâŕăŕ ŕäŕďňŕđŕ!"
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
#, fuzzy
msgid "Post Install"
msgstr "Óńňŕ븢ęŕ"
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
#, fuzzy
msgid "Remove fonts on your system"
msgstr "Ó âŕřŕé ńłńňýěĺ í˙ěŕ íiâîäíŕăŕ ńĺňęŕâŕăŕ ŕäŕďňŕđŕ!"
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
#, fuzzy
msgid "Post Uninstall"
msgstr "Çŕęŕí÷ýííĺ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
msgid "Internet Connection Sharing"
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ çŕđŕç ěŕă÷űěŕ"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11760,21 +11854,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
#, fuzzy
msgid "disable"
msgstr "Ňŕáëiöŕ"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
#, fuzzy
msgid "reconfigure"
msgstr "Íŕńňđîéęŕ X Window"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
#, fuzzy
msgid "Disabling servers..."
msgstr "Âűçíŕ÷ýííĺ ďđűëŕäŕ˘..."
@@ -11784,11 +11878,11 @@ msgstr "Âűçíŕ÷ýííĺ ďđűëŕäŕ˘..."
msgid "Internet connection sharing is now disabled."
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ çŕđŕç çŕáŕđîíĺíŕ"
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ çŕđŕç çŕáŕđîíĺíŕ"
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11796,21 +11890,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
#, fuzzy
msgid "enable"
msgstr "Ňŕáëiöŕ"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ çŕđŕç ěŕă÷űěŕ"
-#: ../../standalone/drakgw_.c:185
+#: ../../standalone/drakgw_.c:183
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -11830,21 +11924,21 @@ msgstr ""
"\n"
"Âű ćŕäŕĺöĺ óńňŕë˙âŕöü ńóěĺńíű äîńňóď äŕ Internet?"
-#: ../../standalone/drakgw_.c:213
+#: ../../standalone/drakgw_.c:211
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:214
+#: ../../standalone/drakgw_.c:212
#, fuzzy, c-format
msgid "Interface %s"
msgstr "Ńĺňęŕâű iíňýđôĺéń"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:220
msgid "No network adapter on your system!"
msgstr "Ó âŕřŕé ńłńňýěĺ í˙ěŕ íiâîäíŕăŕ ńĺňęŕâŕăŕ ŕäŕďňŕđŕ!"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:221
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -11852,11 +11946,11 @@ msgstr ""
"Íi âîäíű ethernet ńĺňęŕâű ŕäŕďňŕđ ó âŕřŕé ńińňýěĺ íĺ âűçíŕ÷ŕíű. Ęŕëi ëŕńęŕ, "
"ńęŕđűńňŕéöĺ ęŕíôiăóđŕöűéíű iíńňđóěýíň."
-#: ../../standalone/drakgw_.c:229
+#: ../../standalone/drakgw_.c:227
msgid "Network interface"
msgstr "Ńĺňęŕâű iíňýđôĺéń"
-#: ../../standalone/drakgw_.c:230
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11866,7 +11960,7 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -11874,12 +11968,12 @@ msgstr ""
"Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ńĺňęŕâű ŕäŕďňŕđ, ˙ęł áóäçĺ âűęŕđűńňŕíű äë˙ äŕëó÷ýíí˙ äŕ "
"âŕřŕé ëŕęŕëüíŕé ńĺňęi."
-#: ../../standalone/drakgw_.c:265
+#: ../../standalone/drakgw_.c:261
#, fuzzy
msgid "Network interface already configured"
msgstr "Ěŕíiňîđ ďŕęóëü íĺ íŕńňđîĺíű"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11889,17 +11983,26 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:271
+#: ../../standalone/drakgw_.c:267
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Íŕńňđîéęŕ ěŕäýěó"
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:268
#, fuzzy
msgid "Show current interface configuration"
msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
-#: ../../standalone/drakgw_.c:274
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "Íŕńňđîéęŕ çëó÷ýíí˙ ç Iíňýđíýňŕě"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11910,7 +12013,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:283
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
"server; in that case please verify I correctly read the Network that you use "
@@ -11919,18 +12022,18 @@ msgid ""
"\n"
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
-"\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:290
#, fuzzy
msgid "Local Network adress"
msgstr "ńĺňęŕâŕ˙ ęŕđňŕ íĺ çíîéäçĺíŕ"
-#: ../../standalone/drakgw_.c:298
+#: ../../standalone/drakgw_.c:294
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -11939,65 +12042,65 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:304
+#: ../../standalone/drakgw_.c:300
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP ńĺđâĺđŕ SMB"
-#: ../../standalone/drakgw_.c:305
+#: ../../standalone/drakgw_.c:301
#, fuzzy
msgid "The DNS Server IP"
msgstr "IP ńĺđâĺđŕ SMB"
-#: ../../standalone/drakgw_.c:306
+#: ../../standalone/drakgw_.c:302
#, fuzzy
msgid "The internal domain name"
msgstr "Iě˙ äđóęŕđęi"
-#: ../../standalone/drakgw_.c:307
+#: ../../standalone/drakgw_.c:303
msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:308
+#: ../../standalone/drakgw_.c:304
msgid "The DHCP end range"
msgstr ""
-#: ../../standalone/drakgw_.c:309
+#: ../../standalone/drakgw_.c:305
msgid "The default lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:310
+#: ../../standalone/drakgw_.c:306
msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:318
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Ďŕňýíöűéíű ŕäđŕń ËÂŃ ęŕíôëięňóĺ ç á˙ăó÷ŕé ęŕíôiăóđŕöű˙é %s!\n"
-#: ../../standalone/drakgw_.c:339
+#: ../../standalone/drakgw_.c:335
#, fuzzy
msgid "Configuring..."
msgstr "Íŕńňđîéęŕ IDE"
-#: ../../standalone/drakgw_.c:340
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Ęŕíôłăóđŕöű˙ ńöýíŕđŕ˘, óńňŕë˙âŕííĺ ĎÇ, çŕďóńę ńëóćáŕ˘..."
-#: ../../standalone/drakgw_.c:376
+#: ../../standalone/drakgw_.c:372
#, c-format
msgid "Problems installing package %s"
msgstr "Ďđŕáëĺěű ç óńňŕë˙âŕííĺě ďŕęĺňó %s"
-#: ../../standalone/drakgw_.c:509
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12008,25 +12111,25 @@ msgstr ""
"ç łířűěł ęŕěď'ţňýđŕěł ˘ âŕřŕé ËÂŃ, ęŕđűńňŕţ÷űń˙ ŕ˘ňŕěŕňű÷íűě\n"
"ęŕíôłăóđŕâŕííĺě (DHCP)."
-#: ../../standalone/drakgw_.c:528
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:529
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:530
+#: ../../standalone/drakgw_.c:525
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ çŕđŕç ěŕă÷űěŕ"
-#: ../../standalone/drakgw_.c:535
+#: ../../standalone/drakgw_.c:531
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Iíňýđíýň çëó÷ýííĺ i ęŕíôiăóđŕöű˙"
-#: ../../standalone/drakgw_.c:542
+#: ../../standalone/drakgw_.c:539
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12036,156 +12139,156 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Ńóěĺńíŕĺ Iíňýđíýň-çëó÷ýííĺ"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "group"
msgstr "Ďđŕöî˘íŕ˙ ăđóďŕ"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "permissions"
msgstr "Đŕçäçĺë %s"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "user"
msgstr "Iě˙ ęŕđűńňŕëüíięó:"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:44
#, fuzzy
msgid "delete"
msgstr "Çíiř÷űöü"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
#, fuzzy
msgid "edit"
msgstr "Ń˙đýäíi"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:46
#, fuzzy
msgid "Down"
msgstr "Çđîáëĺíŕ"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:47
#, fuzzy
msgid "add a rule"
msgstr "Äŕäŕöü ęŕđűńňŕëüíięŕ"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
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:62
+#: ../../standalone/drakperm_.c:56
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Iě˙ äđóęŕđęi"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:58
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:66
+#: ../../standalone/drakperm_.c:60
#, fuzzy
msgid "Delete selected rule"
msgstr "Âűäŕëiöü ÷ŕđăó äđóęó"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:244
+#: ../../standalone/drakperm_.c:231
#, fuzzy
msgid "Current user"
msgstr "Ďđűí˙öü ęŕđűńňŕëüíięŕ"
-#: ../../standalone/drakperm_.c:249
+#: ../../standalone/drakperm_.c:236
#, fuzzy
msgid "Permissions"
msgstr "Âĺđńi˙: %s\n"
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:251
+#: ../../standalone/drakperm_.c:238
#, fuzzy
msgid "Property"
msgstr "Ďîđň"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:311
+#: ../../standalone/drakperm_.c:297
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:312
+#: ../../standalone/drakperm_.c:298
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:318
+#: ../../standalone/drakperm_.c:304
#, fuzzy
msgid "Path selection"
msgstr "Ŕńŕáińňű âűáŕđ ďŕęĺňŕ˘"
-#: ../../standalone/drakperm_.c:364
+#: ../../standalone/drakperm_.c:350
#, fuzzy
msgid "user :"
msgstr "Iě˙ ęŕđűńňŕëüíięó:"
-#: ../../standalone/drakperm_.c:366
+#: ../../standalone/drakperm_.c:352
#, fuzzy
msgid "group :"
msgstr "Ďđŕöî˘íŕ˙ ăđóďŕ"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:46
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Đŕçěĺđęŕâŕííĺ"
-#: ../../standalone/draksound_.c:48
+#: ../../standalone/draksound_.c:47
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12197,7 +12300,7 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -12206,139 +12309,139 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:78
+#: ../../standalone/draksplash_.c:67
#, fuzzy
msgid "first step creation"
msgstr "Íŕńňđîéęŕ ďŕńë˙ ˘ńňŕë˙âŕíí˙"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:70
#, fuzzy
msgid "final resolution"
msgstr "Ďŕěĺđű ýęđŕíó"
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
#, fuzzy
msgid "choose image file"
msgstr "Ŕá˙đűöĺ äçĺ˙ííĺ"
-#: ../../standalone/draksplash_.c:81
+#: ../../standalone/draksplash_.c:72
#, fuzzy
msgid "Theme name"
msgstr "Iě˙ äë˙ đŕçěĺđęŕâŕíŕăŕ đýńóđńó"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Íŕńňđîéęŕ ńëóćáŕ˘"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:113
#, fuzzy
msgid "Preview"
msgstr "ďđűëŕäŕ"
-#: ../../standalone/draksplash_.c:123
+#: ../../standalone/draksplash_.c:115
#, fuzzy
msgid "Save theme"
msgstr "Óńňŕë˙âŕííĺ ńińňýěű"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:116
#, fuzzy
msgid "Choose color"
msgstr "Ŕá˙đűöĺ ěŕíiňîđ"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:435
+#: ../../standalone/draksplash_.c:428
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Çëó÷ýííĺ ďđűíňýđó"
-#: ../../standalone/draksplash_.c:456
+#: ../../standalone/draksplash_.c:449
#, fuzzy
msgid "You must choose an image file first!"
msgstr "URI ďđűíňýđó"
-#: ../../standalone/draksplash_.c:465
+#: ../../standalone/draksplash_.c:458
#, fuzzy
msgid "Generating preview ..."
msgstr "Âűçíŕ÷ýííĺ ďđűëŕäŕ˘..."
#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:511
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr ""
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -12353,120 +12456,120 @@ msgid ""
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
#, fuzzy
msgid "Canada (cable)"
msgstr "Ęŕíŕäńęi (Ęâĺáýę)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "East Europe"
msgstr "Ţđîďŕ"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "France [SECAM]"
msgstr "Ôđŕíöű˙"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Ireland"
msgstr "Ińëŕíäńęi"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "West Europe"
msgstr "Ţđîďŕ"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
#, fuzzy
msgid "Australia"
msgstr "ďŕńë˙äî˘íŕ˙"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr ""
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr ""
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:122
+#: ../../standalone/drakxtv_.c:116
msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
+#: ../../standalone/drakxtv_.c:120
#, fuzzy
msgid "There was an error while scanning for TV channels"
msgstr "Ŕňđűěŕëŕń˙ ďŕěűëęŕ ˘ďŕđŕäęŕâŕíí˙ ďŕęĺňŕ˘:"
-#: ../../standalone/drakxtv_.c:126
+#: ../../standalone/drakxtv_.c:121
msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:129
+#: ../../standalone/drakxtv_.c:124
msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:130
+#: ../../standalone/drakxtv_.c:125
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:153
+#: ../../standalone/drakxtv_.c:147
msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:154
+#: ../../standalone/drakxtv_.c:148
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
@@ -12478,30 +12581,442 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/harddrake2_.c:8
+#: ../../standalone/harddrake2_.c:17
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Äđóę ňýńňŕâűő ńňŕđîíŕę"
+
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:22
+#, fuzzy
+msgid "Channel"
+msgstr "Ŕäěĺíŕ"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid ""
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:26
+#, fuzzy
+msgid "Bus identification"
+msgstr "Ŕ˘ňýíňűôięŕöű˙"
+
+#: ../../standalone/harddrake2_.c:27
+msgid ""
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:30
+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"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "ďŕěĺđ áëîęó"
+
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:36
+#, fuzzy
+msgid "Cpuid level"
+msgstr "Íŕńňđîéęi ˘çđî˘í˙ á˙ńďĺęi"
+
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:38
+msgid "This field describes the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:39
+#, fuzzy
+msgid "Old device file"
+msgstr "Ŕá˙đűöĺ ôŕéë"
+
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:41
+#, fuzzy
+msgid "New devfs device"
+msgstr "Ďđűëŕäŕ-řëţç"
+
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:43
+#, fuzzy
+msgid "Module"
+msgstr "Ďîđň ěűřű"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:46
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:53
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "Ôŕđěŕňŕâŕííĺ"
+
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "óçđîâĺíü"
+
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#, fuzzy
+msgid "Model"
+msgstr "Ďîđň ěűřű"
+
+#: ../../standalone/harddrake2_.c:58
+#, fuzzy
+msgid "hard disk model"
+msgstr "Ŕäđŕńű ďŕě˙öł ęŕđňű (DMA)"
+
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "Îďöűi ěîäóëţ:"
+
+#: ../../standalone/harddrake2_.c:60
+msgid "Official vendor name of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:61
+#, fuzzy
+msgid "Number of buttons"
+msgstr "2 ęíîďęi"
+
+#: ../../standalone/harddrake2_.c:62
+#, fuzzy
+msgid "Name"
+msgstr "Iě˙: "
+
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr "Ńĺňęŕâű ďđűíňýđ (TCP/Socket)"
+
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:64
+msgid "the number of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "ôŕđěŕňŕâŕííĺ"
+
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:66
+#, fuzzy
+msgid "The type of bus on which the mouse is connected"
+msgstr "Ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ ďîńë˙äî˘íű ďîđň, äŕ ˙ęîăŕ ďŕäęëţ÷ŕíŕ âŕřŕ˙ ěűř."
+
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:68
+msgid "the vendor name of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:82
+#, fuzzy
+msgid "/_Quit"
+msgstr "Âűőŕä"
+
+#: ../../standalone/harddrake2_.c:83
+#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "Ŕääŕëĺíű ďđűíňýđ"
+
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+msgid "/_Options"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "Ŕääŕëĺíű ďđűíňýđ"
+
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:89
+msgid "/_Help..."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:93
msgid ""
+"Description of the fields:\n"
"\n"
-"Usage: harddrake [-h|--help] [--test]\n"
msgstr ""
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/keyboarddrake_.c:32
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "Ŕá˙đűöĺ âiäýŕęŕđňó"
+
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:102
+#, fuzzy
+msgid "/_About..."
+msgstr "Ŕäě˙íiöü"
+
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:105
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:106
+#, fuzzy
+msgid "Author:"
+msgstr "Ŕ˘ňŕďîřóę"
+
+#: ../../standalone/harddrake2_.c:113
+#, fuzzy
+msgid "Detection in progress"
+msgstr "Äóáë˙âŕííĺ ďóíęňó ěŕíöiđŕâŕíí˙ %s"
+
+#: ../../standalone/harddrake2_.c:119
+#, fuzzy
+msgid "Harddrake2 version "
+msgstr "Âűçíŕ÷ýííĺ ćîđńňęŕăŕ äűńęó"
+
+#: ../../standalone/harddrake2_.c:126
+#, fuzzy
+msgid "Detected hardware"
+msgstr "Ăë. ŕďińŕííĺ ŕáńňŕë˙âŕíí˙"
+
+#: ../../standalone/harddrake2_.c:129
+#, fuzzy
+msgid "Information"
+msgstr "Iíôŕđěŕöű˙"
+
+#: ../../standalone/harddrake2_.c:131
+#, fuzzy
+msgid "Configure module"
+msgstr "Íŕńňđîéęŕ ěűřű"
+
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:143
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
+
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+#, fuzzy
+msgid "secondary"
+msgstr "%d ńĺęóíäŕ˘"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
+msgstr "Ŕääŕëĺíű ďđűíňýđ"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "Ŕääŕëĺíű ďđűíňýđ"
+
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "Îďöűi"
+
+#: ../../standalone/keyboarddrake_.c:26
msgid "Please, choose your keyboard layout."
msgstr "Ęŕëi ëŕńęŕ, ŕá˙đűöĺ ňűď ęëŕâi˙ňóđű."
-#: ../../standalone/keyboarddrake_.c:41
+#: ../../standalone/keyboarddrake_.c:35
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Âű ćŕäŕĺöĺ ęŕá BackSpace ďđŕöŕâࢠó ęŕíńîëł ˙ę Delete?"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:18
#, fuzzy
msgid "Change Cd-Rom"
msgstr "Çě˙íiöü ďŕěĺđű ýęđŕíó"
-#: ../../standalone/livedrake_.c:25
+#: ../../standalone/livedrake_.c:19
#, fuzzy
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
@@ -12514,278 +13029,378 @@ msgstr ""
"Ęŕëi âű íĺ ěŕĺöĺ ˙ăî, íŕöińíiöĺ Ŕäě˙íiöü, ęŕá ŕäě˙íiöü óńňŕë˙âŕííĺ ç ăýňŕăŕ "
"Cd."
-#: ../../standalone/livedrake_.c:35
+#: ../../standalone/livedrake_.c:29
msgid "Unable to start live upgrade !!!\n"
msgstr "Íĺěŕă÷űěŕ çŕďóńöłöü live upgrade !!!\n"
-#: ../../standalone/localedrake_.c:33
+#: ../../standalone/localedrake_.c:34
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:86 ../../ugtk.pm_.c:285
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
msgid "logdrake"
msgstr ""
-#: ../../standalone/logdrake_.c:96
+#: ../../standalone/logdrake_.c:68
msgid "Show only for the selected day"
msgstr ""
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "/File/_New"
msgstr ""
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "<control>N"
msgstr ""
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "/File/_Open"
msgstr ""
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "<control>O"
msgstr ""
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "/File/_Save"
msgstr ""
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "<control>S"
msgstr ""
-#: ../../standalone/logdrake_.c:106
+#: ../../standalone/logdrake_.c:78
msgid "/File/Save _As"
msgstr ""
-#: ../../standalone/logdrake_.c:107
+#: ../../standalone/logdrake_.c:79
msgid "/File/-"
msgstr ""
-#: ../../standalone/logdrake_.c:109
-msgid "/_Options"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:110
+#: ../../standalone/logdrake_.c:82
msgid "/Options/Test"
msgstr ""
-#: ../../standalone/logdrake_.c:112
+#: ../../standalone/logdrake_.c:84
msgid "/Help/_About..."
msgstr ""
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:120
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:174
+#: ../../standalone/logdrake_.c:145
#, fuzzy
msgid "User"
msgstr "Iě˙ ęŕđűńňŕëüíięó:"
-#: ../../standalone/logdrake_.c:175
+#: ../../standalone/logdrake_.c:146
#, fuzzy
msgid "Messages"
msgstr "Ďđŕâĺđęŕ ďŕđňî˘"
-#: ../../standalone/logdrake_.c:176
+#: ../../standalone/logdrake_.c:147
msgid "Syslog"
msgstr ""
-#: ../../standalone/logdrake_.c:177
+#: ../../standalone/logdrake_.c:148
msgid "Mandrake Tools Explanations"
msgstr ""
-#: ../../standalone/logdrake_.c:180
+#: ../../standalone/logdrake_.c:151
msgid "search"
msgstr ""
-#: ../../standalone/logdrake_.c:186
+#: ../../standalone/logdrake_.c:161
msgid "A tool to monitor your logs"
msgstr ""
-#: ../../standalone/logdrake_.c:187
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
msgid "Settings"
msgstr ""
-#: ../../standalone/logdrake_.c:192
+#: ../../standalone/logdrake_.c:167
msgid "matching"
msgstr ""
-#: ../../standalone/logdrake_.c:193
+#: ../../standalone/logdrake_.c:168
msgid "but not matching"
msgstr ""
-#: ../../standalone/logdrake_.c:197
+#: ../../standalone/logdrake_.c:172
msgid "Choose file"
msgstr ""
-#: ../../standalone/logdrake_.c:202
+#: ../../standalone/logdrake_.c:181
msgid "Calendar"
msgstr ""
-#: ../../standalone/logdrake_.c:212
+#: ../../standalone/logdrake_.c:191
msgid "Content of the file"
msgstr ""
-#: ../../standalone/logdrake_.c:216 ../../standalone/logdrake_.c:392
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
msgid "Mail alert"
msgstr ""
-#: ../../standalone/logdrake_.c:268
+#: ../../standalone/logdrake_.c:245
#, c-format
msgid "please wait, parsing file: %s"
msgstr ""
-#: ../../standalone/logdrake_.c:409
+#: ../../standalone/logdrake_.c:392
#, fuzzy
msgid "Mail alert configuration"
msgstr "Íŕńňđîéęŕ ADSL"
-#: ../../standalone/logdrake_.c:410
+#: ../../standalone/logdrake_.c:393
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../standalone/logdrake_.c:417
+#: ../../standalone/logdrake_.c:400
msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:418
+#: ../../standalone/logdrake_.c:401
#, fuzzy
msgid "Domain Name Resolver"
msgstr "Iě˙ äŕěĺíó"
-#: ../../standalone/logdrake_.c:419
+#: ../../standalone/logdrake_.c:402
#, fuzzy
msgid "Ftp Server"
msgstr "NIS ńĺđâĺđ:"
-#: ../../standalone/logdrake_.c:420
+#: ../../standalone/logdrake_.c:403
#, fuzzy
msgid "Postfix Mail Server"
msgstr "Ńĺđâĺđ äđóęó"
-#: ../../standalone/logdrake_.c:421
+#: ../../standalone/logdrake_.c:404
#, fuzzy
msgid "Samba Server"
msgstr "NIS ńĺđâĺđ:"
-#: ../../standalone/logdrake_.c:422
+#: ../../standalone/logdrake_.c:405
#, fuzzy
msgid "SSH Server"
msgstr "NIS ńĺđâĺđ:"
-#: ../../standalone/logdrake_.c:423
+#: ../../standalone/logdrake_.c:406
#, fuzzy
msgid "Webmin Service"
msgstr "ďđűëŕäŕ"
-#: ../../standalone/logdrake_.c:424
+#: ../../standalone/logdrake_.c:407
#, fuzzy
msgid "Xinetd Service"
msgstr "Ńĺđâĺđ äđóęó"
-#: ../../standalone/logdrake_.c:431
+#: ../../standalone/logdrake_.c:414
#, fuzzy
msgid "service setting"
msgstr "ďđűëŕäŕ"
-#: ../../standalone/logdrake_.c:432
+#: ../../standalone/logdrake_.c:415
msgid ""
"You will receive an alert if one of the selected services is no more running"
msgstr ""
-#: ../../standalone/logdrake_.c:444
+#: ../../standalone/logdrake_.c:428
#, fuzzy
msgid "load setting"
msgstr "ôŕđěŕňŕâŕííĺ"
-#: ../../standalone/logdrake_.c:445
+#: ../../standalone/logdrake_.c:429
msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: ../../standalone/logdrake_.c:458
+#: ../../standalone/logdrake_.c:444
#, fuzzy
msgid "alert configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../standalone/logdrake_.c:459
+#: ../../standalone/logdrake_.c:445
#, fuzzy
msgid "Please enter your email address below "
msgstr "Ďŕńďđŕáóéöĺ ˙ř÷ý đŕç"
-#: ../../standalone/logdrake_.c:498
+#: ../../standalone/logdrake_.c:486
msgid "Save as.."
msgstr ""
-#: ../../standalone/mousedrake_.c:45
+#: ../../standalone/mousedrake_.c:37
msgid "Please, choose the type of your mouse."
msgstr "ęŕëi ëŕńęŕ, ďŕçíŕ÷öĺ ňűď âŕřŕé ěűřű."
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/mousedrake_.c:50
msgid "Emulate third button?"
msgstr "Ýěóë˙âŕöü ňđýöţţ ęíîďęó?"
-#: ../../standalone/printerdrake_.c:57
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "Ęŕíôiăóđŕöű˙ ńĺňęi"
+
+#: ../../standalone/net_monitor_.c:96
+#, fuzzy
+msgid "Profile "
+msgstr "ďŕěűëęŕ ěŕíöiđŕâŕíí˙: "
+
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "Çŕőŕâŕííĺ ˘ ôŕéë"
+
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "Iě˙ çëó÷ýíí˙"
+
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
+msgid "Wait please, testing your connection..."
+msgstr "ßęi ňűď âŕřŕăŕ ISDN çëó÷ýíí˙?"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "Äŕëó÷ýííĺ äŕ Iíňýđíýňó"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Disconnecting from Internet "
+msgstr "Äŕëó÷ýííĺ äŕ Iíňýđíýňó"
+
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "Iě˙ çëó÷ýíí˙"
+
+#: ../../standalone/net_monitor_.c:226
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "Íŕńňđîéęŕ"
+
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "Ëŕęŕëüíű ďđűíňýđ"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:453
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Iě˙ çëó÷ýíí˙"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Íŕńňđîéęŕ ISDN"
+
+#: ../../standalone/printerdrake_.c:47
#, fuzzy
msgid "Reading printer data ..."
msgstr "×űňŕţ áŕçó äŕäçĺíűő äđŕéâĺđî˘ CUPS"
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
#, fuzzy
msgid "Detecting devices ..."
msgstr "Âűçíŕ÷ýííĺ ďđűëŕäŕ˘..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Test ports"
msgstr "Ďđŕâĺđęŕ ďŕđňî˘"
-#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
-#: ../../standalone/scannerdrake_.c:81
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
-#: ../../standalone/scannerdrake_.c:56
+#: ../../standalone/scannerdrake_.c:54
#, fuzzy, c-format
msgid "%s found on %s, configure it?"
msgstr "Ćŕäŕĺöĺ íŕńňđîiöü ďđűíňýđ?"
-#: ../../standalone/scannerdrake_.c:59
+#: ../../standalone/scannerdrake_.c:57
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: ../../standalone/scannerdrake_.c:65
+#: ../../standalone/scannerdrake_.c:63
#, fuzzy
msgid "Select a scanner"
msgstr "Ŕá˙đűöĺ âiäýŕęŕđňó"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:91
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-#: ../../standalone/scannerdrake_.c:109
+#: ../../standalone/scannerdrake_.c:107
#, fuzzy
msgid "choose device"
msgstr "Çŕăđóçŕ÷íŕ˙ ďđűëŕäŕ"
-#: ../../standalone/scannerdrake_.c:115
+#: ../../standalone/scannerdrake_.c:113
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12793,7 +13408,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:120
+#: ../../standalone/scannerdrake_.c:118
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12810,6 +13425,11 @@ msgstr ""
msgid "Some devices were added:\n"
msgstr ""
+#: ../../standalone/service_harddrake_.c:64
+#, fuzzy
+msgid "Hardware probing in progress"
+msgstr "Äóáë˙âŕííĺ ďóíęňó ěŕíöiđŕâŕíí˙ %s"
+
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Âűáŕđ ěîâű"
@@ -12884,10 +13504,14 @@ msgstr "Óńňŕë˙âŕííĺ ńińňýěű"
msgid "Exit install"
msgstr "Çŕęŕí÷ýííĺ ˘ńňŕë˙âŕíí˙"
-#: ../../ugtk.pm_.c:648
+#: ../../ugtk.pm_.c:636
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr ""
@@ -13147,3 +13771,130 @@ msgstr "Ěóëüňűěĺäű˙ - Ńňâŕđýííĺ CD"
#, fuzzy
msgid "Scientific Workstation"
msgstr "Íŕâóęîâű˙ ďđűęëŕäŕííł"
+
+#, fuzzy
+#~ msgid "cpu number "
+#~ msgstr "Íóěŕđ ňýëĺôîíó"
+
+#~ msgid ""
+#~ "You now have the opportunity to download encryption software.\n"
+#~ "\n"
+#~ "WARNING:\n"
+#~ "\n"
+#~ "Due to different general requirements applicable to these software and "
+#~ "imposed\n"
+#~ "by various jurisdictions, customer and/or end user of theses software "
+#~ "should\n"
+#~ "ensure that the laws of his/their jurisdiction allow him/them to "
+#~ "download, stock\n"
+#~ "and/or use these software.\n"
+#~ "\n"
+#~ "In addition customer and/or end user shall particularly be aware to not "
+#~ "infringe\n"
+#~ "the laws of his/their jurisdiction. Should customer and/or end user not\n"
+#~ "respect the provision of these applicable laws, he/they will incure "
+#~ "serious\n"
+#~ "sanctions.\n"
+#~ "\n"
+#~ "In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
+#~ "liable\n"
+#~ "for special, indirect or incidental damages whatsoever (including, but "
+#~ "not\n"
+#~ "limited to loss of profits, business interruption, loss of commercial "
+#~ "data and\n"
+#~ "other pecuniary losses, and eventual liabilities and indemnification to "
+#~ "be paid\n"
+#~ "pursuant to a court decision) arising out of use, possession, or the "
+#~ "sole\n"
+#~ "downloading of these software, to which customer and/or end user could\n"
+#~ "eventually have access after having sign up the present agreement.\n"
+#~ "\n"
+#~ "\n"
+#~ "For any queries relating to these agreement, please contact \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+#~ msgstr ""
+#~ "Çŕđŕç âű ěŕĺöĺ ěŕă÷űěŕńöü çŕăđóçiöü ďđŕăđŕěű äë˙ řűôđŕâŕíí˙.\n"
+#~ "\n"
+#~ "ÓÂŔĂŔ:\n"
+#~ "\n"
+#~ "Ç-çŕ ŕăóëüíűő ŕáěĺćŕâŕíí˙˘ íŕ ďđŕăđŕěű ăýňęŕăŕ đîäó i đîçíűő ďŕí˙öö˙˘\n"
+#~ "ó đîçíűő çŕęîíŕäŕ˘ńňâŕő, ďđŕäŕâĺö i/ŕëüáî ęŕđűńňŕëüíię ăýňűő ďđŕăđŕě "
+#~ "ďŕâiíĺí\n"
+#~ "óďý˘íiööŕ ˘ ňűě, řňî çŕęîíű ˙ăî/iő äç˙đćŕâࢠäŕçâŕë˙ţöü çŕăđóćŕöü, "
+#~ "çŕőî˘âŕöü\n"
+#~ "i/ŕëüáî âűęŕđűńňî˘âŕöü ăýňű˙ ďđŕăđŕěű.\n"
+#~ "\n"
+#~ "Ŕęđŕě˙ ňŕăî, ďđŕäŕâĺö i/ŕëüáî ęŕđűńňŕëüíię ďŕâiííű áűöü óďý˘íĺíű, řňî íĺ "
+#~ "ďŕđóřŕţöü\n"
+#~ "çŕęîíࢠńâŕ¸é ęđŕiíű. Ęŕëi ďđŕäŕâĺö i/ŕëüáî ęŕđűńňŕëüíię ďŕđóřŕĺ ăýňű˙\n"
+#~ "çŕęîíű, ˙ęi˙ ěîăóöü áűöü ńęŕđűńňŕíű˙ ńóďđŕöü ˙ăî, ¸í/˙íű í˙ńĺ ŕäęŕçíŕńöü\n"
+#~ "\n"
+#~ "Íi ˘ ˙ęiě đŕçĺ íi Mandrakesoft, íi ˙ĺ âűęŕíŕ˘öű i ďŕńňŕ˘ř÷űęi íĺ "
+#~ "ŕäęŕçâŕţöü\n"
+#~ "çŕ íĺďŕńđýäíóţ, íĺďđŕěóţ ŕëüáî âűďŕäęîâóţ řęîäó (řňî óęëţ÷ŕĺ, ŕëĺ \n"
+#~ "íĺ ŕáě˙ćî˘âŕĺööŕ ńňđŕ÷ŕíűěł ďđűáűňęŕě, ďŕđóřýííĺ áiçíýńó, ńňđŕňŕé "
+#~ "ęŕěĺđöűéíűő \n"
+#~ "äŕäçĺíűő i iířűěi ńňđŕňŕěi, ŕ ňŕęńŕěŕ ěŕă÷űěűěi ńŕíęöű˙ěi i řňđŕôŕěi, "
+#~ "˙ęi˙ \n"
+#~ "íŕëĺćűöü âűďëŕöiöü ďŕ ďŕńňŕíîâĺ ńóäó), ˙ęi˙ âűö˙ęŕţöü ç ęŕđűńňŕíí˙, \n"
+#~ "âŕëîäŕíí˙, ŕëüáî ďđîńňŕ çŕăđóçęi ç ńĺňęi ďđŕăđŕě, äŕ ˙ęiő ďđŕäŕâĺö ŕëüáî\n"
+#~ "ęŕđűńňŕëüíię ŕňđűěŕëi äîńňóď ďŕńë˙ ďŕäďińŕíí˙ ăýňŕăŕ ďŕăŕäíĺíí˙.\n"
+#~ "\n"
+#~ "Ăýňŕĺ ďŕăŕäíĺííĺ ˘ ďĺđřóţ ÷ŕđăó ŕäęŕçâŕĺ çŕęîíŕäŕ˘ńňâó Ôđŕíöűi, çŕ "
+#~ "âűęëţ÷ýííĺě\n"
+#~ "âűďŕäęŕ˘, ˙ęi˙ ńďĺöű˙ëüíŕ đýăëŕěĺíňóţööŕ ě˙ńöîâűě çŕęîíŕäŕ˘ńňâŕě ó ěĺćŕő\n"
+#~ "ăđŕěŕäç˙íńęŕăŕ ďđŕâŕ. Ŕäíŕę äŕäçĺíŕĺ ďŕăŕäíĺííĺ ęŕňýăŕđű÷íŕ ŕáâ˙đăŕĺ "
+#~ "ëţáű˙\n"
+#~ "íĺńóŕäíîńiíű çŕęîíŕäŕ˘ńňâŕ˘, ďđűíöűďŕ˘, ŕëüáî ďđűě˙íĺííĺ ŕä "
+#~ "ďđîöiëĺăëŕăŕ.\n"
+#~ "Ňŕęiě ÷űíŕě, çŕęîíű Ôđŕíöűi áóäóöü ďđýâŕëiđŕâŕöü íŕä ëţáűěi iířűěi "
+#~ "ě˙ńöîâűěi\n"
+#~ "çŕęîíŕěi.\n"
+#~ "\n"
+#~ "Ç ëţáűěi ďűňŕíí˙ěi, ˙ęi˙ äŕňű÷ŕööŕ äŕäçĺííŕăŕ ďŕăŕäíĺíí˙, çâ˙đňŕéöĺń˙: \n"
+#~ "Mandrakesoft\n"
+#~ "43, rue d'Aboukir\n"
+#~ "75002 Paris\n"
+#~ "FRANCE"
+
+#, fuzzy
+#~ msgid "Proxy configuration"
+#~ msgstr "Íŕńňđîéęŕ proxy ęýřóţ÷űő ńĺđâĺđŕ˘"
+
+#, fuzzy
+#~ msgid "port"
+#~ msgstr "Ďîđň"
+
+#, fuzzy
+#~ msgid "Url should begin with 'http:'"
+#~ msgstr "Proxy ďŕâiíĺí áűöü http://..."
+
+#, fuzzy
+#~ msgid "login"
+#~ msgstr "Ŕ˘ňŕěŕňű÷íű ˘âŕőîä ó ńińňýěó"
+
+#, fuzzy
+#~ msgid "password"
+#~ msgstr "Ďŕđîëü"
+
+#, fuzzy
+#~ msgid "re-type password"
+#~ msgstr "Í˙ěŕ ďŕđîëţ"
+
+#, fuzzy
+#~ msgid "The passwords don't match. Try again!"
+#~ msgstr "Ďŕđîëi íĺ ńóďŕäŕţöü"
+
+#~ msgid "Can't write file %s"
+#~ msgstr "Íĺ ŕňđűěëiâŕĺööŕ çŕďiń ó ôŕéë %s"
+
+#, fuzzy
+#~ msgid "Please click on a medium"
+#~ msgstr "Íŕöłńíłöĺ íŕ đŕçäçĺë"
+
+#, fuzzy
+#~ msgid "detected on interface %s"
+#~ msgstr "Ńĺňęŕâű iíňýđôĺéń"
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index d43acd51e..1ad2b46b9 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-20 11:43+0200\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\n"
"PO-Revision-Date: 2000-02-28 20:56+0200\n"
"Last-Translator: Bozhan Boiadzhiev <bozhan@plov.omega.bg>\n"
"Language-Team: Bulgarian\n"
@@ -69,44 +69,44 @@ msgid ""
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "Čçáĺđĺňĺ ęŕďŕöčňĺň íŕ ďŕěĺňňŕ íŕ ăđŕôč÷íŕňŕ ńč ęŕđňŕ"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "Íŕńňđîéęŕ íŕ XFree"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
msgid "Which configuration of XFree do you want to have?"
msgstr "Ęî˙ íŕńňđîéęŕ íŕ XFree čńęŕňĺ äŕ čěŕňĺ ?"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr "Čçďîëçâŕé đŕçřčđĺíčĺňî Xinerama"
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Íŕńňđîéęŕ ńŕěî íŕ ęŕđňŕ \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s ń őŕđäóĺđíî 3D óńęîđĺíčĺ"
-#: ../../Xconfig/card.pm_.c:414
+#: ../../Xconfig/card.pm_.c:416
#, 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:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Ęŕđňŕňŕ âč ěîćĺ äŕ čěŕ ďîääđúćęŕ íŕ őŕđäóĺđíî 3D óńęîđĺíčĺ â XFree %s."
-#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s ń ĹĘŃĎĹĐČĚĹÍŇŔËÍO őŕđäóĺđíî 3D óńęîđĺíčĺ"
-#: ../../Xconfig/card.pm_.c:427
+#: ../../Xconfig/card.pm_.c:429
#, 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:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -151,12 +151,12 @@ msgstr ""
"ÎŇÁĹËĹĆĹŇĹ, ×Ĺ ŇÎÂŔ Ĺ ĹĘŃĎĹĐČĚĹÍŇŔËÍŔ ĎÎÄÄĐÚĆĘŔ Č ĘÎĚĎŢŇÚĐÚŇ ÂČ ĚÎĆĹ ÄŔ "
"ÇŔÁČĹ."
-#: ../../Xconfig/card.pm_.c:453
+#: ../../Xconfig/card.pm_.c:455
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:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "Ęëčĺíňńęŕ"
@@ -169,7 +169,7 @@ msgstr "Ăđŕôč÷íŕ ęŕđňŕ"
msgid "Monitor"
msgstr "Ěîíčňîđ"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "Đŕçäĺëčňĺëíŕ ńďîńîáíîńň"
@@ -178,27 +178,28 @@ msgid "Test"
msgstr ""
#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:385 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Îďöčč"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:166
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "Ok"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3207
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "Čçőîä"
@@ -227,7 +228,8 @@ msgstr ""
msgid "Generic"
msgstr "Îáů"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
#, fuzzy
msgid "Vendor"
msgstr "Âúđíč"
@@ -288,50 +290,52 @@ msgstr "16 ěčëčîíŕ öâ˙ňŕ (24 áčňŕ)"
msgid "4 billion colors (32 bits)"
msgstr "4 ěčëčŕđäŕ öâ˙ňŕ (32 áčňŕ)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "Đŕçäĺëčňĺëíŕ ńďîńîáíîńň"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "Čçáĺđĺňĺ đŕçäĺëčňĺëíŕ ńďîńîáíîńň č äúëáî÷číŕ íŕ öâĺňîâĺňĺ"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "Ăđŕôč÷íŕ ęŕđňŕ: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../security/main.pm_.c:216 ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:560 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "Îňęŕç"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "Ďđîâĺđęŕ íŕ íŕńňđîéęŕňŕ"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "Čńęŕňĺ ëč äŕ ňĺńňâŕňĺ íŕńňđîéęčňĺ?"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
@@ -427,162 +431,162 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Ęŕęúâ ĺ ňčďúň íŕ ISDN âđúçęŕňŕ ?"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "Ďúđâč ńĺęňîđ îň ńňŕđňčđŕůč˙ ńĺ ä˙ë"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "Ďúđâč˙ň ńĺęňîđ îň äđŕéâŕ (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "SILO číńňŕëŕöč˙"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
msgstr "Ęúäĺ čńęŕňĺ äŕ číńňŕëčđŕňĺ bootloader-ŕ?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "LILO/grub číńňŕëŕöč˙"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr "LILO ń ňĺęńňîâî ěĺíţ"
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr "LILO ń ăđŕôč÷íî ěĺíţ"
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Ńňŕđňčđŕíĺ îň DOS/Windows (loadlin)"
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
msgstr "Îďöčč íŕ çŕđĺćäŕůŕňŕ ďđîăđŕěŕ"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader to use"
msgstr "Čçďîëçâŕíŕ çŕđĺćäŕůŕňŕ ďđîăđŕěŕ"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
msgstr "Bootloader číńňŕëŕöč˙"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "Ńňŕđňčđŕůî óńňđîéńňâî"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "Ęîěďŕęňĺí"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "ęîěďŕęňĺí"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "Âčäĺî đĺćčě"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "Çŕáŕâ˙íĺ ďđĺäč ńňŕđňčđŕíĺňî íŕ default ä˙ëŕ"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "Ďŕđîëŕ"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "Ďŕđîëŕ (îňíîâî)"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "Îăđŕíč÷č îďöččňĺ, çŕäŕâŕíč îň ęîěŕíäíč˙ đĺä"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "îăđŕíč÷č"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "Ďî÷čńňâŕíĺ íŕ /tmp ďđč âń˙ęî çŕđĺćäŕíĺ"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Ňî÷ĺí đŕçěĺđ íŕ RAM-ďŕěĺňňŕ, ŕęî ĺ íĺîáőîäčěî (íŕěĺđĺíč %d MB)"
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "Âęëţ÷č ěíîăî ďđîôčëč"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
msgstr "Äŕéňĺ đŕçěĺđŕ RAM-ďŕěĺň â Mb"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Îďöč˙ňŕ ``Îăđŕíč÷č îďöččňĺ îň ęîěŕíäíč˙ đĺä'' ĺ áĺçďîëĺçíŕ áĺç ďŕđîëŕ"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../diskdrake/interactive.pm_.c:1195
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "Ěîë˙, îďčňŕéňĺ îňíîâî"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "Ďŕđîëčňĺ íŕ ńúâďŕäŕň"
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr "Ńňŕđňîâî ńúîáůĺíčĺ"
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
msgstr "Čç÷ŕęâŕíĺ íŕ Open Firmware"
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr "Čç÷ŕęâŕíĺ çŕ ńňŕđňčđŕíĺ íŕ ˙äđîňî"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr "Ńňŕđňčđŕíĺ îň CD ?"
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr "Ńňŕđňčđŕíĺ îň OF ?"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
msgid "Default OS?"
msgstr "ÎŃ ďî ďîäđŕçáčđŕíĺ ?"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -591,7 +595,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -599,156 +603,158 @@ msgstr ""
"Ňîâŕ ńŕ đŕçëč÷íčňĺ çŕďčńč.\n"
"Ěîćĺňĺ äŕ äîáŕâčňĺ îůĺ čëč äŕ ďđîěĺíčňĺ ńúůĺńňâóâŕůčňĺ."
-#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "Äîáŕâč"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3207 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "Ăîňîâî"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
msgid "Modify"
msgstr "Ěîäčôčöčđŕé"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "Ęŕęúâ ňčď číôîđěŕöč˙ čńęŕňĺ äŕ ďđčáŕâčňĺ"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "Äđóăŕ ÎŃ (SunOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "Äđóăŕ ÎŃ (MacOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "Äđóăŕ ÎŃ (Windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "Îáđŕç"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "Ăëŕâĺí"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "Äîďúëâŕíĺ"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "×ĺňĺíĺ-çŕďčń"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "Ňŕáëčöŕ"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "Îďŕńĺí"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "Ĺňčęĺň"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:200
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "Ďî ďîäđŕçáčđŕíĺ"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
msgid "Initrd-size"
msgstr "Initrd-ăîëĺěčíŕ"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr "Áĺç ăđŕôčęŕ"
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "Ďđĺěŕőíč çŕďčń"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "Ďđŕçĺí ĺňčęĺň íĺ ĺ đŕçđĺřĺí"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
#, fuzzy
msgid "You must specify a root partition"
msgstr "Ňđ˙áâŕ äŕ čěŕňĺ swap-ä˙ë"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
msgid "This label is already used"
msgstr "Ňîçč ĺňčęĺň âĺ÷ĺ ńĺ čçďîëçâŕ"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "Íŕěĺđĺíč ńŕ %s %s číňĺđôĺéńč"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "Čěŕňĺ ëč äđóă(č) ?"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Čěŕňĺ ëč í˙ęŕęúâ %s číňĺđôĺéń?"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "Íĺ"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "Äŕ"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
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:678
+#: ../../any.pm_.c:662
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Číńňŕëčđŕíĺ íŕ äđŕéâĺđ çŕ %s ďëŕňęŕ %s"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(ěîäóë %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, 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:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -759,17 +765,17 @@ msgstr ""
"Îďöččňĺ ńŕ âúâ ôîđěŕň ``čěĺ=ńňîéíîńň čěĺ2=ńňîéíîńň2 ...''.\n"
"Íŕďđčěĺđ: ``io=0x300 irq=7''"
-#: ../../any.pm_.c:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "Îďöčč íŕ ěîäóëŕ:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
msgstr "Ęîé %s äđŕéâĺđ äŕ ďđîáâŕě ?"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -788,15 +794,15 @@ msgstr ""
"îň ęî˙ňî ńĺ íóćäŕĺ ? Ďî ďđčíöčď ňîâŕ ěîćĺ äŕ çŕáčĺ ęîěďţňúđŕ âč, íî í˙ěŕ äŕ "
"ăî ďîâđĺäč."
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "Ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "Çŕäŕé îďöčč"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -805,63 +811,63 @@ msgstr ""
"Çŕđĺćäŕíĺňî íŕ ěîäóëŕ %s íĺ óńď˙.\n"
"Čńęŕňĺ ëč äŕ îďčňŕňĺ îňíîâî ń äđóăč ďŕđŕěĺňđč ?"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:738
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:739
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(âĺ÷ĺ ďđčáŕâčő %s)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "Ňŕçč ďŕđîëŕ ĺ ďđĺęŕëĺíî ďđîńňŕ"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "Ěîë˙, çŕäŕéňĺ ďîňđĺáčňĺëńęî čěĺ"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Ďîňđĺáčňĺëńęîňî čěĺ ěîćĺ äŕ âęëţ÷âŕ ńŕěî ěŕëęč áóęâč, íîěĺđŕ, `-' č `_'"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:752
#, fuzzy
msgid "The user name is too long"
msgstr "Ňîâŕ ďîňđĺáčňĺëńęî čěĺ ĺ âĺ÷ĺ äîáŕâĺíî"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "Ňîâŕ ďîňđĺáčňĺëńęî čěĺ ĺ âĺ÷ĺ äîáŕâĺíî"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "Äîáŕâč ďîňđĺáčňĺë"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -870,32 +876,32 @@ msgstr ""
"Âúâĺäĺňĺ ďîňđĺáčňĺë\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "Ďđčĺěč ďîňđĺáčňĺë"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "Čńňčíńęî čěĺ"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "Řĺë"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "Čęîíŕ"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -904,59 +910,59 @@ msgstr ""
"ďîňđĺáčňĺë.\n"
"Čńęŕňĺ ëč ňŕçč âúçěîćíîńň ?"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "Čçáĺđĺňĺ ďîäđŕçáčđŕů ńĺ ďîňđĺáčňĺë :"
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
msgid "Choose the window manager to run:"
msgstr "Čçáĺđĺňĺ Windows Manager çŕ ńňŕđňčđŕíĺ:"
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
#, fuzzy
msgid "Please choose a language to use."
msgstr "Ěîë˙, čçáĺđĺňĺ čçďîëçâŕí ĺçčę."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
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:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "Âńč÷ęč"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
#, fuzzy
msgid "Allow all users"
msgstr "Äîáŕâ˙íĺ íŕ ďîňđĺáčňĺë"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
#, fuzzy
msgid "No sharing"
msgstr "Ďîäĺë˙íĺ íŕ ôŕéëîâĺ"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:66
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Ňîçč ďŕęĺň ňđ˙áâŕ äŕ áúäĺ îáíîâĺí\n"
"Ńčăóđíč ëč ńňĺ, ÷ĺ čńęŕňĺ äŕ ăî čçęëţ÷čňĺ ?"
-#: ../../any.pm_.c:991
+#: ../../any.pm_.c:973
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:71
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 +971,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
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:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "Äîáđĺ äîřëč ďđč Cracker-čňĺ"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "Ëîřî"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "Ńňŕíäŕđňíŕ"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "Âčńîęî"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
#, fuzzy
msgid "Higher"
msgstr "Âčńîęî"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "Ďŕđŕíîč÷íî"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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 +1016,7 @@ msgstr ""
"óďîňđĺáŕ, íî ĺ ďî-÷óâńňâčňĺëíî: íĺ ňđ˙áâŕ äŕ áúäĺ čçďîëçâŕíŕ íŕ ěŕřčíč\n"
"ńâúđçŕíč ń äđóăč čëč ďî Číňĺđíĺň. Í˙ěŕ äîńňúď ń ďŕđîëč."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1018,7 +1024,7 @@ msgstr ""
"Ďŕđîëŕňŕ ńĺăŕ ĺ âęëţ÷ĺíŕ, íî čçďîëçâŕíĺňî ęŕňî ěđĺćîâ ęîěďţňúđ íĺ ĺ "
"ďđĺďîđú÷čňĺëíî."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1065
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1028,13 +1034,13 @@ msgstr ""
"čçďîëçâŕí äŕ ńĺ ńâúđçâŕ ęúě Číňĺđíĺň ęŕňî ęëčĺíň. Čěŕ ďđîâĺđęč íŕ "
"ńčăóđíîńňňŕ. "
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1049,7 +1055,7 @@ msgstr ""
"Ńčăóđíîńňňŕ ńĺăŕ ĺ äîńňŕňú÷íî ăîë˙ěŕ äŕ ńĺ čçďîëçâŕ ńčńňĺěŕňŕ ęŕňî\n"
"ńúđâúđ ďđčĺěŕů âđúçęč îň ěíîăî ęëčĺíňč. "
-#: ../../any.pm_.c:1089
+#: ../../any.pm_.c:1070
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1058,36 +1064,36 @@ msgstr ""
"Čçáčđŕěĺ 4-ňî íčâî, íî ńčńňĺěŕňŕ ĺ íŕďúëíî çŕňâîđĺíŕ.\n"
"Íčâîňî íŕ ńčăóđíîńň ĺ íŕ ěŕęńčěóěŕ ńč."
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Îďöčč"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Čçáĺđĺňĺ íčâî íŕ ńčăóđíîńň"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
msgid "Security level"
msgstr "Íčâî íŕ ńčăóđíîńň"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
msgid "Use libsafe for servers"
msgstr "Čçďîëçâŕéňĺ libsafe çŕ ńúđâúđč"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Áčáëčîňĺęŕ, ęî˙ňî îńčăóđ˙âŕ çŕůčňŕ îň aňŕęč ń ďđĺďúëâŕíĺ íŕ áóôĺđ č ôîđěŕňíč "
"ńňđčíăîâĺ."
-#: ../../any.pm_.c:1103
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1100,7 +1106,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:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1125,7 +1131,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:989
+#: ../../bootloader.pm_.c:983
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
@@ -1139,7 +1145,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:992
+#: ../../bootloader.pm_.c:986
#, 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 +1160,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:995
+#: ../../bootloader.pm_.c:989
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 +1174,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:998
+#: ../../bootloader.pm_.c:992
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
@@ -1182,177 +1188,172 @@ 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:1001
+#: ../../bootloader.pm_.c:995
#, 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:1005
+#: ../../bootloader.pm_.c:999
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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "Äĺńęňîď"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Ńňŕđňîâî Ěĺíţ"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, 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:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr "í˙ěŕ âúâĺäĺíŕ ďîěîů îůĺ.\n"
-
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
msgid "Boot Style Configuration"
msgstr "Íŕńňđîéęŕ íŕ íŕ÷číŕ íŕ ńňŕđňčđŕíĺ"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
msgid "/_File"
msgstr "/_Ôŕéë"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr "/Ôŕéë/_Čçőîä"
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr "<control>Q"
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr "NewStyle ęŕňĺăîđčçčđŕí ěîíčňîđ"
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
msgid "NewStyle Monitor"
msgstr "NewStyle ěîíčňîđ"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
msgid "Traditional Monitor"
msgstr "Îáčęíîâĺí ěîíčňîđ"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr "Îáčęíîâĺí Gtk+ ěîíčňîđ"
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr "Ďóńíč Aurora ďđč ńňŕđňčđŕíĺ"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Lilo/grub mode"
msgstr "Đĺćčě íŕ Lilo/grub"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Yaboot mode"
msgstr "Đĺćčě íŕ Yaboot"
-#: ../../bootlook.pm_.c:146
+#: ../../bootlook.pm_.c:138
#, fuzzy
msgid "Install themes"
msgstr "Číńňŕëčđŕíĺ íŕ ńčńňĺěŕňŕ"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
msgstr ""
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:140
#, fuzzy
msgid "Create new theme"
msgstr "Ńúçäŕé íîâ ä˙ë"
-#: ../../bootlook.pm_.c:192
+#: ../../bootlook.pm_.c:184
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:195
+#: ../../bootlook.pm_.c:187
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Ęîďčđŕíĺ íŕ %s"
-#: ../../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:77 ../../diskdrake/hd_gtk.pm_.c:116
-#: ../../diskdrake/interactive.pm_.c:213 ../../diskdrake/interactive.pm_.c:344
-#: ../../diskdrake/interactive.pm_.c:359 ../../diskdrake/interactive.pm_.c:473
-#: ../../diskdrake/interactive.pm_.c:478 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:34
+#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
msgid "Error"
msgstr "Ăđĺřęŕ"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
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:248
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
#, fuzzy
msgid "Notice"
msgstr "Áĺç ăđŕôčęŕ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
#, fuzzy
msgid "Theme installation failed!"
msgstr "Čçáîđ íŕ ęëŕń číńňŕëŕöč˙"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1361,22 +1362,22 @@ msgstr ""
"Â ěîěĺíňŕ čçďîëçâŕňĺ %s ęŕňî ďđîăđŕěŕ çŕ ńňŕđňčđŕíĺ.\n"
"Öúęíĺňĺ íŕ Íŕńňđîé, çŕ äŕ ńňŕđňčđŕňĺ óńňŕíîâ˙âŕůč˙ ěŕăüîńíčę."
-#: ../../bootlook.pm_.c:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:554
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
msgid "Configure"
msgstr "Íŕńňđîé"
-#: ../../bootlook.pm_.c:276
+#: ../../bootlook.pm_.c:268
#, fuzzy
msgid "Splash selection"
msgstr "Çŕďŕçč čçáîđ íŕ ďŕęĺňč"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1385,90 +1386,85 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr "Ńčńňĺěĺí đĺćčě"
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
msgstr "Ďóńíč X-Window ńčńňĺěŕňŕ ďđč ńňŕđňčđŕíĺ"
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr "Íĺ, íĺ čńęŕě autologin"
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Äŕ, čńęŕě autologin ń ňîâŕ (ďîňđĺáčňĺë, äĺńęňîď)"
-#: ../../bootlook.pm_.c:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "íĺ ěîăŕ äŕ îňâîđ˙ /etc/inittab çŕ ÷ĺňĺíĺ: %s"
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr "ĂÁ"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr "ĘÁ"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "ĚÁ"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr "ŇÁ"
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr "%d ěčíóňč"
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr "1 ěčíóňŕ"
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, c-format
msgid "%d seconds"
msgstr "%d ńĺęóíäč"
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
#, fuzzy
msgid "Can't make screenshots before partitioning"
msgstr "Íĺ ěîăŕ äŕ äîáŕâ˙ ďîâĺ÷ĺ ä˙ëîâĺ"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, fuzzy, c-format
msgid "Screenshots will be available after install in %s"
msgstr "Ěîćĺňĺ äŕ čçáĺđĺňĺ äđóăč ĺçčöč, ęîčňî ůĺ áúäŕň íŕëčöĺ ńëĺäčíńňŕëŕöč˙ňŕ"
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
msgid "France"
msgstr "Ôđŕíöč˙"
@@ -1476,8 +1472,8 @@ msgstr "Ôđŕíöč˙"
msgid "Costa Rica"
msgstr ""
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
#, fuzzy
msgid "Belgium"
msgstr "Áĺëăčéńęŕ"
@@ -1506,13 +1502,13 @@ msgstr "Íîđâĺćęŕ"
msgid "Sweden"
msgstr "Âčć"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
msgstr ""
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Italy"
msgstr "Čňŕëčŕíńęŕ"
@@ -1522,8 +1518,8 @@ msgstr "Čňŕëčŕíńęŕ"
msgid "Austria"
msgstr "ńĺđčéíŕ"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr ""
@@ -1540,12 +1536,12 @@ msgstr ""
msgid "New"
msgstr "íîâ"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Äĺěîíňčđŕé"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Ěîíňčđŕé"
@@ -1554,10 +1550,9 @@ msgstr "Ěîíňčđŕé"
msgid "Server"
msgstr "Ńúđâúđ"
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:383
-#: ../../diskdrake/interactive.pm_.c:572 ../../diskdrake/interactive.pm_.c:599
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Ě˙ńňî íŕ ěîíňčđŕíĺ"
@@ -1575,28 +1570,28 @@ msgstr ""
msgid "Server: "
msgstr "Ńúđâúđ"
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:444
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "Ě˙ńňî íŕ ěîíňčđŕíĺ: "
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1174
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, c-format
msgid "Options: %s"
msgstr "Îďöčč: %s"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "Ďúđâî ńúçäŕéňĺ backup íŕ ńâîčňĺ äŕííč"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:938
-#: ../../diskdrake/interactive.pm_.c:947
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "Ďđî÷ĺňĺňĺ âíčěŕňĺëíî !"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1606,15 +1601,15 @@ msgstr ""
"ńĺęňîđŕ\n"
"ńŕ äîńňŕňú÷íč) â íŕ÷ŕëîňî íŕ äčńęŕ"
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "Ěŕăüîńíčę"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "Čçáĺđĺňĺ äĺéńňâčĺ"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1626,154 +1621,154 @@ msgstr ""
"Ďđĺäëŕăŕě ďúđâî äŕ ďđîěĺíčňĺ ăîëĺěčíŕňŕ íŕ ňîçč ä˙ë\n"
"(ůđŕęíĺňĺ âúđőó íĺăî, ŕ ńëĺä ňîâŕ ůđŕęíĺňĺ âúđőó \"Ďđîěĺíč ăîëĺěčíŕňŕ\")"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "Ěîë˙, öúęíĺňĺ íŕ ä˙ëŕ"
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "Ďîäđîáíîńňč"
-#: ../../diskdrake/hd_gtk.pm_.c:252
+#: ../../diskdrake/hd_gtk.pm_.c:254
#, fuzzy
msgid "No hard drives found"
msgstr "Ëîęŕëĺí ďđčíňĺđ"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Journalised FS"
msgstr "Ćóđíŕëíŕ FS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "Äđóăŕ"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
msgstr "Âčäîâĺ ôŕéëîâŕ ńčńňĺěŕ:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:406
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "Ńúçäŕé"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:384
-#: ../../diskdrake/interactive.pm_.c:535 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "Âčä"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
msgstr "Âěĺńňî ňîâŕ čçďîëçâŕéňĺ ``%s''"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "Čçňđčé"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
msgstr "Ďúđâî čçďîëçâŕéňĺ 'Äĺěîíňčđŕíĺ'"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:522
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Ńëĺä ďđîě˙íŕ íŕ ňčďŕ íŕ ä˙ëŕ %s, âńč÷ęč äŕííč âúđőó íĺăî ůĺ áúäŕň çŕăóáĺíč"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose a partition"
msgstr "Čçáĺđĺňĺ ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose another partition"
msgstr "Čçáĺđĺňĺ äđóă ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
msgid "Exit"
msgstr "Čçëĺç"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
msgstr "Ďđĺěčíč â Ĺęńďĺđňĺí đĺćčě"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
msgstr "Ďđĺěčíč â Íîđěŕëĺí đĺćčě"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "Âúđíč"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "Ďđîäúëćĺíčĺ âúďđĺęč âńč÷ęî ?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "Čçőîä áĺç çŕďčń"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
msgstr "Čçőîä, áĺç äŕ çŕďčń íŕ ňŕáëčöŕňŕ íŕ ä˙ëîâĺňĺ ?"
-#: ../../diskdrake/interactive.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:257
msgid "Do you want to save /etc/fstab modifications"
msgstr "Čńęŕňĺ ëč äŕ çŕďŕçčňĺ ďđîěĺíčňĺ â /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:267
-msgid "Auto allocate"
-msgstr "Ŕâňîěŕňč÷íî ńúçäŕâŕíĺ"
-
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "Čç÷čńňč âńč÷ęî"
-#: ../../diskdrake/interactive.pm_.c:267
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "Ŕâňîěŕňč÷íî ńúçäŕâŕíĺ"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
msgid "More"
msgstr "Îůĺ"
-#: ../../diskdrake/interactive.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:278
msgid "Hard drive information"
msgstr "Číôîđěŕöč˙ňŕ çŕ ňâúđäč˙ äčńę"
-#: ../../diskdrake/interactive.pm_.c:302
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "Âńč÷ęč ďúđâč÷íč ä˙ëîâĺ ńĺ čçďîëçâŕň"
-#: ../../diskdrake/interactive.pm_.c:303
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
msgstr "Íĺ ěîăŕ äŕ äîáŕâ˙ ďîâĺ÷ĺ ä˙ëîâĺ"
-#: ../../diskdrake/interactive.pm_.c:304
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1781,31 +1776,31 @@ msgstr ""
"Ŕęî čńęŕňĺ îůĺ ä˙ëîâĺ, ěîë˙ čçňđčéňĺ ĺäčí, çŕ äŕ ěîćĺňĺ äŕ ńúçäŕäĺňĺ ĺäčí "
"đŕçřčđĺí ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:322
msgid "Save partition table"
msgstr "Çŕďŕçč ňŕáëčöŕňŕ ń ä˙ëîâĺňĺ"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:323
msgid "Restore partition table"
msgstr "Âúçńňŕíîâč ňŕáëčöŕňŕ ń ä˙ëîâĺňĺ"
-#: ../../diskdrake/interactive.pm_.c:316
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
msgstr "Ńďŕń˙âŕíĺ ňŕáëčöŕňŕ ń ä˙ëîâĺňĺ"
-#: ../../diskdrake/interactive.pm_.c:318
+#: ../../diskdrake/interactive.pm_.c:326
msgid "Reload partition table"
msgstr "Ďđĺçŕđĺäč ňŕáëčöŕňŕ ń ä˙ëîâĺňĺ"
-#: ../../diskdrake/interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:331
msgid "Removable media automounting"
msgstr "Ŕâňîěŕňč÷íî ěîíňčđŕíĺ íŕ ńěĺí˙ĺě íîńčňĺë"
-#: ../../diskdrake/interactive.pm_.c:332 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "Čçáĺđĺňĺ ôŕéë"
-#: ../../diskdrake/interactive.pm_.c:339
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1813,11 +1808,12 @@ msgstr ""
"Đĺçĺđâíŕňŕ ňŕáëčöŕ íŕ ä˙ëîâĺňĺ íĺ ĺ ńúń ńúůŕňŕ ăîëĺěčíŕ\n"
"Äŕ ďđîäúëćŕ ëč âńĺ ďŕę ?"
-#: ../../diskdrake/interactive.pm_.c:353 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "Ďđĺäóďđĺćäĺíčĺ"
-#: ../../diskdrake/interactive.pm_.c:354
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1825,104 +1821,104 @@ msgstr ""
"Ńëîćĺňĺ äčńęĺňŕ âúâ ôëîďčňî\n"
"Âńč÷ęč äŕííč, íŕěčđŕůč ńĺ âúđőó äčńęĺňŕňŕ, ůĺ áúäŕň çŕăóáĺíč"
-#: ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
msgstr "Îďčňâŕě ńĺ äŕ ńďŕń˙ ňŕáëčöŕňŕ íŕ ä˙ëîâĺňĺ"
-#: ../../diskdrake/interactive.pm_.c:371
+#: ../../diskdrake/interactive.pm_.c:379
msgid "Detailed information"
msgstr "Ďîäđîáíŕ číôîđěŕöč˙"
-#: ../../diskdrake/interactive.pm_.c:386 ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "Ďđîěĺíč ăîëĺěčíŕňŕ"
-#: ../../diskdrake/interactive.pm_.c:387 ../../diskdrake/interactive.pm_.c:719
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "Ďđĺěĺńňč"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "Ôîđěŕňčđŕé"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "Ďđčáŕâč ęúě RAID"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
msgstr "Ďđčáŕâč ęúě LVM"
-#: ../../diskdrake/interactive.pm_.c:394
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "Ďđĺěŕőíč îň RAID"
-#: ../../diskdrake/interactive.pm_.c:395
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
msgstr "Ďđĺěŕőíč îň LVM"
-#: ../../diskdrake/interactive.pm_.c:396
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "Ěîäčôčöčđŕé RAID"
-#: ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "Čçďîëçâŕé çŕ loopback"
-#: ../../diskdrake/interactive.pm_.c:437
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "Ńúçäŕé íîâ ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
msgstr "Íŕ÷ŕëĺí ńĺęňîđ: "
-#: ../../diskdrake/interactive.pm_.c:442 ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "Ăîëĺěčíŕ â MB: "
-#: ../../diskdrake/interactive.pm_.c:443 ../../diskdrake/interactive.pm_.c:820
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "Âčä ôŕéëîâŕ ńčńňĺěŕ: "
-#: ../../diskdrake/interactive.pm_.c:448
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "Ďđĺäďî÷čňŕíčĺ: "
-#: ../../diskdrake/interactive.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:503
+#: ../../diskdrake/interactive.pm_.c:511
msgid "Remove the loopback file?"
msgstr "Äŕ ďđĺěŕőíŕ ëč loopback ôŕéëŕ ?"
-#: ../../diskdrake/interactive.pm_.c:533
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "Ďđîě˙íŕ ňčďŕ íŕ ä˙ëŕ"
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Ęî˙ ôŕéëîâŕ ńčńňĺěŕ čńęŕňĺ ?"
-#: ../../diskdrake/interactive.pm_.c:540
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
msgstr "Ďđĺőîä îň ext2 ęúě ext3"
-#: ../../diskdrake/interactive.pm_.c:570
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Ęúäĺ čńęŕňĺ äŕ ěîíňčđŕňĺ loopback-ôŕéëŕ %s ?"
-#: ../../diskdrake/interactive.pm_.c:571
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Ęúäĺ čńęŕňĺ äŕ ěîíňčđŕňĺ óńňđîéńňâî %s ?"
-#: ../../diskdrake/interactive.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1931,138 +1927,138 @@ msgstr ""
"loopback.\n"
"Ďúđâî ěŕőíĺňĺ loopback"
-#: ../../diskdrake/interactive.pm_.c:598
+#: ../../diskdrake/interactive.pm_.c:606
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Ęúäĺ čńęŕňĺ äŕ ěîíňčđŕňĺ óńňđîéńňâî %s ?"
-#: ../../diskdrake/interactive.pm_.c:622
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "Čç÷čńë˙âŕě ăđŕíčöčňĺ íŕ fat ôŕéëîâŕňŕ ńčńňĺěŕ"
-#: ../../diskdrake/interactive.pm_.c:622 ../../diskdrake/interactive.pm_.c:681
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "Ďđîě˙íŕ íŕ ăîëĺěčíŕňŕ"
-#: ../../diskdrake/interactive.pm_.c:654
+#: ../../diskdrake/interactive.pm_.c:662
msgid "This partition is not resizeable"
msgstr "Ăîëĺěčíŕňŕ íŕ ä˙ëŕ íĺ ěîćĺ äŕ áúäĺ ďđîěĺíĺíŕ"
-#: ../../diskdrake/interactive.pm_.c:659
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "Âńč÷ęč äŕííč íŕ ňîçč ä˙ë ňđ˙áâŕ äŕ áúäŕň ŕđőčâčđŕíč"
-#: ../../diskdrake/interactive.pm_.c:661
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Ńëĺä ďđîě˙íŕ ăîëĺěčíŕňŕ íŕ ä˙ëŕ %s, äŕííčte âúđőó íĺăî ůĺ áúäŕň çŕăóáĺíč"
-#: ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "Čçáĺđĺňĺ íîâŕ ăîëĺěčíŕ"
-#: ../../diskdrake/interactive.pm_.c:667
+#: ../../diskdrake/interactive.pm_.c:675
msgid "New size in MB: "
msgstr "Íîâŕ ăîëĺěčíŕ â MB: "
-#: ../../diskdrake/interactive.pm_.c:720
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
msgstr "Íŕ ęîé äčńę čńęŕňĺ äŕ ăî ďđĺěĺńňčňĺ ?"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "Ńĺęňîđ"
-#: ../../diskdrake/interactive.pm_.c:722
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "Íŕ ęîé ńĺęňîđ čńęŕňĺ äŕ ăî ďđĺěĺńňčňĺ?"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
msgstr "Ěĺńňĺíĺ"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
msgstr "Ěĺńňâ˙ ä˙ëŕ ... "
-#: ../../diskdrake/interactive.pm_.c:742
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
msgstr "Čçáĺđĺňĺ ńúůĺńňâóâŕů RAID çŕ ďđčáŕâ˙íĺ"
-#: ../../diskdrake/interactive.pm_.c:743 ../../diskdrake/interactive.pm_.c:760
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "íîâ"
-#: ../../diskdrake/interactive.pm_.c:758
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
msgstr "Čçáĺđĺňĺ ńúůĺńňâóâŕů LVM çŕ ďđčáŕâ˙íĺ"
-#: ../../diskdrake/interactive.pm_.c:763
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr "LVM čěĺ ?"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "Ňîçč ä˙ë íĺ ěîćĺ äŕ áúäĺ čçďîëçâŕí çŕ loopback"
-#: ../../diskdrake/interactive.pm_.c:817
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:818
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "Čěĺ íŕ loopback ôŕéëŕ: "
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:831
msgid "Give a file name"
msgstr "Äŕéňĺ čěĺ íŕ ôŕéë"
-#: ../../diskdrake/interactive.pm_.c:826
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
msgstr "Ôŕéëúň âĺ÷ĺ ńĺ čçďîëçâŕ ňî äđóă loopback, čçáĺđĺňĺ äđóă ôŕéë."
-#: ../../diskdrake/interactive.pm_.c:827
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "Ôŕéëúň âĺ÷ĺ ńúřĺńňâóâŕ. Äŕ ăî čçďîëçâŕě ëč ?"
-#: ../../diskdrake/interactive.pm_.c:850
+#: ../../diskdrake/interactive.pm_.c:858
msgid "Mount options"
msgstr "Îďöčč çŕ mount:"
-#: ../../diskdrake/interactive.pm_.c:857
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr "Đŕçëč÷íč"
-#: ../../diskdrake/interactive.pm_.c:921 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "óńňđîéńňâî"
-#: ../../diskdrake/interactive.pm_.c:922
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "íčâî"
-#: ../../diskdrake/interactive.pm_.c:923
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
msgstr "ăîëĺěčíŕ íŕ ďŕđ÷ĺňî"
-#: ../../diskdrake/interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "Âíčěŕíčĺ: ňŕçč îďĺđŕöč˙ ĺ îďŕńíŕ"
-#: ../../diskdrake/interactive.pm_.c:953
+#: ../../diskdrake/interactive.pm_.c:962
msgid "What type of partitioning?"
msgstr "Ęŕęúâ ňčď đŕçäĺë˙íĺ íŕ ä˙ëîâĺ ?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:978
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"Ňîçč ďŕęĺň ňđ˙áâŕ äŕ áúäĺ îáíîâĺí\n"
"Ńčăóđíč ëč ńňĺ, ÷ĺ čńęŕňĺ äŕ ăî čçęëţ÷čňĺ ?"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2074,7 +2070,7 @@ msgstr ""
"Čëč čçďîëçâŕňĺ LILO č ňî íĺ đŕáîňč, čëč íĺ čçďîëçâŕňĺ LILO č í˙ěŕňĺ íóćäŕ "
"îň /boot"
-#: ../../diskdrake/interactive.pm_.c:987
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2086,7 +2082,7 @@ msgstr ""
"Ŕęî ńě˙ňŕňĺ äŕ čçďîëçâŕňĺ boot ěĺíčäćúđŕ LILO, áúäĺňĺ âíčěŕňĺëíč ďđč\n"
"ďđčáŕâ˙íĺňî íŕ /boot ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:993
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2096,44 +2092,44 @@ msgstr ""
"Í˙ěŕ çŕđĺćäŕůŕ ďđîăđŕěŕ, ęî˙ňî äŕ ěîćĺ äŕ ńĺ ńďđŕâč ń íĺăî áĺç /boot ä˙ë.\n"
"Ňŕęŕ ÷ĺ äîáŕâĺňĺ /boot ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ňŕáëčöŕňŕ íŕ ä˙ëîâĺňĺ íŕ óńňđîéńňâî %s ůĺ áúäĺ çŕďčńŕíŕ âúđőó äčńęŕ !"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr "Ňđ˙áâŕ äŕ đĺńňŕđňčđŕňĺ, ďđĺäč ďđîěĺíčňĺ äŕ âë˙çŕň â ńčëŕ"
-#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Ńëĺä ôîđěŕňčđŕíĺ íŕ ä˙ëŕ %s, âńč÷ęč äŕííč âúđőó íĺăî ůĺ áúäŕň çŕăóáĺíč"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "Ôîđěŕňčđŕíĺ"
-#: ../../diskdrake/interactive.pm_.c:1031
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ôîđěŕňčđŕíĺ íŕ loopback ôŕéëŕ %s"
-#: ../../diskdrake/interactive.pm_.c:1032
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "Ôîđěŕňčđŕíĺ íŕ ä˙ëŕ %s"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Hide files"
msgstr "Ńęđčé ôŕéëîâĺňĺ"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Move files to the new partition"
msgstr "Ďđĺěĺńňč ôŕéëîâĺňĺ íŕ íîâ ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:1044
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2142,83 +2138,83 @@ msgstr ""
"Äčđĺęňîđč˙ňŕ %s âĺ÷ĺ ńúäúđćŕ í˙ęŕęâč äŕííč\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1064
msgid "Moving files to the new partition"
msgstr "Ďđĺěĺńňč ôŕéëîâĺňĺ íŕ íîâ ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
msgstr "Ęîďčđŕíĺ íŕ %s"
-#: ../../diskdrake/interactive.pm_.c:1063
+#: ../../diskdrake/interactive.pm_.c:1072
#, c-format
msgid "Removing %s"
msgstr "Čçňđčâŕíĺ íŕ %s"
-#: ../../diskdrake/interactive.pm_.c:1073
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1094
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "Óńňđîéńňâî: "
-#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Áóęâŕ íŕ óńňđîéńňâîňî ďîä DOS: %s (ďđîńňî ďđĺäďîëîćĺíčĺ)\n"
-#: ../../diskdrake/interactive.pm_.c:1099
-#: ../../diskdrake/interactive.pm_.c:1107
-#: ../../diskdrake/interactive.pm_.c:1172
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "Âčä: "
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "Čěĺ: "
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "Íŕ÷ŕëî: ńĺęňîđ %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "Đŕçěĺđ: %s"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s ńĺęňîđŕ"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1125
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Îň öčëčíäúđ %d äî öčëčíäúđ %d\n"
-#: ../../diskdrake/interactive.pm_.c:1117
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "Ôîđěŕňčđŕí\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "Íĺôîđěŕňčđŕí\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "Ěîíňčđŕí\n"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1131
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2227,7 +2223,7 @@ msgstr ""
"Loopback ôŕéë(îâĺ):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2235,27 +2231,27 @@ msgstr ""
"Ä˙ë, ęîéňî ńĺ ńňŕđňčđŕ ďî ďîäđŕçáčđŕíĺ\n"
" (çŕ MS-DOS boot, íĺ çŕ lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "Íčâî %s\n"
-#: ../../diskdrake/interactive.pm_.c:1126
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
msgstr "Đŕçěĺđ íŕ ďŕđ÷ĺňî %s\n"
-#: ../../diskdrake/interactive.pm_.c:1127
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-äčńęîâĺ %s\n"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "Čěĺ íŕ loopback ôŕéëŕ: %s"
-#: ../../diskdrake/interactive.pm_.c:1132
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2267,7 +2263,7 @@ msgstr ""
"Äđŕéâĺđ-ä˙ë, ěîćĺ áč ňđ˙áâŕ\n"
"ňđ˙áâŕ äŕ ăî îńňŕâčňĺ.\n"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2279,63 +2275,63 @@ msgstr ""
"čâčöŕ íŕ ä˙ëŕ ĺ çŕ äâîéíî\n"
"ńňŕđňčđŕíĺ íŕ ńčńňĺěŕňŕ âč.\n"
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "Đŕçěĺđ: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Ăĺîěĺňđč˙: %s öčëčíäđč, %s ăëŕâč, %s ńĺęňîđč\n"
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "Číôîđěŕöč˙: "
-#: ../../diskdrake/interactive.pm_.c:1158
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-äčńęîâĺ %s\n"
-#: ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "Ňčď íŕ ňŕáëčöŕňŕ ń ä˙ëîâĺ: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1160
+#: ../../diskdrake/interactive.pm_.c:1169
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "íŕ řčíŕ %d ŕäđĺń %d\n"
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1199
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Âčä ôŕéëîâŕ ńčńňĺěŕ: "
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1203
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Ďŕđîëŕňŕ ĺ ďđĺęŕëĺíî ďđîńňŕ (ňđ˙áâŕ äŕ áúäĺ äúëăŕ ďîíĺ %d ńčěâîëŕ)"
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1204
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Ďŕđîëčňĺ íŕ ńúâďŕäŕň"
-#: ../../diskdrake/interactive.pm_.c:1198
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1199
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
msgstr ""
@@ -2343,10 +2339,6 @@ msgstr ""
msgid "Change type"
msgstr "Ďđîě˙íč ňčďŕ"
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a medium"
-msgstr "Ěîë˙, öúęíĺňĺ íŕ íîńčňĺë˙"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
@@ -2372,7 +2364,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
#, fuzzy
msgid "Username"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
@@ -2387,23 +2379,23 @@ msgstr "NIS äîěĺéí"
msgid "Search servers"
msgstr "DNS ńúđâúđ"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ôîđěŕňčđŕíĺ îň %s ďđîâŕëĺíî"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "íĺ çíŕě ęŕę äŕ ôîđěŕňčđŕě %s â ňčď %s"
-#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr "ăđĺřęŕ ďđč äĺěîíňčđŕíĺňî íŕ %s: %s"
@@ -2490,30 +2482,34 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Ăđĺřęŕ ďđč îňâŕđ˙íĺ íŕ %s çŕ çŕďčń: %s"
-#: ../../harddrake/sound.pm_.c:168
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:170
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:171
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
msgid "Sound configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2522,27 +2518,27 @@ msgid ""
"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:178
#, fuzzy
msgid "Driver:"
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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
#, fuzzy
msgid "Help"
msgstr "/_Ďîěîů"
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2561,7 +2557,7 @@ msgid ""
"the ALSA library.\n"
msgstr ""
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2571,30 +2567,31 @@ msgid ""
"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
msgid "Please Wait... Applying the configuration"
msgstr "Ěîë˙, ďî÷ŕęŕéňĺ ... Ďđčëŕăŕíĺ íŕ íŕńňđîéęčňĺ"
-#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
-#: ../../interactive.pm_.c:391
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
msgstr "Ěîë˙ čç÷ŕęŕéňĺ"
-#: ../../harddrake/sound.pm_.c:208
+#: ../../harddrake/sound.pm_.c:210
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:212
+#: ../../harddrake/sound.pm_.c:214
#, fuzzy
msgid "Unkown driver"
msgstr "Íĺčçâĺńňĺí ěîäĺë"
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2604,224 +2601,12 @@ msgid ""
"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Model"
-msgstr "Ěîäóë"
-
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "hard disk model"
-msgstr "Ďŕěĺň (DMA) íŕ ęŕđňŕňŕ"
-
-#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
-msgid "Channel"
-msgstr "Îňęŕç"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "Module"
-msgstr "Ěîäóë"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-msgid "Description"
-msgstr "Îďčńŕíčĺ"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
-msgid "Bus identification"
-msgstr "Čäĺíňčôčęŕöč˙"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
-msgid "Old device file"
-msgstr "Čçáĺđĺňĺ ôŕéë"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
-msgid "New devfs device"
-msgstr "Gateway óńňđîéńňâî"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 áóňîíŕ"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Ŕëňĺđíŕňčâíŕ ňĺńňîâŕ ńňđŕíčöŕ (Ŕ4)"
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:63
-#, fuzzy
-msgid "/_Quit"
-msgstr "Čçőîä"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr "/_Ďîěîů"
-
-#: ../../harddrake/ui.pm_.c:65
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Ďîěîů"
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:71
-msgid "/_Report Bug"
-msgstr "/_Číôîđěčđŕé çŕ áúă"
-
-#: ../../harddrake/ui.pm_.c:73
-#, fuzzy
-msgid "/_About..."
-msgstr "/Ďîěîů/_Îňíîńíî..."
-
-#: ../../harddrake/ui.pm_.c:74
-msgid "About Harddrake"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:76
-#, fuzzy
-msgid "Author:"
-msgstr "Ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-
-#: ../../harddrake/ui.pm_.c:86
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Çŕńč÷ŕíĺ íŕ äčńęîâĺňĺ"
-
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Âčć őŕđäóĺđíŕňŕ číôîđěŕöč˙"
-
-#: ../../harddrake/ui.pm_.c:103
-#, fuzzy
-msgid "Information"
-msgstr "Ďîęŕćč číôîđěŕöč˙ňŕ"
-
-#: ../../harddrake/ui.pm_.c:106
-#, fuzzy
-msgid "Configure module"
-msgstr "Íŕńňđîéęŕ íŕ ěčřęŕ"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:111
-#, fuzzy
-msgid "Detection in progress"
-msgstr "çŕńĺ÷ĺí íŕ ďîđň %s"
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:166
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "Čçňđčâŕíĺ íŕ ďđčíňĺđŕ \"%s\" ..."
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-#, fuzzy
-msgid "secondary"
-msgstr "%d ńĺęóíäč"
-
#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
#, fuzzy
msgid "Auto-detect"
msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:185
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
#, fuzzy
msgid "Unknown|Generic"
msgstr "Îáů"
@@ -2834,7 +2619,7 @@ msgstr ""
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:209
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
@@ -2842,34 +2627,34 @@ msgid ""
"here. Just select your tv card parameters if needed"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:212
+#: ../../harddrake/v4l.pm_.c:227
#, fuzzy
msgid "Card model:"
msgstr "Ďŕěĺň (DMA) íŕ ęŕđňŕňŕ"
-#: ../../harddrake/v4l.pm_.c:213
+#: ../../harddrake/v4l.pm_.c:228
#, fuzzy
msgid "Tuner type:"
msgstr "Ďđîě˙íč ňčďŕ"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:216
+#: ../../harddrake/v4l.pm_.c:231
#, fuzzy
msgid "PLL setting:"
msgstr "Ôîđěŕňčđŕíĺ"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
msgstr ""
@@ -4411,10 +4196,10 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
@@ -4501,16 +4286,16 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr "Íĺ ěîćĺňĺ äŕ čçďîëçâŕňĺ broadcast áĺç NIS äîěĺéí"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Ńëîćĺňĺ FAT ôîđěŕňčđŕíŕ äčńęĺňŕ â óńňđîéńňâî %s"
-#: ../../install_any.pm_.c:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
msgstr "Ňŕçč äčńęĺňŕ íĺ ĺ ôîđěŕňčđŕíŕ íŕ FAT"
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4518,12 +4303,12 @@ msgstr ""
"Çŕ äŕ čçďîëçâŕňĺ çŕďŕçĺí čçáîđ íŕ ďŕęĺňč, ńňŕđňčđŕéňĺ číńňŕëŕöč˙ňŕ ń ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Ăđĺřęŕ ďđč ÷ĺňĺíĺňî íŕ ôŕéëŕ %s"
-#: ../../install_any.pm_.c:1031
+#: ../../install_any.pm_.c:1040
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"
@@ -4532,7 +4317,7 @@ msgstr ""
"ńúçäŕäĺíč íîâč ôŕéëîâč ńčńňĺěč. Ěîë˙ ďđîâĺđĺňĺ ňâúđäč˙ ńč äčńę ńč çŕ "
"ďđč÷číŕňŕ çŕ ňîçč ďđîáëĺě"
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
@@ -4542,7 +4327,7 @@ msgstr ""
"çŕ äŕ đŕáîňč.\n"
"Ěîćĺňĺ äŕ íŕěĺđčňĺ ďîâĺ÷ĺ číôîđěŕöč˙ çŕ ňîâŕ íŕ: %s"
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -4552,11 +4337,11 @@ msgstr ""
"Çŕňîâŕ ńúçäŕéňĺ ä˙ë (čëč öúęíĺňĺ íŕ ńúůĺńňâóâŕů).\n"
"Ňîăŕâŕ čçáĺđĺňĺ äĺéńňâčĺ ``Ě˙ńňî íŕ ěîíňčđŕíĺ'' č ăî ńëîćĺňĺ `/'"
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr "Ňđ˙áâŕ äŕ čěŕňĺ swap-ä˙ë"
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
@@ -4566,59 +4351,59 @@ msgstr ""
"\n"
"Äŕ ďđîäúëćŕ ëč âńĺ ďŕę ?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Ňđ˙áâŕ äŕ čěŕňĺ FAT ä˙ë ěîíňčđŕí â /boot/efi"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Čçďîëçâŕé ńâîáîäíîňî ě˙ńňî"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Í˙ěŕ äîńňŕňú÷íî ě˙ńňî çŕ ńúçäŕâŕíĺ íŕ íîâ ä˙ë"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partitions"
msgstr "Čçďîçâŕíĺ íŕ ńúůĺńňâóâŕů ä˙ë"
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Í˙ěŕ ä˙ë, ęîéňî ěîăŕ äŕ čçďîëçâŕě"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Čçďîëçâŕé çŕ Windows ä˙ëúň çŕ loopback"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Ęîé ä˙ë čńęŕňĺ äŕ čçďîëçâŕňĺ çŕ Linux4Win ?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Čçáĺđĺňĺ ăîëĺěčíčňĺ"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Ăîëĺěčíŕ íŕ root-ä˙ëŕ â MB: "
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Ăîëĺěčíŕ íŕ swap-ä˙ëŕ â MB: "
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr "Čçďîëçâŕé ńâîáîäíîňî ě˙ńňî íŕ Windows ä˙ëŕ"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
msgid "Which partition do you want to resize?"
msgstr "Ęîé ä˙ë ćĺëŕĺňĺ äŕ ďđîěĺíčňĺ?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
msgid "Resizing Windows partition"
msgstr "Čç÷čńë˙âŕě ăđŕíčöčňĺ íŕ Windows ôŕéëîâŕňŕ ńčńňĺěŕ"
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4627,7 +4412,7 @@ msgstr ""
"Íĺ âúçěîćíîńň çŕ đŕáîňŕ ń âŕřč˙ FAT ä˙ë, \n"
"ďîđŕäč ďîëó÷ĺíŕňŕ ăđĺřęŕ: %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4635,7 +4420,7 @@ msgid ""
msgstr ""
"Âŕřč˙ň Windows ä˙ë ĺ ěíîăî ôđŕăěĺíňčđŕí, ěîë˙ ďúđâî ńňŕđňčđŕéňĺ ''defrag''"
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4656,21 +4441,21 @@ msgstr ""
"ďîâňîđĺňĺ číńňŕëŕöčŕ˙ňŕ. Áč áčëî äîáđĺ äŕ íŕďđŕâčňĺ ŕđőčâ íŕ äŕííčňĺ ńč.\n"
"Ęîăŕňî ńňĺ ńčăóđíč, íŕňčńíĺňĺ ÎĘ."
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
msgid "Which size do you want to keep for Windows on"
msgstr "Ęîëęî čńęŕňĺ äŕ îńňŕâčňĺ çŕ windows?"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr "ä˙ë %s"
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Íĺóńďĺříî ďđĺđŕçäĺë˙íĺ íŕ FAT: %s"
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4678,32 +4463,32 @@ msgstr ""
"Í˙ěŕ FAT ä˙ëîâĺ çŕ ńě˙íŕ íŕ ăîëĺěčíŕňŕ čëč çŕ čçďîëçâŕíĺ ęŕňî loopback (čëč "
"í˙ěŕ äîńňŕňú÷íî ě˙ńňî íŕ äčńęŕ)"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
msgstr "Čçňđčé öĺëč˙ äčńę"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr "Ďđĺěŕőíč Windows(TM)"
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "čěŕňĺ ďîâĺ÷ĺ îň ĺäčí ňâúđäč äčńęîâĺ, ęîé äŕ čçďîëçâŕě çŕ číńňŕëŕöč˙ňŕ?"
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "ÂŃČ×ĘČ ńúůĺńňâóâŕůč ä˙ëîâĺ č äŕííčňe âúđőó ň˙ő íŕ %s ůĺ áúäŕň çŕăóáĺíč"
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
msgid "Custom disk partitioning"
msgstr "Ęëčĺíňńęî đŕçäĺë˙íĺ íŕ äčńęŕ"
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr "Čçďîëçâŕé fdisk"
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4712,28 +4497,28 @@ msgstr ""
"Ńĺăŕ ěîćĺňĺ äŕ đŕçäĺëčňĺ %s.\n"
"Ęîăŕňî ńňĺ ăîňîâč, íĺ çŕáđŕâ˙éňĺ äŕ çŕďčřĺňĺ čçďîëçâŕéęč `w'"
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
msgid "You don't have enough free space on your Windows partition"
msgstr "Í˙ěŕ äîńňŕňú÷íî ńâîáîäíî ě˙ńňî íŕ ä˙ëŕ"
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
msgid "I can't find any room for installing"
msgstr "Íĺ ěîăŕ äŕ íŕěĺđ˙ íčęŕęâî ě˙ńňî çŕ číńňŕëŕöč˙"
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Ďîěîůíčęúň çŕ đŕçäĺëčíĺ íŕ ä˙ëîâĺ íŕ DrakX íŕěĺđč ńëĺäíčňĺ đĺřĺíč˙:"
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, c-format
msgid "Partitioning failed: %s"
msgstr "Íĺóńďĺříî đŕçäĺë˙íĺ íŕ: %s"
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr "Âęëţ÷âŕě ěđĺćŕňŕ"
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr "Čçęëţ÷âŕíĺ íŕ ěđĺćŕňŕ"
@@ -4762,12 +4547,12 @@ msgstr ""
"Ďđîâĺđĺňĺ ęîěďŕęň äčńęŕ íŕ číńňŕëčđŕíč˙ ęîěďţňúđ čçďîëçâŕéęč \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr "Äîáđĺ äîřëč â %s"
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr "Í˙ěŕ ôëîďč óńňđîéńňâî"
@@ -4777,7 +4562,7 @@ msgstr "Í˙ěŕ ôëîďč óńňđîéńňâî"
msgid "Entering step `%s'\n"
msgstr "Íŕâëčçŕě â ĺňŕď `%s'\n"
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -4789,80 +4574,80 @@ msgstr ""
"Çŕöĺëňŕ,\n"
"íŕňčńíĺňĺ 'F1', ęîăŕňî ńňŕđňčđŕňĺ îň CDROM č âúâĺäĺňĺ 'ňĺüň'."
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr "Ęëŕń číńňŕëŕöč˙"
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
#, fuzzy
msgid "Please choose one of the following classes of installation:"
msgstr "Ěîë˙, čçáĺđĺňĺ ĺäčí îň ńëĺäíčňĺ ęëŕńîâĺ íŕ číńňŕëŕöč˙:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr "Čçáîđ íŕ ăđóďŕ ďŕęĺňč"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr "Čçáčđŕíĺ íŕ ďŕęĺňč ĺäčí ďî ĺäčí"
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Îáůŕ ăîëĺěčíŕ: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr "Ëîř ďŕęĺň"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr "Čěĺ: %s\n"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr "Âĺđńč˙: %s\n"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr "Ăîëĺěčíŕ: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr "Âŕćíîńň: %s\n"
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Íĺ ěîćĺňĺ äŕ îńňŕâčňĺ ďŕęĺňŕ íĺěŕđęčđŕí, çŕůîňî í˙ěŕňĺ ě˙ńňî äŕ ăî "
"číńňŕëčđŕňĺ"
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
msgid "The following packages are going to be installed"
msgstr "Ńëĺäíčňĺ ďŕęĺňč ůĺ áúäŕň číńňŕëčđŕíč"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be removed"
msgstr "Ńëĺäíčňĺ ďŕęĺňč ůĺ áúäŕň ďđĺěŕőíŕňč"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr "Íĺ ěîćĺňĺ äŕ îňáĺëĺćĺňĺ/äĺîňáĺëĺćĺňĺ ňîçč ďŕęĺň"
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
msgstr "Ňîâŕ ĺ íóćĺí ďŕęĺň, íĺ ěîćĺ äŕ áúäĺ íĺěŕđęčđŕí"
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
msgstr "Íĺ ěîćĺňĺ äŕ îńňŕâčňĺ ňîçč ďŕęĺň íĺěŕđęčđŕí. Ňîé âĺ÷ĺ ĺ číńňŕëčđŕí"
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4870,74 +4655,74 @@ msgstr ""
"Ňîçč ďŕęĺň ňđ˙áâŕ äŕ áúäĺ îáíîâĺí\n"
"Ńčăóđíč ëč ńňĺ, ÷ĺ čńęŕňĺ äŕ ăî čçęëţ÷čňĺ ?"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr "Íĺ ěîćĺňĺ äŕ čçęëţ÷čňĺ ňîçč ďŕęĺň. Ňîé ňđ˙áâŕ äŕ áúäĺ îáíîâĺí"
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
msgstr "Ďîęŕćč ŕâňîěŕňč÷íî îňáĺë˙çŕíčňĺ ďŕęĺňč"
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr "Číńňŕëčđŕé"
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
msgid "Load/Save on floppy"
msgstr "Çŕđĺäč/Çŕďŕçč íŕ äčńęĺňŕ"
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
msgid "Updating package selection"
msgstr "Îáíîâ˙âŕíĺ íŕ čçáîđŕ íŕ ďŕęĺňč"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
msgid "Minimal install"
msgstr "Ěčěčíŕëíŕ číńňŕëŕöč˙"
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
msgid "Choose the packages you want to install"
msgstr "Čçáĺđĺňĺ ďŕęĺňčňĺ, ęîčňî čńęŕňĺ äŕ číńňŕëčđŕňĺ"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr "Číńňŕëčđŕě"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr "Ďđĺńě˙ňŕíĺ"
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr "Îńňŕâŕůî âđĺěĺ "
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
msgid "Please wait, preparing installation..."
msgstr "Ěîë˙, čç÷ŕęŕéňĺ, ďîäăîňâ˙íĺ íŕ číńňŕëŕöč˙ňŕ"
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr "%d ďŕęĺňŕ"
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
msgid "Installing package %s"
msgstr "Číńňŕëčđŕíĺ íŕ ďŕęĺňŕ %s"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "Ďđčĺěč"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
msgid "Refuse"
msgstr "Îňęŕćč"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4953,17 +4738,17 @@ msgstr ""
"Ŕęî ăî í˙ěŕňĺ, íŕňčńíĺňĺ Îňě˙íŕ, çŕ äŕ čçáĺăíĺňĺ číńňŕëčđŕíĺňî îň ňîçč CD-"
"ROM."
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr "Äŕ ďđîäúëćŕ ëč âńĺ ďŕę ?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
msgid "There was an error ordering packages:"
msgstr "Ďî˙âč ńĺ ăđĺřęŕ ďđč ďîđú÷âŕíĺňî íŕ ďŕęĺňčňĺ:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr "Ďî˙âč ńĺ ăđĺřęŕ ďđč číńňŕëčđŕíĺ íŕ ďŕęĺňčňĺ:"
@@ -5280,112 +5065,112 @@ msgstr ""
"íĺăîâč˙ îđčăčíŕë íŕ\n"
"ŕíăëčéńęč.\n"
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "Ęëŕâčŕňóđŕ"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
#, fuzzy
msgid "Please choose your keyboard layout."
msgstr "Ěîë˙, čçáĺđĺňĺ ďîäđĺćäŕíĺ íŕ ęëŕâčŕňóđŕňŕ."
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
msgid "Here is the full list of keyboards available"
msgstr "Ĺňî ďúëĺí ńďčńúę íŕ äîńňđúďíčňĺ ęëŕâčŕňóđč"
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr "Ęŕęúâ ęëŕń číńňŕëŕöč˙ ćĺëŕĺňĺ ?"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Install/Update"
msgstr "Číńňŕëčđŕé/Îáíîâč"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Is this an install or an update?"
msgstr "Ňîâŕ íîâŕ číńňŕëŕöč˙ ëč ĺ čëč îáíîâ˙âŕíĺ ?"
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr "Ďđĺďîđú÷čňĺëíŕ"
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Ĺęńďĺđňíŕ"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
#, fuzzy
msgid "Upgrade"
msgstr "Îáíîâ˙âŕíĺ"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
#, fuzzy
msgid "Upgrade packages only"
msgstr "Îáíîâ˙âŕíĺ íŕ čçáîđŕ íŕ ďŕęĺňč"
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
#, fuzzy
msgid "Please choose the type of your mouse."
msgstr "Ěîë˙, čçáĺđĺňĺ ňčď íŕ ěčřęŕňŕ."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr "Ďîđň íŕ ěčřęŕňŕ"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Ěîë˙, čçáĺđĺňĺ ęúě ęîé ńĺđčĺí ďîđň ĺ ńâúđçŕíŕ ěčřęŕňŕ âč."
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr "Čěčňŕöč˙ íŕ áóňîíč"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr "Čěčňŕöč˙ íŕ 2 áóňîíŕ"
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr "Čěčňŕöč˙ íŕ 3 áóňîíŕ"
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr "Íŕńňđîéęŕ íŕ PCMCIA ęŕđňčňĺ ..."
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr "Íŕńňđîéęŕ íŕ IDE"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr "í˙ěŕ ä˙ëîâĺ íŕ đŕçďîëîćĺíčĺ"
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr "Ďđĺňúđńâŕíĺ íŕ ä˙ëîâĺňĺ çŕ íŕěčđŕíĺ íŕ ňî÷ęč íŕ ěîíňčđŕíĺ"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr "Čçáĺđĺňĺ ěĺńňŕ çŕ ěîíňčđŕíĺ"
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -5394,70 +5179,70 @@ msgstr ""
"çŕ äŕ ńňŕđňčđŕňĺ ńčńňĺěŕňŕ ńč, ůĺ ňđ˙áâŕ äŕ ńúçäŕäĺňĺ ńňŕđňčđŕůî ďîëĺ â "
"DiskDrake"
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr "Íĺ ĺ íŕěĺđĺí ăëŕâĺí ä˙ë çŕ íŕäăđŕćäŕíĺ"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Root ä˙ë"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Ęîé ĺ root-ä˙ëúň (/) íŕ ńčńňĺěŕňŕ âč ?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Íŕëŕăŕ ńĺ đŕ đĺńňŕđňčđŕňĺ, ďđĺäč ěîäčôčęŕöččňĺ äŕ ďđĺäčçâčęŕň ĺôĺęň"
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Čçáĺđĺňĺ ä˙ëîâĺňĺ, ęîčňî čńęŕňĺ äŕ ôîđěŕňčđŕňĺ"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Ďđîâĺđęŕ çŕ ëîřč ńĺęňîđč ?"
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr "Ôîđěŕňčđŕíĺ íŕ ä˙ëowe"
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr "Ńúçäŕâŕíĺ č ôîđěŕňčđŕíĺ íŕ ôŕéëŕ %s"
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Í˙ěŕ äîńňŕňú÷íî swap çŕ ďđčęëţ÷âŕíĺ íŕ číńňŕëŕöč˙ňŕ, ěîë˙ äîáŕâĺňĺ ěŕëęî"
-#: ../../install_steps_interactive.pm_.c:472
+#: ../../install_steps_interactive.pm_.c:479
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Ňúđń˙ íŕëč÷íč ďŕęĺňč"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
msgstr "Ňúđń˙ íŕëč÷íč ďŕęĺňč"
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../install_steps_interactive.pm_.c:483
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Íĺ ěîćĺňĺ äŕ îńňŕâčňĺ ňîçč ďŕęĺň íĺěŕđęčđŕí. Ňîé âĺ÷ĺ ĺ číńňŕëčđŕí"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr "Ňúđń˙ ďŕęĺňč çŕ îáíîâ˙âŕíĺ"
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5465,7 +5250,7 @@ msgid ""
msgstr ""
"Ńčńňĺěŕňŕ âč í˙ěŕ äîńňŕňú÷íî ě˙ńňî çŕ číńňŕëŕöč˙ čëč îáíîâ˙âŕíĺ (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5473,55 +5258,55 @@ msgstr ""
"Ěîćĺ čçáĺđĺňĺ çŕđĺćäŕíĺ čëč çŕďčń íŕ čçáîđŕ íŕ ďŕęĺňč íŕ ôëîďč.\n"
"Ôîđěŕňúň ĺ ńúůč˙ň ęŕňî auto_install ăĺíĺđčđŕíčňĺ äčńęĺňč."
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Load from floppy"
msgstr "Çŕđĺäč îň äčńęĺňŕ"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr "Çŕďŕçč íŕ äčńęĺňŕ"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Loading from floppy"
msgstr "Çŕđĺćäŕíĺ îň äčńęĺňŕ"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Package selection"
msgstr "Čçáîđ íŕ ďŕęĺňč"
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
msgid "Insert a floppy containing package selection"
msgstr "Ńëîćĺňĺ äčńęĺňŕ ńúäúđćŕůŕ čçáîđ íŕ ďŕęĺňč"
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
msgid "Selected size is larger than available space"
msgstr "Čçáđŕíŕňŕ ăîëĺěčíŕ ĺ ďî-ăîë˙ěŕ îň äîńňúďíîňî ďđîńňđŕíńňâî"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:649
#, fuzzy
msgid "Type of install"
msgstr "Čçáĺđĺňĺ ďŕęĺňč çŕ číńňŕëčđŕíĺ"
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
#, fuzzy
msgid "With X"
msgstr "Ĺäčí ěîěĺíň"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5531,16 +5316,16 @@ msgstr ""
"Ŕęî í˙ěŕňĺ íčňî ĺäíî îň ňĺçč CD-ňŕ, íŕňčńíĺňĺ Îňě˙íŕ.\n"
"Ŕęî âč ëčďńâŕň í˙ęîč CD-ňŕ, ěŕőíĺňĺ ăč, č íŕňčńíĺňĺ Ok. "
-#: ../../install_steps_interactive.pm_.c:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM îçŕăëŕâĺí \"%s\""
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr "Ďîäăîňâ˙ě číńňŕëŕöč˙ňŕ"
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
@@ -5549,87 +5334,21 @@ msgstr ""
"Číńňŕëčđŕě ďŕęĺň %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
msgstr "Ńëĺä číńňŕëŕöčîííŕ íŕńňđîéęŕ"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Ńëîćĺňĺ ńňŕđňčđŕůŕňŕ äčńęĺňŕ â óńňđîéńňâî %s"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:834
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Ńëîćĺňĺ äčńęĺňŕ çŕ îáíîâ˙âŕíĺ íŕ ěîäóëč â óńňđîéńňâî %s"
-#: ../../install_steps_interactive.pm_.c:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Ńĺăŕ čěŕňĺ âúçěîćíîńňňŕ äŕ ńâŕëčňĺ ńîôňóĺđ ń öĺë ęîäčđŕíĺ.\n"
-"\n"
-"ÂÍČĚŔÍČĹ:\n"
-"\n"
-"Ďîđŕäč đŕçëč÷íčňĺ čçčńęâŕíč˙ ďîńňŕâĺíč îň ňîçč ńîôňóĺđ č îň ěíîăî\n"
-"ţđčńäčęöčč, ęëčĺíňčňĺ č/čëč ęđŕéíčňĺ ęëčĺíňč íŕ ňîçč ńîôňóĺđ ňđ˙áâŕ\n"
-"äŕ áúäŕň ńčăóđíč, ÷ĺ íîđěŕňčâíŕňŕ áŕçŕ čě ďîçâîë˙âŕ ńâŕë˙íĺňî, ďđîäŕćáŕňŕ\n"
-"č/čëč čçďîëçâŕíĺňî íŕ ňîçč ńîôňóĺđ.\n"
-"\n"
-"Â äîďúëíĺíčĺ ęëčĺíňúň č/čëč ęđŕéíč˙ ďîňđĺáčňĺë ňđ˙áâŕ äŕ âíčěŕâŕ ń ňîâŕ\n"
-"äŕíĺáč äŕ íŕđóřč ÷ŕńň îň íîđěŕňčâíŕňŕ áŕçŕ. Ęëčĺíňúň č/čëč ęđŕéíč˙ň\n"
-"ďîňđĺáčňĺë ňđ˙áâŕ äŕ óâŕćŕâŕ ďđčëĺćŕůčňĺ çŕęîíč, ňúé ęŕňî ňîé ůĺ ďîíĺńĺ\n"
-"ńŕíęöččňĺ.\n"
-" íčęŕęúâ ńëó÷ŕé Mandrakesoft čëč íĺăîâčňĺ ďđîčçâîäčňĺëč č/čëč\n"
-"ńďîěîůĺńňâóâŕňĺëčňĺ ěó íĺ íîń˙ň íčęŕęâŕ îňăîâîđíîńň çŕ ęŕęâčňî č äŕ ĺ\n"
-"ďđĺęč, ęîńâĺíč čëč ńëó÷ŕéíč âđĺäč (âęëţ÷čňĺëíî, íî íĺ ńŕěî îăđŕíč÷ĺíč â\n"
-"çŕăóáŕňŕ íŕ ďîëçč, ďđĺęúńâŕíĺ íŕ áčçíĺń, çŕăóáŕ íŕ ęîěĺđńčŕëíč äŕííč č\n"
-"äđóăč ďŕđč÷íč çŕăóáč, č ĺâĺíňóŕëíč îňăîâîđíîńňč č îáĺůĺňĺíč˙ çŕ ďëŕůŕíĺ\n"
-"ďî ńúäĺáíč đĺřĺíč˙) ďđĺäčçâčęŕíč îň čçďîëçâŕíĺňî, ďîńňŕâ˙íĺňî čëč äîđč\n"
-"ńâŕë˙íĺňî íŕ ňîçč ńîôňóĺđ, äî ęîéňî ęëčĺíňúň č/čëč ęđŕéíč˙ň ďîňđĺáčňĺë\n"
-"ĺâĺíňóŕëíî ěîćĺ äŕ čěŕ äîńňúď ńëĺä ńúăëŕńčĺňî ń ňîâŕ ńďîđŕçóěĺíčĺ.\n"
-"\n"
-"Çŕ âń˙ęŕęâč âúďđîńč ďî ňîâŕ ńďîđŕçóěĺíčĺ, ěîë˙, ńâúđćĺňĺ ńĺ ń \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5641,157 +5360,157 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Ńâúđçâŕíĺ ń îăëĺäŕëíč˙ ńúđâúđ çŕ ďîëó÷ŕâŕíĺ íŕ ńďčńúęŕ ń ďŕęĺňčňĺ"
-#: ../../install_steps_interactive.pm_.c:906
+#: ../../install_steps_interactive.pm_.c:881
msgid "Choose a mirror from which to get the packages"
msgstr "Čçáĺđĺňĺ îăëĺäŕëĺí ńúđâúđ,îň ęîéňî äŕ ďîëó÷čňĺ ďŕęĺňčňĺ"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:890
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Ńâúđçâŕíĺ ń îăëĺäŕëíč˙ ńúđâúđ çŕ ďîëó÷ŕâŕíĺ íŕ ńďčńúęŕ ń ďŕęĺňčňĺ"
-#: ../../install_steps_interactive.pm_.c:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr "Ęî˙ ĺ âđĺěĺâŕňŕ âč çîíŕ ?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
msgid "Hardware clock set to GMT"
msgstr "Őŕäđóĺđíč˙ň âč ÷ŕńîâíčę ĺ íŕńňđîĺí ďî GMT"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr "Ŕâňîěŕňč÷íŕ ńčíőđîíčçŕöč˙ íŕ âđĺěĺňî (čçďîëçâŕ NTP)"
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
msgid "NTP Server"
msgstr "NTP ńúđâúđ"
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
msgid "Remote CUPS server"
msgstr "Îňäŕëĺ÷ĺí CUPS ńúđâúđ"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
msgid "No printer"
msgstr "Í˙ěŕ ďđčíňĺđ"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Čěŕňĺ ëč äđóă(č) ?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm_.c:986
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Îáîáůĺíčĺ"
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
msgid "Mouse"
msgstr "Ěčřęŕ"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
msgstr "×ŕńîâŕ çîíŕ"
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2989
-#: ../../printerdrake.pm_.c:3078
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "Ďđčíňĺđ"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
msgid "ISDN card"
msgstr "ISDN ęŕđňŕ"
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
msgid "Sound card"
msgstr "Çâóęîâŕ ęŕđňŕ"
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr "TV ęŕđňŕ"
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1121
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Windows Domain"
msgstr "NIS äîěĺéí"
-#: ../../install_steps_interactive.pm_.c:1078
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
msgid "Local files"
msgstr "Ëîęŕëíč ôŕéëîâĺ"
-#: ../../install_steps_interactive.pm_.c:1087
-#: ../../install_steps_interactive.pm_.c:1088 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Âúâĺäĺňĺ ďŕđîëŕ çŕ root"
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr "Áĺç ďŕđîëŕ"
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1074
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Ďŕđîëŕňŕ ĺ ďđĺęŕëĺíî ďđîńňŕ (ňđ˙áâŕ äŕ áúäĺ äúëăŕ ďîíĺ %d ńčěâîëŕ)"
-#: ../../install_steps_interactive.pm_.c:1100 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "Čäĺíňčôčęŕöč˙"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1088
msgid "Authentication LDAP"
msgstr "LDAP ŕóňîđčçŕöč˙"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr "LDAP Áŕçîâ dn"
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1090
msgid "LDAP Server"
msgstr "LDAP ńúđâúđ"
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1096
msgid "Authentication NIS"
msgstr "NIS ŕóňîđčçŕöč˙"
-#: ../../install_steps_interactive.pm_.c:1117
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "NIS äîěĺéí"
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr "NIS ńúđâúđ"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -5807,21 +5526,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1106
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "LDAP ŕóňîđčçŕöč˙"
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1108
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Čěĺ íŕ äîěĺéíŕ"
-#: ../../install_steps_interactive.pm_.c:1129
+#: ../../install_steps_interactive.pm_.c:1109
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1164
+#: ../../install_steps_interactive.pm_.c:1144
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 "
@@ -5850,19 +5569,20 @@ msgstr ""
"Ŕęî čńęŕňĺ äŕ ńúçäŕäĺňĺ bootdisk çŕ âŕřŕňŕ ńčńňĺěŕ, ďîńňŕâĺňĺ äčńęĺňŕ â\n"
"ďúđâîňî óńňđîéńňâî č íŕňčńíĺňĺ \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1180
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr "Ďúđâî ôëîďč óńňđîéńňâî"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "Âňîđî ôëîďč óńňđîéńňâî"
-#: ../../install_steps_interactive.pm_.c:1182 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "Ďđĺńęî÷č"
-#: ../../install_steps_interactive.pm_.c:1187
+#: ../../install_steps_interactive.pm_.c:1167
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5888,7 +5608,7 @@ msgstr ""
"ńëó÷ŕč íŕ ńđčâ. Čńęŕňĺ ëč äŕ ńúçäŕě bootdisk çŕ ńčńňĺěŕňŕ âč ?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1193
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -5897,28 +5617,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "Ńúćŕë˙âŕě í˙ěŕ ôëîďč"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1185
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Čçáĺđĺňĺ ôëîďč äđŕéâ,ęúäĺňî äŕ íŕďđŕâčňĺ ńňŕđňčđŕůŕ äčńęĺňŕ"
-#: ../../install_steps_interactive.pm_.c:1209
+#: ../../install_steps_interactive.pm_.c:1189
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Ńëîćĺňĺ äčńęĺňŕ â óńňđîéńňâî %s"
-#: ../../install_steps_interactive.pm_.c:1212
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
msgstr "Ńúçäŕâŕíĺ íŕ ńňŕđňčđŕůŕ äčńęĺňŕ"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
msgstr "Ďîäăîňîâęŕ íŕ bootloader"
-#: ../../install_steps_interactive.pm_.c:1230
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5930,11 +5650,11 @@ msgstr ""
"Číńňŕëŕöč˙ňŕ ůĺ ďđîäúëćč, íî ůĺ ňđ˙áâŕ\n"
"äŕ čďîëçâŕňĺ BootX, çŕ äŕ ńňŕđňčđŕňĺ ěŕřčíŕňŕ ńč"
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr "Čńęŕňĺ ëč äŕ čçďîëçâŕňĺ aboot ?"
-#: ../../install_steps_interactive.pm_.c:1239
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5942,15 +5662,15 @@ msgstr ""
"Ăđĺřęŕ ďđč číńňŕëčđŕíĺ íŕ aboot, \n"
"äŕ ńĺ îďčňŕě ëč äŕ ďđîäúëćŕ číńňŕëŕöč˙ňŕ äîđč, ŕęî ňîâŕ óíčćňîćč ďúđâč˙ ä˙ë ?"
-#: ../../install_steps_interactive.pm_.c:1246
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Installing bootloader"
msgstr "Číńňŕëčđŕíĺ íŕ bootloader"
-#: ../../install_steps_interactive.pm_.c:1252
+#: ../../install_steps_interactive.pm_.c:1232
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Číńňŕëŕöč˙ňŕ íŕ bootloader ďđîâŕëĺíŕ. Ďî˙âč ńĺ ńëĺäíŕňŕ ăđĺřęŕ:"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5967,17 +5687,17 @@ msgstr ""
" Ńëĺä ęîĺňî íŕďčřĺňĺ: shut-down\n"
"Ďđč ńëĺäâŕůîňî đĺńňŕđňčđŕíĺ áč ňđ˙áâŕëî äŕ âčäĺňĺ ďîäńęŕçęŕňŕ."
-#: ../../install_steps_interactive.pm_.c:1294
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ńëîćĺňĺ ďđŕçíŕ äčńęĺňŕ â óńňđîéńňâî %s"
-#: ../../install_steps_interactive.pm_.c:1298
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr "Ďîäăîňâ˙ě äčńęĺňŕ ń ŕâňîěŕňč÷íŕ číńňŕëŕöč˙"
-#: ../../install_steps_interactive.pm_.c:1309
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5987,7 +5707,7 @@ msgstr ""
"\n"
"Íŕčńňčíŕ ëč čńęŕňĺ äŕ čçëĺçĺňĺ ńĺăŕ ?"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm_.c:1300
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6019,15 +5739,15 @@ msgstr ""
"Číôîđěŕöč˙ çŕ íŕńňđîéâŕíĺ íŕ ńčńňĺěŕňŕ âč ěîćĺňĺ äŕ íŕěĺđčňĺ â\n"
"ńëĺäčíńňŕëŕöčîííŕňŕ ăëŕâŕ îň Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1333
+#: ../../install_steps_interactive.pm_.c:1313
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1318
msgid "Generate auto install floppy"
msgstr "Ďîäăîňâč äčńęĺňŕ çŕ ŕâňîěŕňč÷íŕ číńňŕëŕöč˙"
-#: ../../install_steps_interactive.pm_.c:1340
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6041,25 +5761,25 @@ msgstr ""
"\n"
"Ěîćĺ áč čńęŕňĺ äŕ ďîâňîđčňĺ číńňŕëŕöč˙ňŕ.\n"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr "Ŕâňîěŕňčçčđŕí"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Replay"
msgstr "Ďîâňîđč"
-#: ../../install_steps_interactive.pm_.c:1348
+#: ../../install_steps_interactive.pm_.c:1328
msgid "Save packages selection"
msgstr "Çŕďŕçč čçáîđ íŕ ďŕęĺňč"
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr "Číńňŕëŕöč˙ íŕ Mandrake Linux %s"
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6077,22 +5797,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Čçáĺđĺňĺ ôŕéë"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr "Íŕďđĺäíč÷ŕâ"
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:103
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr "<- Ďđĺäčřĺí"
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
#, fuzzy
msgid "Next"
msgstr "Ňĺęńň"
@@ -6160,378 +5880,382 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "×ĺřęŕ (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "Íĺěńęŕ"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Äâîđŕę"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "Čńďŕíńęŕ"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "Ôčíëŕíäńęŕ"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "Ôđĺíńęŕ"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "Íîđâĺćęŕ"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "Ďîëńęŕ"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "Đóńęŕ"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "Řâĺäńęŕ"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
msgstr "UĘ ęëŕâčŕňóđŕ"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
msgstr "US ęëŕâčŕňóđŕ"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:167
msgid "Albanian"
msgstr "Ŕëáŕíńęŕ"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "Ŕđěĺíńęŕ (ńňŕđŕ)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "Ŕđěĺíńęŕ (ďčřĺůŕ ěŕřčíŕ)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "Ŕđěĺíńęŕ (ôîíĺňč÷ĺí)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "Ŕçĺđáŕéäćŕíńęŕ (ëŕňčíčöŕ)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "Áĺëăčéńęŕ"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bengali"
msgstr "âęëţ÷č"
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Ŕđěĺíńęŕ (ôîíĺňč÷ĺí)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Áúëăŕđńęŕ"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "Áđŕçčëńęŕ (ABNT-2)"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:184
#, fuzzy
msgid "Bosnian"
msgstr "Ĺńňîíńęŕ"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
msgid "Belarusian"
msgstr "Áĺëŕđóńęŕ"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "Řâĺéöŕđńęŕ (íĺěńęŕ íŕđĺäáŕ)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "Řâĺéöŕđńęŕ (ôđĺíńęč íŕđĺäáŕ)"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "×ĺřęŕ (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr "Íĺěńęŕ (áĺç íĺđŕáîňĺůč ęëŕâčřč)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "Äŕňńęŕ"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
msgstr "Äâîđŕę (US)"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Äâîđŕę (Íîđâĺćęŕ)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Äâîđŕę (US)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "Ĺńňîíńęŕ"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "Ăđóçčíńęŕ (\"Đóńęŕ\" íŕđĺäáŕ)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "Ăđóçčíńęŕ (\"Ëŕňčíńęŕ\" íŕđĺäáŕ)"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "Ăđúöęŕ"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "Óíăŕđńęŕ"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "Őúđâŕňńęŕ"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "Čçđŕĺëńęŕ"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "Čçđŕĺëńęŕ (ôîíĺňč÷íŕ)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
msgstr "Čđŕíńęŕ"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "Čńëŕíäńęŕ"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "Čňŕëčŕíńęŕ"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr "ßďîíńęŕ 106 ęëŕâčřŕ"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:217
msgid "Korean keyboard"
msgstr "Ęîđĺéńęŕ ęëŕâčŕňóđŕ"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "Ëŕňčíîŕěĺđčęŕíńęŕ"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:219
#, fuzzy
msgid "Laotian"
msgstr "Ëŕňâčéńęŕ"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "Ëčňâčéńęŕ AZERTY (ńňŕđŕ)"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "Ëčňâčéńęŕ AZERTY (íîâŕ)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Ëčňâčéńęŕ \"÷čńëîâŕ đĺäčöŕ\" QWERTY"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Ëčňâčéńęŕ \"ôîíĺňč÷ĺí\" QWERTY"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:225
msgid "Latvian"
msgstr "Ëŕňâčéńęŕ"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr "Ěŕęĺäîíńęŕ"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:229
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Ńđúáńęŕ (ęčđčëčöŕ)"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "Őîëŕíäńęŕ"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "Ďîëńęŕ (QWERTY íŕđĺäáŕ)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "Ďîëńęŕ (QWERTZ íŕđĺäáŕ)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "Ďîđňóăŕëńęŕ"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "Ęŕíŕäńęŕ (Ęâĺáĺę)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:239
msgid "Romanian (qwertz)"
msgstr "Đóěúíńęŕ (qwertz)"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:240
msgid "Romanian (qwerty)"
msgstr "Đóěúíńęŕ (qwerty)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "Đóńęŕ (Yawerty)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "Ńëîâĺíńęŕ"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "Ńëîâŕřęŕ (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "Ńëîâŕřęŕ (QWERTY)"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:248
msgid "Serbian (cyrillic)"
msgstr "Ńđúáńęŕ (ęčđčëčöŕ)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:250
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "Ňŕéâŕíńęŕ ęëŕâčŕňóđŕ"
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
msgid "Tajik keyboard"
msgstr "Ňŕäćčęčńňŕíńęŕ ęëŕâčŕňóđŕ"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "Ňóđńęŕ (ňđŕäčöčîíĺí \"F\" ěîäĺë)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "Ňóđńęŕ (ěîäĺđĺí \"Q\" ěîäĺë)"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "Óęđŕčíńęŕ"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
msgstr "US ęëŕâčŕňóđŕ (ěĺćäóíŕđîäíŕ)"
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Âčĺňíŕěńęŕ \"÷čńëîâŕ đĺäčöŕ\" QWERTY"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
msgid "Yugoslavian (latin)"
msgstr "Ţăîńëŕâńęŕ (ëŕňčíčöŕ)"
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr ""
@@ -6544,35 +6268,44 @@ msgstr "\"Îěŕăüîńŕí ęđúă\" îň ěîíňčđŕíč˙: %s\n"
msgid "Remove the logical volumes first\n"
msgstr "Ďúđâî ďđĺěŕőíč ëîăč÷íčňĺ ä˙ëîâî\n"
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm_.c:18
+#, fuzzy
+msgid "modinfo is not available"
+msgstr "Í˙ěŕ ôëîďč óńňđîéńňâî"
+
+#: ../../modules/parameters.pm_.c:50
#, fuzzy
msgid "a number"
msgstr "Ňĺëĺôîíĺí íîěĺđ"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
#, fuzzy
msgid "comma separated strings"
msgstr "Ôîđěŕňčđŕíĺ íŕ ä˙ëîâĺ"
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Ěčřęŕ íŕ Sun"
@@ -6678,56 +6411,77 @@ msgstr "í˙ěŕ"
msgid "No mouse"
msgstr "Áĺç ěčřęŕ"
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
msgid "Please test the mouse"
msgstr "Ěîë˙, ďđîáâŕéňĺ ěčřęŕňŕ ńč"
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
msgid "To activate the mouse,"
msgstr "Çŕ äŕ ŕęňčâčđŕňĺ ěčřęŕňŕ ńč,"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
msgstr "ÁÓŇÍĹŇĹ ŇÎĎ×ĹŇÎ !"
-#: ../../my_gtk.pm_.c:64
+#: ../../my_gtk.pm_.c:65
#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
msgid "Finish"
msgstr "Çŕâúđřč"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "Ńëĺäâŕů ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "Âńč÷ęî ďđŕâčëíî ëč ĺ ?"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "Číôîđěŕöč˙"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "Đŕçřčđč äúđâîňî"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "Čç÷čńňč äúđâîňî"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr "Ďđĺâęëţ÷âŕíĺ ěĺćäó íîđěŕëíî č ńîđňčđŕíĺ ďî ăđóďč"
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "čçďîëçâŕé PPPOE"
+
+#: ../../network/adsl.pm_.c:24
+msgid "use pptp"
+msgstr "čçďîëçâŕé PPPTP"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
+msgstr "čçďîëçâŕé DHCP"
+
+#: ../../network/adsl.pm_.c:26
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch USB"
+
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Ńâúđćč ńĺ ęúě Číňĺđíĺň"
-#: ../../network/adsl.pm_.c:24
+#: ../../network/adsl.pm_.c:30
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6737,21 +6491,13 @@ msgstr ""
"Í˙ęîč âđúçęč čçďîëçâŕň PPTP, ŕ maëęî čçďîëçâŕň DHCP.\n"
"Ŕęî íĺ çíŕĺňĺ, čçáĺđĺňĺ 'čçďîëçâŕé PPPOE'."
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch USB"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
-msgstr "čçďîëçâŕé DHCP"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "čçďîëçâŕé PPPOE"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pptp"
-msgstr "čçďîëçâŕé PPPTP"
+#: ../../network/adsl.pm_.c:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
#: ../../network/drakfirewall.pm_.c:12
#, fuzzy
@@ -6832,10 +6578,10 @@ msgstr "Ňĺńňâŕíĺ ďîđňîâĺňĺ"
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr ""
"Ęŕęúâ DHCP ęëčĺíň čńęŕňĺ äŕ čçďîëçâŕňĺ ?\n"
-"Ďî ďîäđŕçáčđŕíĺ ĺ dhcpcd ?"
+"Ďî ďîäđŕçáčđŕíĺ ĺ dhcp-client ?"
#: ../../network/ethernet.pm_.c:88
msgid ""
@@ -6845,7 +6591,7 @@ msgstr ""
"Íĺ áĺřĺ íŕěĺđĺí ěđĺćîâ ŕäŕďňĺđ â ńčńňĺěŕňŕ âč.\n"
"Íĺ ěîćĺňĺ äŕ íŕńňđîčňĺ ňŕęúâ âčä âđúçęŕ."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:238
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
msgid "Choose the network interface"
msgstr "Čçáĺđĺňĺ ěđĺćîâ číňĺđôĺéń"
@@ -6854,15 +6600,15 @@ msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Ěîë˙, čçáĺđĺňĺ ęîé ěđĺćîâ ŕäŕďňĺđ äŕ čçďîëçâŕě çŕ âđúçęŕ ęúě Číňĺđíĺň"
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "íĺ ĺ îňęđčňŕ ěđĺćîâŕ ęŕđňŕ"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "Íŕńňîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
msgid ""
"Please enter your host name if you know it.\n"
"Some DHCP servers require the hostname to work.\n"
@@ -6874,15 +6620,15 @@ msgstr ""
"Host čěĺňî ňđ˙áâŕ äŕ áóäĺ íŕďúëíî ęâŕëčôčöčđŕíî čěĺ,\n"
"ęŕňî ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Čěĺ íŕ őîńň:"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
msgid "Network Configuration Wizard"
msgstr "Ěŕăüîńíčę çŕ íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
@@ -6928,13 +6674,13 @@ msgstr "Íîâŕ íŕńňđîéęŕ (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "Ńňŕđŕ íŕńňđîéęŕ (isdn4net)"
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "Íŕńňđîéęŕ íŕ IDSN"
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
@@ -6942,19 +6688,19 @@ msgstr ""
"Ďîńî÷ĺňĺ äîńňŕâ÷čęŕ ńč.\n"
" Ŕęî íĺ ĺ â ńďčńúęŕ, čçáĺđĺňĺ Unlisted"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol"
msgstr "Ďđîňîęîë Ĺâđîďŕ"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol (EDSS1)"
msgstr "Ďđîňîęîë Ĺâđîďŕ (EDSS1)"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid "Protocol for the rest of the world"
msgstr "Ďđîňîęîë çŕ îńňŕíŕëč˙ ńâ˙ň"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
@@ -6962,32 +6708,32 @@ msgstr ""
"Ďđîňîęîë çŕ îńňŕíŕëč˙ ńâ˙ň\n"
" áĺç D-Ęŕíŕë (íŕĺňŕ ëčíč˙)"
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
msgid "Which protocol do you want to use?"
msgstr "Ęŕęúâ ďđîňîęîë ćĺëŕĺňĺ äŕ ďđîěĺíčňĺ ?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
msgid "What kind of card do you have?"
msgstr "Ęŕęúâ ňčď ęŕđňŕ čěŕňĺ ?"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
msgstr "Íĺ çíŕě"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7000,19 +6746,19 @@ msgstr ""
"\n"
"Ŕęî čěŕňĺ PCMCIA ęŕđňŕ, ůĺ ňđ˙áâŕ äŕ çíŕĺňĺ IRC č IO íŕ ęŕđňŕňŕ ńč.\n"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
msgstr "Îňęŕç"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Continue"
msgstr "Íŕňŕňúę"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
msgid "Which is your ISDN card?"
msgstr "Ęî˙ ĺ ISDN ęŕđňŕňŕ âč ?"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7020,58 +6766,85 @@ msgstr ""
"Îňęđčňŕ ĺ ISDN PCI ęŕđňŕ, íî ń íĺďîçíŕň ňčď. Ěîë˙ čçáĺđĺňĺ í˙ęî˙ PCI ęŕđňŕ "
"îň ńëĺäâŕůč˙ň ĺęđŕí."
-#: ../../network/isdn.pm_.c:252
+#: ../../network/isdn.pm_.c:248
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr "Íĺ ĺ íŕěĺđĺíŕ ISDN PCI ęŕđňŕ. Ěîë˙ čçáĺđĺňĺ îň ńëĺäâŕůč˙ň ĺęđŕí."
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr "Ěîë˙, čçáĺđĺňĺ ńĺđčĺí ďîđň ęúě ęîéňî ńâúđçŕí ěîäĺěúň âč."
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "Îďöčč çŕ čçáčđŕíĺ ďî ňĺëĺôîí"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr "Čěĺ íŕ âđúçęŕňŕ"
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
msgid "Phone number"
msgstr "Ňĺëĺôîíĺí íîěĺđ"
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "Áŕçčđŕíŕ íŕ ńęđčďň"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "Áŕçčđŕíŕ íŕ ňĺđěčíŕë"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Čěĺ íŕ äîěĺéíŕ"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
msgid "First DNS Server (optional)"
msgstr "Ďúđâč DNS ńúđâúđ (ďî čçáîđ)"
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
msgid "Second DNS Server (optional)"
msgstr "Âňîđč DNS ńúđâúđ (ďî čçáîđ)"
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "íî íĺ ńúâďŕäŕ"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "Číńňŕëčđŕé"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "Ňŕáëčöŕ"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -7108,25 +6881,25 @@ msgstr "Â ěîěĺíňŕ íĺ ńňĺ ńâúđçŕíč ęúě Číňĺđíĺň"
msgid "Connect"
msgstr "Ńâúđćč"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
msgid "Disconnect"
msgstr "Îňâúđćč"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Configure the connection"
msgstr "Â ěîěĺíňŕ íŕńňđîéâŕě ěđĺćŕňŕ"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
msgid "Internet connection & configuration"
msgstr "Číňĺđíĺň âđúçęŕ č íŕńňđîéęŕ"
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Ńĺăŕ ůĺ íŕńňđîčě %s âđúçęŕňŕ."
-#: ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:103
#, c-format
msgid ""
"\n"
@@ -7144,12 +6917,12 @@ msgstr ""
"\n"
"Íŕňčńíĺňĺ OK, çŕ äŕ ďđîäúëćčňĺ."
-#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr "Íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7160,7 +6933,7 @@ msgstr ""
"Öúęíĺňĺ Ok, çŕ äŕ çŕďŕçčňĺ íŕńňđîéęŕňŕ, čëč Îňě˙íŕ, çŕ äŕ ďđĺíŕńňîčňĺ "
"Číňĺđíĺň č ěđĺćîâŕňŕ ńč âđúçęŕ.\n"
-#: ../../network/netconnect.pm_.c:160
+#: ../../network/netconnect.pm_.c:157
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7172,72 +6945,77 @@ msgstr ""
"Âčĺ ńňĺ íŕ ďúň äŕ íŕńňđîčňĺ Číňĺđíĺň/ěđĺćîâŕňŕ ńč âđúçęŕ.\n"
"Ŕęî íĺ čńęŕňĺ äŕ čçďîëçâŕňĺ ŕâňîěŕňč÷íî çŕńč÷ŕíĺ, čçęëţ÷ĺňĺ ęóňčéęŕňŕ.\n"
-#: ../../network/netconnect.pm_.c:166
+#: ../../network/netconnect.pm_.c:163
msgid "Choose the profile to configure"
msgstr "Čçáĺđĺňĺ ďđîôčë çŕ íŕńňđîéęŕ"
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3203
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
msgid "Expert Mode"
msgstr "Đŕçřčđĺíč ôóíęčöčč"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr "Îňęđčâŕíĺ íŕ óńňđîéńňâŕ ..."
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
msgid "Normal modem connection"
msgstr "Îáčęíîâĺíŕ ěîäĺěíŕ âđúçęŕ"
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, c-format
msgid "detected on port %s"
msgstr "çŕńĺ÷ĺí íŕ ďîđň %s"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "Îáčęíîâĺíŕ ěîäĺěíŕ âđúçęŕ"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "çŕńĺ÷ĺíŕ %s"
+
+#: ../../network/netconnect.pm_.c:216
msgid "ISDN connection"
msgstr "ISDN âđúçęŕ"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr "çŕńĺ÷ĺíŕ %s"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
msgid "ADSL connection"
msgstr "ADSL âđúçęŕ"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected on interface %s"
-msgstr "çŕńĺ÷ĺí íŕ číňĺđôĺéń %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "Cable connection"
msgstr "Ęŕáĺëíŕ âđúçęŕ"
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "cable connection detected"
msgstr "çŕńĺ÷ĺíŕ ĺ ęŕáĺëíŕ âđúçęŕ"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "LAN connection"
msgstr "LAN âđúçęŕ"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr "ethernet ęŕđňč çŕńĺ÷ĺíč"
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
msgid "Choose the connection you want to configure"
msgstr "Čçáĺđĺňĺ âđúçęŕňŕ, ęîéňî čńęŕňĺ äŕ čçďîëçâŕňĺ"
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7247,23 +7025,23 @@ msgstr ""
"Čçáĺđĺňĺ ňîçč, ęîéňî čńęŕňĺ äŕ čçďîëçâŕňĺ.\n"
"\n"
-#: ../../network/netconnect.pm_.c:226
+#: ../../network/netconnect.pm_.c:247
msgid "Internet connection"
msgstr "Číňĺđíĺň âđúçęŕ"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
msgid "Do you want to start the connection at boot?"
msgstr "Čńęŕňĺ ëč äŕ ńňŕđňčđŕňĺ âđúçęŕňŕ ńč ďđč çŕđĺćäŕíĺ ?"
-#: ../../network/netconnect.pm_.c:246
+#: ../../network/netconnect.pm_.c:267
msgid "Network configuration"
msgstr "Íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
msgstr "Ěđĺćŕňŕ ňđ˙áâŕ äŕ áúäĺ đĺńňŕđňčđŕíŕ"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7274,7 +7052,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7284,7 +7062,7 @@ msgstr ""
"\n"
"Íŕńňđîéęčňĺ ůĺ áúäŕň ďđčëîćĺíč ęúě ńčńňĺěŕňŕ âč.\n"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7292,14 +7070,14 @@ msgstr ""
"Ńëĺä ęŕňî ńňŕíĺ ňîâŕ, ďđĺďîđú÷âŕěĺ âč äŕ đĺńňŕđňčđŕňĺ X\n"
"ńđĺäŕňŕ ńč, çŕ äŕ čçáĺăíĺňĺ ďđîáëĺěč ńúń ńě˙íŕňŕ čěĺňî íŕ őîńňŕ."
-#: ../../network/netconnect.pm_.c:266
+#: ../../network/netconnect.pm_.c:287
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:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7310,7 +7088,7 @@ msgstr ""
"Ďđîńňî ďđčĺěĺňĺ, çŕ äŕ îńňŕâčňĺ óńňđîéńňâîňî íŕńňđîĺíî.\n"
"Ďîďđŕâęŕňŕ íŕ ďîëĺňŕňŕ ďî-äîëó ůĺ ďđĺçŕďčřĺ ňŕçč íŕńňđîéęŕ."
-#: ../../network/network.pm_.c:296
+#: ../../network/network.pm_.c:283
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7320,44 +7098,56 @@ msgstr ""
"Âń˙ęî óńňđîéńňâî ňđ˙áâŕ äŕ áúäĺ âúâĺäĺíî ęŕňî IP ŕäđĺń\n"
"ń ňî÷ęîâî-äĺńĺňč÷íî îçíŕ÷ĺíčĺ (íŕďđčěĺđ, 1.2.3.4)."
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr "Íŕńňđîéęŕ íŕ ěđĺćîâîňî óńňđîéńňâî %s"
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, c-format
msgid " (driver %s)"
msgstr " (äđŕéâĺđ %s)"
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "IP ŕäđĺń"
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
-#: ../../standalone/drakgw_.c:295
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
msgstr "Ěđĺćîâŕ ěŕńęŕ"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
msgstr "Ŕâňîěŕňč÷ĺí IP ŕäđĺń"
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
#, fuzzy
msgid "Start at boot"
msgstr "Ďóńíŕň ďđč ńňŕđňčđŕíĺ"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ŕäđĺńúň ňđ˙áâŕ äŕ áúäĺ âúâ ôîđěŕň 1.2.3.4"
-#: ../../network/network.pm_.c:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7369,59 +7159,59 @@ msgstr ""
"ęŕňî ``mybox.mylab.myco.com''.\n"
"Ěîćĺňĺ ńúůî äŕ âúâĺäĺňĺ IP ŕäđĺńŕ íŕ Âŕřč˙ gateway, ŕęî čěŕňĺ ňŕęúâ"
-#: ../../network/network.pm_.c:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "DNS ńúđâúđ"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Gateway óńňđîéńňâî"
-#: ../../network/network.pm_.c:376
+#: ../../network/network.pm_.c:363
#, fuzzy
msgid "DNS server address should be in format 1.2.3.4"
msgstr "IP ŕäđĺńúň ňđ˙áâŕ äŕ áúäĺ âúâ ôîđěŕň 1.2.3.4"
-#: ../../network/network.pm_.c:380
+#: ../../network/network.pm_.c:367
#, fuzzy
msgid "Gateway address should be in format 1.2.3.4"
msgstr "IP ŕäđĺńúň ňđ˙áâŕ äŕ áúäĺ âúâ ôîđěŕň 1.2.3.4"
-#: ../../network/network.pm_.c:394
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Íŕńňđîéęŕ íŕ proxy"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
msgstr "Ďđîńëĺä˙âŕíĺ íŕ ID íŕ ěđĺćîâŕňŕ ęŕđňŕ (ďîëĺçíî ďđč ëŕďňîďč)"
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy-ńúđâúđŕ ňđ˙áâŕ äŕ ĺ http://..."
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#: ../../network/network.pm_.c:388
#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
msgstr "URL ňđ˙áâŕ äŕ ĺ çŕďî÷âŕ ń 'http:'"
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:26
msgid "Firewalling configuration detected!"
msgstr "Îňęđčňŕ ĺ íŕńňđîéęŕ íŕ Çŕůčňíŕ Ńňĺíŕ !"
-#: ../../network/shorewall.pm_.c:26
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7429,27 +7219,27 @@ msgstr ""
"Âíčěŕíčĺ ! Îňęđčňŕ ĺ íŕńňđîéęŕ íŕ Çŕůčňíŕ Ńňĺíŕ. Ěîćĺ äŕ ńĺ íŕëîćč í˙ęŕęâŕ "
"đú÷íŕ ďîďđŕâęŕ ńëĺä číńňŕëŕöč˙ňŕ."
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
msgid "Internet configuration"
msgstr "Íŕńňđîéęŕ íŕ Číňĺđíĺň"
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
msgid "Do you want to try to connect to the Internet now?"
msgstr "Čńęŕňĺ ëč ńĺăŕ äŕ îďčňŕňĺ âđúçęŕ ęúě Číňĺđíĺň ?"
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
msgid "Testing your connection..."
msgstr "Čçďđîáâŕíĺ íŕ âđúçęŕňŕ..."
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
msgid "The system is now connected to Internet."
msgstr "Ńčńňĺěŕňŕ â ěîěĺíňŕ ĺ ńâúđçŕíŕ ęúě Číňĺđíĺň."
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr "Çŕ âŕřŕ ńčăóđíîńň, ńĺăŕ ň˙ ůĺ áúäĺňĺ îňâúđçŕíŕ."
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -7457,92 +7247,92 @@ msgstr ""
"Ńčńňĺěŕňŕ íĺ čçăëĺćäŕ ńâúđçŕíŕ ęúě Číňĺđíĺň.\n"
"Îďčňŕéňĺ ńĺ äŕ ďđĺíŕńňđîčňĺ âđúçęŕňŕ."
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
msgid "Connection Configuration"
msgstr "Íŕńňđîéęŕ íŕ âđúçęŕňŕ"
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr "Ěîë˙, ďîďúëíĺňĺ čëč ďđîâĺđĺňĺ ďîëĺňî ďî-äîëó"
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
msgstr "IRQ íŕ ęŕđňŕňŕ"
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "Ďŕěĺň (DMA) íŕ ęŕđňŕňŕ"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "IO íŕ ęŕđňŕňŕ"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "IO_0 íŕ ęŕđňŕňŕ"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "IO_1 íŕ ęŕđňŕňŕ"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr "Ëč÷íč˙ âč ňĺëĺôîíĺí íîěĺđ"
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr "Čěĺ íŕ äîńňŕâ÷čęŕ (íŕďđ. provider.net)"
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
msgid "Provider phone number"
msgstr "Ňĺëĺôîíĺí íîěĺđ íŕ äîńňŕâ÷čęŕ"
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
msgid "Provider dns 1 (optional)"
msgstr "1-âč DNS íŕ äîńňŕâ÷čęŕ (ďî ćĺëŕíčĺ)"
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
msgid "Provider dns 2 (optional)"
msgstr "2-đč DNS íŕ äîńňŕâ÷čęŕ (ďî ćĺëŕíčĺ)"
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
msgid "Choose your country"
msgstr "Čçáĺđĺňĺ ńňđŕíŕňŕ ńč"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
msgid "Dialing mode"
msgstr "Đĺćčě íŕ íŕáčđŕíĺ"
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
msgid "Connection speed"
msgstr "Ńęîđîńň íŕ âđúçęŕňŕ"
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
msgid "Connection timeout (in sec)"
msgstr "Timeout íŕ âđúçęŕňŕ (â ńĺę)"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
msgid "Account Login (user name)"
msgstr "Čěĺ íŕ ŕęŕóíňŕ (ďîňĺáčňĺëńęî čěĺ)"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
msgid "Account Password"
msgstr "Ďŕđîëŕ íŕ ŕęŕóíňŕ"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "ěîíňčđŕíĺňî íĺ óńď˙: "
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
msgstr "Đŕçřčđĺíč ä˙ëîâĺ íĺ ńĺ ďîääúđćŕň íŕ ňŕçč ďëŕňôîđěŕ"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -7561,12 +7351,12 @@ msgstr "Âúçńňŕíîâ˙âŕíĺňî îň ôŕéëŕ %s íĺ óńď˙: %s"
msgid "Bad backup file"
msgstr "Ëîř backup-ôŕéë"
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr "Ăđĺřęŕ ďđč çŕďčń âúâ ôŕéëŕ %s"
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7597,185 +7387,186 @@ msgstr "äîáúđ"
msgid "maybe"
msgstr "ńňŕâŕ"
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Îáůŕ Unix Ďđčíňĺđíŕ Ńčńňĺěŕ"
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Ďĺ÷ŕňŕé, Áĺç Îďŕřęŕ"
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR Íîâî ďîęîëĺíčĺ"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
+msgstr "PDQ"
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Ëčíĺĺí Ďđčíňĺđĺí Äĺěîí"
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Ďĺ÷ŕňŕé, Áĺç Îďŕřęŕ"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
+msgstr "LPD"
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1181
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR Íîâî ďîęîëĺíčĺ"
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:36
-msgid "LPD"
-msgstr "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Îáůŕ Unix Ďđčíňĺđíŕ Ńčńňĺěŕ"
-#: ../../printer.pm_.c:37
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
+msgstr "CUPS"
-#: ../../printer.pm_.c:49
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+#, fuzzy
+msgid "Unknown Model"
+msgstr "Íĺčçâĺńňĺí ěîäĺë"
+
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "Ëîęŕëĺí ďđčíňĺđ"
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
msgid "Remote printer"
msgstr "Îňäŕëĺ÷ĺí ďđčíňĺđ"
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
msgid "Printer on remote CUPS server"
msgstr "Ďđčíňĺđ íŕ îňäŕëĺ÷ĺí CUPS ńúđâúđ"
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
msgid "Printer on remote lpd server"
msgstr "Ďđčíňĺđ íŕ îňäŕëĺ÷ĺí LPD ńúđâúđ"
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
msgid "Network printer (TCP/Socket)"
msgstr "Ěđĺćîâ ďđčíňĺđ (TCP/Socket)"
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Ďđčíňĺđ íŕ SMB/Windows 95/98/NT ńúđâúđ"
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
msgid "Printer on NetWare server"
msgstr "Ďđčíňĺđ íŕ NetWare ńúđâúđ"
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
msgid "Enter a printer device URI"
msgstr "Âúâĺäĺňĺ URI íŕ ďĺ÷ŕňŕůî óńňđîéńňâî"
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
msgstr "Ďđĺęŕđŕé đŕáîňŕňŕ ďđĺç ęîěŕíäŕ"
-#: ../../printer.pm_.c:346 ../../printer.pm_.c:388 ../../printer.pm_.c:570
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Íĺčçâĺńňĺí ěîäĺë"
-
-#: ../../printer.pm_.c:791 ../../printer.pm_.c:982 ../../printer.pm_.c:1374
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3471
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr "Íĺčçâĺńňĺí ěîäĺë"
-#: ../../printer.pm_.c:819
+#: ../../printer/main.pm_.c:317
#, fuzzy
msgid "Local Printers"
msgstr "Ëîęŕëĺí ďđčíňĺđ"
-#: ../../printer.pm_.c:821 ../../printer.pm_.c:1182
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
#, fuzzy
msgid "Remote Printers"
msgstr "Îňäŕëĺ÷ĺí ďđčíňĺđ"
-#: ../../printer.pm_.c:828 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:831 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:836
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:839
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:841
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:843
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:846
+#: ../../printer/main.pm_.c:344
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Ăđĺřęŕ ďđč çŕďčń âúâ ôŕéëŕ %s"
-#: ../../printer.pm_.c:848
+#: ../../printer/main.pm_.c:346
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:850
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:854
+#: ../../printer/main.pm_.c:352
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:858
+#: ../../printer/main.pm_.c:356
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:860
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:979 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:1151
+#: ../../printer/main.pm_.c:647
#, c-format
msgid "(on %s)"
msgstr "(íŕ %s)"
-#: ../../printer.pm_.c:1153
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr "(íŕ ňŕçč ěŕřčíŕ)"
-#: ../../printer.pm_.c:1178
+#: ../../printer/main.pm_.c:674
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP íŕ CUPS ńúđâúđŕ"
-#: ../../printer.pm_.c:1184 ../../printerdrake.pm_.c:3123
-#: ../../printerdrake.pm_.c:3134 ../../printerdrake.pm_.c:3360
-#: ../../printerdrake.pm_.c:3412 ../../printerdrake.pm_.c:3438
-#: ../../printerdrake.pm_.c:3613 ../../printerdrake.pm_.c:3615
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr " (Ďî ďîäđŕçáčđŕíĺ)"
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr "Čçáĺđĺňĺ âđúçęŕ ęúě ďđčíňĺđŕ"
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr "Ęŕę ĺ ńâúđçŕí ďđčíňĺđúň ?"
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
#, fuzzy
msgid ""
"\n"
@@ -7787,21 +7578,21 @@ msgstr ""
"ňóę; ňĺçč ďđčíňĺđč ůĺ áúäŕň çŕńĺ÷ĺíč ŕâňîěŕňč÷íî. Ěîë˙,\n"
"čçáĺđĺňĺ \"Ďđčíňĺđ íŕ îňäŕëĺ÷ĺí CUPS ńúđâúđ\" â ňîçč ńëó÷ŕé."
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3187
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
#, fuzzy
msgid "CUPS configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3188
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
#, fuzzy
msgid "Specify CUPS server"
msgstr "Îňäŕëĺ÷ĺí CUPS ńúđâúđ"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
#, fuzzy
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
@@ -7824,7 +7615,7 @@ msgstr ""
"ĺâĺíňóëŕíî íîěĺđ íŕ ďîđň íŕ CUPS ńúđâúđŕ, çŕ äŕ âçĺěĺňĺ číôîđěŕöč˙\n"
"çŕ ďđčíňĺđŕ îň ńúđâúđŕ, číŕ÷ĺ îńňŕâĺňĺ ďîëĺňî ďđŕçíî."
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
#, fuzzy
msgid ""
"\n"
@@ -7842,153 +7633,153 @@ msgstr ""
"çŕáđŕâ˙éňĺ äŕ đĺńňŕđňčđŕňĺ CUPS ńëĺä ňîâŕ (ęîěŕíäŕ: \"service\n"
"cups restart\")."
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
msgid "The IP address should look like 192.168.1.20"
msgstr "IP ŕäđĺńúň ňđ˙áâŕ äŕ áúäĺ âúâ ôîđěŕň 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
msgid "The port number should be an integer!"
msgstr "Íîěĺđúň íŕ ďîđňŕ ňđ˙áâŕ äŕ ĺ ö˙ëî ÷čńëî !"
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
msgid "CUPS server IP"
msgstr "IP íŕ CUPS ńúđâúđŕ"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
msgid "Port"
msgstr "Ďîđň"
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
msgid "Automatic CUPS configuration"
msgstr "Ŕâňîěŕňč÷íŕ íŕńňđîéęŕ íŕ CUPS"
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2792
-#: ../../printerdrake.pm_.c:2797 ../../printerdrake.pm_.c:2831
-#: ../../printerdrake.pm_.c:2836 ../../printerdrake.pm_.c:2873
-#: ../../printerdrake.pm_.c:2926 ../../printerdrake.pm_.c:2946
-#: ../../printerdrake.pm_.c:2960 ../../printerdrake.pm_.c:2994
-#: ../../printerdrake.pm_.c:3040 ../../printerdrake.pm_.c:3058
-#: ../../printerdrake.pm_.c:3147 ../../printerdrake.pm_.c:3226
-#: ../../printerdrake.pm_.c:3528 ../../printerdrake.pm_.c:3583
-#: ../../printerdrake.pm_.c:3636 ../../standalone/printerdrake_.c:57
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Ďđčíňĺđ"
-
-#: ../../printerdrake.pm_.c:178
+#: ../../printer/printerdrake.pm_.c:159
#, fuzzy
msgid "Checking your system..."
msgstr "Đĺńňŕđňčđŕíĺ íŕ ďđčíňĺđíŕňŕ ńčńňĺěŕ"
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Ďđčíňĺđ"
+
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printerdrake.pm_.c:198
+#: ../../printer/printerdrake.pm_.c:179
#, fuzzy
msgid ""
"The following printers\n"
"\n"
msgstr "Ńëĺäíčňĺ ďŕęĺňč ůĺ áúäŕň ďđĺěŕőíŕňč"
-#: ../../printerdrake.pm_.c:199
+#: ../../printer/printerdrake.pm_.c:180
#, fuzzy
msgid ""
"The following printer\n"
"\n"
msgstr "Ńëĺäíčňĺ ďŕęĺňč ůĺ áúäŕň ďđĺěŕőíŕňč"
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
msgstr ""
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
msgstr ""
-#: ../../printerdrake.pm_.c:210
+#: ../../printer/printerdrake.pm_.c:189
#, fuzzy
msgid "directly connected to your system"
msgstr "Í˙ěŕňĺ ěđĺćîâ ŕäŕďňĺđ!"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:221
+#: ../../printer/printerdrake.pm_.c:200
#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "Ěîë˙, čçáĺđĺňĺ ńĺđčĺí ďîđň ęúě ęîéňî ńâúđçŕí ěîäĺěúň âč."
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:236
+#: ../../printer/printerdrake.pm_.c:215
#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr ""
"Čńęŕňĺ ëč äŕ íŕńňđîčňĺ ňîçč ďđčíňĺđ (\"%s\")\n"
"ęŕňî ďđčíňĺđ ďî ďîäđŕçáčđŕíĺ ?"
-#: ../../printerdrake.pm_.c:238
+#: ../../printer/printerdrake.pm_.c:217
#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Čńęŕňĺ ëč äŕ ńňŕđňčđŕňĺ âđúçęŕňŕ ńč ďđč çŕđĺćäŕíĺ ?"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3169
-#: ../../printerdrake.pm_.c:3299
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
#, fuzzy
msgid "Add a new printer"
msgstr "Äîáŕâč ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8001,7 +7792,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8023,7 +7814,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8038,7 +7829,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8058,20 +7849,20 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:328
+#: ../../printer/printerdrake.pm_.c:307
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Îňäŕëĺ÷ĺí ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8085,55 +7876,55 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Printer auto-detection"
msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-#: ../../printerdrake.pm_.c:421
+#: ../../printer/printerdrake.pm_.c:385
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:387
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Ďđčíňĺđ íŕ SMB/Windows 95/98/NT ńúđâúđ"
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, fuzzy, c-format
msgid "Detected %s"
msgstr "çŕńĺ÷ĺíŕ %s"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:437
+#: ../../printer/printerdrake.pm_.c:399
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Ěđĺćîâ ďđčíňĺđ (TCP/Socket)"
-#: ../../printerdrake.pm_.c:439
+#: ../../printer/printerdrake.pm_.c:401
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Ďđčíňĺđ íŕ SMB/Windows 95/98/NT ńúđâúđ"
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
#, fuzzy
msgid "Local Printer"
msgstr "Ëîęŕëĺí ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
@@ -8141,34 +7932,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "Âúâĺäĺňĺ URI íŕ ďĺ÷ŕňŕůî óńňđîéńňâî"
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
#, fuzzy
msgid "No printer found!"
msgstr "Ëîęŕëĺí ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:601
+#: ../../printer/printerdrake.pm_.c:548
#, fuzzy
msgid "Available printers"
msgstr "Ëîęŕëĺí ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8176,7 +7967,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
@@ -8184,38 +7975,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Ěîë˙, čçáĺđĺňĺ ńĺđčĺí ďîđň ęúě ęîéňî ńâúđçŕí ěîäĺěúň âč."
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Âúâĺäĺňĺ URI íŕ ďĺ÷ŕňŕůî óńňđîéńňâî"
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
#, fuzzy
msgid "Manual configuration"
msgstr "Íŕńňđîéęŕ íŕ öâĺňîâĺ"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr "Îďöčč íŕ îňäŕëĺ÷ĺí lpd-ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -8225,47 +8016,47 @@ msgstr ""
"äŕ ďđĺäîńňŕâčňĺ čěĺíŕňŕ íŕ őîńňŕ íŕ ďđčíňĺđíč˙ ńúđâúđ č\n"
"čěĺňî íŕ ďđčíňĺđŕ íŕ ňîçč ńúđâúđ."
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
msgid "Remote host name"
msgstr "Čěĺ íŕ îňäŕëĺ÷ĺí őîńň"
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
msgid "Remote printer name"
msgstr "Čěĺ íŕ îňäŕëĺ÷ĺí ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
msgid "Remote host name missing!"
msgstr "Ëčďńâŕ čěĺ íŕ čěĺ íŕ őîńň !"
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
msgid "Remote printer name missing!"
msgstr "Ëčďńâŕ čěĺ íŕ îňäŕëĺ÷ĺí ďđčíňĺđ !"
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "çŕńĺ÷ĺíŕ %s"
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Scanning network..."
msgstr "Ńňŕđňčđŕíĺ ěđĺćŕňŕ ...."
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Ďĺ÷ŕňŕíĺ íŕ ďđčíňĺđ \"%s\""
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Íŕńňđîéęč íŕ SMB (Windows 9x/NT) ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -8279,46 +8070,46 @@ msgstr ""
"ďđčíňĺđŕ, äî ęîéňî čńęŕňĺ äîńňúď č ďîäőîä˙ůî čěĺí, ďŕđîëŕ č číôîđěŕöč˙\n"
"çŕ đŕáîňíŕňŕ ăđóďŕ."
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr "Őîńň íŕ SMB ńúđâúđ"
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr "IP íŕ SMB ńúđâúđ:"
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr "Îáůî čěĺ"
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "Đŕáîňíŕ ăđóďŕ"
-#: ../../printerdrake.pm_.c:868
+#: ../../printer/printerdrake.pm_.c:806
#, fuzzy
msgid "Auto-detected"
msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
msgstr "Ňđ˙áâŕ äŕ áúäŕň çŕäŕäĺíč č čěĺňî č IP ŕäđĺńŕ íŕ ńúđâúđŕ !"
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
msgstr "Ëčďńâŕ čěĺ íŕ SAMBA share !"
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8342,7 +8133,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8351,7 +8142,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8359,11 +8150,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr "Îďöčč çŕ NetWare ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -8374,44 +8165,44 @@ msgstr ""
"Çŕ äŕ ďĺ÷ŕňčňĺ íŕ NetWare ďđčíňĺđ ,ňđ˙áâŕ äŕ çíŕĺňĺ čěĺî ěó č âúçěîćíî\n"
"ŕäđĺńŕ íŕ ńúđâúđŕ, ęŕęňî č čěĺňî íŕ îďŕřęŕňŕ,ďîňđĺáčňĺëńęîňî čěĺ,ďŕđîëŕ."
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr "Ńúđâúđ íŕ ďđčíňĺđŕ"
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr "Čěĺ íŕ ďĺ÷ŕňíŕňŕ îďŕřęŕňŕ"
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr "Ëčďńâŕ čěĺ íŕ NCP ńúđâúđ !"
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr "Ëčďńâŕ čěĺ íŕ NCP îďŕřęŕ !"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Îďöčč íŕ Socket ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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 ""
-#: ../../printerdrake.pm_.c:1100
+#: ../../printer/printerdrake.pm_.c:1033
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8425,21 +8216,21 @@ msgstr ""
"íŕ äđóăč ńúđâúđč ěîćĺ äŕ âŕđčđŕ. Âčćňĺ đúęîâîńňâîňî íŕ\n"
"őŕđäóĺđŕ ńč."
-#: ../../printerdrake.pm_.c:1105
+#: ../../printer/printerdrake.pm_.c:1037
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Ëčďńâŕ čěĺ íŕ őîńň íŕ ďđčíňĺđa !"
-#: ../../printerdrake.pm_.c:1127
+#: ../../printer/printerdrake.pm_.c:1059
#, fuzzy
msgid "Printer host name or IP"
msgstr "Čěĺ íŕ őîńň íŕ ďđčíňĺđŕ"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
msgid "Printer Device URI"
msgstr "Ďĺ÷ŕňŕůî óńňđîéńňâî URI"
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -8449,11 +8240,11 @@ msgstr ""
"čçďúëíč čëč CUPS čëč Foomatic ńďĺöčôčęŕöččňĺ. Îňáĺëĺćĺňĺ, ÷ĺ íĺ âńč÷ęč "
"ňčďîâĺ URI ńĺ ďîääđúđćŕň îň spooler-čňĺ."
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr "Ňđ˙áâŕ äŕ áúäĺ âúâĺäĺí âŕëčäĺí URI !"
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
#, fuzzy
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -8463,28 +8254,32 @@ msgstr ""
"Ďîëĺňŕňŕ Îďčńŕíčĺ č Ěĺńňîďîëîćĺ íĺ ňđ˙áâŕ äŕ áúäŕň\n"
"ďîďúëâŕíč. Čěŕ ęîěĺíňŕđč çŕ ďîňđĺáčňĺëčňĺ."
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr "Čěĺ íŕ ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "Îďčńŕíčĺ"
+
+#: ../../printer/printerdrake.pm_.c:1466
msgid "Location"
msgstr "Ěĺńňîďîëîćĺíčĺ"
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
msgid "Reading printer database..."
msgstr "×ĺňĺíĺ íŕ áŕçŕňŕ äŕííč îň ďđčíňĺđč ..."
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
msgid "Preparing printer database..."
msgstr "Ďîäăîňâ˙íĺ íŕ áŕçŕňŕ äŕííč îň ďđčíňĺđč ..."
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
#, fuzzy
msgid "Your printer model"
msgstr "Čěĺ íŕ îňäŕëĺ÷ĺí ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8499,26 +8294,26 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
#, fuzzy
msgid "The model is correct"
msgstr "Âńč÷ęî ďđŕâčëíî ëč ĺ ?"
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
#, fuzzy
msgid "Select model manually"
msgstr "Čěĺ íŕ îňäŕëĺ÷ĺí ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
msgid "Printer model selection"
msgstr "Čçáîđ ěîäĺë íŕ ďđčíňĺđŕ"
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
msgid "Which printer model do you have?"
msgstr "Ęŕęúâ ěîäĺë ďđčíňĺđ čěŕňĺ ?"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -8527,17 +8322,17 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
msgid "OKI winprinter configuration"
msgstr "Íŕńňđîéęč íŕ OKI Winprinter"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8547,11 +8342,11 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
msgid "Lexmark inkjet configuration"
msgstr "Íŕńňđîéęŕ íŕ Lexmark inkjet"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
#, fuzzy
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -8564,7 +8359,7 @@ msgstr ""
"ďđčíňĺđíč ěŕřčíč. Ěîë˙, ńâúđćĺňĺ ďđčíňĺđŕ ńč íŕ ëîęŕëĺí ďîđň\n"
"čëč ăî íŕńňđîéňĺ íŕ ěŕřčíŕňŕ, ęúě ęî˙ňî ĺ ńâúđçŕí."
-#: ../../printerdrake.pm_.c:1858
+#: ../../printer/printerdrake.pm_.c:1746
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."
@@ -8576,11 +8371,11 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -8603,7 +8398,7 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
#, fuzzy
msgid ""
"Printer default settings\n"
@@ -8619,22 +8414,22 @@ msgstr ""
"Îňáĺëĺćĺňĺ, ÷ĺ ďđč ěíîăî âčńîęî ęŕ÷ĺńňî íŕ čçőîäŕ íŕ\n"
"ďđčíňĺđŕ, ňîé ěîćĺ çíŕ÷čňĺëíî äŕ ńĺ çŕáŕâč."
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Íŕńňđîéęŕňŕ %s ňđ˙áâŕ äŕ ĺ ö˙ëî ÷čńëî !"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
msgstr "Íŕńňđîéęŕňŕ %s ňđ˙áâŕ äŕ ĺ ÷čńëî !"
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
msgstr "Îďöč˙ňŕ %s ĺ čçâúí ăđŕíčöčňĺ !"
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8643,11 +8438,11 @@ msgstr ""
"Čńęŕňĺ ëč äŕ íŕńňđîčňĺ ňîçč ďđčíňĺđ (\"%s\")\n"
"ęŕňî ďđčíňĺđ ďî ďîäđŕçáčđŕíĺ ?"
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
msgid "Test pages"
msgstr "Ňĺńňîâč ńňđŕíčöč"
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
#, fuzzy
msgid ""
"Please select the test pages you want to print.\n"
@@ -8660,40 +8455,40 @@ msgstr ""
"âđĺěĺ äŕ ńĺ čçďĺ÷ŕňŕ č íŕ ëŕçĺđíč ďđčíňĺđč ń ěŕëęî ďŕěĺň ěîćĺ âúîáůĺ\n"
"äŕ íĺ čçëĺçĺ.  ďîâĺ÷ĺňî ńëó÷ŕč ĺ äîńňŕňú÷íŕ ńňŕíäŕđňíŕ ňĺńňîâŕ ńňđŕíčöŕ."
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
msgid "No test pages"
msgstr "Áĺç ňĺńňîâč ńňđŕíčöč"
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
msgid "Print"
msgstr "Ďĺ÷ŕň"
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
msgid "Standard test page"
msgstr "Ńňŕíäŕđňíŕ ňĺńňîâŕ ńňđŕíčöŕ"
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
msgstr "Ŕëňĺđíŕňčâíŕ ňĺńňîâŕ ńňđŕíčöŕ (Ďčńěî)"
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
msgid "Alternative test page (A4)"
msgstr "Ŕëňĺđíŕňčâíŕ ňĺńňîâŕ ńňđŕíčöŕ (Ŕ4)"
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
msgid "Photo test page"
msgstr "Ňĺńňîâŕ ńňđŕíčöŕ ńúń ńíčěęŕ"
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
#, fuzzy
msgid "Do not print any test page"
msgstr "Îňďĺ÷ŕňâŕíĺ íŕ ňĺńňîâč ńňđŕíčöč"
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
msgstr "Îňďĺ÷ŕňâŕíĺ íŕ ňĺńňîâ(ŕňŕ/čňĺ) ńňđŕíčö(ŕ/č) ..."
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8708,7 +8503,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8716,15 +8511,15 @@ msgstr ""
"Ňĺńňîâčňĺ ńňđŕíčöč ńŕ čçďđŕňĺíč ęúě ďđčíňĺđíŕ.\n"
"Ěîćĺ äŕ îňíĺěĺ ěŕëęî âđĺěĺ ďđĺäč ďđčíňĺđŕ äŕ çŕďî÷íĺ.\n"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr "Ďđîđŕáîňč ëč ęŕęňî ňđ˙áâŕ ?"
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3473
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
msgid "Raw printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8737,7 +8532,7 @@ msgstr ""
"<file>\" čëč \"kprinter <file>\". Ăđŕôč÷íčňĺ číńňđóěĺíňč âč ďîçâîë˙âŕň äŕ "
"čçáčđŕňĺ ďđčíňĺđŕ č äŕ ďîďđŕâ˙ňĺ ëĺńíî íŕńňđîéęčňĺ íŕ îďöččňĺ.\n"
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
@@ -8747,8 +8542,8 @@ msgstr ""
"ďĺ÷ŕňíčňĺ äčŕëîçč â ěíîƒî ďđčëîćĺíč˙. Íî ň˘ę íĺ ďîńňŕâ˙éňĺ čěĺňî íŕ ôŕéëŕ, "
"çŕůîňî ňî ńĺ ďîäŕâŕ îň ďđčëîćĺíčĺňî.\n"
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -8761,7 +8556,7 @@ msgstr ""
"çŕ îďđĺäĺëĺíŕ đŕáîňŕ íŕ ďđčíňĺđŕ. Ďđîńňî äîáŕâĺňĺ öĺëŕíčňĺ íŕńňđîéęč ęúě "
"ęîěŕíäíč˙ đĺä, íŕďđ. \"%s <file>\". "
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8771,13 +8566,13 @@ msgstr ""
"Çŕ äŕ âčäčňĺ ńďčńúę íŕ äîńňúďíčňĺ îďöčč çŕ ňĺęóůč˙ ďđčíňĺđ, čëč ďđî÷ĺňĺňĺ "
"ńďčńúęŕ ďîęŕçŕí ďî-äîëó čëč öúęíĺňĺ íŕ áóňîíŕ \"Ńďčńúę ń îďöčč çŕ ďĺ÷ŕň\".\n"
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8786,8 +8581,8 @@ msgstr ""
"Çŕ äŕ čçďĺ÷ŕňŕňĺ ôŕéë îň ęîěŕíäíč˙ đĺä (ňĺđěčíŕëĺí ďđîçîđĺö) čçďîëçâŕéňĺ "
"ęîěŕíäŕňŕ \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
@@ -8797,7 +8592,7 @@ msgstr ""
"ďĺ÷ŕňíčňĺ äčŕëîçč â ěíîăî ďđčëîćĺíč˙. Íî ňóę íĺ ďîńňŕâ˙éňĺ čěĺňî íŕ ôŕéëŕ, "
"çŕůîňî ňî ńĺ ďîäŕâŕ îň ďđčëîćĺíčĺňî.\n"
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
#, fuzzy
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -8807,7 +8602,7 @@ msgstr ""
"\"Ńďčńúę ń îďöčč çŕ ďĺ÷ŕň\".\n"
"\n"
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8816,7 +8611,7 @@ msgstr ""
"Çŕ äŕ îňďĺ÷ŕňŕňĺ ôŕéë îň ęîěŕíäíč˙ đĺä (ňĺđěčíŕëĺí ďđîçîđĺö), čçďîëçâŕéňĺ "
"ęîěŕíäŕňŕ \"%s <file>\" čëč \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8826,7 +8621,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -8839,40 +8634,40 @@ msgstr ""
"íŕńňđîéęč çŕ îďđĺäĺëĺíŕ đŕáîňŕ íŕ ďđčíňĺđŕ. Ďđîńňî äîáŕâĺňĺ čńęŕíčňĺ "
"íŕńňđîéęč ęúě ęîěŕíäíč˙ đĺä, íŕďđ. \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2388
+#: ../../printer/printerdrake.pm_.c:2271
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Ďĺ÷ŕňŕíĺ íŕ ďđčíňĺđ \"%s\""
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Ďĺ÷ŕňŕíĺ íŕ ďđčíňĺđ \"%s\""
-#: ../../printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2274
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Ďĺ÷ŕňŕíĺ íŕ ďđčíňĺđ \"%s\""
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Ďĺ÷ŕňŕíĺ íŕ ďđčíňĺđ \"%s\""
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3457 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
msgid "Close"
msgstr "Çŕňâîđč"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
msgid "Print option list"
msgstr "Ńďčńúę ń ďđčíňĺđíč îďöčč"
-#: ../../printerdrake.pm_.c:2418
+#: ../../printer/printerdrake.pm_.c:2301
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8886,7 +8681,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -8899,17 +8694,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2927
-#: ../../printerdrake.pm_.c:3227
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
msgid "Reading printer data..."
msgstr "×ĺňĺíĺ íŕ äŕííč îň ďđčíňĺđŕ ..."
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
msgid "Transfer printer configuration"
msgstr "Ďđĺíîń íŕ íŕńňđîéęŕ íŕ ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, fuzzy, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8925,7 +8720,7 @@ msgstr ""
"ďđĺőâúđë˙ň.\n"
"Íĺ âńč÷ęč îďŕřęč ěîăŕň äŕ áúäŕň ďđĺőâúđëĺíč ďî ńëĺäíčňĺ ďđč÷číč:\n"
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
#, fuzzy
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -8934,7 +8729,7 @@ msgstr ""
"CUPS íĺ ďîääúđćŕ ďđčíňĺđč íŕ Novell ńúđâúđč čëč ďđčíňĺđč\n"
"čçďđŕůŕůč äŕííč âúâ ńâîáîäíî-čçăđŕäĺíŕ ęîěŕíäŕ.\n"
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
#, fuzzy
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -8943,11 +8738,11 @@ msgstr ""
"PDQ ďîääúđćŕ ńŕěî ëîęŕëíč ďđčíňĺđč, îňäŕëĺ÷ĺíč LPD ďđčíňĺđč\n"
"č Socket/TCP ďđčíňĺđč.\n"
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD č LPRng íĺ ďîääúđćŕ IPP ďđčíňĺđč.\n"
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
#, fuzzy
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -8956,7 +8751,7 @@ msgstr ""
"Ęŕňî äîďúëíĺíčĺ, îďŕřęčňĺ íĺ ńúçäŕäĺíč ń ňŕçč ďđîăđŕěŕ\n"
"čëč \"foomatic-configure\" íĺ ěîăŕň äŕ áúäŕň ďđĺőâúđë˙íč."
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
#, fuzzy
msgid ""
"\n"
@@ -8968,7 +8763,7 @@ msgstr ""
"îň ďđîčçâîäčňĺëčňĺ čě čëč ń îđčăčíŕëíč CUPS äđŕéâĺđč íĺ\n"
"ěîăŕň äŕ áúäŕň ďđĺőâúđë˙íč."
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -8978,15 +8773,15 @@ msgstr ""
"Îňáĺëĺćĺňĺ ďđčíňĺđčňĺ, ęîčňî čńęŕňĺ äŕ ďđĺőâúđëčňĺ č öúęíĺňĺ\n"
"\"Ďđĺőâúđëč\"."
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
msgstr "Íĺ ďđĺőâúđë˙é ďđčíňĺđč"
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
msgstr "Ďđĺőâúđëč"
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8997,11 +8792,11 @@ msgstr ""
"Öúęíĺňĺ \"Ďđĺőâúđëč\", çŕ äŕ ăî ďđĺçŕďčřĺňĺ.\n"
"Ěîćĺňĺ ńúůî ňŕęŕ äŕ íŕďčřĺňĺ íîâî čěĺ čëč äŕ ďđîďóńíňĺ ďđčíňĺđŕ."
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Čěĺňî íŕ ďđčíňĺđŕ ňđ˙áâŕ äŕ ńúäúđćŕ ńŕěî áóęâč, ÷čńëŕ č ďîä÷ĺđňŕâęŕ"
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -9010,16 +8805,16 @@ msgstr ""
"Ďđčíňĺđúň \"%s\" âĺ÷ĺ ńúůĺńňâóâŕ,\n"
"íŕčńňčíŕ ëč čńęŕňĺ äŕ ďđĺçŕďčřĺňĺ íŕńňđîéęŕňŕ ?"
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
msgid "New printer name"
msgstr "Íîâî čěĺ íŕ ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
msgstr "Ďđĺőâúđë˙íĺ íŕ %s ..."
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, fuzzy, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -9029,29 +8824,29 @@ msgstr ""
"Čńęŕňĺ ëč äŕ ăî îńňŕâčňĺ ďî ďîäđŕçáčđŕíĺ â íîâŕňŕ\n"
"ďđčíňĺđíŕ ńčńňĺěŕ %s ?"
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
msgid "Refreshing printer data..."
msgstr "Îďđĺńí˙âŕíĺ íŕ äŕííčňĺ îň ďđčíňĺđŕ ..."
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
msgid "Configuration of a remote printer"
msgstr "Íŕńňđîéęŕ íŕ îňäŕëĺ÷ĺí ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
msgid "Starting network..."
msgstr "Ńňŕđňčđŕíĺ ěđĺćŕňŕ ...."
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
msgid "Configure the network now"
msgstr "Â ěîěĺíňŕ íŕńňđîéâŕě ěđĺćŕňŕ"
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
msgid "Network functionality not configured"
msgstr "Ôóíęöčîíŕëíîńňňŕ íŕ ěđĺćŕňŕ íĺ ĺ íŕńňđîĺíŕ"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 "
@@ -9059,11 +8854,11 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
msgid "Go on without configuring the network"
msgstr "Ďđîäúëćč áĺç íŕńňîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9073,7 +8868,7 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
#, fuzzy
msgid ""
"The network access was not running and could not be started. Please check "
@@ -9085,24 +8880,24 @@ msgstr ""
"ńč. Ňîăŕâŕ îďčňŕéňĺ äŕ íŕńňđîčňĺ îňäŕëĺ÷ĺíč˙ ďđčíňĺđ\n"
"îňíîâî."
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
msgid "Restarting printing system..."
msgstr "Đĺńňŕđňčđŕíĺ íŕ ďđčíňĺđíŕňŕ ńčńňĺěŕ"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "high"
msgstr "âčńîęî"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "paranoid"
msgstr "ďŕđŕíîč÷íî"
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Číńňŕëčđŕíĺ íŕ ďđčíňĺđíŕňŕ ńčńňĺěŕ â %s íčâî íŕ ńčăóđíîńň"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9117,11 +8912,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
msgid "Starting the printing system at boot time"
msgstr "Ńňŕđňčđŕíĺ íŕ ďđčíňĺđíŕňŕ ńčńňĺěŕ ďđč ńňŕđňčđŕíĺ"
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9135,62 +8930,62 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2793
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2874
-#: ../../printerdrake.pm_.c:2995
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
msgstr "Ďđîâĺđęŕ íŕ číńňŕëčđŕíč˙ ńîôňóĺđ..."
-#: ../../printerdrake.pm_.c:2798
-msgid "Removing LPRng..."
-msgstr "Čçňđčâŕíĺ íŕ LPRng..."
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Čçňđčâŕíĺ íŕ %s"
-#: ../../printerdrake.pm_.c:2837
-msgid "Removing LPD..."
-msgstr "Čçňđčâŕíĺ íŕ LPD..."
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Číńňŕëčđŕíĺ íŕ ďŕęĺňč ..."
-#: ../../printerdrake.pm_.c:2910
+#: ../../printer/printerdrake.pm_.c:2685
msgid "Select Printer Spooler"
msgstr "Čçáĺđĺňĺ ďđčíňĺđĺí spooler"
-#: ../../printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2686
msgid "Which printing system (spooler) do you want to use?"
msgstr "Ęî˙ ďđčíňĺđíŕ ńčńňĺěŕ (spooler) čçęŕňĺ äŕ čçďîëçâŕňĺ ?"
-#: ../../printerdrake.pm_.c:2947
+#: ../../printer/printerdrake.pm_.c:2720
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Íŕńňđîéęŕ íŕ ďđčíňĺđŕ \"%s\" ..."
-#: ../../printerdrake.pm_.c:2961
+#: ../../printer/printerdrake.pm_.c:2731
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Číńňŕëčđŕíĺ íŕ ďŕęĺňč ..."
-#: ../../printerdrake.pm_.c:3031 ../../printerdrake.pm_.c:3072
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr "Îďöčč íŕ ďđčíňĺđŕ"
-#: ../../printerdrake.pm_.c:3041
+#: ../../printer/printerdrake.pm_.c:2810
#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "Ďîäăîňâ˙íĺ íŕ PinterDrake ..."
-#: ../../printerdrake.pm_.c:3059 ../../printerdrake.pm_.c:3637
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
#, fuzzy
msgid "Configuring applications..."
msgstr "Íŕńňđîéęŕ íŕ ďđčíňĺđŕ \"%s\" ..."
-#: ../../printerdrake.pm_.c:3079
+#: ../../printer/printerdrake.pm_.c:2845
msgid "Would you like to configure printing?"
msgstr "Čńęŕňĺ ëč äŕ íŕńňđîčňĺ ďĺ÷ŕňŕ ?"
-#: ../../printerdrake.pm_.c:3091
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr "Ďĺ÷ŕňíŕ ńčńňĺěŕ: "
-#: ../../printerdrake.pm_.c:3151
+#: ../../printer/printerdrake.pm_.c:2915
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -9203,7 +8998,7 @@ msgstr ""
"čëč çŕ äŕ ďîëó÷čňĺ číôîđěŕöč˙ çŕ íĺăî, čëč\n"
"âúđőó \"Äîáŕâč Ďđčíňĺđ\", çŕ äŕ äîáŕâčňĺ íîâ ďđčíňĺđ."
-#: ../../printerdrake.pm_.c:3152
+#: ../../printer/printerdrake.pm_.c:2916
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -9215,29 +9010,29 @@ msgstr ""
"čëč çŕ äŕ ďîëó÷čňĺ číôîđěŕöč˙ çŕ íĺăî, čëč\n"
"âúđőó \"Äîáŕâč Ďđčíňĺđ\", çŕ äŕ äîáŕâčňĺ íîâ ďđčíňĺđ."
-#: ../../printerdrake.pm_.c:3179
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:2960
#, fuzzy
msgid "Change the printing system"
msgstr "Íŕńňîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../printerdrake.pm_.c:3202 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
msgid "Normal Mode"
msgstr "Íîđěŕëĺí đĺćčě"
-#: ../../printerdrake.pm_.c:3367 ../../printerdrake.pm_.c:3417
-#: ../../printerdrake.pm_.c:3630
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
msgid "Do you want to configure another printer?"
msgstr "Čńęŕňĺ ëč äŕ íŕńňđîčňĺ äđóă ďđčíňĺđ ?"
-#: ../../printerdrake.pm_.c:3452
+#: ../../printer/printerdrake.pm_.c:3211
msgid "Modify printer configuration"
msgstr "Ďîďđŕâč íŕńňđîéęčňĺ íŕ ďđčíňĺđ"
-#: ../../printerdrake.pm_.c:3454
+#: ../../printer/printerdrake.pm_.c:3213
#, fuzzy, c-format
msgid ""
"Printer %s\n"
@@ -9246,190 +9041,112 @@ msgstr ""
"Ďđčíňĺđ %s: %s %s\n"
"Ęŕęâî čńęŕňĺ äŕ ďîďđŕâčňĺ ďî ňîçč ďđčíňĺđ ?"
-#: ../../printerdrake.pm_.c:3458
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr "Äŕâŕé !"
-#: ../../printerdrake.pm_.c:3463 ../../printerdrake.pm_.c:3518
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
msgid "Printer connection type"
msgstr "Ňčď íŕ âđúçęŕňŕ ęúě ďđčíňĺđŕ"
-#: ../../printerdrake.pm_.c:3464 ../../printerdrake.pm_.c:3522
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
msgid "Printer name, description, location"
msgstr "Čěĺ íŕ ďđčíňĺđŕ, îďčńŕíčĺ, ěĺńňîďîëîćĺíčĺ"
-#: ../../printerdrake.pm_.c:3466 ../../printerdrake.pm_.c:3540
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr "Ďđîčçâîäčňĺë íŕ ďđčíňĺđŕ, ěîäĺë, äđŕéâĺđ"
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3541
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr "Ďđîčçâîäčňĺë íŕ ďđčíňĺđŕ, ěîäĺë"
-#: ../../printerdrake.pm_.c:3476 ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
msgstr "Îďđĺäĺëč ňîçč ďđčíňĺđ çŕ ďîëçâŕíĺ ďî ďîäđŕçáčđŕíĺ"
-#: ../../printerdrake.pm_.c:3478 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3479 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3480 ../../printerdrake.pm_.c:3574
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
msgid "Print test pages"
msgstr "Îňďĺ÷ŕňâŕíĺ íŕ ňĺńňîâč ńňđŕíčöč"
-#: ../../printerdrake.pm_.c:3481 ../../printerdrake.pm_.c:3576
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
#, fuzzy
msgid "Know how to use this printer"
msgstr "Čńęŕňĺ ëč äŕ íŕńňđîčňĺ äđóă ďđčíňĺđ ?"
-#: ../../printerdrake.pm_.c:3483 ../../printerdrake.pm_.c:3578
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
msgid "Remove printer"
msgstr "Ďđĺěŕőâŕíĺ íŕ ďđčíňĺđŕ"
-#: ../../printerdrake.pm_.c:3529
+#: ../../printer/printerdrake.pm_.c:3282
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Čçňđčâŕíĺ íŕ ńňŕđ ďđčíňĺđ \"%s\" ..."
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3307
msgid "Default printer"
msgstr "Ďđčíňĺđ ďî ďîäđŕçáčđŕíĺ"
-#: ../../printerdrake.pm_.c:3555
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Ďđčíňĺđúň \"%s\" âĺ÷ĺ ĺ îďđĺäĺëĺí çŕ ďîëçâŕíĺ ďî ďîäđŕçáčđŕíĺ."
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3568 ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3572
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3580
+#: ../../printer/printerdrake.pm_.c:3325
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Íŕčńňčíŕ ëč čńęŕňĺ äŕ ďđĺěŕőíĺňĺ ďđčíňĺđŕ \"%s\" ?"
-#: ../../printerdrake.pm_.c:3584
+#: ../../printer/printerdrake.pm_.c:3329
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Čçňđčâŕíĺ íŕ ďđčíňĺđŕ \"%s\" ..."
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Proxy íŕńňđîéęŕ"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Äîáđĺ äîřëč â íŕńňđîéęŕňŕ íŕ Proxy.\n"
-"\n"
-"Ňóę ůĺ ěîćĺňĺ äŕ óńňŕíîâčňĺ âŕřčňĺ HTTP č FTP proxy\n"
-"ńúń čëč áĺç ďîňđĺáčňĺëńęî čěĺ č ďŕđîëŕ\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Ěîë˙, ďîďúëíĺňĺ číôîđěŕöč˙ňŕ çŕ HTTP proxy.\n"
-"Îńňŕâĺňĺ ďđŕçíî, ŕęî íĺ čńęŕňĺ HTTP proxy."
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "ďîđň"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URL ňđ˙áâŕ äŕ ĺ çŕďî÷âŕ ń 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Íîěĺđúň íŕ ďîđň ňđ˙áâŕ äŕ ĺ öčôđŕ"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Ěîë˙, ďîďúëíĺňĺ číôîđěŕöč˙ňŕ çŕ FTP proxy.\n"
-"Îńňŕâĺňĺ ďđŕçíî, ŕęî íĺ čńęŕňĺ FTP proxy."
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Ěîë˙, âúâĺäĺňĺ čěĺ č ďŕđîëŕ çŕ proxy, ŕęî čěŕ.\n"
-"Îńňŕâĺňĺ ďđŕçíî, ŕęî íĺ čńęŕňĺ čěĺ/ďŕđîëŕ"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "ďîňđĺáčňĺëńęî čěĺ"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "ďŕđîëŕ"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "îůĺ âĺäíúć ďŕđîëŕ"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Ďŕđîëčňĺ íŕ ńúâďŕäŕň. Îďčňŕéňĺ ďŕę !"
-
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "Íĺ ěîăŕ äŕ ďđčáŕâ˙ ä˙ë ęúě _ôîđěŕňčđŕí_ RAID md%d"
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ôŕéëúň %s íĺ ěîćĺ äŕ áúäĺ çŕďčńŕí"
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
msgstr "mkraid ďđîďŕäíŕ"
@@ -9443,7 +9160,7 @@ msgstr "mkraid ďđîďŕäíŕ (ěîćĺ áč raidtools ëčďńâŕň ?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Í˙ěŕ äîńňŕňú÷íî ä˙ëîâĺ çŕ RAID íčâî %d\n"
-#: ../../security/main.pm_.c:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -9468,69 +9185,65 @@ msgid ""
"\t email)"
msgstr ""
-#: ../../security/main.pm_.c:65
+#: ../../security/main.pm_.c:66
#, fuzzy
msgid "Security Level:"
msgstr "Íčâî íŕ ńčăóđíîńň"
-#: ../../security/main.pm_.c:99
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr " (Ďî ďîäđŕçáčđŕíĺ)"
+
+#: ../../security/main.pm_.c:113
#, fuzzy
msgid "Security Alerts:"
msgstr "Íčâî íŕ ńčăóđíîńň"
-#: ../../security/main.pm_.c:101
+#: ../../security/main.pm_.c:115
#, fuzzy
msgid "Security Administrator:"
msgstr "Îňäŕëĺ÷ĺíŕ ŕäěčíčńňđŕöč˙"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "Network Options"
msgstr "Îďöčč íŕ ěîäóëŕ:"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "System Options"
msgstr "Îďöčč íŕ ěîäóëŕ:"
-#: ../../security/main.pm_.c:119 ../../security/main.pm_.c:148
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
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:137
-#, fuzzy, c-format
-msgid " (default: %s)"
-msgstr " (Ďî ďîäđŕçáčđŕíĺ)"
-
-#: ../../security/main.pm_.c:161
-msgid "Periodic Checks 2"
-msgstr ""
-
-#: ../../security/main.pm_.c:162
+#: ../../security/main.pm_.c:177
msgid "Periodic Checks"
msgstr ""
-#: ../../security/main.pm_.c:176
+#: ../../security/main.pm_.c:191
#, fuzzy
msgid "Please wait, setting security level..."
msgstr "Čçáĺđĺňĺ íčâî íŕ ńčăóđíîńň"
-#: ../../security/main.pm_.c:182
+#: ../../security/main.pm_.c:197
#, fuzzy
msgid "Please wait, setting security options..."
msgstr "Ěîë˙, čç÷ŕęŕéňĺ, ďîäăîňâ˙íĺ íŕ číńňŕëŕöč˙ňŕ"
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Ďóńíč ALSA (Advanced Linux Sound Architecture) çâóęîâŕňŕ ńčńňĺěŕ"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr "Anacrton - ďĺđčîäč÷íî čçďúëí˙âŕíĺ íŕ ęîěŕíäč ďî đŕçďčńŕíčĺ."
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
@@ -9539,7 +9252,7 @@ msgstr ""
"syslog. Ěîćĺ ńúůî äŕ ńĺ čçďîëçâŕ çŕ ńďčđŕíĺ íŕ ěŕřčíŕňŕ, ęîăŕňî áŕňĺđč˙ňŕ ĺ "
"čçňîůĺíŕ."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
@@ -9547,7 +9260,7 @@ msgstr ""
"Ďóńęŕ ęîěŕíäč ďî đŕçďčńŕíčĺ âúâ âđĺěĺ îďđĺäĺëĺíî îň ęîěŕíäŕňŕ at č ďóńęŕ\n"
"íŕáîđ îň äđóăč, ęîăŕňî íŕňîâŕđĺíîńňňŕ ńďŕäíĺ äîńňŕňú÷íî."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -9558,7 +9271,7 @@ msgstr ""
"ďî đŕçďčńŕíčĺ. vixie cron äîáŕâ˙ ěíîćĺńňâî ďđĺčěóůĺńňâŕ íŕä ňĺçč íŕ ďđîńňč˙\n"
"UNIX cron, âęëţ÷čňĺëíî ďî-äîáđŕ ńčăóđíîńň č ěîůíč íŕńňđîéâŕůč îďöčč."
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -9569,7 +9282,7 @@ msgstr ""
"Midnight Commander. Ńúůî ňŕęŕ ďîçâîë˙âŕ áŕçčđŕíčňĺ íŕ ěčřęŕ ęîíçîëč\n"
"đĺćč-č-ëĺďč îďĺđŕöčč, č âęëţ÷âŕ ďîääđúćęŕ íŕ čçęŕ÷ŕůč ěĺíţňŕ íŕ ęîçîëŕňŕ."
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -9577,7 +9290,7 @@ msgstr ""
"HardDrake ďđŕâč ďđîáč íŕ őŕđäóĺđŕ, č ĺâĺíňóŕëíî íŕńňđîéâŕ\n"
"íîâ/ďđîěĺíĺí őŕđäóĺđ."
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
@@ -9585,7 +9298,7 @@ msgstr ""
"ôŕéëîâĺ\n"
"č CGI."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -9599,7 +9312,7 @@ msgstr ""
"telnet, ftp, rsh č rlogin. Čçęëţ÷âŕíĺňî íŕ inetd čçęëţ÷âŕ âńč÷ęč óńëóăč,\n"
"çŕ ęîčňî îňăîâŕđ˙."
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -9608,7 +9321,7 @@ msgstr ""
"íŕńňđîęŕ íŕ çŕůčňíŕňŕ ńňĺíŕ, s cel çŕůčňŕâŕ íŕ ěŕřčíŕňŕ âč îň\n"
"ěđĺćîâč ŕňŕęč."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -9619,7 +9332,7 @@ msgstr ""
"Ň˙ ěîćĺ äŕ áúäĺ čçáđŕíŕ ń číńňđóěĺíňŕ kbdconfig. Ňđ˙áâŕ äŕ îńňŕâčňĺ "
"ňîâŕâęëţ÷ĺíî çŕ ďîâĺ÷ĺňî ěŕřčíč."
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -9627,11 +9340,11 @@ msgstr ""
"Ŕâňîěŕňč÷íî đĺăĺíĺđčđŕíĺ íŕ header-čňĺ íŕ ŕäđîňî, â /boot çŕ\n"
"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Ŕâňîěŕňč÷íî çŕńč÷ŕíĺ č íŕńňđîéęŕ íŕ őŕđäóĺđŕ ďđč ńňŕđňčđŕíĺ."
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -9639,7 +9352,7 @@ msgstr ""
"Linuxconf ďîí˙ęîăŕ óđĺćäŕ čçâúđřâŕíĺňî íŕ đŕçëč÷íč çŕäŕ÷č\n"
"ďđč ńňŕđňčđŕíĺ çŕ ďîääđúćęŕ íŕ ńčńňĺěíŕňŕ íŕńňđîéęŕ."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
@@ -9647,7 +9360,7 @@ msgstr ""
"lpd ĺ äĺěîíŕ çŕ ďĺ÷ŕň íĺîáőîäčě íŕ lpr äŕ đŕáîňč íîđěŕëíî. Ňîé ďđîńňî ĺ\n"
"ńúđâúđ, ęîéňî îďđĺäĺë˙ đŕáîňčňĺ çŕ ďĺ÷ŕň íŕ ďđčíňĺđ(ŕ/čňĺ)."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -9655,7 +9368,7 @@ msgstr ""
"Linux Virtual Server ńĺ čçďîëçâŕ çŕ čçăđŕćäŕíĺ íŕ âčńîęîďđîčçâîäčňĺëĺí\n"
"č äîáđĺ äîńňúďĺí ńúđâúđ."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
#, fuzzy
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
@@ -9664,7 +9377,7 @@ msgstr ""
"named (BIND) ĺ Domain Name Server (DNS), ęîéňî ńĺ čçďîëçâŕ äŕ ďđĺâúđíĺ\n"
"čěĺňî íŕ őîńňŕ äî IP ŕäđĺń."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -9672,7 +9385,7 @@ msgstr ""
"Ěîíňčđŕ č äĺěîíňčđŕ âń˙ęŕęâč Network File System (NFS), SMB (LAN\n"
"Manager/Windows), č NCP (NetWare)."
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -9680,7 +9393,7 @@ msgstr ""
"Ŕęňčâčđŕ/äĺŕęňčâčđŕ âńč÷ęč ěđĺćîâč číňĺđôĺéńč, íŕńňđîĺíč äŕ ńĺ ďóńęŕň\n"
"ďđč ńňŕđňčđŕíĺ íŕ ěŕřčíŕňŕ."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
@@ -9690,7 +9403,7 @@ msgstr ""
"Ňŕçč óńëóăŕ îńčăóđ˙âŕ ôóíęöčîíŕëíîńňňŕ íŕ NFS ńúđâúđŕ, ęîéňî ńĺ íŕńňđîéâŕ\n"
"÷đĺç ôŕéëŕ /etc/exports."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -9698,7 +9411,7 @@ msgstr ""
"NFS ĺ ďîďóë˙đĺí ďđîňîęîë çŕ îáěĺí íŕ ôŕéëîâĺ ďî TCP/IP ěđĺćč.\n"
"Ňŕçč óńëóăŕ îńčăóđ˙âŕ ôóíęöčîíŕëíîńňňŕ íŕ çŕęëţ÷âŕíĺňî íŕ NFS ôŕéëîâĺňĺ."
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -9706,11 +9419,11 @@ msgstr ""
"Ŕâňîěŕňč÷íî âęëţ÷âŕíĺ íŕ numlock ęëŕâčřŕ ďîä ęîíçîëŕ č\n"
"XFree ďđč ńňŕđňčňŕíĺ."
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
msgstr "Ďîääđúćęŕ íŕ OKI 4w č ńúâěĺńňčěč win-ďđčíňĺđč."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
@@ -9721,7 +9434,7 @@ msgstr ""
"laptop-č. Ňîâŕ í˙ěŕ äŕ ńĺ ńňŕđňčđŕ ďđĺäč äŕ áúäĺ íŕńňđîĺí, ňŕęŕ ÷ĺ ĺ\n"
"ďî-äîáđĺ äŕ ˙ čěŕňĺ číńňŕëčđŕíŕ íŕ ěŕřčíč, ęîčňî íĺ ńĺ íóćäŕ˙ň îň íĺ˙."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -9732,7 +9445,7 @@ msgstr ""
"NFS č NIS. portmap ńúđâúđŕ ňđ˙áâŕ äŕ ĺ ďóńíŕň íŕ ěŕřčíč, ęîčňî đŕáîň˙ň ęŕňî\n"
"ńúđâúđ çŕ ďđîňîęîëč, ęîčňî ńĺ íóćäŕ˙ň äŕ čçďîëçâŕň RPC ěĺőŕíčçúě."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
#, fuzzy
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
@@ -9741,7 +9454,7 @@ msgstr ""
"Postfix ĺ Main Transport Agent (MTA), ęîéňî ĺ ďđîăđŕěŕ ęî˙ňî ďđĺíŕń˙\n"
"ďîřŕ îň ěŕřčíŕ íŕ ěŕřčíŕ."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -9749,7 +9462,7 @@ msgstr ""
"Çŕďŕçâŕ č âúçńňŕíîâ˙ňŕ ďîňîęŕ íŕ ńčńňĺěíŕ ĺíňđîďč˙ çŕ ďî-ăîë˙ěî ęŕ÷ĺńňâî\n"
"íŕ ďđîčçâîëíî ăĺíĺđčđŕíĺ íŕ ÷čńëŕ."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -9757,7 +9470,7 @@ msgstr ""
"Ńâúđćč ÷čńňč äđŕéâĺđč ń áëîęîâč óńňđîéńňâŕ (ęŕňî ä˙ëîâĺ\n"
"íŕ ňâúđäč˙ äčńę), çŕ óďîňđĺá˙ňŕ îň ďđčëîćĺíč˙ ęŕňî Oracle"
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
@@ -9767,7 +9480,7 @@ msgstr ""
"RIP ďđîňîęîëŕ. Äîęŕňî RIP ĺ řčđîęî čçďîëçâŕíŕ çŕ ěŕëęč ěđĺćč, çŕ ďî-ńëîćíč\n"
"ďđîňîęîëč çŕ đóňčđŕíĺ ńŕ íóćíč çŕ ńëîćíč ěđĺćč. "
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -9775,7 +9488,7 @@ msgstr ""
"rstat ďđîňîęîëŕ ďîçâîë˙âŕ íŕ ěđĺćîâčňĺ ďîňđĺáčňĺëč äŕ čçâëč÷ŕň\n"
"ďŕđŕěĺňđčňĺ íŕ âúçěîćíîńňčňĺ çŕ âń˙ęŕ ěŕřčíŕ íŕ ěđĺćŕňŕ."
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -9783,7 +9496,7 @@ msgstr ""
"rusers ďđîňîęîëŕ ďîçâîë˙âŕ íŕ ěđĺćîâčňĺ ďîňđĺáčňĺëč äŕ ďđîâĺđ˙âŕň ęîé ĺ\n"
"âë˙çúë íŕ äđóăŕ îňăîâŕđ˙ůŕňŕ ěŕřčíŕ."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
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)."
@@ -9792,11 +9505,11 @@ msgstr ""
"íŕ âńč÷ęč ďîňđĺáčňĺëč âëĺçëč íŕ ěŕřčíŕ ń đŕáîňĺů rwho äĺěîí (ďîäîáĺí íŕ "
"finger)."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
msgstr "Ďóńíęŕíĺ çâóęîâŕňŕ ńčńňĺěŕ íŕ ěŕřčíŕňŕ âč"
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
@@ -9804,64 +9517,64 @@ msgstr ""
"Syslog ĺ ďđîăđŕěŕ ęî˙ňî ěíîăî äĺěîíč čçďîëçâŕň äŕ çŕďŕçâŕň ńúîáůĺíč˙ â\n"
"đŕçëč÷íč ńčńňĺěíč ôŕéëîâĺ (ëîăîâĺ). Äîáđĺ ĺ ďîńňî˙ííî äŕ ˙ čěŕňĺ đŕáîňĺůŕ."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
msgstr "Çŕđĺćäŕíĺ äđŕéâĺđč çŕ âŕřčňĺ USB óńňđîéńňâŕ."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Ńňŕđňčđŕ X Font Server (ňîâŕ ĺ çŕäúëćčňĺëíî, çŕ äŕ ňđúăíĺ XFree)."
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr "Čçáčđŕ óńëóăčňĺ, ęîčňî ňđ˙áâŕ äŕ ńĺ ďóńíŕň ďđč ďóńęŕíĺ íŕ ěŕřčíŕňŕ"
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
msgid "Printing"
msgstr "Ďĺ÷ŕňŕíĺ"
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
msgid "Internet"
msgstr "Číňĺđíĺň"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr "Ďîäĺë˙íĺ íŕ ôŕéëîâĺ"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
msgid "System"
msgstr "Ńčńňĺěŕ"
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
msgid "Remote Administration"
msgstr "Îňäŕëĺ÷ĺíŕ ŕäěčíčńňđŕöč˙"
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
msgid "Database Server"
msgstr "Ńúđâúđ Áŕçč-äŕííč"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Óńëóăč: %d ŕęňčâčđŕíč îň %d đĺăčńňđčđŕíč"
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
msgid "Services"
msgstr "Óńëóăč"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "running"
msgstr "ńňŕđňčđŕíĺ"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "stopped"
msgstr "ńďđ˙íŕ"
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr "Óńëóčăč č äĺěîíč"
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
@@ -9869,16 +9582,16 @@ msgstr ""
"Í˙ěŕ äîďúëíčňĺëíŕ číôîđěŕöč˙\n"
"çŕ ňŕçč óńëóăŕ, ńúćĺë˙âŕě."
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
msgid "On boot"
msgstr "Ďđč çŕđĺćäŕíĺ"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Start"
msgstr "Ńúńňî˙íčĺ"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Stop"
msgstr "Ńĺęňîđ"
@@ -9949,7 +9662,7 @@ msgid ""
"strategy, ..."
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Ęîíňđîëĺí öĺíňúđ"
@@ -10105,193 +9818,567 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:49
+#: ../../standalone.pm_.c:21
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Ęëŕâčŕňóđŕ"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
+
+#: ../../standalone.pm_.c:168
msgid "Installing packages..."
msgstr "Číńňŕëčđŕíĺ íŕ ďŕęĺňč ..."
-#: ../../standalone/XFdrake_.c:148
+#: ../../standalone/XFdrake_.c:138
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Ěîë˙ čçëĺçňĺ îň ńĺńč˙ňŕ č čçďîëçâŕéňĺ Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:152
+#: ../../standalone/XFdrake_.c:142
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Ěîë˙ âëĺçňĺ îňíîâî â %s, çŕ äŕ ŕęňčâčđŕňĺ ďđîěĺíčňĺ"
-#: ../../standalone/drakTermServ_.c:188
+#: ../../standalone/drakTermServ_.c:239
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
msgstr "Ďđĺíîń íŕ íŕńňđîéęŕ íŕ ďđčíňĺđ"
-#: ../../standalone/drakTermServ_.c:203
+#: ../../standalone/drakTermServ_.c:253
#, fuzzy
msgid "Enable Server"
msgstr "Ńúđâúđ Áŕçč-äŕííč"
-#: ../../standalone/drakTermServ_.c:210
+#: ../../standalone/drakTermServ_.c:260
#, fuzzy
msgid "Disable Server"
msgstr "Ńúđâúđ Áŕçč-äŕííč"
-#: ../../standalone/drakTermServ_.c:218
+#: ../../standalone/drakTermServ_.c:268
#, fuzzy
msgid "Start Server"
msgstr "NIS ńúđâúđ"
-#: ../../standalone/drakTermServ_.c:225
+#: ../../standalone/drakTermServ_.c:275
#, fuzzy
msgid "Stop Server"
msgstr "NIS ńúđâúđ"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:239
+#: ../../standalone/drakTermServ_.c:294
#, fuzzy
msgid "Add/Del Users"
msgstr "Äîáŕâč ďîňđĺáčňĺë"
-#: ../../standalone/drakTermServ_.c:241
+#: ../../standalone/drakTermServ_.c:299
#, fuzzy
msgid "Add/Del Clients"
msgstr "DHCP ęëčĺíň"
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:328
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
msgstr ""
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
msgstr ""
-#: ../../standalone/drakTermServ_.c:521
+#: ../../standalone/drakTermServ_.c:573
msgid "No kernel selected!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:535
+#: ../../standalone/drakTermServ_.c:587
#, fuzzy
msgid "No nic selected!"
msgstr "Íĺ ńâúđçŕí"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:552
+#: ../../standalone/drakTermServ_.c:604
#, fuzzy
msgid "<-- Delete"
msgstr "Čçňđčé"
-#: ../../standalone/drakTermServ_.c:559
+#: ../../standalone/drakTermServ_.c:611
#, fuzzy
msgid "Delete All NBIs"
msgstr "Čçáĺđĺňĺ ôŕéë"
-#: ../../standalone/drakTermServ_.c:621
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
#, fuzzy
msgid "Add User -->"
msgstr "Äîáŕâč ďîňđĺáčňĺë"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Âčä: "
+
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:773
+#, fuzzy
+msgid "Thin Client"
+msgstr "DHCP ęëčĺíň"
+
+#: ../../standalone/drakTermServ_.c:775
+#, fuzzy
+msgid "Allow Thin Clients"
+msgstr "DHCP ęëčĺíň"
+
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:742
+#: ../../standalone/drakTermServ_.c:821
+#, fuzzy
+msgid "<-- Edit Client"
+msgstr "DHCP ęëčĺíň"
+
+#: ../../standalone/drakTermServ_.c:837
#, fuzzy
-msgid "<-- Del Client"
+msgid "Delete Client"
msgstr "DHCP ęëčĺíň"
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:843
#, fuzzy
msgid "dhcpd Config..."
msgstr "Íŕńňđîéęŕ ..."
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Ěđĺćîâŕ ěŕńęŕ"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Čěĺ íŕ äîěĺéíŕ"
+
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr "NIS ńúđâúđ"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1001
#, fuzzy
msgid "dhcpd Server Configuration"
msgstr "Íŕńňđîéęŕ íŕ ëîęŕëíŕ ěđĺćŕ"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone/drakTermServ_.c:875
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1018
#, fuzzy
msgid "Write Config"
msgstr "ďđĺíŕńňđîéęŕ"
-#: ../../standalone/drakTermServ_.c:965
+#: ../../standalone/drakTermServ_.c:1120
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Ńëîćĺňĺ ńňŕđňčđŕůŕňŕ äčńęĺňŕ â óńňđîéńňâî %s"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:974
+#: ../../standalone/drakTermServ_.c:1129
#, fuzzy
msgid "No floppy drive available!"
msgstr "Í˙ěŕ ôëîďč óńňđîéńňâî"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:40
msgid "Error!"
msgstr "Ăđĺřęŕ !"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
msgstr "Íĺ ěîăŕ äŕ íŕěĺđ˙ íóćíŕ ęŕđňčíęŕ `%s'."
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
msgid "Auto Install Configurator"
msgstr "Íŕńňđîé÷čę íŕ ŕâňîěŕňč÷íŕ čńíňŕëŕöč˙"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10306,11 +10393,20 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "Ďîâňîđč"
+
+#: ../../standalone/drakautoinst_.c:66
msgid "Automatic Steps Configuration"
msgstr "Íŕńňđîéęŕ íŕ ŕâňîěŕňč÷íčňĺ ńňúďęč"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
@@ -10318,12 +10414,12 @@ msgstr ""
"Ěîë˙, čçáĺđĺňĺ çŕ âń˙ęŕ ńňúďęŕ, äŕëč ůĺ ńĺ ďđĺčăđŕĺ ęŕňî ďđč číńňŕëŕöč˙ňŕ, "
"čëč ůĺ áúäĺ đú÷íŕ"
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Ďîäăîňâ˙ě äčńęĺňŕ ń ŕâňîěŕňč÷íŕ číńňŕëŕöč˙"
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -10331,12 +10427,12 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:508
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr "Ďîçäđŕâëĺíč˙ !"
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -10344,46 +10440,46 @@ msgstr ""
"Äčńęĺňŕňŕ ĺ óńďĺříî ńúçäŕäĺíŕ.\n"
"Ńĺăŕ ěîćĺňĺ äŕ ďđĺčăđŕĺňĺ číńňŕëŕöč˙ňŕ."
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
#, fuzzy
msgid "Auto Install"
msgstr "Číńňŕëčđŕé"
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
#, fuzzy
msgid "Add an item"
msgstr "Äîáŕâ˙íĺ íŕ ďîňđĺáčňĺë"
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
#, fuzzy
msgid "Remove the last item"
msgstr "Äŕ ďđĺěŕőíŕ ëč loopback ôŕéëŕ ?"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:724
+#: ../../standalone/drakbackup_.c:691
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
msgstr ""
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10391,7 +10487,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10399,13 +10495,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
#, fuzzy
msgid "Total progess"
msgstr "Ňĺńňîâč ńňđŕíčöč"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10414,41 +10510,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:852
+#: ../../standalone/drakbackup_.c:819
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Áĺç ďŕđîëŕ"
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:821
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Íĺ ěîăŕ äŕ îňâîđ˙ %s: %s\n"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -10459,68 +10555,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
#, fuzzy
msgid "Backup User files..."
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
#, fuzzy
msgid "Backup Other files..."
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:1323
+#: ../../standalone/drakbackup_.c:1296
#, fuzzy
msgid "No changes to backup!"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
@@ -10528,928 +10624,928 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Ăđĺřęŕ ďđč ÷ĺňĺíĺňî íŕ ôŕéëŕ %s"
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
#, fuzzy
msgid "File Selection"
msgstr "Čçáîđ íŕ ďŕęĺňč"
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1604
+#: ../../standalone/drakbackup_.c:1575
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Ěîë˙, čçáĺđĺňĺ ďŕęĺňčňĺ, ęîčňî čńęŕňĺ äŕ číńňŕëčđŕňĺ."
-#: ../../standalone/drakbackup_.c:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
#, fuzzy
msgid "Remove Selected"
msgstr "Čçňđčâŕíĺ íŕ îďŕřęŕňŕ"
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Ďđĺěŕőíč Windows(TM)"
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
#, fuzzy
msgid "Users"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
-#: ../../standalone/drakbackup_.c:1777
+#: ../../standalone/drakbackup_.c:1740
#, fuzzy
msgid "Use network connection to backup"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1785
+#: ../../standalone/drakbackup_.c:1748
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Ďđĺőâúđëč"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Ěîë˙, ďđîáâŕéňĺ ěčřęŕňŕ ńč"
-#: ../../standalone/drakbackup_.c:1795
+#: ../../standalone/drakbackup_.c:1758
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
#, fuzzy
msgid "Please enter your login"
msgstr "Ěîë˙, îďčňŕéňĺ îňíîâî"
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
#, fuzzy
msgid "Please enter your password"
msgstr "Ěîë˙, îďčňŕéňĺ îňíîâî"
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
#, fuzzy
msgid "Remember this password"
msgstr "îůĺ âĺäíúć ďŕđîëŕ"
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
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:1925
+#: ../../standalone/drakbackup_.c:1887
#, fuzzy
msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Ěîë˙, čçáĺđĺňĺ ďîäđĺćäŕíĺ íŕ ęëŕâčŕňóđŕňŕ."
-#: ../../standalone/drakbackup_.c:1931
+#: ../../standalone/drakbackup_.c:1893
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Ěîë˙, öúęíĺňĺ íŕ íîńčňĺë˙"
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Ěîë˙, öúęíĺňĺ íŕ íîńčňĺë˙"
-#: ../../standalone/drakbackup_.c:1943
+#: ../../standalone/drakbackup_.c:1905
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Ěîë˙, öúęíĺňĺ íŕ íîńčňĺë˙"
-#: ../../standalone/drakbackup_.c:1944
+#: ../../standalone/drakbackup_.c:1906
#, fuzzy
msgid " Erase Now "
msgstr "Ďđĺőâúđëč"
-#: ../../standalone/drakbackup_.c:1950
+#: ../../standalone/drakbackup_.c:1912
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Ěîë˙, öúęíĺňĺ íŕ íîńčňĺë˙"
-#: ../../standalone/drakbackup_.c:1956
+#: ../../standalone/drakbackup_.c:1918
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Ěîë˙, öúęíĺňĺ íŕ íîńčňĺë˙"
-#: ../../standalone/drakbackup_.c:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
#, fuzzy
msgid "No CD device defined!"
msgstr "Čçáĺđĺňĺ ôŕéë"
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
#, fuzzy
msgid "Use tape to backup"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2059
+#: ../../standalone/drakbackup_.c:2021
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Ěîë˙, čçáĺđĺňĺ ďŕęĺňčňĺ, ęîčňî čńęŕňĺ äŕ číńňŕëčđŕňĺ."
-#: ../../standalone/drakbackup_.c:2065
+#: ../../standalone/drakbackup_.c:2027
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Ěîë˙, čçáĺđĺňĺ ďŕęĺňčňĺ, ęîčňî čńęŕňĺ äŕ číńňŕëčđŕňĺ."
-#: ../../standalone/drakbackup_.c:2071
+#: ../../standalone/drakbackup_.c:2033
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Ěîë˙, čçáĺđĺňĺ ďŕęĺňčňĺ, ęîčňî čńęŕňĺ äŕ číńňŕëčđŕňĺ."
-#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2142
+#: ../../standalone/drakbackup_.c:2103
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Ěîë˙, ďđîáâŕéňĺ ěčřęŕňŕ ńč"
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
#, fuzzy
msgid "Use quota for backup files."
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
#, fuzzy
msgid "Network"
msgstr "Ěđĺćîâ číňĺđôĺéń"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2238
+#: ../../standalone/drakbackup_.c:2195
#, fuzzy
msgid "Tape"
msgstr "Âčä"
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
#, fuzzy
msgid "Use daemon"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Ěîë˙, čçáĺđĺňĺ ďŕęĺňčňĺ, ęîčňî čńęŕňĺ äŕ číńňŕëčđŕňĺ."
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Ěîë˙, čçáĺđĺňĺ čçďîëçâŕí ĺçčę."
-#: ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2247
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:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
#, fuzzy
msgid "What"
msgstr "Ĺäčí ěîěĺíň"
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
#, fuzzy
msgid "Where"
msgstr "Wheel"
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
#, fuzzy
msgid "When"
msgstr "Wheel"
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
#, fuzzy
msgid "More Options"
msgstr "Îďöčč íŕ ěîäóëŕ:"
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Ěîë˙, čçáĺđĺňĺ ďŕęĺňčňĺ, ęîčňî čńęŕňĺ äŕ číńňŕëčđŕňĺ."
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Ěîë˙, čçáĺđĺňĺ ďŕęĺňčňĺ, ęîčňî čńęŕňĺ äŕ číńňŕëčđŕňĺ."
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2450
#, fuzzy
msgid "Backup system"
msgstr "Ôŕéëîâč ńčńňĺěč"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2604
+#: ../../standalone/drakbackup_.c:2555
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Óńňđîéńňâî íŕ ěčřęŕňŕ: %s\n"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2557
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2610
+#: ../../standalone/drakbackup_.c:2561
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Îďöčč"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Ěîë˙, čçáĺđĺňĺ ńĺđčĺí ďîđň ęúě ęîéňî ńâúđçŕí ěîäĺěúň âč."
-#: ../../standalone/drakbackup_.c:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
#, fuzzy
msgid " Restore Configuration "
msgstr "Íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup_.c:3019
#, fuzzy
msgid "Backup the system files before:"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
#, fuzzy
msgid "please choose the date to restore"
msgstr "Ěîë˙, čçáĺđĺňĺ ňčď íŕ ěčřęŕňŕ."
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Ěîë˙, ďđîáâŕéňĺ ěčřęŕňŕ ńč"
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
#, fuzzy
msgid "FTP Connection"
msgstr "LAN âđúçęŕ"
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Secure Connection"
msgstr "Čçáĺđĺňĺ âđúçęŕ ęúě ďđčíňĺđŕ"
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Âúçńňŕíîâč îň äčńęĺňŕ"
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
#, fuzzy
msgid "Select another media to restore from"
msgstr "Ěîë˙, čçáĺđĺňĺ ňčď íŕ ěčřęŕňŕ."
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
#, fuzzy
msgid "Other Media"
msgstr "Äđóăŕ"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
#, fuzzy
msgid "Restore system"
msgstr "Číńňŕëčđŕíĺ íŕ ńčńňĺěŕňŕ"
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
#, fuzzy
msgid "Restore Users"
msgstr "Âúçńňŕíîâč îň ôŕéë"
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
#, fuzzy
msgid "Restore Other"
msgstr "Âúçńňŕíîâč îň ôŕéë"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Ěîë˙, čçáĺđĺňĺ ňčď íŕ ěčřęŕňŕ."
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3396
+#: ../../standalone/drakbackup_.c:3344
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Čçňđčâŕíĺ íŕ îďŕřęŕňŕ"
-#: ../../standalone/drakbackup_.c:3413
+#: ../../standalone/drakbackup_.c:3361
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Âúçńňŕíîâč îň ôŕéë"
-#: ../../standalone/drakbackup_.c:3479
+#: ../../standalone/drakbackup_.c:3427
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, fuzzy
msgid "Restore From CD"
msgstr "Âúçńňŕíîâč îň äčńęĺňŕ"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, fuzzy
msgid "Restore From Tape"
msgstr "Âúçńňŕíîâč ňŕáëčöŕňŕ ń ä˙ëîâĺňĺ"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, fuzzy
msgid "Restore Via Network"
msgstr "Âúçńňŕíîâč îň ôŕéë"
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3527
+#: ../../standalone/drakbackup_.c:3475
#, fuzzy
msgid "Host Name"
msgstr "Čěĺ íŕ őîńň:"
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3535
+#: ../../standalone/drakbackup_.c:3483
#, fuzzy
msgid "Password required"
msgstr "Ďŕđîëŕ"
-#: ../../standalone/drakbackup_.c:3541
+#: ../../standalone/drakbackup_.c:3489
#, fuzzy
msgid "Username required"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
-#: ../../standalone/drakbackup_.c:3544
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Hostname required"
msgstr "Čěĺ íŕ őîńň:"
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3565
+#: ../../standalone/drakbackup_.c:3513
#, fuzzy
msgid "Restore Failed..."
msgstr "Âúçńňŕíîâč îň ôŕéë"
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
#, fuzzy
msgid "Custom Restore"
msgstr "Ęëčĺíňńęŕ"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3867
+#: ../../standalone/drakbackup_.c:3813
#, fuzzy
msgid "Restore From Catalog"
msgstr "Âúçńňŕíîâč ňŕáëčöŕňŕ ń ä˙ëîâĺňĺ"
-#: ../../standalone/drakbackup_.c:3895
+#: ../../standalone/drakbackup_.c:3841
#, fuzzy
msgid "Restore Progress"
msgstr "Âúçńňŕíîâč îň ôŕéë"
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
#, fuzzy
msgid "Previous"
msgstr "<- Ďđĺäčřĺí"
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
#, fuzzy
msgid "Save"
msgstr "Ńúńňî˙íčĺ"
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
#, fuzzy
msgid "Build Backup"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
#, fuzzy
msgid "Restore"
msgstr "Âúçńňŕíîâč îň ôŕéë"
-#: ../../standalone/drakbackup_.c:4233
+#: ../../standalone/drakbackup_.c:4189
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4257
+#: ../../standalone/drakbackup_.c:4195
+msgid ""
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:4209
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Ńëĺäíčňĺ ďŕęĺňč ůĺ áúäŕň číńňŕëčđŕíč"
-#: ../../standalone/drakbackup_.c:4280
-msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4232
#, fuzzy
msgid "Please select data to restore..."
msgstr "Ěîë˙, čçáĺđĺňĺ čçďîëçâŕí ĺçčę."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
#, fuzzy
msgid "Please select media for backup..."
msgstr "Ěîë˙, čçáĺđĺňĺ čçďîëçâŕí ĺçčę."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
#, fuzzy
msgid "Please select data to backup..."
msgstr "Ěîë˙, čçáĺđĺňĺ čçďîëçâŕí ĺçčę."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
#, fuzzy
msgid "Backup system files"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
#, fuzzy
msgid "Backup user files"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
#, fuzzy
msgid "Backup other files"
msgstr "Ëîř backup-ôŕéë"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
#, fuzzy
msgid "Sending files..."
msgstr "Çŕďŕçč âúâ ôŕéë"
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
#, fuzzy
msgid "View Backup Configuration."
msgstr "Íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
#, fuzzy
msgid "Wizard Configuration"
msgstr "Íŕńňđîéęŕ"
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
#, fuzzy
msgid "Advanced Configuration"
msgstr "Íŕńňđîéęŕ íŕ ëîęŕëíŕ ěđĺćŕ"
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
#, fuzzy
msgid "Backup Now"
msgstr "Ôŕéëîâč ńčńňĺěč"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
msgid ""
"options description:\n"
"\n"
@@ -11481,7 +11577,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11490,7 +11586,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -11531,7 +11627,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4788
+#: ../../standalone/drakbackup_.c:4701
msgid ""
"restore description:\n"
" \n"
@@ -11559,34 +11655,18 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4832
+#: ../../standalone/drakbackup_.c:4732
msgid ""
"Description:\n"
"\n"
@@ -11615,7 +11695,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -11626,7 +11705,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -11637,7 +11716,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11650,161 +11729,97 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
msgstr "Číńňŕëŕöč˙ňŕ íŕ %s ďđîâŕëĺíŕ. Ďî˙âč ńĺ ńëĺäíŕňŕ ăđĺřęŕ:"
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
msgstr ""
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
#, fuzzy
msgid "Standalone Tools"
msgstr "Ęîíçîëíč číńňđóěĺíňč"
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
#, fuzzy
msgid "Mandrake Online"
msgstr "Ęîíňđîëĺí öĺíňúđ"
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
#, fuzzy
msgid "Menudrake"
msgstr "çŕäúëćčňĺëĺí"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
#, fuzzy
msgid "Msec"
msgstr "Ěčřęŕ"
-#: ../../standalone/drakbug_.c:77
+#: ../../standalone/drakbug_.c:57
#, fuzzy
msgid "Remote Control"
msgstr "Îňäŕëĺ÷ĺí ďđčíňĺđ"
-#: ../../standalone/drakbug_.c:78
+#: ../../standalone/drakbug_.c:58
#, fuzzy
msgid "Software Manager"
msgstr "Îáůî čěĺ"
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
msgstr ""
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakbug_.c:81
+#: ../../standalone/drakbug_.c:61
#, fuzzy
msgid "Userdrake"
msgstr "Ďđčíňĺđ"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
#, fuzzy
msgid "Configuration Wizards"
msgstr "Ěŕăüîńíčę çŕ íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:75
#, fuzzy
msgid "Application:"
msgstr "Čäĺíňčôčęŕöč˙"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
#, fuzzy
msgid "Package: "
msgstr "Čçáîđ íŕ ďŕęĺňč"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:100
+#: ../../standalone/drakbug_.c:78
#, fuzzy
msgid "Release: "
msgstr "Ěîë˙ čç÷ŕęŕéňĺ"
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -11816,144 +11831,151 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:134
+#: ../../standalone/drakbug_.c:112
#, fuzzy
msgid "Report"
msgstr "ďîđň"
-#: ../../standalone/drakbug_.c:171
+#: ../../standalone/drakbug_.c:148
#, fuzzy
msgid "Not installed"
msgstr "Čçőîä îň číńňŕëŕöčîííŕňŕ ďđîăđŕěŕ"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "Čçőîä îň číńňŕëŕöčîííŕňŕ ďđîăđŕěŕ"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:196
+#: ../../standalone/drakbug_.c:180
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Ěîćĺňĺ äŕ čçáĺđĺňĺ äđóăč ĺçčöč, ęîčňî ůĺ áúäŕň íŕëčöĺ ńëĺäčíńňŕëŕöč˙ňŕ"
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Íŕńňđîéęŕ íŕ ěđĺćŕňŕ (%d ŕäŕďňĺđŕ)"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
msgid "Profile: "
msgstr "Ďđîôčë: "
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr "Čçňđîé ďđîôčë ..."
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr "Ďđîôčë çŕ čçňđčâŕíĺ:"
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr "Íîâ ďđîôčë ..."
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
"Čěĺ íŕ ńúçäŕâŕíč˙ ďđîôčë (íîâč˙ň ďđîôčë ńĺ ńúçäŕâŕ ęŕňî ęîďčĺ íŕ ňĺęóůč˙):"
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
msgid "Hostname: "
msgstr "Čěĺ íŕ őîńň:"
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
msgid "Internet access"
msgstr "Číňĺđíĺň äîńňúď"
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
msgid "Type:"
msgstr "Ňčď: "
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "Gateway:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Interface:"
msgstr "Číňĺđôĺéń:"
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr "Ńúńňî˙íčĺ:"
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr ""
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
msgid "Configure Internet Access..."
msgstr "Íŕńňđîéęŕ íŕ Číňĺđíĺň äîńňúďŕ ..."
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
msgid "LAN configuration"
msgstr "Íŕńňđîéęŕ íŕ LAN"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Driver"
msgstr "Äđŕéâĺđ"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Interface"
msgstr "Číňĺđôĺéń"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr "Ďđîňîęîë"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "State"
msgstr "Ńúńňî˙íčĺ"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
msgid "Configure Local Area Network..."
msgstr "Íŕńňîéęŕ íŕ ëîęŕëíŕ ěđĺćŕ ..."
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
msgstr "Öúęíĺňĺ ňóę, çŕ äŕ ńňŕđňčđŕňĺ ěŕăüîńíčęŕ ->"
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "Ěŕăüîńíčę..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr "Ďđčëîćč"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Connected"
msgstr "Ńâúđçŕí"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Not connected"
msgstr "Íĺ ńâúđçŕí"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr "Ńâúđçâŕíĺ ..."
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr "Îňâúđçâŕíĺ ..."
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -11961,42 +11983,42 @@ msgstr ""
"Í˙ěŕňĺ íŕńňđîĺí číňĺđôĺéń.\n"
"Íŕńňđîéňĺ ăč ďđĺäč ňîâŕ, ęŕňî öúęíĺňĺ íŕ 'Íŕńňđîéęŕ'"
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
msgid "LAN Configuration"
msgstr "Íŕńňđîéęŕ íŕ ëîęŕëíŕ ěđĺćŕ"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr "Ŕäŕďňĺđ %s: %s"
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr "Ńňŕđňčđŕů ďđîňîęîë"
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr "Ďóńíŕň ďđč ńňŕđňčđŕíĺ"
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr "DHCP ęëčĺíň"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "activate now"
msgstr "ŕęňčâčđŕé ńĺăŕ"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "deactivate now"
msgstr "äĺŕęňčâčđŕé ńĺăŕ"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -12004,121 +12026,117 @@ msgstr ""
"Í˙ěŕňĺ Internet âđúçęŕ.\n"
"Ńúçäŕéňĺ ňŕęŕâŕ, ęŕňî öúęíĺňĺ íŕ 'Íŕńňđîé'"
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
msgid "Internet connection configuration"
msgstr "Íŕńňđîéęŕ íŕ Číňĺđíĺň âđúçęŕ"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
msgid "Internet Connection Configuration"
msgstr "Íŕńňđîéęŕ íŕ Číňĺđíĺň âđúçęŕ"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
msgid "Connection type: "
msgstr "Ňčď íŕ âđúçęŕňŕ: "
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr "Ďŕđŕěĺňđč"
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Gateway"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr "Ethernet ęŕđňŕ"
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr "DHCP ęëčĺíň"
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr "čçďîëçâŕíĺ: drakfloppy\n"
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Module name"
msgstr "Čěĺ íŕ ěîäóë"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Size"
msgstr "Ăîëĺěčíŕ"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
msgid "drakfloppy"
msgstr "drakfloppy"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
msgid "boot disk creation"
msgstr "ńúäŕâŕíĺ íŕ ńňŕđňčđŕůŕ äčńęĺňŕ"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "ďî ďîäđŕáčđŕíĺ"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr "Ăđĺřęŕ DrakFloppy: %s"
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
msgid "kernel version"
msgstr "âĺđńč˙ íŕ ˙äđîňî"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
msgid "General"
msgstr "Îńíîâíî"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
msgid "Expert Area"
msgstr "Äîďúëíčňĺëíč"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
msgstr "mkinitrd äîďúëíčňĺëíč ŕđăóěĺíňč"
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
msgid "Add a module"
msgstr "Äîáŕâč ěîäóëŕ"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
msgid "force"
msgstr "ďđčíóäčňĺëíî"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr "ŕęî ĺ íóćíî"
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
msgid "omit scsi modules"
msgstr "áĺç scsi ěîäóëč"
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr "áĺç raid ěîäóëč"
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
msgid "Remove a module"
msgstr "Ďđĺěŕőíč ěîäóëŕ"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr "Đĺçóëňŕň"
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr "Ńúçäŕé äčńęúň"
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Ďđîâĺđĺňĺ čěŕňĺ ëč äčńęĺňŕ â óńňđîéńňâîňî %s"
-#: ../../standalone/drakfloppy_.c:382
+#: ../../standalone/drakfloppy_.c:341
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12127,12 +12145,12 @@ msgstr ""
"Í˙ěŕ äčńęĺňŕ â óńňîéńňâîňî %s.\n"
"Ěîë˙ ďîńňŕâĺňĺ äčńęĺňŕ."
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, c-format
msgid "Unable to fork: %s"
msgstr "Íĺ ěîćĺ äŕ ńĺ đŕáîňč ń: %s"
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12143,105 +12161,105 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
msgstr ""
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
#, fuzzy
msgid "no fonts found"
msgstr "%s íĺ ĺ íŕěĺđĺíî"
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
#, fuzzy
msgid "done"
msgstr "Ăîňîâî"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr ""
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr ""
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr ""
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
#, fuzzy
msgid "Fonts copy"
msgstr "Ôîđěŕňčđŕé äčńęĺňŕňŕ"
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
#, fuzzy
msgid "True Type fonts installation"
msgstr "Ďîäăîňâ˙ě číńňŕëŕöč˙ňŕ"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr ""
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
msgstr ""
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
#, fuzzy
msgid "Restart XFS"
msgstr "ńňŕđňčđŕé ăî"
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
#, fuzzy
msgid "xfs restart"
msgstr "îăđŕíč÷č"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -12250,127 +12268,215 @@ msgid ""
"may hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
#, fuzzy
msgid "Fonts Importation"
msgstr "Ôîđěŕňčđŕíĺ íŕ ä˙ëîâĺ"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
#, fuzzy
msgid "Uninstall Fonts"
msgstr "Äĺčíńňŕëčđŕě ďŕęĺňŕ"
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
#, fuzzy
msgid "Advanced Options"
msgstr "Íŕńňđîéęŕ íŕ ëîęŕëíŕ ěđĺćŕ"
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
#, fuzzy
msgid "Font List"
msgstr "Ě˙ńňî íŕ ěîíňčđŕíĺ"
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
#, fuzzy
msgid "Choose the applications that will support the fonts:"
msgstr "Čçáĺđĺňĺ ä˙ëîâĺňĺ, ęîčňî čńęŕňĺ äŕ ôîđěŕňčđŕňĺ"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr ""
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
#, fuzzy
msgid "StarOffice"
msgstr "Îôčń"
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
#, fuzzy
msgid "Abiword"
msgstr "Îňęŕç"
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
#, fuzzy
msgid "Generic Printers"
msgstr "Ďđčíňĺđ"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
#, fuzzy
msgid "Install List"
msgstr "Číńňŕëčđŕíĺ íŕ ńčńňĺěŕňŕ"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
#, fuzzy
msgid "Selected All"
msgstr "Čçáĺđĺňĺ ôŕéë"
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
#, fuzzy
msgid "Remove List"
msgstr "Ďđĺěŕőâŕíĺ íŕ ďđčíňĺđŕ"
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
#, fuzzy
msgid "Initials tests"
msgstr "Ńňŕđňîâî ńúîáůĺíčĺ"
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
#, fuzzy
msgid "Copy fonts on your system"
msgstr "Í˙ěŕňĺ ěđĺćîâ ŕäŕďňĺđ!"
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
#, fuzzy
msgid "Post Install"
msgstr "Číńňŕëčđŕé"
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
#, fuzzy
msgid "Remove fonts on your system"
msgstr "Í˙ěŕňĺ ěđĺćîâ ŕäŕďňĺđ!"
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
#, fuzzy
msgid "Post Uninstall"
msgstr "Čçőîä îň číńňŕëŕöčîííŕňŕ ďđîăđŕěŕ"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
msgid "Internet Connection Sharing"
msgstr "Ńďîäĺë˙íĺ íŕ âđúçęŕňŕ ń Číňĺđíĺň"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr "Ńďîäĺë˙íĺňî íŕ âđúçęŕňŕ ęúě Číňĺđíĺň ĺ âĺ÷ĺ ŕęňčâčđŕíî"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12382,19 +12488,19 @@ msgstr ""
"\n"
"Ęŕęâî čńęŕňĺ äŕ íŕďđŕâčňĺ ?"
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
msgid "disable"
msgstr "čçęëţ÷č"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr "îńňŕâč"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "reconfigure"
msgstr "ďđĺíŕńňđîéęŕ"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
msgid "Disabling servers..."
msgstr "Čçęëţ÷âŕíĺ íŕ ńúđâúđč ..."
@@ -12402,11 +12508,11 @@ msgstr "Čçęëţ÷âŕíĺ íŕ ńúđâúđč ..."
msgid "Internet connection sharing is now disabled."
msgstr "Ńďîäĺë˙íĺňî íŕ Číňĺđíĺň âđúçęŕňŕ â ěîěĺíňŕ ĺ čçęëţ÷ĺíî."
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr "Ńďîäĺë˙íĺňî íŕ Číňĺđíĺň âđúçęŕňŕ ĺ čçęëţ÷ĺíî."
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12418,19 +12524,19 @@ msgstr ""
"\n"
"Ęŕęâî čńęŕňĺ äŕ íŕďđŕâčňĺ ?"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
msgid "enable"
msgstr "âęëţ÷č"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr "Âęëţ÷âŕíĺ íŕ ńúđâúđč ..."
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
msgid "Internet connection sharing is now enabled."
msgstr "Ńďîäĺë˙íĺňî íŕ Číňĺđíĺň â ěîěĺíňŕ ĺ âęëţ÷ĺíî."
-#: ../../standalone/drakgw_.c:185
+#: ../../standalone/drakgw_.c:183
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -12450,21 +12556,21 @@ msgstr ""
"Îňáĺëĺćĺňĺ: ňđ˙áâŕ âč îňäĺëĺí çŕ ňîâŕ ěđĺćîâ ŕäŕďňĺđ, çŕ äŕ óńňŕíîâčňĺ "
"âúňđĺříŕňŕ ńč ěđĺćŕ (LAN)."
-#: ../../standalone/drakgw_.c:213
+#: ../../standalone/drakgw_.c:211
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Číňĺđôĺéń %s (čçďîëçâŕů ěîäóë %s)"
-#: ../../standalone/drakgw_.c:214
+#: ../../standalone/drakgw_.c:212
#, c-format
msgid "Interface %s"
msgstr "Číňĺđôĺéń %s"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:220
msgid "No network adapter on your system!"
msgstr "Í˙ěŕňĺ ěđĺćîâ ŕäŕďňĺđ!"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:221
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12472,11 +12578,11 @@ msgstr ""
"Â ńčńňĺěŕňŕ íĺ ĺ îňęđčň ethernet ěđĺćîâ ŕäŕďňĺđ. Ěîë˙, ńňŕđňčđŕéňĺ "
"číńňđóěĺíňŕ çŕ íŕńňđîéęŕ íŕ őŕđäóĺđ."
-#: ../../standalone/drakgw_.c:229
+#: ../../standalone/drakgw_.c:227
msgid "Network interface"
msgstr "Ěđĺćîâ číňĺđôĺéń"
-#: ../../standalone/drakgw_.c:230
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12491,19 +12597,19 @@ msgstr ""
"\n"
"Ńě˙ňŕě äŕ óńňŕíîâ˙ ëîęŕëíŕňŕ âč ěđĺćŕ íŕ ňîçč ŕäŕďňĺđ."
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Ěîë˙ čçáĺđĺňĺ ęîé ěđĺćîâ ŕäŕďňĺđ äŕ áúäĺ âęëţ÷ĺí ęúě ëîęŕëíŕňŕ âč ěđĺćŕ."
-#: ../../standalone/drakgw_.c:265
+#: ../../standalone/drakgw_.c:261
#, fuzzy
msgid "Network interface already configured"
msgstr "Ôóíęöčîíŕëíîńňňŕ íŕ ěđĺćŕňŕ íĺ ĺ íŕńňđîĺíŕ"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12513,17 +12619,26 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:271
+#: ../../standalone/drakgw_.c:267
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Ŕâňîěŕňč÷íŕ íŕńňđîéęŕ íŕ CUPS"
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:268
#, fuzzy
msgid "Show current interface configuration"
msgstr "Ďîďđŕâč íŕńňđîéęčňĺ íŕ ďđčíňĺđ"
-#: ../../standalone/drakgw_.c:274
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "Ďîďđŕâč íŕńňđîéęčňĺ íŕ ďđčíňĺđ"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12534,7 +12649,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:283
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
"server; in that case please verify I correctly read the Network that you use "
@@ -12543,18 +12658,18 @@ msgid ""
"\n"
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
-"\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:290
#, fuzzy
msgid "Local Network adress"
msgstr "íĺ ĺ îňęđčňŕ ěđĺćîâŕ ęŕđňŕ"
-#: ../../standalone/drakgw_.c:298
+#: ../../standalone/drakgw_.c:294
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -12563,65 +12678,65 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:304
+#: ../../standalone/drakgw_.c:300
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP íŕ CUPS ńúđâúđŕ"
-#: ../../standalone/drakgw_.c:305
+#: ../../standalone/drakgw_.c:301
#, fuzzy
msgid "The DNS Server IP"
msgstr "IP íŕ CUPS ńúđâúđŕ"
-#: ../../standalone/drakgw_.c:306
+#: ../../standalone/drakgw_.c:302
#, fuzzy
msgid "The internal domain name"
msgstr "Íîâî čěĺ íŕ ďđčíňĺđ"
-#: ../../standalone/drakgw_.c:307
+#: ../../standalone/drakgw_.c:303
msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:308
+#: ../../standalone/drakgw_.c:304
msgid "The DHCP end range"
msgstr ""
-#: ../../standalone/drakgw_.c:309
+#: ../../standalone/drakgw_.c:305
msgid "The default lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:310
+#: ../../standalone/drakgw_.c:306
msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:318
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Âúçěîćĺí ęîíôčęň ń ŕäđĺńčňĺ â LAN ń íŕńňđîéęŕňŕ íŕ %s!\n"
-#: ../../standalone/drakgw_.c:339
+#: ../../standalone/drakgw_.c:335
msgid "Configuring..."
msgstr "Íŕńňđîéęŕ ..."
-#: ../../standalone/drakgw_.c:340
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Íŕńňđîéâŕůč ńęđčďňîâĺ, číńňŕëčđŕíĺ íŕ ńîôňóĺđ, ńňŕđňčđŕíĺ íŕ ńúđâúđč..."
-#: ../../standalone/drakgw_.c:376
+#: ../../standalone/drakgw_.c:372
#, c-format
msgid "Problems installing package %s"
msgstr "Ďđîáëĺěč ń číńňŕëčđŕíĺňî íŕ ďŕęĺňŕ %s"
-#: ../../standalone/drakgw_.c:509
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12631,23 +12746,23 @@ msgstr ""
"Ńĺăŕ ěîćĺňĺ äŕ ńďîäĺëčňĺ Číňĺđíĺň âđúçęŕňŕ ńč ń äđóăč ęîěďţňđč â ëîęŕëíŕňŕ "
"âč ěđĺćŕ čçďîëçâŕéęč ŕâňîěŕňč÷íŕ ěđĺćîâŕ íŕńňđîéęŕ (DHCP)."
-#: ../../standalone/drakgw_.c:528
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr "Óńňŕíîâęŕňŕ âĺ÷ĺ ĺ íŕďđŕâĺíŕ, íî â ěîěĺíňŕ ĺ čçęëţ÷ĺíŕ."
-#: ../../standalone/drakgw_.c:529
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr "Óńňŕíîâęŕňŕ âĺ÷ĺ ĺ íŕďđŕâĺíŕ č â ěîěĺíňŕ ĺ âęëţ÷ĺíŕ."
-#: ../../standalone/drakgw_.c:530
+#: ../../standalone/drakgw_.c:525
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Í˙ěŕ íŕńňđîéâŕíî ńďîäĺë˙íĺ íŕ Číňĺđíĺň âđúçęŕňŕ."
-#: ../../standalone/drakgw_.c:535
+#: ../../standalone/drakgw_.c:531
msgid "Internet connection sharing configuration"
msgstr "Íŕńňđîéęŕ íŕ ńďîäĺë˙íĺňî íŕ Číňĺđíĺň âđúçęŕňŕ"
-#: ../../standalone/drakgw_.c:542
+#: ../../standalone/drakgw_.c:539
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12662,157 +12777,157 @@ msgstr ""
"\n"
"Öúęíĺňĺ ``Íŕńňđîé'', ŕęî čńęŕňĺ äŕ ńňŕđňčđŕíĺ óńňŕíîâ˙âŕůč˙ ěŕăüîńíčę."
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "group"
msgstr "Đŕáîňíŕ ăđóďŕ"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "permissions"
msgstr "ä˙ë %s"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "user"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:44
#, fuzzy
msgid "delete"
msgstr "Čçňđčé"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:46
#, fuzzy
msgid "Down"
msgstr "Ăîňîâî"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:47
#, fuzzy
msgid "add a rule"
msgstr "Äîáŕâč ěîäóëŕ"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
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:62
+#: ../../standalone/drakperm_.c:56
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Äîáŕâč ďđčíňĺđ"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:58
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:66
+#: ../../standalone/drakperm_.c:60
#, fuzzy
msgid "Delete selected rule"
msgstr "Čçňđčâŕíĺ íŕ îďŕřęŕňŕ"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:244
+#: ../../standalone/drakperm_.c:231
#, fuzzy
msgid "Current user"
msgstr "Ďđčĺěč ďîňđĺáčňĺë"
-#: ../../standalone/drakperm_.c:249
+#: ../../standalone/drakperm_.c:236
#, fuzzy
msgid "Permissions"
msgstr "Âĺđńč˙: %s\n"
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:251
+#: ../../standalone/drakperm_.c:238
#, fuzzy
msgid "Property"
msgstr "Ďîđň"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:311
+#: ../../standalone/drakperm_.c:297
#, fuzzy
msgid "Use owner id for execution"
msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-#: ../../standalone/drakperm_.c:312
+#: ../../standalone/drakperm_.c:298
#, fuzzy
msgid "Use group id for execution"
msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:318
+#: ../../standalone/drakperm_.c:304
#, fuzzy
msgid "Path selection"
msgstr "Çŕďŕçč čçáîđ íŕ ďŕęĺňč"
-#: ../../standalone/drakperm_.c:364
+#: ../../standalone/drakperm_.c:350
#, fuzzy
msgid "user :"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
-#: ../../standalone/drakperm_.c:366
+#: ../../standalone/drakperm_.c:352
#, fuzzy
msgid "group :"
msgstr "Đŕáîňíŕ ăđóďŕ"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:46
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Íĺ ńâúđçŕí"
-#: ../../standalone/draksound_.c:48
+#: ../../standalone/draksound_.c:47
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -12824,7 +12939,7 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -12833,139 +12948,139 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:78
+#: ../../standalone/draksplash_.c:67
#, fuzzy
msgid "first step creation"
msgstr "ńúäŕâŕíĺ íŕ ńňŕđňčđŕůŕ äčńęĺňŕ"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:70
#, fuzzy
msgid "final resolution"
msgstr "Đŕçäĺëčňĺëíŕ ńďîńîáíîńň"
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
#, fuzzy
msgid "choose image file"
msgstr "Čçáĺđĺňĺ ôŕéë"
-#: ../../standalone/draksplash_.c:81
+#: ../../standalone/draksplash_.c:72
#, fuzzy
msgid "Theme name"
msgstr "Îáůî čěĺ"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Íŕńňđîéęŕ íŕ óńëóăčňĺ"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:113
#, fuzzy
msgid "Preview"
msgstr "óńňđîéńňâî"
-#: ../../standalone/draksplash_.c:123
+#: ../../standalone/draksplash_.c:115
#, fuzzy
msgid "Save theme"
msgstr "Číńňŕëčđŕíĺ íŕ ńčńňĺěŕňŕ"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:116
#, fuzzy
msgid "Choose color"
msgstr "Čçáĺđĺňĺ ěîíčňîđ"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:435
+#: ../../standalone/draksplash_.c:428
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Čçáîđ ěîäĺë íŕ ďđčíňĺđŕ"
-#: ../../standalone/draksplash_.c:456
+#: ../../standalone/draksplash_.c:449
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Âúâĺäĺňĺ URI íŕ ďĺ÷ŕňŕůî óńňđîéńňâî"
-#: ../../standalone/draksplash_.c:465
+#: ../../standalone/draksplash_.c:458
#, fuzzy
msgid "Generating preview ..."
msgstr "Çŕńč÷ŕíĺ íŕ óńňđîéńňâŕ ..."
#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:511
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr ""
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -12980,120 +13095,120 @@ msgid ""
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
#, fuzzy
msgid "Canada (cable)"
msgstr "Ęŕíŕäńęŕ (Ęâĺáĺę)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "East Europe"
msgstr "Ĺâđîďŕ"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "France [SECAM]"
msgstr "Ôđŕíöč˙"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Ireland"
msgstr "Čńëŕíäńęŕ"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "West Europe"
msgstr "Ĺâđîďŕ"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
#, fuzzy
msgid "Australia"
msgstr "ńĺđčéíŕ"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr ""
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr ""
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:122
+#: ../../standalone/drakxtv_.c:116
msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
+#: ../../standalone/drakxtv_.c:120
#, fuzzy
msgid "There was an error while scanning for TV channels"
msgstr "Ďî˙âč ńĺ ăđĺřęŕ ďđč číńňŕëčđŕíĺ íŕ ďŕęĺňčňĺ:"
-#: ../../standalone/drakxtv_.c:126
+#: ../../standalone/drakxtv_.c:121
msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:129
+#: ../../standalone/drakxtv_.c:124
msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:130
+#: ../../standalone/drakxtv_.c:125
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:153
+#: ../../standalone/drakxtv_.c:147
msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:154
+#: ../../standalone/drakxtv_.c:148
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
@@ -13105,30 +13220,441 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/harddrake2_.c:8
+#: ../../standalone/harddrake2_.c:17
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Ŕëňĺđíŕňčâíŕ ňĺńňîâŕ ńňđŕíčöŕ (Ŕ4)"
+
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:22
+#, fuzzy
+msgid "Channel"
+msgstr "Îňęŕç"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid ""
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:26
+#, fuzzy
+msgid "Bus identification"
+msgstr "Čäĺíňčôčęŕöč˙"
+
+#: ../../standalone/harddrake2_.c:27
+msgid ""
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:30
+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"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "ăîëĺěčíŕ íŕ ďŕđ÷ĺňî"
+
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:36
+#, fuzzy
+msgid "Cpuid level"
+msgstr "Íčâî íŕ ńčăóđíîńň"
+
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:38
+msgid "This field describes the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:39
#, fuzzy
+msgid "Old device file"
+msgstr "Čçáĺđĺňĺ ôŕéë"
+
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:41
+#, fuzzy
+msgid "New devfs device"
+msgstr "Gateway óńňđîéńňâî"
+
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:43
+msgid "Module"
+msgstr "Ěîäóë"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:46
msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:53
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "Ôîđěŕňčđŕé"
+
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "íčâî"
+
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#, fuzzy
+msgid "Model"
+msgstr "Ěîäóë"
+
+#: ../../standalone/harddrake2_.c:58
+#, fuzzy
+msgid "hard disk model"
+msgstr "Ďŕěĺň (DMA) íŕ ęŕđňŕňŕ"
+
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "Čěĺ íŕ ěîäóë"
+
+#: ../../standalone/harddrake2_.c:60
+msgid "Official vendor name of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:61
+#, fuzzy
+msgid "Number of buttons"
+msgstr "2 áóňîíŕ"
+
+#: ../../standalone/harddrake2_.c:62
+#, fuzzy
+msgid "Name"
+msgstr "Čěĺ: "
+
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr "Ěđĺćîâ ďđčíňĺđ (TCP/Socket)"
+
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:64
+msgid "the number of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "Ôîđěŕňčđŕíĺ"
+
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:66
+#, fuzzy
+msgid "The type of bus on which the mouse is connected"
+msgstr "Ěîë˙, čçáĺđĺňĺ ęúě ęîé ńĺđčĺí ďîđň ĺ ńâúđçŕíŕ ěčřęŕňŕ âč."
+
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:68
+msgid "the vendor name of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:82
+#, fuzzy
+msgid "/_Quit"
+msgstr "Čçőîä"
+
+#: ../../standalone/harddrake2_.c:83
+#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
+
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+msgid "/_Options"
+msgstr "/_Îďöčč"
+
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
+
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr "/_Ďîěîů"
+
+#: ../../standalone/harddrake2_.c:89
+#, fuzzy
+msgid "/_Help..."
+msgstr "/_Ďîěîů"
+
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:93
+msgid ""
+"Description of the fields:\n"
"\n"
-"Usage: harddrake [-h|--help] [--test]\n"
-msgstr "óďîňđĺáŕ: keyboarddrake [--expert] [keyboard]\n"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "Čçáĺđĺňĺ ăđŕôč÷íŕ ęŕđňŕ"
+
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
+msgstr "/_Číôîđěčđŕé çŕ áúă"
+
+#: ../../standalone/harddrake2_.c:102
+#, fuzzy
+msgid "/_About..."
+msgstr "/Ďîěîů/_Îňíîńíî..."
+
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:105
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:106
+#, fuzzy
+msgid "Author:"
+msgstr "Ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
+
+#: ../../standalone/harddrake2_.c:113
+#, fuzzy
+msgid "Detection in progress"
+msgstr "çŕńĺ÷ĺí íŕ ďîđň %s"
+
+#: ../../standalone/harddrake2_.c:119
+#, fuzzy
+msgid "Harddrake2 version "
+msgstr "Çŕńč÷ŕíĺ íŕ äčńęîâĺňĺ"
+
+#: ../../standalone/harddrake2_.c:126
+#, fuzzy
+msgid "Detected hardware"
+msgstr "Âčć őŕđäóĺđíŕňŕ číôîđěŕöč˙"
+
+#: ../../standalone/harddrake2_.c:129
+#, fuzzy
+msgid "Information"
+msgstr "Ďîęŕćč číôîđěŕöč˙ňŕ"
+
+#: ../../standalone/harddrake2_.c:131
+#, fuzzy
+msgid "Configure module"
+msgstr "Íŕńňđîéęŕ íŕ ěčřęŕ"
+
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:143
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "Čçňđčâŕíĺ íŕ ďđčíňĺđŕ \"%s\" ..."
+
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+#, fuzzy
+msgid "secondary"
+msgstr "%d ńĺęóíäč"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
+msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "Čçďîëçâŕé ŕâňîěŕňč÷íî çŕńč÷ŕíĺ"
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "óďîňđĺáŕ: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "/_Îďöčč"
-#: ../../standalone/keyboarddrake_.c:32
+#: ../../standalone/keyboarddrake_.c:26
msgid "Please, choose your keyboard layout."
msgstr "Ěîë˙, čçáĺđĺňĺ ďîäđĺćäŕíĺ íŕ ęëŕâčŕňóđŕňŕ."
-#: ../../standalone/keyboarddrake_.c:41
+#: ../../standalone/keyboarddrake_.c:35
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Čńęŕňĺ ëč BackSpace äŕ ďîäŕâŕ Delete íŕ ęîíçîëŕňŕ ?"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:18
msgid "Change Cd-Rom"
msgstr "Ńě˙íŕ íŕ CD-ROM"
-#: ../../standalone/livedrake_.c:25
+#: ../../standalone/livedrake_.c:19
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -13138,140 +13664,128 @@ msgstr ""
"Ŕęî ăî í˙ěŕňĺ, íŕňčńíĺňĺ Îňě˙íŕ, çŕ äŕ čçáĺăíĺňĺ číńňŕëčđŕíĺňî îň ňîçč CD-"
"ROM."
-#: ../../standalone/livedrake_.c:35
+#: ../../standalone/livedrake_.c:29
msgid "Unable to start live upgrade !!!\n"
msgstr "Íĺ ěîăŕ äŕ ďóńíŕ îáíîâ˙âŕíĺňî !!!\n"
-#: ../../standalone/localedrake_.c:33
+#: ../../standalone/localedrake_.c:34
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:86 ../../ugtk.pm_.c:285
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
msgid "logdrake"
msgstr "ëîăäđĺéę"
-#: ../../standalone/logdrake_.c:96
+#: ../../standalone/logdrake_.c:68
msgid "Show only for the selected day"
msgstr ""
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "/File/_New"
msgstr "/Ôŕéë/_Íîâ"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "<control>N"
msgstr "<control>N"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "/File/_Open"
msgstr "/Ôŕéë/_Îňâîđč"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "<control>O"
msgstr "<control>O"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "/File/_Save"
msgstr "/Ôŕéë/_Çŕďčń"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "<control>S"
msgstr "<control>S"
-#: ../../standalone/logdrake_.c:106
+#: ../../standalone/logdrake_.c:78
msgid "/File/Save _As"
msgstr "/Ôŕéë/Çŕďčń _ęŕňî"
-#: ../../standalone/logdrake_.c:107
+#: ../../standalone/logdrake_.c:79
msgid "/File/-"
msgstr "/Ôŕéë/-"
-#: ../../standalone/logdrake_.c:109
-msgid "/_Options"
-msgstr "/_Îďöčč"
-
-#: ../../standalone/logdrake_.c:110
+#: ../../standalone/logdrake_.c:82
msgid "/Options/Test"
msgstr "/Îďöčč/Ňĺńň"
-#: ../../standalone/logdrake_.c:112
+#: ../../standalone/logdrake_.c:84
msgid "/Help/_About..."
msgstr "/Ďîěîů/_Îňíîńíî..."
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:120
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:174
+#: ../../standalone/logdrake_.c:145
#, fuzzy
msgid "User"
msgstr "Ďîňđĺáčňĺëńęî čěĺ"
-#: ../../standalone/logdrake_.c:175
+#: ../../standalone/logdrake_.c:146
#, fuzzy
msgid "Messages"
msgstr "ńúîáůĺíč˙"
-#: ../../standalone/logdrake_.c:176
+#: ../../standalone/logdrake_.c:147
#, fuzzy
msgid "Syslog"
msgstr "ńčńňĺěĺí ëîă"
-#: ../../standalone/logdrake_.c:177
+#: ../../standalone/logdrake_.c:148
msgid "Mandrake Tools Explanations"
msgstr ""
-#: ../../standalone/logdrake_.c:180
+#: ../../standalone/logdrake_.c:151
msgid "search"
msgstr "ňúđńč"
-#: ../../standalone/logdrake_.c:186
+#: ../../standalone/logdrake_.c:161
msgid "A tool to monitor your logs"
msgstr "Číńňđóěĺíň çŕ ďđĺăëĺćäŕíĺ íŕ âŕřčňĺ ëîă ôŕéëîâĺ"
-#: ../../standalone/logdrake_.c:187
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
msgid "Settings"
msgstr "Íŕńňđîéęč"
-#: ../../standalone/logdrake_.c:192
+#: ../../standalone/logdrake_.c:167
msgid "matching"
msgstr "ńúâďŕäĺíčĺ"
-#: ../../standalone/logdrake_.c:193
+#: ../../standalone/logdrake_.c:168
msgid "but not matching"
msgstr "íî íĺ ńúâďŕäŕ"
-#: ../../standalone/logdrake_.c:197
+#: ../../standalone/logdrake_.c:172
msgid "Choose file"
msgstr "Čçáĺđĺňĺ ôŕéë"
-#: ../../standalone/logdrake_.c:202
+#: ../../standalone/logdrake_.c:181
msgid "Calendar"
msgstr "Ęŕëĺíäŕđ"
-#: ../../standalone/logdrake_.c:212
+#: ../../standalone/logdrake_.c:191
msgid "Content of the file"
msgstr "Ńúäúđćŕíčĺ íŕ ôŕéëŕ"
-#: ../../standalone/logdrake_.c:216 ../../standalone/logdrake_.c:392
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
msgid "Mail alert"
msgstr ""
-#: ../../standalone/logdrake_.c:268
+#: ../../standalone/logdrake_.c:245
#, fuzzy, c-format
msgid "please wait, parsing file: %s"
msgstr "ěîë˙ čç÷ŕęŕéňĺ, ďđŕâ˙ đŕçáîđ íŕ ôŕéë: %s"
-#: ../../standalone/logdrake_.c:409
+#: ../../standalone/logdrake_.c:392
#, fuzzy
msgid "Mail alert configuration"
msgstr "Íŕńňđîéęŕ íŕ LILO/Grub"
-#: ../../standalone/logdrake_.c:410
+#: ../../standalone/logdrake_.c:393
#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
@@ -13283,138 +13797,250 @@ msgstr ""
"Ňóę ůĺ ěîćĺňĺ äŕ óńňŕíîâčňĺ âŕřčňĺ HTTP č FTP proxy\n"
"ńúń čëč áĺç ďîňđĺáčňĺëńęî čěĺ č ďŕđîëŕ\n"
-#: ../../standalone/logdrake_.c:417
+#: ../../standalone/logdrake_.c:400
msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:418
+#: ../../standalone/logdrake_.c:401
#, fuzzy
msgid "Domain Name Resolver"
msgstr "Čěĺ íŕ äîěĺéíŕ"
-#: ../../standalone/logdrake_.c:419
+#: ../../standalone/logdrake_.c:402
#, fuzzy
msgid "Ftp Server"
msgstr "NIS ńúđâúđ"
-#: ../../standalone/logdrake_.c:420
+#: ../../standalone/logdrake_.c:403
#, fuzzy
msgid "Postfix Mail Server"
msgstr "Postfix ďîůĺíńęč ńúđâúđ, Inn íîâčíŕđńęč ńúđâúđ"
-#: ../../standalone/logdrake_.c:421
+#: ../../standalone/logdrake_.c:404
#, fuzzy
msgid "Samba Server"
msgstr "NIS ńúđâúđ"
-#: ../../standalone/logdrake_.c:422
+#: ../../standalone/logdrake_.c:405
#, fuzzy
msgid "SSH Server"
msgstr "NIS ńúđâúđ"
-#: ../../standalone/logdrake_.c:423
+#: ../../standalone/logdrake_.c:406
#, fuzzy
msgid "Webmin Service"
msgstr "Óńëóăč"
-#: ../../standalone/logdrake_.c:424
+#: ../../standalone/logdrake_.c:407
#, fuzzy
msgid "Xinetd Service"
msgstr "Ńúđâúđ íŕ ďđčíňĺđŕ"
-#: ../../standalone/logdrake_.c:431
+#: ../../standalone/logdrake_.c:414
#, fuzzy
msgid "service setting"
msgstr "číňĺđĺńĺí"
-#: ../../standalone/logdrake_.c:432
+#: ../../standalone/logdrake_.c:415
msgid ""
"You will receive an alert if one of the selected services is no more running"
msgstr ""
-#: ../../standalone/logdrake_.c:444
+#: ../../standalone/logdrake_.c:428
#, fuzzy
msgid "load setting"
msgstr "Ôîđěŕňčđŕíĺ"
-#: ../../standalone/logdrake_.c:445
+#: ../../standalone/logdrake_.c:429
msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: ../../standalone/logdrake_.c:458
+#: ../../standalone/logdrake_.c:444
#, fuzzy
msgid "alert configuration"
msgstr "Íŕńňđîéęŕ íŕ öâĺňîâĺ"
-#: ../../standalone/logdrake_.c:459
+#: ../../standalone/logdrake_.c:445
#, fuzzy
msgid "Please enter your email address below "
msgstr "Ěîë˙, îďčňŕéňĺ îňíîâî"
-#: ../../standalone/logdrake_.c:498
+#: ../../standalone/logdrake_.c:486
msgid "Save as.."
msgstr "Çŕďŕçč ęŕňî..."
-#: ../../standalone/mousedrake_.c:45
+#: ../../standalone/mousedrake_.c:37
msgid "Please, choose the type of your mouse."
msgstr "Ěîë˙, čçáĺđĺňĺ ňčď íŕ ěčřęŕňŕ."
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/mousedrake_.c:50
msgid "Emulate third button?"
msgstr "Äŕ ńčěóëčđŕě ëč ňđĺňč áóňîí ?"
-#: ../../standalone/printerdrake_.c:57
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "Íŕńňđîéęŕ íŕ ěđĺćŕňŕ"
+
+#: ../../standalone/net_monitor_.c:96
+#, fuzzy
+msgid "Profile "
+msgstr "Ďđîôčë: "
+
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "Çŕďŕçč âúâ ôŕéë"
+
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "Ňčď íŕ âđúçęŕňŕ: "
+
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
+msgid "Wait please, testing your connection..."
+msgstr "Čçďđîáâŕíĺ íŕ âđúçęŕňŕ..."
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "Ńâúđćč ńĺ ęúě Číňĺđíĺň"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Disconnecting from Internet "
+msgstr "Ńâúđćč ńĺ ęúě Číňĺđíĺň"
+
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "Ńęîđîńň íŕ âđúçęŕňŕ"
+
+#: ../../standalone/net_monitor_.c:226
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "Íŕńňđîéęŕ íŕ öâĺňîâĺ"
+
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "Ëîęŕëíč ôŕéëîâĺ"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:453
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Ńâúđćč"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Îňâúđćč"
+
+#: ../../standalone/printerdrake_.c:47
#, fuzzy
msgid "Reading printer data ..."
msgstr "×ĺňĺíĺ íŕ äŕííč îň ďđčíňĺđŕ ..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Detecting devices ..."
msgstr "Çŕńč÷ŕíĺ íŕ óńňđîéńňâŕ ..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Test ports"
msgstr "Ňĺńňâŕíĺ ďîđňîâĺňĺ"
-#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
-#: ../../standalone/scannerdrake_.c:81
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
-#: ../../standalone/scannerdrake_.c:56
+#: ../../standalone/scannerdrake_.c:54
#, fuzzy, c-format
msgid "%s found on %s, configure it?"
msgstr "Čńęŕňĺ ëč äŕ íŕńňđîčňĺ ďĺ÷ŕňŕ ?"
-#: ../../standalone/scannerdrake_.c:59
+#: ../../standalone/scannerdrake_.c:57
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: ../../standalone/scannerdrake_.c:65
+#: ../../standalone/scannerdrake_.c:63
#, fuzzy
msgid "Select a scanner"
msgstr "Čçáĺđĺňĺ ăđŕôč÷íŕ ęŕđňŕ"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:91
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-#: ../../standalone/scannerdrake_.c:109
+#: ../../standalone/scannerdrake_.c:107
#, fuzzy
msgid "choose device"
msgstr "Ńňŕđňčđŕůî óńňđîéńňâî"
-#: ../../standalone/scannerdrake_.c:115
+#: ../../standalone/scannerdrake_.c:113
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -13422,7 +14048,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:120
+#: ../../standalone/scannerdrake_.c:118
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -13439,6 +14065,11 @@ msgstr ""
msgid "Some devices were added:\n"
msgstr ""
+#: ../../standalone/service_harddrake_.c:64
+#, fuzzy
+msgid "Hardware probing in progress"
+msgstr "çŕńĺ÷ĺí íŕ ďîđň %s"
+
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Čçáîđ íŕ ĺçčę"
@@ -13512,10 +14143,14 @@ msgstr "Číńňŕëčđŕíĺ íŕ ńčńňĺěŕňŕ"
msgid "Exit install"
msgstr "Čçőîä îň číńňŕëŕöčîííŕňŕ ďđîăđŕěŕ"
-#: ../../ugtk.pm_.c:648
+#: ../../ugtk.pm_.c:636
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Ńúđâúđ, Web/FTP"
@@ -13758,3 +14393,168 @@ msgstr "Ěóëňčěĺäč˙ - îďč÷ŕíĺ íŕ CD"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Íŕó÷íŕ đŕáîňíŕ ńňŕíöč˙"
+
+#~ msgid "can not open /etc/inittab for reading: %s"
+#~ msgstr "íĺ ěîăŕ äŕ îňâîđ˙ /etc/inittab çŕ ÷ĺňĺíĺ: %s"
+
+#, fuzzy
+#~ msgid "cpu number "
+#~ msgstr "Ňĺëĺôîíĺí íîěĺđ"
+
+#~ msgid ""
+#~ "You now have the opportunity to download encryption software.\n"
+#~ "\n"
+#~ "WARNING:\n"
+#~ "\n"
+#~ "Due to different general requirements applicable to these software and "
+#~ "imposed\n"
+#~ "by various jurisdictions, customer and/or end user of theses software "
+#~ "should\n"
+#~ "ensure that the laws of his/their jurisdiction allow him/them to "
+#~ "download, stock\n"
+#~ "and/or use these software.\n"
+#~ "\n"
+#~ "In addition customer and/or end user shall particularly be aware to not "
+#~ "infringe\n"
+#~ "the laws of his/their jurisdiction. Should customer and/or end user not\n"
+#~ "respect the provision of these applicable laws, he/they will incure "
+#~ "serious\n"
+#~ "sanctions.\n"
+#~ "\n"
+#~ "In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
+#~ "liable\n"
+#~ "for special, indirect or incidental damages whatsoever (including, but "
+#~ "not\n"
+#~ "limited to loss of profits, business interruption, loss of commercial "
+#~ "data and\n"
+#~ "other pecuniary losses, and eventual liabilities and indemnification to "
+#~ "be paid\n"
+#~ "pursuant to a court decision) arising out of use, possession, or the "
+#~ "sole\n"
+#~ "downloading of these software, to which customer and/or end user could\n"
+#~ "eventually have access after having sign up the present agreement.\n"
+#~ "\n"
+#~ "\n"
+#~ "For any queries relating to these agreement, please contact \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+#~ msgstr ""
+#~ "Ńĺăŕ čěŕňĺ âúçěîćíîńňňŕ äŕ ńâŕëčňĺ ńîôňóĺđ ń öĺë ęîäčđŕíĺ.\n"
+#~ "\n"
+#~ "ÂÍČĚŔÍČĹ:\n"
+#~ "\n"
+#~ "Ďîđŕäč đŕçëč÷íčňĺ čçčńęâŕíč˙ ďîńňŕâĺíč îň ňîçč ńîôňóĺđ č îň ěíîăî\n"
+#~ "ţđčńäčęöčč, ęëčĺíňčňĺ č/čëč ęđŕéíčňĺ ęëčĺíňč íŕ ňîçč ńîôňóĺđ ňđ˙áâŕ\n"
+#~ "äŕ áúäŕň ńčăóđíč, ÷ĺ íîđěŕňčâíŕňŕ áŕçŕ čě ďîçâîë˙âŕ ńâŕë˙íĺňî, "
+#~ "ďđîäŕćáŕňŕ\n"
+#~ "č/čëč čçďîëçâŕíĺňî íŕ ňîçč ńîôňóĺđ.\n"
+#~ "\n"
+#~ "Â äîďúëíĺíčĺ ęëčĺíňúň č/čëč ęđŕéíč˙ ďîňđĺáčňĺë ňđ˙áâŕ äŕ âíčěŕâŕ ń ňîâŕ\n"
+#~ "äŕíĺáč äŕ íŕđóřč ÷ŕńň îň íîđěŕňčâíŕňŕ áŕçŕ. Ęëčĺíňúň č/čëč ęđŕéíč˙ň\n"
+#~ "ďîňđĺáčňĺë ňđ˙áâŕ äŕ óâŕćŕâŕ ďđčëĺćŕůčňĺ çŕęîíč, ňúé ęŕňî ňîé ůĺ ďîíĺńĺ\n"
+#~ "ńŕíęöččňĺ.\n"
+#~ " íčęŕęúâ ńëó÷ŕé Mandrakesoft čëč íĺăîâčňĺ ďđîčçâîäčňĺëč č/čëč\n"
+#~ "ńďîěîůĺńňâóâŕňĺëčňĺ ěó íĺ íîń˙ň íčęŕęâŕ îňăîâîđíîńň çŕ ęŕęâčňî č äŕ ĺ\n"
+#~ "ďđĺęč, ęîńâĺíč čëč ńëó÷ŕéíč âđĺäč (âęëţ÷čňĺëíî, íî íĺ ńŕěî îăđŕíč÷ĺíč â\n"
+#~ "çŕăóáŕňŕ íŕ ďîëçč, ďđĺęúńâŕíĺ íŕ áčçíĺń, çŕăóáŕ íŕ ęîěĺđńčŕëíč äŕííč č\n"
+#~ "äđóăč ďŕđč÷íč çŕăóáč, č ĺâĺíňóŕëíč îňăîâîđíîńňč č îáĺůĺňĺíč˙ çŕ ďëŕůŕíĺ\n"
+#~ "ďî ńúäĺáíč đĺřĺíč˙) ďđĺäčçâčęŕíč îň čçďîëçâŕíĺňî, ďîńňŕâ˙íĺňî čëč äîđč\n"
+#~ "ńâŕë˙íĺňî íŕ ňîçč ńîôňóĺđ, äî ęîéňî ęëčĺíňúň č/čëč ęđŕéíč˙ň ďîňđĺáčňĺë\n"
+#~ "ĺâĺíňóŕëíî ěîćĺ äŕ čěŕ äîńňúď ńëĺä ńúăëŕńčĺňî ń ňîâŕ ńďîđŕçóěĺíčĺ.\n"
+#~ "\n"
+#~ "Çŕ âń˙ęŕęâč âúďđîńč ďî ňîâŕ ńďîđŕçóěĺíčĺ, ěîë˙, ńâúđćĺňĺ ńĺ ń \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+
+#~ msgid "Proxy configuration"
+#~ msgstr "Proxy íŕńňđîéęŕ"
+
+#~ msgid ""
+#~ "Welcome to the proxy configuration utility.\n"
+#~ "\n"
+#~ "Here, you'll be able to set up your http and ftp proxies\n"
+#~ "with or without login and password\n"
+#~ msgstr ""
+#~ "Äîáđĺ äîřëč â íŕńňđîéęŕňŕ íŕ Proxy.\n"
+#~ "\n"
+#~ "Ňóę ůĺ ěîćĺňĺ äŕ óńňŕíîâčňĺ âŕřčňĺ HTTP č FTP proxy\n"
+#~ "ńúń čëč áĺç ďîňđĺáčňĺëńęî čěĺ č ďŕđîëŕ\n"
+
+#~ msgid ""
+#~ "Please fill in the http proxy informations\n"
+#~ "Leave it blank if you don't want an http proxy"
+#~ msgstr ""
+#~ "Ěîë˙, ďîďúëíĺňĺ číôîđěŕöč˙ňŕ çŕ HTTP proxy.\n"
+#~ "Îńňŕâĺňĺ ďđŕçíî, ŕęî íĺ čńęŕňĺ HTTP proxy."
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "port"
+#~ msgstr "ďîđň"
+
+#~ msgid "Url should begin with 'http:'"
+#~ msgstr "URL ňđ˙áâŕ äŕ ĺ çŕďî÷âŕ ń 'http:'"
+
+#~ msgid "The port part should be numeric"
+#~ msgstr "Íîěĺđúň íŕ ďîđň ňđ˙áâŕ äŕ ĺ öčôđŕ"
+
+#~ msgid ""
+#~ "Please fill in the ftp proxy informations\n"
+#~ "Leave it blank if you don't want an ftp proxy"
+#~ msgstr ""
+#~ "Ěîë˙, ďîďúëíĺňĺ číôîđěŕöč˙ňŕ çŕ FTP proxy.\n"
+#~ "Îńňŕâĺňĺ ďđŕçíî, ŕęî íĺ čńęŕňĺ FTP proxy."
+
+#~ msgid ""
+#~ "Please enter proxy login and password, if any.\n"
+#~ "Leave it blank if you don't want login/passwd"
+#~ msgstr ""
+#~ "Ěîë˙, âúâĺäĺňĺ čěĺ č ďŕđîëŕ çŕ proxy, ŕęî čěŕ.\n"
+#~ "Îńňŕâĺňĺ ďđŕçíî, ŕęî íĺ čńęŕňĺ čěĺ/ďŕđîëŕ"
+
+#~ msgid "login"
+#~ msgstr "ďîňđĺáčňĺëńęî čěĺ"
+
+#~ msgid "password"
+#~ msgstr "ďŕđîëŕ"
+
+#~ msgid "re-type password"
+#~ msgstr "îůĺ âĺäíúć ďŕđîëŕ"
+
+#~ msgid "The passwords don't match. Try again!"
+#~ msgstr "Ďŕđîëčňĺ íŕ ńúâďŕäŕň. Îďčňŕéňĺ ďŕę !"
+
+#~ msgid "Can't write file %s"
+#~ msgstr "Ôŕéëúň %s íĺ ěîćĺ äŕ áúäĺ çŕďčńŕí"
+
+#~ msgid "no help implemented yet.\n"
+#~ msgstr "í˙ěŕ âúâĺäĺíŕ ďîěîů îůĺ.\n"
+
+#~ msgid "Please click on a medium"
+#~ msgstr "Ěîë˙, öúęíĺňĺ íŕ íîńčňĺë˙"
+
+#~ msgid "Removing LPRng..."
+#~ msgstr "Čçňđčâŕíĺ íŕ LPRng..."
+
+#~ msgid "Removing LPD..."
+#~ msgstr "Čçňđčâŕíĺ íŕ LPD..."
+
+#~ msgid "usage: drakfloppy\n"
+#~ msgstr "čçďîëçâŕíĺ: drakfloppy\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "\n"
+#~ "Usage: harddrake [-h|--help] [--test]\n"
+#~ msgstr "óďîňđĺáŕ: keyboarddrake [--expert] [keyboard]\n"
+
+#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
+#~ msgstr "óďîňđĺáŕ: keyboarddrake [--expert] [keyboard]\n"
+
+#~ msgid "detected on interface %s"
+#~ msgstr "çŕńĺ÷ĺí íŕ číňĺđôĺéń %s"
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index d362afdc4..cd8cea4c0 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 8.2\n"
-"POT-Creation-Date: 2002-09-13 22:00+0200\n"
-"PO-Revision-Date: 2002-01-28 22:41GMT\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\n"
+"PO-Revision-Date: 2002-09-24 12:05+0200\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
"MIME-Version: 1.0\n"
@@ -69,62 +69,62 @@ msgid ""
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "Diuzit ment memor ho kartenn c'hrafek"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "Staliadur XFree86"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
#, fuzzy
msgid "Which configuration of XFree do you want to have?"
msgstr "Pe seurt enmont a vennit ouzhpennaĂą"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr "Implijit Xinemara"
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Kefluniadur hep ken kartenn \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s gant 3D"
-#: ../../Xconfig/card.pm_.c:414
+#: ../../Xconfig/card.pm_.c:416
#, 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:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
-#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr ""
-#: ../../Xconfig/card.pm_.c:427
+#: ../../Xconfig/card.pm_.c:429
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -132,19 +132,19 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, 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:453
+#: ../../Xconfig/card.pm_.c:455
msgid "Xpmac (installation display driver)"
msgstr ""
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "PersonelaĂą"
@@ -157,7 +157,7 @@ msgstr "Kartenn c'hrafek"
msgid "Monitor"
msgstr "Skramm"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "Spister"
@@ -166,28 +166,29 @@ msgid "Test"
msgstr ""
#: ../../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
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
#, fuzzy
msgid "Options"
msgstr "Parzhadur"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:246
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "Mat eo"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3203
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "Kuitaat"
@@ -212,7 +213,8 @@ msgstr ""
msgid "Generic"
msgstr "Rummel"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
#, fuzzy
msgid "Vendor"
msgstr "Dizober"
@@ -272,50 +274,52 @@ msgstr "16 milion a livioĂš (24 bit)"
msgid "4 billion colors (32 bits)"
msgstr "4 miliard a livioĂš (32 bit)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "SpisterioĂš"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "Dibabit ar spister ha donder al livioĂš"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "Kartenn c'hrafek : %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:532 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "NullaĂą"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "AmprouiĂą ar c'hefluniadur"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "Mennout a rit amprouiĂą ar c'hefluniadur ?"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
@@ -409,162 +413,162 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Ouzh pe borzh a-steud eo luget ho logodenn ?"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "Rann gentaĂą ar parzhadur loc'haĂą"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "Rann gentaĂą ar bladenn (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "Staliadur SILO"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
msgstr "Pelec'h e mennit staliaĂą ar c'harger loc'haĂą ?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "Staliadur LILO/grub"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr "LILO gant meuziad skrid"
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr "LILO gant meuziad c'hrafek"
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Loc'haĂą abaoe DOS/Windows (loadlin)"
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
msgstr "DibarzhoĂš pennaĂą ar c'harger loc'haĂą"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader to use"
msgstr "C'harger loc'haĂą da implijout"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
msgstr "Staliadur c'harger loc'haĂą"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "Trobarzhell loc'haĂą"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "Fetis"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "fetis"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "Mod video"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "Gedvezh kent loc'haĂą ar skeudenn dre ziouer"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1094 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "Tremenger"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1095
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "Tremenger (adarre)"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "Strishaat dibarzhoĂš al linenn urzhiaĂą"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "strishaat"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "SkaraĂą /tmp bep ma loc'her"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Spisait ment ar memor vev diouzh ret (kavet %d Mo)"
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "Aotren lies trolinenn"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
msgstr "Roit ment ar memor vev e Mo"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Didalvout eo ``Strishaat dibarzhoĂš al linenn urzhiaĂą'' hep tremenger"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "Klaskit adarre mar plij"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "An tremegerioĂš ne glot ket"
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
msgid "Default OS?"
msgstr "RK dre ziouer"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -573,7 +577,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -581,156 +585,158 @@ msgstr ""
"Setu da heul an enmontoĂš liesseurt.\n"
"Gallout a rit ouzhpennaĂą lod pe gemmaĂą a re a zo."
-#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "OuzhpennaĂą"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3203 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "Graet"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
msgid "Modify"
msgstr "KemmaĂą"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "Pe seurt enmont a vennit ouzhpennaĂą"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "ReizhiadoĂš (SunOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "ReizhiadoĂš (MacOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "ReizhiadoĂš (windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "Skeudenn"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "Gwrizienn"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "OuzhpennaĂą"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "Lenn-skrivaĂą "
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "Taolenn"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "Arvarus"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "Skridennad"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:201
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "Dre ziouer"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
msgid "Initrd-size"
msgstr "Ment an Initrd"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr "N'ev ket video"
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "Dilemel an enmont"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "Berzet eo ar skridennadoĂš goullo"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
#, fuzzy
msgid "You must specify a root partition"
msgstr "Ret eo deoc'h kaout ur parzhadur disloaĂą"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
msgid "This label is already used"
msgstr "En implij eo ar skridennad-se endeo"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "Kavet etrefas %s %s"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "Hag un all hoc'h eus ?"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Hag un etrefas %s bennak a zo ganeoc'h ?"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "Ket"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "Ya"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
msgid "See hardware info"
msgstr "Gwelet titouroĂš periantel"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:662
#, c-format
msgid "Installing driver for %s card %s"
msgstr "O staliaĂą ur sturier evit kartenn %s %s"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(mollad %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, 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:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -741,17 +747,17 @@ msgstr ""
"Diouzh ar furmad ``anv=talvoud anv2=talvoud2...'' eo an dibaboĂš.\n"
"Da skouer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "DibarzhoÚ ar mollad :"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
msgstr "Pe sturier %s a zlefen amprouiĂą ?"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -770,15 +776,15 @@ msgstr ""
"urzhiataer,\n"
"hogen ne raio reuz ebet."
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "EmbrouiĂą"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "Spisait dibarzhoĂš"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -787,64 +793,64 @@ msgstr ""
"KargaĂą ar mollad %s a zo sac'het.\n"
"Mennout a rit klask adarre gant arventennoĂš all ?"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr ""
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:738
msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:739
msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(ouzhpennet %s endeo)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "Re eeun eo an tremeger"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "Roit un anv arveriad mar plij"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"An anv arveriad a zle bezaĂą ennaĂą lizherennoĂš munut, sifroĂš, `-' ha `_' "
"hepken"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:752
#, fuzzy
msgid "The user name is too long"
msgstr "En implij eo an anv arveriad-se endeo"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "En implij eo an anv arveriad-se endeo"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "OuzhpennaĂą un arveriad"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -853,32 +859,32 @@ msgstr ""
"Skrivit un arveriad\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "Aotren an arveriad"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "Anv gwirion"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "Anv arveriad"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "Arlun"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -887,57 +893,57 @@ msgstr ""
"KefluniaĂą ho urzhiataer evit laĂąsaĂą X ent emgefreek pa loc'ho a c'hellaĂą.\n"
"Mennout a rit laĂąsaĂą X pa adloc'hit ?"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "Dibabit ar arveriad dre ziouer"
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Dibabit ar benveg a vennit staliaĂą"
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
msgid "Please choose a language to use."
msgstr "Diuzit ar yezh da implijout, mar plij."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
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 "Gallout a rit dibab yezhoĂš all hag a vo hegerz goude staliaĂą"
-#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "An holl"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "Allow all users"
msgstr "AotreiĂą an holl dud"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "No sharing"
msgstr "N'ev ket lodaĂą"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:59
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Bremanaet e tle bezaĂą ar pabak-maĂą\n"
"Ha sur oc'h e mennit e ziuzaĂą ?"
-#: ../../any.pm_.c:991
+#: ../../any.pm_.c:973
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:64
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 "
@@ -946,42 +952,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
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:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "Bezit deuet mat, preizherien !"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "Paour"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "Skouer"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "Uhel"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
#, fuzzy
msgid "Higher"
msgstr "Uhel"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "Ankeniet"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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"
@@ -991,7 +997,7 @@ msgstr ""
"aesoc'h da implijout, hogen kizidig-tre : arabat e implj evit un ardivink\n"
"kevreet ouzh lod all pe ouzh ar genrouedad. N'eus ket a haeziĂą dre dremenger."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -999,7 +1005,7 @@ msgstr ""
"Gweredekaet eo bremaĂą an tremenger, hogen dierbedet eo c'hoazh an implij en "
"ur rouedad"
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1065
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1010,13 +1016,13 @@ msgstr ""
"evit kevreaĂą evel arval ouzh ar Genrouedad. BremaĂą ez eus gwiriadennoĂš "
"surentez."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1032,7 +1038,7 @@ msgstr ""
"servijer\n"
"o tigemer kevreadennoĂš a-berzh arvaloĂš niverus."
-#: ../../any.pm_.c:1089
+#: ../../any.pm_.c:1070
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1041,34 +1047,34 @@ msgstr ""
"Kemer a reomp arc'hweloĂš al live 4, hogen bremaĂą eo peurserret ar reizhiad.\n"
"Arc'hweloĂš surentez a zo en o muiaĂą"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Parzhadur"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Dibabit al live surentez"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
msgid "Security level"
msgstr "Live surentez"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
msgid "Use libsafe for servers"
msgstr "Implijit libsafe gant ar servijer"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1103
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1081,7 +1087,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:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1106,239 +1112,225 @@ 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:989
+#: ../../bootloader.pm_.c:983
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Degemer mat e GRUB an dibaber reizhiad oberia¤ !"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:992
+#: ../../bootloader.pm_.c:986
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Implijit ar stokelloĂš %c ha %c evit diuz pe enmont zo war wel"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:995
+#: ../../bootloader.pm_.c:989
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Stokit enkas evit loc'ha¤ ar RK diuzet, 'e' evit aoza¤ an"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:998
+#: ../../bootloader.pm_.c:992
msgid "commands before booting, or 'c' for a command-line."
msgstr "urzhiado— kent loc'ha¤, pe 'c' evit ul linenn-urzhia¤."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:1001
+#: ../../bootloader.pm_.c:995
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "An enmont war wel a vo loc'het ent emgefreek e %d eilenn."
-#: ../../bootloader.pm_.c:1005
+#: ../../bootloader.pm_.c:999
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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "Gorretaol"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Meuziad LaĂąsaĂą"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Pelec'h e mennit staliaĂą ar c'harger loc'haĂą ?"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr "N'ev ket skoazell.\n"
-
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
#, fuzzy
msgid "Boot Style Configuration"
msgstr "Kefluniadur goude staliaĂą"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
msgid "/_File"
msgstr "/_Restr"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr "/Restr/_Kuitaat"
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr ""
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
#, fuzzy
msgid "NewStyle Monitor"
msgstr "Skramm"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
#, fuzzy
msgid "Traditional Monitor"
msgstr "KemmaĂą ar skramm"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr ""
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr ""
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
#, fuzzy
msgid "Lilo/grub mode"
msgstr "Anv domani"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
#, fuzzy
msgid "Yaboot mode"
msgstr "Trobarzhell loc'haĂą"
-#: ../../bootlook.pm_.c:146
+#: ../../bootlook.pm_.c:138
#, fuzzy
msgid "Install themes"
msgstr "StaliaĂą ar reizhiad"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
msgstr ""
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:140
#, fuzzy
msgid "Create new theme"
msgstr "KrouiĂą ur parzhadur nevez"
-#: ../../bootlook.pm_.c:193
+#: ../../bootlook.pm_.c:184
#, 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: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:34
-msgid "Error"
-msgstr "Fazi"
-
-#: ../../bootlook.pm_.c:194
-msgid "unable to backup lilo message"
-msgstr ""
-
-#: ../../bootlook.pm_.c:196
+#: ../../bootlook.pm_.c:187
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "AdskrivaĂą %s"
-#: ../../bootlook.pm_.c:197
-msgid "can't change lilo message"
-msgstr ""
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:21
+msgid "Error"
+msgstr "Fazi"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
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:248
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
#, fuzzy
msgid "Notice"
msgstr "frondenn"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
#, fuzzy
msgid "Theme installation failed!"
msgstr "Diuzit renkad ar staliadur"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Lugerezh ar voullerez"
-#: ../../bootlook.pm_.c:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:526
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
msgid "Configure"
msgstr "KefluniaĂą"
-#: ../../bootlook.pm_.c:276
+#: ../../bootlook.pm_.c:268
#, fuzzy
msgid "Splash selection"
msgstr "Diuz pakadoĂš unan hag unan"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
#, fuzzy
msgid "Themes"
msgstr "Gwezenn"
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1347,90 +1339,85 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr "YA"
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr ""
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr "Go"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr "Ko"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "Mo"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr "To"
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr "%d munutennoĂš"
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr "1 munutenn"
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, c-format
msgid "%d seconds"
msgstr "%d eilenn"
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
#, fuzzy
msgid "Can't make screenshots before partitioning"
msgstr "N'hellan ouzpennaĂą parzhadur ebet ken"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, fuzzy, c-format
msgid "Screenshots will be available after install in %s"
msgstr "Gallout a rit dibab yezhoĂš all hag a vo hegerz goude staliaĂą"
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
msgid "France"
msgstr "Gall"
@@ -1438,8 +1425,8 @@ msgstr "Gall"
msgid "Costa Rica"
msgstr ""
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
msgid "Belgium"
msgstr "Beljik"
@@ -1463,23 +1450,22 @@ msgstr "Norvegek"
msgid "Sweden"
msgstr "Suis"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
-msgstr ""
+msgstr "IzelvroioĂš"
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
msgid "Italy"
msgstr "Italian"
#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-#, fuzzy
msgid "Austria"
-msgstr "a-steud"
+msgstr "Aostria"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr "Amerika"
@@ -1495,12 +1481,12 @@ msgstr ""
msgid "New"
msgstr "Nevez"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Divarc'haĂą"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Marc'haĂą"
@@ -1509,10 +1495,9 @@ msgstr "Marc'haĂą"
msgid "Server"
msgstr "Servijer"
-#: ../../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
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Poent marc'haĂą"
@@ -1530,28 +1515,28 @@ msgstr ""
msgid "Server: "
msgstr "Servijer"
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:440
-#: ../../diskdrake/interactive.pm_.c:1089
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "Poent marc'haù : "
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1170
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, fuzzy, c-format
msgid "Options: %s"
msgstr "Parzhadur"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "Gwarezit ho roadoĂš da gentaĂą mar plij"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
-#: ../../diskdrake/interactive.pm_.c:943
-#: ../../diskdrake/interactive.pm_.c:1009
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "Lennit aketus !"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1561,15 +1546,15 @@ msgstr ""
"rann\n"
"a zo a-walc'h) e deroĂš ar bladenn"
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "Skoazeller"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "Dibabit un obererezh"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1582,158 +1567,158 @@ msgstr ""
"(klikit warni, da c'houde klikit war \"AdventaĂą\")"
#
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "Klikit war ur parzhadur mar plij"
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "MunudoĂš"
-#: ../../diskdrake/hd_gtk.pm_.c:252
+#: ../../diskdrake/hd_gtk.pm_.c:254
#, fuzzy
msgid "No hard drives found"
msgstr "N'ev ket Moullerez lec'hel!\n"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
#, fuzzy
msgid "Journalised FS"
msgstr "marc'haĂą sac'het"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "DisloaĂą"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
msgstr "Goullo"
-#: ../../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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "All"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
msgstr "Seurt ar reizhiadoÚ restroÚ :"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "KrouiĂą"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:380
-#: ../../diskdrake/interactive.pm_.c:531 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "Seurt"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
msgstr "Grit kentoc'h gant ``%s''"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "Dilemel"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
msgstr "Implijit ``Divarc'haĂą'' da gentaĂą"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Goude kemmaĂą seurt ar parzhadur %s, holl roadoĂš ar parzhadur-se a vo kollet"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose a partition"
msgstr "Dibabit un parzhadur"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose another partition"
msgstr "Dibabit un parzhadur all"
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
msgid "Exit"
msgstr "Kuitaat"
-#: ../../diskdrake/interactive.pm_.c:221
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
msgstr "Tremen er mod mailh"
-#: ../../diskdrake/interactive.pm_.c:221
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
msgstr "Tremen er mod boas"
-#: ../../diskdrake/interactive.pm_.c:221
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "Dizober"
-#: ../../diskdrake/interactive.pm_.c:240
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "Kenderc'hel evelato ?"
-#: ../../diskdrake/interactive.pm_.c:245
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "Kuitaat hep enrollaĂą"
-#: ../../diskdrake/interactive.pm_.c:245
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
msgstr "Kuitaat hep skrivaĂą an daolenn barzhaĂą ?"
-#: ../../diskdrake/interactive.pm_.c:250
+#: ../../diskdrake/interactive.pm_.c:257
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Mennout a rit amprouiĂą ar c'hefluniadur ?"
-#: ../../diskdrake/interactive.pm_.c:263
-msgid "Auto allocate"
-msgstr "Ac'hubiĂą ent emgefreek"
-
-#: ../../diskdrake/interactive.pm_.c:263
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "SkaraĂą an holl"
-#: ../../diskdrake/interactive.pm_.c:263
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "Ac'hubiĂą ent emgefreek"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
#, fuzzy
msgid "More"
msgstr "Dilec'hiaĂą"
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:278
#, fuzzy
msgid "Hard drive information"
msgstr "DinoiĂą ar bladenn galet"
-#: ../../diskdrake/interactive.pm_.c:298
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "Ac'hubet eo an holl barzhadurioĂš kentaĂą renk"
-#: ../../diskdrake/interactive.pm_.c:299
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
msgstr "N'hellan ouzpennaĂą parzhadur ebet ken"
-#: ../../diskdrake/interactive.pm_.c:300
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1741,35 +1726,35 @@ msgstr ""
"Evit kaout muioc'h a barzhadurioĂš, lamit unan evit ma c'hellot krouiĂą ur "
"parzhadur astennet mar plij"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:322
#, fuzzy
msgid "Save partition table"
msgstr "SkrivaĂą an daolenn barzhaĂą"
-#: ../../diskdrake/interactive.pm_.c:311
+#: ../../diskdrake/interactive.pm_.c:323
#, fuzzy
msgid "Restore partition table"
msgstr "Taolenn barzhaĂą saveteerezh"
-#: ../../diskdrake/interactive.pm_.c:312
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
msgstr "Taolenn barzhaĂą saveteerezh"
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:326
#, fuzzy
msgid "Reload partition table"
msgstr "Taolenn barzhaĂą saveteerezh"
-#: ../../diskdrake/interactive.pm_.c:319
+#: ../../diskdrake/interactive.pm_.c:331
#, fuzzy
msgid "Removable media automounting"
msgstr "Emvarc'haĂą ar skoroĂš lem/laka"
-#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "Diuzit ar restr"
-#: ../../diskdrake/interactive.pm_.c:335
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1777,11 +1762,12 @@ msgstr ""
"N'eo ket heĂąvel ment an daolenn barzhaĂą gwarezet\n"
"Kenderc'hel memestra ?"
-#: ../../diskdrake/interactive.pm_.c:349 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "Ho evezh"
-#: ../../diskdrake/interactive.pm_.c:350
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1789,107 +1775,107 @@ msgstr ""
"Lakait ur bladennig el lenner\n"
"Kollet e vo holl roadoĂš ar bladennig-se"
-#: ../../diskdrake/interactive.pm_.c:361
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
msgstr "O klask assevel an daolenn barzhaĂą"
-#: ../../diskdrake/interactive.pm_.c:367
+#: ../../diskdrake/interactive.pm_.c:379
#, fuzzy
msgid "Detailed information"
msgstr "Diskouez titouroĂš"
-#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "AdventaĂą"
-#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "Dilec'hiaĂą"
-#: ../../diskdrake/interactive.pm_.c:384
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "FurmadiĂą"
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "OuzhpennaĂą da RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
msgstr "OuzhpennaĂą da LVM"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "Lemel diwar RAID"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
msgstr "Lemel diwar LVM"
-#: ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "KemmaĂą RAID"
-#: ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "Implij da saveteiĂą"
-#: ../../diskdrake/interactive.pm_.c:433
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "KrouiĂą ur parzhadur nevez"
-#: ../../diskdrake/interactive.pm_.c:436
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
msgstr "Rann kregiù : "
-#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "Ment e Mo : "
-#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "Seurt ar reizhiad restroÚ : "
-#: ../../diskdrake/interactive.pm_.c:444
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "Dibarzh : "
-#: ../../diskdrake/interactive.pm_.c:469
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:499
+#: ../../diskdrake/interactive.pm_.c:511
#, fuzzy
msgid "Remove the loopback file?"
msgstr "O furmadiĂą ar restr saveteiĂą %s"
-#: ../../diskdrake/interactive.pm_.c:529
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "KemmaĂą seurt ar parzhadur"
-#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../diskdrake/interactive.pm_.c:536
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:566
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Pelec'h e mennit marc'haĂą ar restr saveteiĂą %s ?"
-#: ../../diskdrake/interactive.pm_.c:567
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Pelec'h e mennit marc'haĂą an drobarzhell %s ?"
-#: ../../diskdrake/interactive.pm_.c:573
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1897,140 +1883,140 @@ msgstr ""
"N'hellan ket dizober ar poent marc'haĂą dre m'eo implijet ar parzhadur-se\n"
"evit saveteiĂą. Lamit ar saveteiĂą da gentaĂą"
-#: ../../diskdrake/interactive.pm_.c:594
+#: ../../diskdrake/interactive.pm_.c:606
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Pelec'h e mennit marc'haĂą an drobarzhell %s ?"
-#: ../../diskdrake/interactive.pm_.c:618
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "O jediĂą bevennoĂš ar reizhiad restroĂš FAT"
-#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "Oc'h adventaĂą"
-#: ../../diskdrake/interactive.pm_.c:650
+#: ../../diskdrake/interactive.pm_.c:662
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../diskdrake/interactive.pm_.c:655
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "Mat e vije gwareziĂą holl roadoĂš ar parzhadur-se"
-#: ../../diskdrake/interactive.pm_.c:657
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Goude adventaĂą ar parzhadur %s e vo kollet holl roadoĂš ar parzhadur-se"
-#: ../../diskdrake/interactive.pm_.c:662
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "Dibabit ar ment nevez"
-#: ../../diskdrake/interactive.pm_.c:663
+#: ../../diskdrake/interactive.pm_.c:675
msgid "New size in MB: "
msgstr "Ment nevez e Mo : "
-#: ../../diskdrake/interactive.pm_.c:716
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
msgstr "Da beseurt pladenn e mennit dilec'hiaĂą ?"
-#: ../../diskdrake/interactive.pm_.c:717
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "Rann"
-#: ../../diskdrake/interactive.pm_.c:718
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "Da beseurt rann e mennit dilec'hiaĂą ?"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
msgstr "O tilec'hiaĂą"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
msgstr "O tilec'hiaĂą ur parzhadur..."
-#: ../../diskdrake/interactive.pm_.c:738
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
msgstr "Dibabit da be RAID ouzhpennaĂą"
-#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "nevez"
-#: ../../diskdrake/interactive.pm_.c:754
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
msgstr "Dibabit da be LVM ouzhpennaĂą"
-#: ../../diskdrake/interactive.pm_.c:759
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr "Anv LVM?"
-#: ../../diskdrake/interactive.pm_.c:800
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "N'heller ket implijout ar parzhadur-maĂą evit saveteiĂą"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "SaveteiĂą"
-#: ../../diskdrake/interactive.pm_.c:814
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "Anv ar restr saveteiù : "
-#: ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:831
#, fuzzy
msgid "Give a file name"
msgstr "Anv gwirion"
-#: ../../diskdrake/interactive.pm_.c:822
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
msgstr "Restr implijet gant ur saveteiĂą all endeo, dibabit unan all"
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "Ar restr a zo endeo. E implijout ?"
-#: ../../diskdrake/interactive.pm_.c:846
+#: ../../diskdrake/interactive.pm_.c:858
msgid "Mount options"
msgstr "DibarzhoĂš marc'haĂą"
-#: ../../diskdrake/interactive.pm_.c:853
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr "A bep sort"
-#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "trobarzhell"
-#: ../../diskdrake/interactive.pm_.c:918
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "live"
-#: ../../diskdrake/interactive.pm_.c:919
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
msgstr "ment diaoz"
-#: ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "Bezit war evezh : arvarus eo an obererezh-maù."
-#: ../../diskdrake/interactive.pm_.c:949
+#: ../../diskdrake/interactive.pm_.c:962
#, fuzzy
msgid "What type of partitioning?"
msgstr "Peseurt moullerez hoc'h eus ?"
-#: ../../diskdrake/interactive.pm_.c:965
+#: ../../diskdrake/interactive.pm_.c:978
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"Bremanaet e tle bezaĂą ar pabak-maĂą\n"
"Ha sur oc'h e mennit e ziuzaĂą ?"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2042,7 +2028,7 @@ msgstr ""
"Pe e implijit LILO ha ne daio ket en-dro, pe ne rit ket ha n'hoc'h eus ket "
"ezhomm a /boot"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2056,145 +2042,146 @@ msgstr ""
"Ma vennit implijout ar merour loc'haĂą LILO, taolit pled da ouzhpennaĂą ur "
"parzhadur /boot"
-#: ../../diskdrake/interactive.pm_.c:989
+# a-steud<
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"So be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1009
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "War-nes bezaĂą skrivet war bladenn eo taolenn barzhaĂą an ardivink %s !"
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr "Ret e vo deoc'h adloc'haĂą a-raok ma talvezo ar c'hemm"
-#: ../../diskdrake/interactive.pm_.c:1024
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Goude furmadiĂą ar parzhadur %s, holl roadoĂš ar parzhadur-se a vo kollet"
-#: ../../diskdrake/interactive.pm_.c:1026
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "O furmadiĂą"
-#: ../../diskdrake/interactive.pm_.c:1027
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "O furmadiĂą ar restr saveteiĂą %s"
-#: ../../diskdrake/interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "O furmadiĂą ar parzhadur %s"
-#: ../../diskdrake/interactive.pm_.c:1039
+#: ../../diskdrake/interactive.pm_.c:1052
#, fuzzy
msgid "Hide files"
msgstr "mkraid sac'het"
-#: ../../diskdrake/interactive.pm_.c:1039
+#: ../../diskdrake/interactive.pm_.c:1052
#, fuzzy
msgid "Move files to the new partition"
msgstr "KrouiĂą ur parzhadur nevez"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1051
+#: ../../diskdrake/interactive.pm_.c:1064
#, fuzzy
msgid "Moving files to the new partition"
msgstr "KrouiĂą ur parzhadur nevez"
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
msgstr "AdskrivaĂą %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1072
#, fuzzy, c-format
msgid "Removing %s"
msgstr "SpisterioĂš"
-#: ../../diskdrake/interactive.pm_.c:1069
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1090
-#: ../../diskdrake/interactive.pm_.c:1149
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "Trobarzhell : "
-#: ../../diskdrake/interactive.pm_.c:1091
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Lizher ar bladenn DOS : %s (diwar varteze hepken)\n"
-#: ../../diskdrake/interactive.pm_.c:1095
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "Seurt : "
-#: ../../diskdrake/interactive.pm_.c:1099
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "Anv: "
-#: ../../diskdrake/interactive.pm_.c:1107
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "O kregiù : rann %s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "Ment: %s"
-#: ../../diskdrake/interactive.pm_.c:1110
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s rann"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1125
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Kranenn %d da granenn %d\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "Furmadet\n"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "Ket furmadet\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "Marc'het\n"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1131
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Restr(oÚ) saveteiù : %s\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2202,27 +2189,27 @@ msgstr ""
"Parzhadur loc'het dre ziouer\n"
" (evit loc'haĂą MS-DOS, ket evit lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "Live %s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
msgstr "Ment diaoz %s\n"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "PladennoĂš RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "Anv ar restr saveteiù : %s"
-#: ../../diskdrake/interactive.pm_.c:1128
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2230,7 +2217,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2238,63 +2225,63 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1150
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1151
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "Ment: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1152
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Mentoniezh : %s kranenn, %s penn, %s rann\n"
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "TitouroĂš: "
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "PladennoĂš LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "Seurt taolenn barzhaù : %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1169
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "war bus %d Nn %d\n"
-#: ../../diskdrake/interactive.pm_.c:1186
+#: ../../diskdrake/interactive.pm_.c:1199
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Seurt ar reizhiad restroÚ : "
-#: ../../diskdrake/interactive.pm_.c:1187
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1203
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeutaĂą)"
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1204
#, fuzzy
msgid "The encryption keys do not match"
msgstr "An tremegerioĂš ne glot ket"
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
msgstr ""
@@ -2303,12 +2290,6 @@ msgstr ""
msgid "Change type"
msgstr "KemmaĂą seurt ar parzhadur"
-#
-#: ../../diskdrake/removable_gtk.pm_.c:28
-#, fuzzy
-msgid "Please click on a medium"
-msgstr "Klikit war ur parzhadur mar plij"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
@@ -2334,7 +2315,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
#, fuzzy
msgid "Username"
msgstr "Anv arveriad"
@@ -2349,23 +2330,23 @@ msgstr "Domani NIS"
msgid "Search servers"
msgstr "Servijer DNS"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
msgstr "furmadiĂą er seurt %s eus %s a zo sac'het"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "N'ouzon ket penaos furmadiĂą %s er seurt %s"
-#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr "fazi en ur zivarc'haù %s : %s"
@@ -2445,30 +2426,34 @@ msgstr ""
msgid "Error opening %s for writing: %s"
msgstr "Fazi en ur zigeriù %s evit skrivaù : %s"
-#: ../../harddrake/sound.pm_.c:168
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:170
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:171
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
msgid "Sound configuration"
msgstr "Kefluniadur"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2477,26 +2462,26 @@ msgid ""
"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:178
#, fuzzy
msgid "Driver:"
msgstr "Servijer"
-#: ../../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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
msgid "Help"
msgstr "Skoazell"
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2515,7 +2500,7 @@ msgid ""
"the ALSA library.\n"
msgstr ""
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2525,32 +2510,33 @@ msgid ""
"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
#, fuzzy
msgid "Please Wait... Applying the configuration"
msgstr "AmprouiĂą ar c'hefluniadur"
-#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
-#: ../../interactive.pm_.c:391
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
msgstr "Gortozit mar plij"
-#: ../../harddrake/sound.pm_.c:208
+#: ../../harddrake/sound.pm_.c:210
#, fuzzy
msgid "No known driver"
msgstr "Sturier X"
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:212
+#: ../../harddrake/sound.pm_.c:214
#, fuzzy
msgid "Unkown driver"
msgstr "Sturier X"
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2560,239 +2546,25 @@ msgid ""
"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Model"
-msgstr "Logodenn"
-
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "hard disk model"
-msgstr "Memor kartenn (DMA)"
-
-#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
-msgid "Channel"
-msgstr "NullaĂą"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:21
-#, fuzzy
-msgid "Module"
-msgstr "Logodenn"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-#, fuzzy
-msgid "Description"
-msgstr "Spisait dibarzhoĂš"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
-msgid "Bus identification"
-msgstr "Dilesadur"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
-msgid "Old device file"
-msgstr "Diuzit ar restr"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
-msgid "New devfs device"
-msgstr "Trobarzhell an dreuzell"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 nozelenn"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "O voullaĂą pajenn(oĂš) skrid..."
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:63
-#, fuzzy
-msgid "/_Quit"
-msgstr "Kuitaat"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:65
-#, fuzzy
-msgid "/_Help..."
-msgstr "Skoazell"
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:71
-msgid "/_Report Bug"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:73
-#, fuzzy
-msgid "/_About..."
-msgstr "Marc'haĂą"
-
-#: ../../harddrake/ui.pm_.c:74
-msgid "About Harddrake"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:76
-#, fuzzy
-msgid "Author:"
-msgstr "EmbrouiĂą"
-
-#: ../../harddrake/ui.pm_.c:86
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "DinoiĂą ar bladenn galet"
-
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Gwelet titouroĂš periantel"
-
-#: ../../harddrake/ui.pm_.c:103
-#, fuzzy
-msgid "Information"
-msgstr "Diskouez titouroĂš"
-
-#: ../../harddrake/ui.pm_.c:106
-#, fuzzy
-msgid "Configure module"
-msgstr "KefluniaĂą al logodenn"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:111
-#, fuzzy
-msgid "Detection in progress"
-msgstr "Poent marc'haĂą doubl %s"
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:166
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-#, fuzzy
-msgid "secondary"
-msgstr "%d eilenn"
-
-#: ../../harddrake/v4l.pm_.c:15 ../../harddrake/v4l.pm_.c:65
+#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
#, fuzzy
msgid "Auto-detect"
msgstr "Dilesadur"
-#: ../../harddrake/v4l.pm_.c:66 ../../harddrake/v4l.pm_.c:186
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
#, fuzzy
msgid "Unknown|Generic"
msgstr "Rummel"
-#: ../../harddrake/v4l.pm_.c:98
+#: ../../harddrake/v4l.pm_.c:97
msgid "Unknown|CPH05X (bt878) [many vendors]"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:99
+#: ../../harddrake/v4l.pm_.c:98
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:210
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
@@ -2800,34 +2572,34 @@ msgid ""
"here. Just select your tv card parameters if needed"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:213
+#: ../../harddrake/v4l.pm_.c:227
#, fuzzy
msgid "Card model:"
msgstr "Memor kartenn (DMA)"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:228
#, fuzzy
msgid "Tuner type:"
msgstr "KemmaĂą seurt ar parzhadur"
-#: ../../harddrake/v4l.pm_.c:215
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:215
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:231
#, fuzzy
msgid "PLL setting:"
msgstr "O furmadiĂą"
-#: ../../harddrake/v4l.pm_.c:218
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:218
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
msgstr ""
@@ -3802,10 +3574,10 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
@@ -3871,27 +3643,27 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr "N'hellaĂą ket implijout ar skignaĂą hep domani NIS"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_any.pm_.c:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fazi en ur lenn ar restr %s"
-#: ../../install_any.pm_.c:1031
+#: ../../install_any.pm_.c:1040
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"
@@ -3900,14 +3672,14 @@ msgstr ""
"krouiĂą reizhiadoĂš restroĂš nevez warni. Gwiriit abeg ar gudenn-maĂą en ho "
"ardivinkaj mar plij "
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
"You can find some information about them at: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -3917,11 +3689,11 @@ msgstr ""
"Evit se, krouit ur parzhadur (pe glikit war unan a zo c'hoazh).\n"
"Da c'houde dibabit an ober ``Poent marc'haĂą'' ha lakait anezhaĂą da `/'"
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr "Ret eo deoc'h kaout ur parzhadur disloaĂą"
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
@@ -3931,81 +3703,81 @@ msgstr ""
"\n"
"Kenderc'hel evelato ?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Ret eo deoc'h kaout ur parzhadur disloaĂą"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
#, fuzzy
msgid "Use free space"
msgstr "Implij da saveteiĂą"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
#, fuzzy
msgid "Use existing partitions"
msgstr "O furmadiĂą parzhadurioĂš"
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
#, fuzzy
msgid "There is no existing partition to use"
msgstr "O klask assevel an daolenn barzhaĂą"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
#, fuzzy
msgid "Use the Windows partition for loopback"
msgstr "Implij da saveteiĂą"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Pe barzhadur a vennit implijout evit lakaat Linux4Win ?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Dibabit ar mentoĂš"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Ment ar parzhadur gwrizienn e Mo : "
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Ment ar parzhadur disloaù e Mo : "
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
#, fuzzy
msgid "Which partition do you want to resize?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
#, fuzzy
msgid "Resizing Windows partition"
msgstr "O jediĂą bevennoĂš ar reizhiad restroĂš FAT"
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
"installation."
msgstr ""
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4026,54 +3798,54 @@ msgstr ""
"ar\n"
"parzhadur-se, ha gwareziĂą ho roadoĂš. Pa vezit sur, gwaskit \"Mat eo\""
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
#, fuzzy
msgid "Which size do you want to keep for Windows on"
msgstr "Da beseurt rann e mennit dilec'hiaĂą ?"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr "parzhadur %s"
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "AdventaĂą ent emgefreek sac'het"
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
msgstr "Chetan an holl planedenn"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr "Chetan Windows(TM)"
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Goude adventaĂą ar parzhadur %s e vo kollet holl roadoĂš ar parzhadur-se"
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
#, fuzzy
msgid "Custom disk partitioning"
msgstr "O furmadiĂą parzhadurioĂš"
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr "Implijit fdisk"
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, fuzzy, c-format
msgid ""
"You can now partition %s.\n"
@@ -4082,30 +3854,30 @@ msgstr ""
"Gallout a rit bremaĂą parzhaĂą ho pladenn galet %s\n"
"Pa 'z eo graet, na zisoĂąjit ket enrollaĂą dre implijout `w'"
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "N'hoc'h eus parzhadur windows ebet !"
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
#, fuzzy
msgid "I can't find any room for installing"
msgstr "N'hellan ouzpennaĂą parzhadur ebet ken"
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Seurt taolenn barzhaù : %s\n"
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr "O laĂąsaĂą ar rouedad"
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr "O tizenaouiĂą ar rouedad"
@@ -4130,12 +3902,12 @@ msgid ""
"\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr "Degemer e %s"
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr "Lenner pladennig hegerz ebet"
@@ -4145,7 +3917,7 @@ msgstr "Lenner pladennig hegerz ebet"
msgid "Entering step `%s'\n"
msgstr "O kregiĂą gant al lankad `%s'\n"
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -4153,81 +3925,81 @@ msgid ""
"press `F1' when booting on CDROM, then enter `text'."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr "Renkad staliaĂą"
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
#, fuzzy
msgid "Please choose one of the following classes of installation:"
msgstr "Dibabit unan eus ar renkadoÚ staliaù a-heul mar plij :"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr "Diuzadenn strollad pakadoĂš"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr "Diuz pakadoĂš unan hag unan"
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Ment hollek : %d / %d Mo"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr "Pakad siek"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr "Anv : %s\n"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr "Stumm : %s\n"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr "Ment : %d Ko\n"
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr "Talvoudegezh : %s\n"
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
#, fuzzy
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "N'hellit ket andiuz ar pakad-maĂą. Staliet eo endo"
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
#, fuzzy
msgid "The following packages are going to be installed"
msgstr "Ar pakadoĂš a-heul a zo war-nes bezaĂą distaliet"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
#, fuzzy
msgid "The following packages are going to be removed"
msgstr "Ar pakadoĂš a-heul a zo war-nes bezaĂą staliet/lamet"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr "N'hellit ket diuz/andiuz ar pakad-maĂą"
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
msgstr "HemaĂą a zo ur pakad ret, n'hell ket bezaĂą andiuzet"
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
msgstr "N'hellit ket andiuz ar pakad-maĂą. Staliet eo endo"
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4235,78 +4007,78 @@ msgstr ""
"Bremanaet e tle bezaĂą ar pabak-maĂą\n"
"Ha sur oc'h e mennit e ziuzaĂą ?"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr "N'hellit ket andiuz ar pakad-maĂą. Ret eo dezhaĂą bezaĂą bremanaet"
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr "StaliaĂą"
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
#, fuzzy
msgid "Load/Save on floppy"
msgstr "EnrollaĂą war bladennig"
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Updating package selection"
msgstr "Diuz pakadoĂš unan hag unan"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
#, fuzzy
msgid "Minimal install"
msgstr "DistaliaĂą"
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
msgid "Choose the packages you want to install"
msgstr "Dibabit ar pakadoĂš a vennit staliaĂą"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr "O staliaĂą"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr "O vrasjediĂą"
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr "Amzer a chom"
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
msgid "Please wait, preparing installation..."
msgstr "Gortozit mar plij, o prientiĂą ar staliadur"
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr "%d pakad"
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
msgid "Installing package %s"
msgstr "O staliaĂą ar pakad %s"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "Aotren"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
#, fuzzy
msgid "Refuse"
msgstr "AdventaĂą"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4321,17 +4093,17 @@ msgstr ""
"eo da c'houde.\n"
"Ma n'emaĂą ket ganeoc'h gwaskit NullaĂą evit chom hep staliaĂą ar Cd-Rom-se."
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr "Kenderc'hel evelato ?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
msgid "There was an error ordering packages:"
msgstr "Ur fazi a zo bet en ur rummaù pakadoÚ :"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr "Ur fazi a zo bet en ur staliaù ar pakadoÚ :"
@@ -4501,240 +4273,240 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "Stokellaoueg"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
#, fuzzy
msgid "Please choose your keyboard layout."
msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
#, fuzzy
msgid "Here is the full list of keyboards available"
msgstr "stokellaoueg"
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr "Pe renkad staliaĂą a fell deoc'h ?"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Install/Update"
msgstr "StaliaĂą/Bremanaat"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Is this an install or an update?"
msgstr "Hag ur staliadur pe ur bremanadur eo ?"
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr "Erbedet"
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Mailh"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade"
msgstr "Bremanaat"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade packages only"
msgstr "Bremanaat pakadoĂš hep ken"
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
msgid "Please choose the type of your mouse."
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr "Porzh al logodenn"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outaĂą, mar plij."
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr "O kefluniaĂą kartennoĂš PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr "KefluniaĂą IDE"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr "parzhadur hegerz ebet"
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr "Dibabit at poentoĂš marc'haĂą"
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Parzhadur gwrizienn kavet ebet"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Parzhadur gwrizienn"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Pehini eo parzhadur gwrizienn (/) ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Ret eo deoc'h adloc'haĂą evit ma talvezo kemmoĂš an daolenn barzhaĂą"
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Dibabit ar parzhadur a vennit furmadiĂą"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "GwiriaĂą ar bloc'hoĂš siek ?"
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr "O furmadiĂą parzhadurioĂš"
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr "O krouiĂą hag o furmadiĂą ar restr saveteiĂą %s"
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Ket a-walc'h a zisloaĂą evit peurstaliaĂą, kreskit anezhaĂą mar plij"
-#: ../../install_steps_interactive.pm_.c:472
+#: ../../install_steps_interactive.pm_.c:479
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "O klask ar pakadoĂš hegerz"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
msgstr "O klask ar pakadoĂš hegerz"
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../install_steps_interactive.pm_.c:483
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "N'hellit ket andiuz ar pakad-maĂą. Staliet eo endo"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr "O kavout pakadoĂš da vremanaat"
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, fuzzy, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
"> %d)"
msgstr "Ho reizhiad n'eus ket wa-walc'h a egor evit staliaĂą pe vremanaat"
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Load from floppy"
msgstr "Assevel adalek ar pladennig"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr "EnrollaĂą war bladennig"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Loading from floppy"
msgstr "AssevelaĂą adalek ar pladennig"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Package selection"
msgstr "Diuzadenn pakadoĂš"
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:649
#, fuzzy
msgid "Type of install"
msgstr "Dibabit pakadoĂš da staliaĂą"
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
msgid "With X"
msgstr "Gant X"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4744,16 +4516,16 @@ msgstr ""
"Ma n'hoc'h eus hini eus ar CDoĂš-se, gwaskit NullaĂą.\n"
"Ma fazi deoc'h lod eus ar CDoĂš, andiuzit anezho ha gwaskit Mat eo."
-#: ../../install_steps_interactive.pm_.c:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom skridennet \"%s\""
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr "O prientiĂą ar staliadur"
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
@@ -4762,93 +4534,21 @@ msgstr ""
"O staliaĂą ar pakad %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
msgstr "Kefluniadur goude staliaĂą"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:834
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-#: ../../install_steps_interactive.pm_.c:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Tu zo deoc'h bremaĂą ezkargaĂą meziantoĂš gouestlet d'ar rinegouriezh.\n"
-"\n"
-"HO EVEZH :\n"
-"\n"
-"Abalamour m'eo disheĂąvel ar pennaennoĂš meur o talvezout evit ar meziantoĂš-"
-"maĂą hervez\n"
-"gwiraouriezhoĂš disheĂąvel, ret eo d'an arval ha/pe arveriad en diwezh ar "
-"meziantoĂš-maĂą\n"
-"gwiriaĂą eo aotreet da ezskargaĂą, mirout ha/pe implijout ar meziantoĂš-maĂą\n"
-"gouez d'al lezennoĂš en e/he gwiraouriezh.\n"
-"\n"
-"Ouzhpenn an arval ha/pe arveriad en diwezh a rank bezaĂą war evezh chom hep "
-"terriĂą\n"
-"lezennoĂš e/he gwiraouriezh. Ma c'hoarvezfe gant an arval ha/pe arveriad\n"
-"en diwezh na zoujaĂą ouzh termenoĂš lezennoĂš o talvezout, e telezfe kastizoĂš\n"
-"kriz.\n"
-"\n"
-"E nep degouezh ne vo dalc'het Mandrakesoft nag e oberatourien na/pe e "
-"bourvezerien\n"
-"atebek eus nep gaou dibar, ameeun pe zarvoudus a c'hoarvezfe (ha pa vefe\n"
-"zoken e-touez traoĂš all koll gounid, arsav aferioĂš, koll roadoĂš kenwerzhel "
-"ha\n"
-"kolloĂš arc'hant all, hag atebegezh pe zigoll diouzh an dro da vezaĂą paeet\n"
-"da heul ur barnadeg) o tont diouzh implij, perc'hennaĂą, pe zoken ezkargaĂą\n"
-"ar meziantoĂš-maĂą, a c'hellfe an arval ha/pe arveriad en diwezh bezaĂą\n"
-"grataet goude bezaĂą sinet an emglev-maĂą.\n"
-"\n"
-"\n"
-"Evit forzh pe c'houlenn a-zivout an emglevioĂš-se, darempredit mar plij\n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"SUA"
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4860,161 +4560,161 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "O taremprediĂą ar melezour evit kaout roll ar pakadoĂš hegerz"
-#: ../../install_steps_interactive.pm_.c:906
+#: ../../install_steps_interactive.pm_.c:881
msgid "Choose a mirror from which to get the packages"
msgstr "Dibabit ur melezour da dapout ar pakadoĂš diwarnaĂą"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:890
msgid "Contacting the mirror to get the list of available packages..."
msgstr "O taremprediĂą ar melezour evit kaout roll ar pakadoĂš hegerz"
-#: ../../install_steps_interactive.pm_.c:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr "Pe seurt a vo ho takad-eur ?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Ha war GMT eo lakaet ho eurier periantel ?"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
msgid "NTP Server"
msgstr "Servijer NTP"
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
#, fuzzy
msgid "Remote CUPS server"
msgstr "Steud a-bell"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
#, fuzzy
msgid "No printer"
msgstr "Moullerez lec'hel"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Hag un all hoc'h eus ?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm_.c:986
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Evit diverriĂą"
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
msgid "Mouse"
msgstr "Logodenn"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
msgstr "Takad-eur"
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2985
-#: ../../printerdrake.pm_.c:3074
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "Moullerez"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
msgid "ISDN card"
msgstr "Kartenn ISDN"
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
msgid "Sound card"
msgstr "Kartenn son"
-#: ../../install_steps_interactive.pm_.c:1032
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr "Kartenn pellwel"
-#: ../../install_steps_interactive.pm_.c:1072
-#: ../../install_steps_interactive.pm_.c:1097
-#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1097
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1097
-#: ../../install_steps_interactive.pm_.c:1118
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Windows Domain"
msgstr "TitouroĂš"
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1097
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
msgid "Local files"
msgstr "RestroĂš lec'hel"
-#: ../../install_steps_interactive.pm_.c:1084
-#: ../../install_steps_interactive.pm_.c:1085 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "TermeniĂą tremenger root"
-#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr "Tremenger ebet"
-#: ../../install_steps_interactive.pm_.c:1091
+#: ../../install_steps_interactive.pm_.c:1074
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Re eeun eo an tremenger-se (%d arouezenn a zo ret d'an nebeutaĂą)"
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "Dilesadur"
-#: ../../install_steps_interactive.pm_.c:1105
+#: ../../install_steps_interactive.pm_.c:1088
#, fuzzy
msgid "Authentication LDAP"
msgstr "Dilesadur"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1107
+#: ../../install_steps_interactive.pm_.c:1090
msgid "LDAP Server"
msgstr "Servijer LDAP"
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1096
msgid "Authentication NIS"
msgstr "Dilesadur NIS"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "Domani NIS"
-#: ../../install_steps_interactive.pm_.c:1115
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr "Servijer NIS"
-#: ../../install_steps_interactive.pm_.c:1121
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -5030,21 +4730,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1106
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Dilesadur"
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1108
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Anv ar domani"
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1109
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1161
+#: ../../install_steps_interactive.pm_.c:1144
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5074,19 +4774,20 @@ msgstr ""
"evit\n"
"ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:1177
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr "Lenner pladennig kentaĂą"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "Eil lenner pladennig"
-#: ../../install_steps_interactive.pm_.c:1179 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "Tremen e-biou"
-#: ../../install_steps_interactive.pm_.c:1184
+#: ../../install_steps_interactive.pm_.c:1167
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5114,7 +4815,7 @@ msgstr ""
"ho reizhiad ?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1190
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -5123,29 +4824,29 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1198
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "Ho tigarez, lenner pladennig hegerz ebet"
-#: ../../install_steps_interactive.pm_.c:1202
+#: ../../install_steps_interactive.pm_.c:1185
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Dibabit al lenner pladennig a vennit implijout evit ober ar bladenn loc'haĂą"
-#: ../../install_steps_interactive.pm_.c:1206
+#: ../../install_steps_interactive.pm_.c:1189
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_steps_interactive.pm_.c:1209
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
msgstr "O krouiĂą ar bladenn loc'haĂą"
-#: ../../install_steps_interactive.pm_.c:1216
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
msgstr "O prientiĂą ar c'harger loc'haĂą"
-#: ../../install_steps_interactive.pm_.c:1227
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5153,11 +4854,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr "Mennout a rit implijout aboot?"
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5165,16 +4866,16 @@ msgstr ""
"Fazi en ur staliaĂą aboot,\n"
"klask rediaĂą ar staliadur zoken ma tistruj ar parzhadur kentaĂą ?"
-#: ../../install_steps_interactive.pm_.c:1243
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Installing bootloader"
msgstr "StaliaĂą ar c'harger loc'haĂą"
-#: ../../install_steps_interactive.pm_.c:1249
+#: ../../install_steps_interactive.pm_.c:1232
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Staliadur LILO a zo sac'het. Degouezhet eo ar fazi a heul :"
-#: ../../install_steps_interactive.pm_.c:1257
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5185,17 +4886,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1291
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-#: ../../install_steps_interactive.pm_.c:1295
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr "O krouiĂą ur bladennig staliaĂą emgefreek"
-#: ../../install_steps_interactive.pm_.c:1306
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5205,7 +4906,7 @@ msgstr ""
"\n"
"Mennout a rit kuitaat da vat bremaĂą ?"
-#: ../../install_steps_interactive.pm_.c:1317
+#: ../../install_steps_interactive.pm_.c:1300
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5237,16 +4938,16 @@ msgstr ""
"TitouroĂš war gefluniaĂą ho reizhiad a zo hegerz e rannbennad Goude\n"
"StaliaĂą Sturier ofisiel an Arveriad Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1330
+#: ../../install_steps_interactive.pm_.c:1313
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1335
+#: ../../install_steps_interactive.pm_.c:1318
#, fuzzy
msgid "Generate auto install floppy"
msgstr "O krouiĂą ur bladennig staliaĂą emgefreek"
-#: ../../install_steps_interactive.pm_.c:1337
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5255,27 +4956,27 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1342
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr "Emgefreek"
-#: ../../install_steps_interactive.pm_.c:1342
+#: ../../install_steps_interactive.pm_.c:1325
#, fuzzy
msgid "Replay"
msgstr "AdkargaĂą"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1328
#, fuzzy
msgid "Save packages selection"
msgstr "Diuz pakadoĂš unan hag unan"
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr "Staliadur Mandrake Linux %s"
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5293,23 +4994,23 @@ msgstr ""
msgid "Choose a file"
msgstr "Dibabit ur restr"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr "Barek"
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:220
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
#, fuzzy
msgid "Basic"
msgstr "Diazez"
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr "<- Diaraog"
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
msgid "Next"
msgstr "A heul"
@@ -5376,387 +5077,378 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "Tchek (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "Alaman"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "Spagnol"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "Finnek"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "Gall"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "Norvegek"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "Polonek"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "Rusiek"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "Svedek"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
msgstr "Stokellaoueg RU"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
msgstr "Stokellaoueg SUA"
-#: ../../keyboard.pm_.c:166
-#, fuzzy
+#: ../../keyboard.pm_.c:167
msgid "Albanian"
-msgstr "Ukrainiek"
+msgstr "Albaniek"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "Armeniek (kozh)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "Armeniek (skriverez)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "Armeniek (soniadel)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjanek (latin)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "Belgian"
-#: ../../keyboard.pm_.c:177
-#, fuzzy
+#: ../../keyboard.pm_.c:178
msgid "Bengali"
-msgstr "Taolenn"
+msgstr ""
-#: ../../keyboard.pm_.c:178
-#, fuzzy
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (phonetic)"
-msgstr "Armeniek (soniadel)"
+msgstr "Bulgariek (soniadel)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
msgid "Bulgarian (BDS)"
msgstr "Bulgarek (BDS)"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "Brasilek (ABNT-2)"
-#: ../../keyboard.pm_.c:183
-#, fuzzy
+#: ../../keyboard.pm_.c:184
msgid "Bosnian"
-msgstr "Estoniek"
+msgstr ""
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
#, fuzzy
msgid "Belarusian"
msgstr "Bulgarek"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "Suis (reizhadur alaman)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "Suis (reizhadur gall)"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "Tchek (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr "Alaman (stokell marv ebet)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "Danek"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norvegek)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Svedek)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "Estoniek"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "Jorjiek (reizhadur \"Rusiek\")"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "Jorjiek (reizhadur \"Latin\")"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "Gresian"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "Hungarian"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "Kroatek"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "Israelian"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "Israelian (soniadel)"
-#: ../../keyboard.pm_.c:209
-#, fuzzy
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
-msgstr "Ukrainiek"
+msgstr "Iraniek"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "Islandek"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "Italian"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:216
-#, fuzzy
+#: ../../keyboard.pm_.c:217
msgid "Korean keyboard"
-msgstr "Reizhadur Stokellaoueg RU"
+msgstr "Stokellaoueg korean"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "Amerikan Latin"
-#: ../../keyboard.pm_.c:218
-#, fuzzy
+#: ../../keyboard.pm_.c:219
msgid "Laotian"
-msgstr "TitouroĂš"
+msgstr "Laosiek"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "Lituaniek AZERTY (kozh)"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "Lituaniek AZERTY (nevez)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituaniek QUERTY \"linenn sifroĂš\""
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituaniek QUERTY \"soniadel\""
-#: ../../keyboard.pm_.c:224
-#, fuzzy
+#: ../../keyboard.pm_.c:225
msgid "Latvian"
-msgstr "TitouroĂš"
+msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr "Makedonia"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:227
-#, fuzzy
+#: ../../keyboard.pm_.c:229
msgid "Mongolian (cyrillic)"
-msgstr "Yougoslaviek (reizhadur latin)"
+msgstr "Mongoliek"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "Hollandek"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "Polonek (reizhadur qwerty)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "Portugalek"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "Kanadian (Kebek)"
-#: ../../keyboard.pm_.c:237
-#, fuzzy
+#: ../../keyboard.pm_.c:239
msgid "Romanian (qwertz)"
-msgstr "Rusiek (Yawerty)"
+msgstr "Romaniek (Yawertz)"
-#: ../../keyboard.pm_.c:238
-#, fuzzy
+#: ../../keyboard.pm_.c:240
msgid "Romanian (qwerty)"
-msgstr "Rusiek (Yawerty)"
+msgstr "Romaniek (Yawerty)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "Rusiek (Yawerty)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "Slovek"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "Slovakek (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "Slovakek (QWERTY)"
-#: ../../keyboard.pm_.c:246
-#, fuzzy
+#: ../../keyboard.pm_.c:248
msgid "Serbian (cyrillic)"
-msgstr "Yougoslaviek (reizhadur latin)"
+msgstr "Serbiek (reizhadur latin)"
-#: ../../keyboard.pm_.c:248
-#, fuzzy
+#: ../../keyboard.pm_.c:250
msgid "Tamil (Unicode)"
-msgstr "i18n (brav)"
+msgstr ""
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "Stokellaoueg Thai"
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
#, fuzzy
msgid "Tajik keyboard"
msgstr "Stokellaoueg Thai"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "Turkek (hengounel doare \"F\")"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "Turkek (arnevez doare \"Q\")"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "Ukrainiek"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
msgstr "Stokellaoueg SUA (etrevroadel)"
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Lituaniek QUERTY \"linenn sifroĂš\""
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
msgid "Yugoslavian (latin)"
msgstr "Yougoslaviek (latin)"
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr ""
@@ -5769,35 +5461,44 @@ msgstr "Marc'haĂą kelc'hiek %s\n"
msgid "Remove the logical volumes first\n"
msgstr ""
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm_.c:18
+#, fuzzy
+msgid "modinfo is not available"
+msgstr "Lenner pladennig hegerz ebet"
+
+#: ../../modules/parameters.pm_.c:50
#, fuzzy
msgid "a number"
msgstr "Niverenn bellgomz"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
#, fuzzy
msgid "comma separated strings"
msgstr "FurmadiĂą parzhadurioĂš"
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Logodenn Sun"
@@ -5903,81 +5604,94 @@ msgstr "ebet"
msgid "No mouse"
msgstr "Logodenn ebet"
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
#, fuzzy
msgid "Please test the mouse"
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
#, fuzzy
msgid "To activate the mouse,"
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
msgstr "FIÑV HO RODELL !"
-#: ../../my_gtk.pm_.c:64
+#: ../../my_gtk.pm_.c:65
#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
msgid "Finish"
msgstr "Disoc'h"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "A heul ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "Ha reizh eo ?"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "TitouroĂš"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "Astenn ar wezenn"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "PlegaĂą ar wezenn"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr "GwintaĂą etre kompez ha rummet dre strollad"
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "implijit pppoe"
+
+#: ../../network/adsl.pm_.c:24
+msgid "use pptp"
+msgstr "implijit pptp"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
+msgstr "implijit dhcp"
+
+#: ../../network/adsl.pm_.c:26
+msgid "Alcatel speedtouch usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
#, fuzzy
msgid "Connect to the Internet"
msgstr "Anv ar gevreadenn"
-#: ../../network/adsl.pm_.c:24
+#: ../../network/adsl.pm_.c:30
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:26
-msgid "Alcatel speedtouch usb"
+#: ../../network/adsl.pm_.c:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
-msgstr "implijit dhcp"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "implijit pppoe"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pptp"
-msgstr "implijit pptp"
-
#: ../../network/drakfirewall.pm_.c:12
#, fuzzy
msgid "Web Server"
@@ -6012,18 +5726,26 @@ msgid ""
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-#: ../../network/drakfirewall.pm_.c:147
+#: ../../network/drakfirewall.pm_.c:135
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:152
msgid "Which services would you like to allow the Internet to connect to?"
msgstr ""
-#: ../../network/drakfirewall.pm_.c:148
+#: ../../network/drakfirewall.pm_.c:153
msgid ""
"You can enter miscellaneous ports. \n"
"Valid examples are: 139/tcp 139/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
-#: ../../network/drakfirewall.pm_.c:154
+#: ../../network/drakfirewall.pm_.c:159
#, c-format
msgid ""
"Invalid port given: %s.\n"
@@ -6031,11 +5753,11 @@ msgid ""
"where port is between 1 and 65535."
msgstr ""
-#: ../../network/drakfirewall.pm_.c:162
+#: ../../network/drakfirewall.pm_.c:167
msgid "Everything (no firewall)"
msgstr ""
-#: ../../network/drakfirewall.pm_.c:164
+#: ../../network/drakfirewall.pm_.c:169
#, fuzzy
msgid "Other ports"
msgstr "AmprouiĂą ar porzhioĂš"
@@ -6044,7 +5766,7 @@ msgstr "AmprouiĂą ar porzhioĂš"
#, fuzzy
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr "Pe seurt parzhadur a vennit ?"
#: ../../network/ethernet.pm_.c:88
@@ -6053,7 +5775,7 @@ msgid ""
"I cannot set up this connection type."
msgstr ""
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:236
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
#, fuzzy
msgid "Choose the network interface"
msgstr "Dibabit ar ment nevez"
@@ -6064,15 +5786,15 @@ msgid ""
"Please choose which network adapter you want to use to connect to Internet"
msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outaĂą, mar plij."
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "kartenn rouedad kavet ebet"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "KefluniaĂą ar rouedad"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
#, fuzzy
msgid ""
"Please enter your host name if you know it.\n"
@@ -6085,15 +5807,15 @@ msgstr ""
"evel ``mabenveg.mastal.makomp.com''.\n"
"Gallout a rit ivez reiĂą chomlec'h IP an dreuzell m'hoc'h eus unan"
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Anv an ostiz"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
#, fuzzy
msgid "Network Configuration Wizard"
msgstr "Kefluniadur ar rouedad"
@@ -6135,65 +5857,65 @@ msgstr "o lenn ar c'hefluniadur"
msgid "Old configuration (isdn4net)"
msgstr "o lenn ar c'hefluniadur"
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "Kefluniadur ISDN"
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
msgstr ""
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol"
msgstr ""
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol (EDSS1)"
msgstr ""
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
#, fuzzy
msgid "Protocol for the rest of the world"
msgstr "AmprouiĂą ar c'hefluniadur"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
msgstr ""
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
#, fuzzy
msgid "Which protocol do you want to use?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
#, fuzzy
msgid "What kind of card do you have?"
msgstr "Peseurt moullerez hoc'h eus ?"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
msgstr ""
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -6202,79 +5924,106 @@ msgid ""
"card.\n"
msgstr ""
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
msgstr "Dilaoskel"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
#, fuzzy
msgid "Continue"
msgstr "Kenderc'hel evelato ?"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
#, fuzzy
msgid "Which is your ISDN card?"
msgstr "Pehini eo ho takad-eur ?"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
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:252
+#: ../../network/isdn.pm_.c:248
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "DibarzhoĂš sifrennaĂą"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr "Anv ar gevreadenn"
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
#, fuzzy
msgid "Phone number"
msgstr "Niverenn bellgomz"
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "Anv ereaĂą"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "Diazezet war ur skrid"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "Diazezet war un dermenell"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Anv ar domani"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
msgid "First DNS Server (optional)"
msgstr "Servijer DNS kentaĂą (da zilenn)"
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
msgid "Second DNS Server (optional)"
msgstr "Eil servijer DNS (da zilenn)"
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "N'ev ket lodaĂą"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "StaliaĂą"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "Taolenn"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -6310,27 +6059,27 @@ msgstr "Da beseurt pladenn e mennit dilec'hiaĂą ?"
msgid "Connect"
msgstr "Anv ar gevreadenn"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
#, fuzzy
msgid "Disconnect"
msgstr "Lugerezh ar voullerez"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
#, fuzzy
msgid "Configure the connection"
msgstr "KefluniaĂą ur rouedad"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
#, fuzzy
msgid "Internet connection & configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, fuzzy, c-format
msgid "We are now going to configure the %s connection."
msgstr "KefluniaĂą ur rouedad"
-#: ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:103
#, fuzzy, c-format
msgid ""
"\n"
@@ -6342,12 +6091,12 @@ msgid ""
"Press OK to continue."
msgstr "KefluniaĂą ur rouedad"
-#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr "Kefluniadur ar rouedad"
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -6355,7 +6104,7 @@ msgid ""
"Internet & Network connection.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:160
+#: ../../network/netconnect.pm_.c:157
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -6363,106 +6112,111 @@ msgid ""
"If you don't want to use the auto detection, deselect the checkbox.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:166
+#: ../../network/netconnect.pm_.c:163
#, fuzzy
msgid "Choose the profile to configure"
msgstr "Dibabit ar ment nevez"
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3199
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
msgid "Expert Mode"
msgstr "Mod mailh"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr "O tinoiĂą trobarzhelloĂš..."
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, fuzzy
msgid "Normal modem connection"
msgstr "KefluniaĂą ur rouedad"
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, fuzzy, c-format
msgid "detected on port %s"
msgstr "Poent marc'haĂą doubl %s"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "KefluniaĂą ur rouedad"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "kavoutet %s"
+
+#: ../../network/netconnect.pm_.c:216
#, fuzzy
msgid "ISDN connection"
msgstr "Lugerezh ar voullerez"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr "kavoutet %s"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
#, fuzzy
msgid "ADSL connection"
msgstr "Lugerezh ar voullerez"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected on interface %s"
-msgstr "kavoutet war %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
#, fuzzy
msgid "Cable connection"
msgstr "Lugerezh ar voullerez"
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
#, fuzzy
msgid "cable connection detected"
msgstr "Lugerezh ar voullerez"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
#, fuzzy
msgid "LAN connection"
msgstr "Lugerezh ar voullerez"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr "kartenn(oĂš) ethernet kavoutet"
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
#, fuzzy
msgid "Choose the connection you want to configure"
msgstr "Dibabit ar benveg a vennit staliaĂą"
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
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:226
+#: ../../network/netconnect.pm_.c:247
#, fuzzy
msgid "Internet connection"
msgstr "Lugerezh ar voullerez"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
#, fuzzy
msgid "Do you want to start the connection at boot?"
msgstr "Mennout a rit implijout aboot ?"
-#: ../../network/netconnect.pm_.c:246
+#: ../../network/netconnect.pm_.c:267
#, fuzzy
msgid "Network configuration"
msgstr "Kefluniadur ar rouedad"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
msgstr ""
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, fuzzy, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -6470,27 +6224,27 @@ msgid ""
"%s"
msgstr "Mennout a rit amprouiĂą ar c'hefluniadur ?"
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
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:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
-#: ../../network/netconnect.pm_.c:266
+#: ../../network/netconnect.pm_.c:287
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:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -6498,7 +6252,7 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../network/network.pm_.c:296
+#: ../../network/network.pm_.c:283
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -6508,43 +6262,56 @@ msgstr ""
"Pep mellad a zlefe bezaĂą skrivet evel ur chomlec'h IP e stumm\n"
"sifroĂš dekvel pikoĂš etrezo (da skouer 1.2.3.4)."
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr "O kefluniaĂą an drobarzhell rouedad %s"
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, fuzzy, c-format
msgid " (driver %s)"
msgstr "Servijer XFree86 : %s\n"
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "Chomlec'h IP"
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
msgstr "Maskl rouedad"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
msgstr "IP emgefreek"
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
#, fuzzy
msgid "Start at boot"
msgstr "KrouiĂą ur bladennig loc'haĂą"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
msgid "IP address should be in format 1.2.3.4"
msgstr "Er furmad 1.2.3.4 e tlefe bezaĂą ar chomlec'h IP"
-#: ../../network/network.pm_.c:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6556,191 +6323,191 @@ msgstr ""
"evel ``mabenveg.mastal.makomp.com''.\n"
"Gallout a rit ivez reiĂą chomlec'h IP an dreuzell m'hoc'h eus unan"
-#: ../../network/network.pm_.c:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "Servijer DNS"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Trobarzhell an dreuzell"
-#: ../../network/network.pm_.c:376
+#: ../../network/network.pm_.c:363
#, fuzzy
msgid "DNS server address should be in format 1.2.3.4"
msgstr "Er furmad 1.2.3.4 e tlefe bezaĂą ar chomlec'h IP"
-#: ../../network/network.pm_.c:380
+#: ../../network/network.pm_.c:367
#, fuzzy
msgid "Gateway address should be in format 1.2.3.4"
msgstr "Er furmad 1.2.3.4 e tlefe bezaĂą ar chomlec'h IP"
-#: ../../network/network.pm_.c:394
+#: ../../network/network.pm_.c:381
#, fuzzy
msgid "Proxies configuration"
msgstr "Kefluniadur goude staliaĂą"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "Proksi HTTP"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "Proksi FTP"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "http://... a zlefe bezaĂą ar proksi"
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#: ../../network/network.pm_.c:388
#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
msgstr "http://... a zlefe bezaĂą ar proksi"
-#: ../../network/shorewall.pm_.c:24
+#: ../../network/shorewall.pm_.c:26
#, fuzzy
msgid "Firewalling configuration detected!"
msgstr "o lenn ar c'hefluniadur"
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
msgstr ""
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
#, fuzzy
msgid "Internet configuration"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
#, fuzzy
msgid "Do you want to try to connect to the Internet now?"
msgstr "Mennout a rit amprouiĂą ar c'hefluniadur ?"
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
#, fuzzy
msgid "Testing your connection..."
msgstr "KefluniaĂą ur rouedad"
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
#, fuzzy
msgid "The system is now connected to Internet."
msgstr "Da beseurt pladenn e mennit dilec'hiaĂą ?"
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr ""
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
#, fuzzy
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
msgstr "Anv ar gevreadenn"
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
#, fuzzy
msgid "Connection Configuration"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr ""
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
msgstr "IRQ kartenn"
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "Memor kartenn (DMA)"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "IO kartenn"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "IO_0 kartenn"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "IO_1 kartenn"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr ""
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
#, fuzzy
msgid "Provider phone number"
msgstr "Niverenn bellgomz"
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
msgid "Provider dns 1 (optional)"
msgstr "DibarzhoĂš ar voullerez (da zilenn)"
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
msgid "Provider dns 2 (optional)"
msgstr "DibarzhoĂš ar voullerez (da zilenn)"
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
#, fuzzy
msgid "Choose your country"
msgstr "Dibabit ho stokellaoueg"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
#, fuzzy
msgid "Dialing mode"
msgstr "Anv domani"
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
#, fuzzy
msgid "Connection speed"
msgstr "Anv ar gevreadenn"
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
#, fuzzy
msgid "Connection timeout (in sec)"
msgstr "Anv ar gevreadenn"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
#, fuzzy
msgid "Account Login (user name)"
msgstr "Poent marc'haĂą"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
#, fuzzy
msgid "Account Password"
msgstr "Tremenger"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "marc'haù sac'het : "
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -6759,12 +6526,12 @@ msgstr "Assevel adalek ar restr %s sac'het %s"
msgid "Bad backup file"
msgstr "Restr gwareziĂą siek"
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr "Fazi en ur skrivaĂą er restr %s"
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6791,210 +6558,211 @@ msgstr "brav"
msgid "maybe"
msgstr "marteze"
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
-msgstr ""
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
+msgstr "PDQ"
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr ""
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
-msgstr ""
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
+msgstr "LPD"
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1144
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
+msgstr ""
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:36
-msgid "LPD"
-msgstr "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
+msgstr ""
-#: ../../printer.pm_.c:37
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+msgid "Unknown Model"
+msgstr ""
-#: ../../printer.pm_.c:49
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "Moullerez lec'hel"
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
#, fuzzy
msgid "Remote printer"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Steud a-bell"
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "lpd a-bell"
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
#, fuzzy
msgid "Network printer (TCP/Socket)"
msgstr "DibarzhoĂš ar voullerez NetWare"
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Servijer moullaĂą"
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Trobarzhell ar voullerez"
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:328 ../../printer.pm_.c:370 ../../printer.pm_.c:552
-msgid "Unknown Model"
-msgstr ""
-
-#: ../../printer.pm_.c:754 ../../printer.pm_.c:945 ../../printer.pm_.c:1337
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3462
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:782
+#: ../../printer/main.pm_.c:317
msgid "Local Printers"
msgstr "MoullerezioĂš lec'hel"
-#: ../../printer.pm_.c:784 ../../printer.pm_.c:1145
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
msgid "Remote Printers"
msgstr "Moullerezio* a-bell"
-#: ../../printer.pm_.c:791 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:794 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", Mouluriez USB \\/*%s"
-#: ../../printer.pm_.c:799
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:802
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:804
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:806
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:809
+#: ../../printer/main.pm_.c:344
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Fazi en ur skrivaĂą er restr %s"
-#: ../../printer.pm_.c:811
+#: ../../printer/main.pm_.c:346
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:813
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:817
+#: ../../printer/main.pm_.c:352
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:821
+#: ../../printer/main.pm_.c:356
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:823
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:942 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:1114
+#: ../../printer/main.pm_.c:647
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(mollad %s)"
-#: ../../printer.pm_.c:1116
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:1141
+#: ../../printer/main.pm_.c:674
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP ar servijer SMB"
-#: ../../printer.pm_.c:1147 ../../printerdrake.pm_.c:3119
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3351
-#: ../../printerdrake.pm_.c:3403 ../../printerdrake.pm_.c:3429
-#: ../../printerdrake.pm_.c:3604 ../../printerdrake.pm_.c:3606
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr " (Dre ziouer)"
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr "Diuzit lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr "Penaos eo luget ar voullerez ?"
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
msgid ""
"\n"
"Printers on remote CUPS servers you do not have to configure here; these "
"printers will be automatically detected."
msgstr ""
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3183
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
#, fuzzy
msgid "CUPS configuration"
msgstr "Kefluniadur"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3184
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
#, fuzzy
msgid "Specify CUPS server"
msgstr "Steud a-bell"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
"do not have to configure anything; the CUPS servers inform your machine "
@@ -7005,7 +6773,7 @@ msgid ""
"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
"\n"
"Normally, CUPS is automatically configured according to your network "
@@ -7015,155 +6783,155 @@ msgid ""
"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
#, fuzzy
msgid "The IP address should look like 192.168.1.20"
msgstr "Er furmad 1.2.3.4 e tlefe bezaĂą ar chomlec'h IP"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
msgid "The port number should be an integer!"
msgstr ""
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
#, fuzzy
msgid "CUPS server IP"
msgstr "IP ar servijer SMB"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
#, fuzzy
msgid "Port"
msgstr "Paour"
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
#, fuzzy
msgid "Automatic CUPS configuration"
msgstr "Kefluniadur goude staliaĂą"
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2788
-#: ../../printerdrake.pm_.c:2793 ../../printerdrake.pm_.c:2827
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2869
-#: ../../printerdrake.pm_.c:2922 ../../printerdrake.pm_.c:2942
-#: ../../printerdrake.pm_.c:2956 ../../printerdrake.pm_.c:2990
-#: ../../printerdrake.pm_.c:3036 ../../printerdrake.pm_.c:3054
-#: ../../printerdrake.pm_.c:3143 ../../printerdrake.pm_.c:3217
-#: ../../printerdrake.pm_.c:3519 ../../printerdrake.pm_.c:3574
-#: ../../printerdrake.pm_.c:3627 ../../standalone/printerdrake_.c:57
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Moullerez"
-
-#: ../../printerdrake.pm_.c:178
+#: ../../printer/printerdrake.pm_.c:159
#, fuzzy
msgid "Checking your system..."
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Moullerez"
+
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printerdrake.pm_.c:198
+#: ../../printer/printerdrake.pm_.c:179
#, fuzzy
msgid ""
"The following printers\n"
"\n"
msgstr "Ar pakadoĂš a-heul a zo war-nes bezaĂą staliet/lamet"
-#: ../../printerdrake.pm_.c:199
+#: ../../printer/printerdrake.pm_.c:180
#, fuzzy
msgid ""
"The following printer\n"
"\n"
msgstr "Ar pakadoĂš a-heul a zo war-nes bezaĂą staliet/lamet"
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
msgstr ""
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
msgstr ""
-#: ../../printerdrake.pm_.c:210
+#: ../../printer/printerdrake.pm_.c:189
#, fuzzy
msgid "directly connected to your system"
msgstr "Da beseurt pladenn e mennit dilec'hiaĂą ?"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:221
+#: ../../printer/printerdrake.pm_.c:200
#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:236
+#: ../../printer/printerdrake.pm_.c:215
#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr "Ha mennout a rit amprouiĂą moullaĂą skrid ?"
-#: ../../printerdrake.pm_.c:238
+#: ../../printer/printerdrake.pm_.c:217
#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Mennout a rit implijout aboot ?"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3165
-#: ../../printerdrake.pm_.c:3290
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
#, fuzzy
msgid "Add a new printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7176,7 +6944,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7198,7 +6966,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7213,7 +6981,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7233,20 +7001,20 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:328
+#: ../../printer/printerdrake.pm_.c:307
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7260,54 +7028,54 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Printer auto-detection"
msgstr "Dilesadur"
-#: ../../printerdrake.pm_.c:421
+#: ../../printer/printerdrake.pm_.c:385
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:387
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, fuzzy, c-format
msgid "Detected %s"
msgstr "Poent marc'haĂą doubl %s"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr "Moullerez USB \\/*%s"
-#: ../../printerdrake.pm_.c:437
+#: ../../printer/printerdrake.pm_.c:399
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "DibarzhoĂš ar voullerez NetWare"
-#: ../../printerdrake.pm_.c:439
+#: ../../printer/printerdrake.pm_.c:401
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
msgid "Local Printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
@@ -7315,34 +7083,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "Trobarzhell ar voullerez"
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
#, fuzzy
msgid "No printer found!"
msgstr "N'ev ket Moullerez lec'hel!\n"
-#: ../../printerdrake.pm_.c:601
+#: ../../printer/printerdrake.pm_.c:548
#, fuzzy
msgid "Available printers"
msgstr "PakadoĂš hegerz"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7350,7 +7118,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
@@ -7358,38 +7126,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
msgstr ""
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Trobarzhell ar voullerez"
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
#, fuzzy
msgid "Manual configuration"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7399,51 +7167,51 @@ msgstr ""
"pourvezaĂą anv ostiz ar servijer moullaĂą hag anv as steud\n"
"war ar servijer-se ma zlefe bezaĂą kaset an dleadoĂš moullaĂą."
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
#, fuzzy
msgid "Remote host name"
msgstr "Anv an ostiz a-bell"
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
#, fuzzy
msgid "Remote printer name"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
#, fuzzy
msgid "Remote host name missing!"
msgstr "Anv an ostiz a-bell"
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Anv an ostiz a-bell"
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Poent marc'haĂą doubl %s"
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Scanning network..."
msgstr "KefluniaĂą ur rouedad"
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "O tizenaouiĂą ar rouedad"
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "DibarzhoĂš moullaĂą SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7457,46 +7225,46 @@ msgstr ""
"kement hag anv rannet ar voullerez a glaskit tizhout ha ne vern pe\n"
"ditour a anv arveriad, tremenger ha strollad labour en implij."
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr "Anv ar servijer SMB"
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr "IP ar servijer SMB"
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr "Anv rannet"
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "Strollad labour"
-#: ../../printerdrake.pm_.c:868
+#: ../../printer/printerdrake.pm_.c:806
#, fuzzy
msgid "Auto-detected"
msgstr "Dilesadur"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7520,7 +7288,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7529,7 +7297,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7537,11 +7305,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr "DibarzhoĂš ar voullerez NetWare"
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7554,44 +7322,44 @@ msgstr ""
"anv ostiz TCP/IP !) kement hag anv ar steud moullaĂą evit ar voullerez\n"
"a glaskit tizhout ha ne vern pe anv arveriad ha tremenger en implij."
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr "Servijer moullaĂą"
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr "Anv ar steud moullaĂą"
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "DibarzhoĂš ar voullerez NetWare"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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 ""
-#: ../../printerdrake.pm_.c:1100
+#: ../../printer/printerdrake.pm_.c:1033
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 "
@@ -7599,61 +7367,66 @@ msgid ""
"vary. See the manual of your hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:1105
+#: ../../printer/printerdrake.pm_.c:1037
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "DibarzhoĂš ar voullerez"
-#: ../../printerdrake.pm_.c:1127
+#: ../../printer/printerdrake.pm_.c:1059
#, fuzzy
msgid "Printer host name or IP"
msgstr "Anv ar voullerez"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
#, fuzzy
msgid "Printer Device URI"
msgstr "Trobarzhell ar voullerez"
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr "Anv ar moullerez"
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+#, fuzzy
+msgid "Description"
+msgstr "Spisait dibarzhoĂš"
+
+#: ../../printer/printerdrake.pm_.c:1466
#, fuzzy
msgid "Location"
msgstr "TitouroĂš"
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
msgid "Reading printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
msgid "Preparing printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
#, fuzzy
msgid "Your printer model"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7668,28 +7441,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
#, fuzzy
msgid "The model is correct"
msgstr "Ha reizh eo ?"
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
#, fuzzy
msgid "Select model manually"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
#, fuzzy
msgid "Printer model selection"
msgstr "Lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Peseurt moullerez hoc'h eus ?"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -7698,18 +7471,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "KefluniaĂą ar modem"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7719,12 +7492,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7732,7 +7505,7 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1858
+#: ../../printer/printerdrake.pm_.c:1746
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."
@@ -7744,11 +7517,11 @@ msgid ""
"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -7771,7 +7544,7 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
msgid ""
"Printer default settings\n"
"\n"
@@ -7781,34 +7554,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Ha mennout a rit amprouiĂą moullaĂą skrid ?"
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
#, fuzzy
msgid "Test pages"
msgstr "AmprouiĂą ar porzhioĂš"
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on "
@@ -7816,45 +7589,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
#, fuzzy
msgid "No test pages"
msgstr "Ya, moullit an div bajenn arnod"
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
#, fuzzy
msgid "Print"
msgstr "Moullerez"
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
#, fuzzy
msgid "Standard test page"
msgstr "Diorren"
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "O voullaĂą pajenn(oĂš) skrid..."
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
#, fuzzy
msgid "Photo test page"
msgstr "O voullaĂą pajenn(oĂš) skrid..."
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
#, fuzzy
msgid "Do not print any test page"
msgstr "O voullaĂą pajenn(oĂš) skrid..."
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
msgstr "O voullaĂą pajenn(oĂš) skrid..."
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7870,7 +7643,7 @@ msgstr ""
"\n"
"Ha mont a ra en-dro reizh ?"
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7880,16 +7653,16 @@ msgstr ""
"Ur pennadig e c'hell padout a-raok ma loc'hfe a voullerez.\n"
"Ha mont a ra en-dro reizh ?"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3464
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
#, fuzzy
msgid "Raw printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7898,15 +7671,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -7915,7 +7688,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7923,41 +7696,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7967,7 +7740,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -7976,42 +7749,42 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2388
+#: ../../printer/printerdrake.pm_.c:2271
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "O tizenaouiĂą ar rouedad"
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "O tizenaouiĂą ar rouedad"
-#: ../../printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2274
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "O tizenaouiĂą ar rouedad"
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "O tizenaouiĂą ar rouedad"
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3448 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
#, fuzzy
msgid "Close"
msgstr "Logodenn USB"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
#, fuzzy
msgid "Print option list"
msgstr "DibarzhoĂš ar voullerez"
-#: ../../printerdrake.pm_.c:2418
+#: ../../printer/printerdrake.pm_.c:2301
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8025,7 +7798,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -8038,18 +7811,18 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2923
-#: ../../printerdrake.pm_.c:3218
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
msgid "Reading printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
#, fuzzy
msgid "Transfer printer configuration"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8059,51 +7832,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8111,61 +7884,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
#, fuzzy
msgid "New printer name"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
msgid "Refreshing printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "KefluniaĂą ar voullerez"
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
#, fuzzy
msgid "Starting network..."
msgstr "KefluniaĂą ur rouedad"
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
#, fuzzy
msgid "Configure the network now"
msgstr "KefluniaĂą ur rouedad"
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
#, fuzzy
msgid "Network functionality not configured"
msgstr "Skramm ket kefluniet"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 "
@@ -8173,12 +7946,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
#, fuzzy
msgid "Go on without configuring the network"
msgstr "KefluniaĂą ar rouedad"
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8188,34 +7961,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
msgid ""
"The network access was not running and could not be started. Please check "
"your configuration and your hardware. Then try to configure your remote "
"printer again."
msgstr ""
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
#, fuzzy
msgid "Restarting printing system..."
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
#, fuzzy
msgid "high"
msgstr "Uhel"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
#, fuzzy
msgid "paranoid"
msgstr "Ankeniet"
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8230,11 +8003,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
msgid "Starting the printing system at boot time"
msgstr ""
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8248,65 +8021,65 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2789
-#: ../../printerdrake.pm_.c:2828 ../../printerdrake.pm_.c:2870
-#: ../../printerdrake.pm_.c:2991
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2794
-msgid "Removing LPRng..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "SpisterioĂš"
-#: ../../printerdrake.pm_.c:2833
-msgid "Removing LPD..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "O staliaĂą pakadoĂš..."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printer/printerdrake.pm_.c:2685
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Diuzit lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:2907
+#: ../../printer/printerdrake.pm_.c:2686
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../printerdrake.pm_.c:2943
+#: ../../printer/printerdrake.pm_.c:2720
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "KefluniaĂą ar voullerez"
-#: ../../printerdrake.pm_.c:2957
+#: ../../printer/printerdrake.pm_.c:2731
#, fuzzy
msgid "Installing Foomatic..."
msgstr "O staliaĂą ar pakad %s"
-#: ../../printerdrake.pm_.c:3027 ../../printerdrake.pm_.c:3068
-#: ../../printerdrake.pm_.c:3465 ../../printerdrake.pm_.c:3538
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr "DibarzhoĂš ar voullerez"
-#: ../../printerdrake.pm_.c:3037
+#: ../../printer/printerdrake.pm_.c:2810
#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:3055 ../../printerdrake.pm_.c:3628
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
#, fuzzy
msgid "Configuring applications..."
msgstr "KefluniaĂą ar voullerez"
-#: ../../printerdrake.pm_.c:3075
+#: ../../printer/printerdrake.pm_.c:2845
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Mennout a rit kefluniaĂą ur voullerez ?"
-#: ../../printerdrake.pm_.c:3087
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:3147
+#: ../../printer/printerdrake.pm_.c:2915
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8317,7 +8090,7 @@ msgstr ""
"Setu da heul ar steudadoĂš moullaĂą.\n"
"Gallout a rit ouzhpennaĂą lod pe gemmaĂą a re a zo."
-#: ../../printerdrake.pm_.c:3148
+#: ../../printer/printerdrake.pm_.c:2916
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8327,224 +8100,149 @@ msgstr ""
"Setu da heul ar steudadoĂš moullaĂą.\n"
"Gallout a rit ouzhpennaĂą lod pe gemmaĂą a re a zo."
-#: ../../printerdrake.pm_.c:3175
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:3193
+#: ../../printer/printerdrake.pm_.c:2960
#, fuzzy
msgid "Change the printing system"
msgstr "KefluniaĂą ur rouedad"
-#: ../../printerdrake.pm_.c:3198 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
#, fuzzy
msgid "Normal Mode"
msgstr "Boas"
-#: ../../printerdrake.pm_.c:3358 ../../printerdrake.pm_.c:3408
-#: ../../printerdrake.pm_.c:3621
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Mennout a rit amprouiĂą ar c'hefluniadur ?"
-#: ../../printerdrake.pm_.c:3443
+#: ../../printer/printerdrake.pm_.c:3211
#, fuzzy
msgid "Modify printer configuration"
msgstr "KefluniaĂą ar modem"
-#: ../../printerdrake.pm_.c:3445
+#: ../../printer/printerdrake.pm_.c:3213
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "Mennout a rit amprouiĂą ar c'hefluniadur ?"
-#: ../../printerdrake.pm_.c:3449
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3454 ../../printerdrake.pm_.c:3509
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
#, fuzzy
msgid "Printer connection type"
msgstr "Lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:3455 ../../printerdrake.pm_.c:3513
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
#, fuzzy
msgid "Printer name, description, location"
msgstr "Lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:3457 ../../printerdrake.pm_.c:3531
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3458 ../../printerdrake.pm_.c:3532
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3542
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3469 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3470 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
#, fuzzy
msgid "Print test pages"
msgstr "O voullaĂą pajenn(oĂš) skrid..."
-#: ../../printerdrake.pm_.c:3472 ../../printerdrake.pm_.c:3567
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
#, fuzzy
msgid "Know how to use this printer"
msgstr "Mennout a rit amprouiĂą ar c'hefluniadur ?"
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
#, fuzzy
msgid "Remove printer"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:3520
+#: ../../printer/printerdrake.pm_.c:3282
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:3545
+#: ../../printer/printerdrake.pm_.c:3307
#, fuzzy
msgid "Default printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:3546
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3550 ../../printerdrake.pm_.c:3553
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3325
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Mennout a rit amprouiĂą ar c'hefluniadur ?"
-#: ../../printerdrake.pm_.c:3575
+#: ../../printer/printerdrake.pm_.c:3329
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-#, fuzzy
-msgid "Proxy configuration"
-msgstr "Kefluniadur goude staliaĂą"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-#, fuzzy
-msgid "port"
-msgstr "Paour"
-
-#: ../../proxy.pm_.c:44
-#, fuzzy
-msgid "Url should begin with 'http:'"
-msgstr "http://... a zlefe bezaĂą ar proksi"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr ""
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-
-#: ../../proxy.pm_.c:80
-#, fuzzy
-msgid "login"
-msgstr "Belgian"
-
-#: ../../proxy.pm_.c:82
-#, fuzzy
-msgid "password"
-msgstr "Tremenger"
-
-#: ../../proxy.pm_.c:84
-#, fuzzy
-msgid "re-type password"
-msgstr "Tremenger ebet"
-
-#: ../../proxy.pm_.c:88
-#, fuzzy
-msgid "The passwords don't match. Try again!"
-msgstr "An tremegerioĂš ne glot ket"
-
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "N'hellan ket ouzhpennaĂą ur parzhadur da RAID md%d _furmadet_"
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr "N'hellan ket skrivaĂą e %s"
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
msgstr "mkraid sac'het"
@@ -8558,7 +8256,7 @@ msgstr "mkraid sac'het (raidtools a vank emichaĂąs ?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Ket a-walc'h a parzhadurioĂš evit RAID live %d\n"
-#: ../../security/main.pm_.c:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -8588,61 +8286,60 @@ msgstr ""
msgid "Security Level:"
msgstr "Live surentez"
-#: ../../security/main.pm_.c:74
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr "? (%s dre ziouer)"
+
+#: ../../security/main.pm_.c:113
#, fuzzy
msgid "Security Alerts:"
msgstr "Live surentez"
-#: ../../security/main.pm_.c:83
+#: ../../security/main.pm_.c:115
#, fuzzy
msgid "Security Administrator:"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../security/main.pm_.c:114 ../../security/main.pm_.c:150
-#, fuzzy, c-format
-msgid " (default: %s)"
-msgstr "? (%s dre ziouer)"
-
-#: ../../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:226
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "Network Options"
msgstr "DibarzhoÚ ar mollad :"
-#: ../../security/main.pm_.c:235
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "System Options"
msgstr "DibarzhoÚ ar mollad :"
-#: ../../security/main.pm_.c:242
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
+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:177
msgid "Periodic Checks"
msgstr ""
-#: ../../security/main.pm_.c:256
+#: ../../security/main.pm_.c:191
#, fuzzy
msgid "Please wait, setting security level..."
msgstr "O termeniĂą al live surentez"
-#: ../../security/main.pm_.c:262
+#: ../../security/main.pm_.c:197
#, fuzzy
msgid "Please wait, setting security options..."
msgstr "Gortozit mar plij, o prientiĂą ar staliadur"
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, ur steuĂąvaer urzhiadoĂš mareadek."
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
@@ -8651,7 +8348,7 @@ msgstr ""
"syslog.\n"
"Gallout a ra ivez servijout da lazhaĂą an ardivink pa vez izel an daspugner."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
@@ -8659,7 +8356,7 @@ msgstr ""
"SeveniĂą an urzhiadoĂš steuĂąvaet gant an urzhiad at d'ar pred laket pa 'z eo\n"
"bet sevenet at, ha seveniĂą urzhiadoĂš dre lod pa 'z eo izel a-walc'h ar garg."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -8671,7 +8368,7 @@ msgstr ""
"arc'hweloĂš\n"
"d'ar cron UNIX diazez, en o zouez surentez ha dibarzhoĂš kefluniaĂą gwelloc'h."
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -8682,20 +8379,20 @@ msgstr ""
"Midnight Commander. ReiĂą a ra tu da seveniĂą obererezhoĂš troc'haĂą-ha-pegaĂą,\n"
"ha skor evit meuziadoĂš kemperzhel war al letrin."
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Ur servijer evit ar Gwiad Bedel eo Apache. Implijet e vez evit servijaĂą\n"
"restroĂš HTML ha CGI."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -8710,13 +8407,13 @@ msgstr ""
"eo, en o zouez telnet, ftp, rsh, and rlogin. DizoberiaĂą inetd a zizoberia\n"
"an holl servijoĂš m'eo eĂą atebek warno."
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -8726,23 +8423,23 @@ msgstr ""
"/etc/sysconfig/keyboard. Dre ar maveg kbdconfig e c'hell bezaĂą diuzet\n"
"kement-se. Gwell deoc'h leuskel se gweredekaet war darn vuiaĂą an ardivinkoĂš."
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
@@ -8750,13 +8447,13 @@ msgstr ""
"An diaoul moullaĂą ret evit ma dafez en-ro reizh lpr eo lpd. Dre vras\n"
"ez eo ur servijer a vera dleadoĂš moullaĂą evir ar voullerez(ed)."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
#, fuzzy
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
@@ -8765,7 +8462,7 @@ msgstr ""
"named (BIND) a zo ur Servijer AnvioĂš Domani (DNS) a zo implijet evit\n"
"amdreiĂą anvioĂš ostiz e chomlec'hioĂš IP."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -8773,7 +8470,7 @@ msgstr ""
"Evit marc'haĂą ha divarc'haĂą poentoĂš marc'haĂą an holl ReizhiadoĂš RestroĂš\n"
"Rouedad (NFS), SMB (Lan Manager/Windows) ha NCP (NetWare)."
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -8781,7 +8478,7 @@ msgstr ""
"Oberia/Dizoberia an holl etrefasoĂš rouedad kefluniet da laĂąsaĂą\n"
"da vare al loc'haĂą."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
@@ -8791,7 +8488,7 @@ msgstr ""
"Ar servij-maĂą a bourvez arc'hweloĂš ur servijer NFS, a vez kefluniaet dre ar\n"
"restr /etc/exports."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -8799,17 +8496,17 @@ msgstr ""
"NFS a zo ur c'homenad brudet evit rannaĂą restroĂš dre rouedadoĂš\n"
"TCP/IP. Ar servij-maĂą a bourvez un arc'hwel morailhaĂą restroĂš NFS."
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
@@ -8821,7 +8518,7 @@ msgstr ""
"diarvar\n"
"e staliaĂą war ardivinkoĂš n'o deus ket ezhomm anezhaĂą."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -8833,7 +8530,7 @@ msgstr ""
"dro\n"
"war ardivinkoĂš anezho servijerien komenadoĂš a implij ar reizhiad RPC."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
#, fuzzy
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
@@ -8842,7 +8539,7 @@ msgstr ""
"Ur Gwazour Treuzdougen Postel eo Postfix, a zo ar goulev a\n"
"zilech posteloĂš etre un ardivink hag un all."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -8850,13 +8547,13 @@ msgstr ""
"Enroll hag assav poul dizurzh ar reizhiad evit genel niveroĂš\n"
"dargouezhek gant gwelloc'h perzhded."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
@@ -8867,7 +8564,7 @@ msgstr ""
"bihan,\n"
"ezhomm a zo komenadoĂš henchaĂą kemplezhoc'h evit rouedadoĂš rouestlet."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -8875,7 +8572,7 @@ msgstr ""
"Ar c'homenad rstat a ro tu da implijerien ur rouedad da zastum\n"
"muzulioĂš barregezh diwar ne vern pe ardivink er rouedad-se."
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -8883,7 +8580,7 @@ msgstr ""
"Ar c'homenad rusers a ro tu da implijerien ur rouedad da anavezout piv\n"
"a zo kevreet ouzh ardivinkoĂš all a respont."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
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)."
@@ -8893,11 +8590,11 @@ msgstr ""
"kevreet ouzh un ardivink ma da en-dro warnaĂą an diaoul rwhod (heĂąvel ouzh "
"finger)."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
@@ -8906,90 +8603,90 @@ msgstr ""
"c'hemennadoĂš\n"
"e kerzhlevrioĂš liesseurt ar reizhiad. Ur mennozh mat eo seveniĂą ingal syslog."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
#, fuzzy
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
"Enaou ha dizenaou ar servijer FontoĂš X da vare al loc'haĂą hag al lazhaĂą."
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr "Dibabit pe servijoĂš a zlefe bezaĂą laĂąset ent emgefreek pa loc'her"
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
#, fuzzy
msgid "Printing"
msgstr "Moullerez"
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
#, fuzzy
msgid "Internet"
msgstr "dedennus"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
#, fuzzy
msgid "System"
msgstr "Reizhiad/Diazez"
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
#, fuzzy
msgid "Remote Administration"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
#, fuzzy
msgid "Database Server"
msgstr "StlennvonioĂš"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr ""
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
#, fuzzy
msgid "Services"
msgstr "trobarzhell"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
#, fuzzy
msgid "running"
msgstr "Ho evezh"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
#, fuzzy
msgid "stopped"
msgstr "OuzhpennaĂą"
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr ""
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
msgstr ""
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
#, fuzzy
msgid "On boot"
msgstr "Gwrizienn"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Start"
msgstr "Meuziad LaĂąsaĂą"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
#, fuzzy
msgid "Stop"
msgstr "Rann"
@@ -9060,7 +8757,7 @@ msgid ""
"strategy, ..."
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Anv ar gevreadenn"
@@ -9216,193 +8913,565 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:42
+#: ../../standalone.pm_.c:21
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Stokellaoueg"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
+
+#: ../../standalone.pm_.c:168
msgid "Installing packages..."
msgstr "O staliaĂą pakadoĂš..."
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:138
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Dizereit mar plij ha neuze implijit Ctrl-Alt-WarGil"
-#: ../../standalone/XFdrake_.c:151
+#: ../../standalone/XFdrake_.c:142
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Adereit ouzh %s evit bevaat ar c'hemmoĂš mar plij"
-#: ../../standalone/drakTermServ_.c:188
+#: ../../standalone/drakTermServ_.c:239
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../standalone/drakTermServ_.c:203
+#: ../../standalone/drakTermServ_.c:253
#, fuzzy
msgid "Enable Server"
msgstr "StlennvonioĂš"
-#: ../../standalone/drakTermServ_.c:210
+#: ../../standalone/drakTermServ_.c:260
#, fuzzy
msgid "Disable Server"
msgstr "StlennvonioĂš"
-#: ../../standalone/drakTermServ_.c:218
+#: ../../standalone/drakTermServ_.c:268
#, fuzzy
msgid "Start Server"
msgstr "Servijer NIS"
-#: ../../standalone/drakTermServ_.c:225
+#: ../../standalone/drakTermServ_.c:275
#, fuzzy
msgid "Stop Server"
msgstr "Servijer NIS"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
#, fuzzy
msgid "Etherboot Floppy/ISO"
msgstr "KrouiĂą ur bladennig loc'haĂą"
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:239
+#: ../../standalone/drakTermServ_.c:294
#, fuzzy
msgid "Add/Del Users"
msgstr "OuzhpennaĂą un arveriad"
-#: ../../standalone/drakTermServ_.c:241
+#: ../../standalone/drakTermServ_.c:299
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:328
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
msgstr ""
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
msgstr ""
-#: ../../standalone/drakTermServ_.c:521
+#: ../../standalone/drakTermServ_.c:573
msgid "No kernel selected!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:535
+#: ../../standalone/drakTermServ_.c:587
#, fuzzy
msgid "No nic selected!"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:552
+#: ../../standalone/drakTermServ_.c:604
#, fuzzy
msgid "<-- Delete"
msgstr "Dilemel"
-#: ../../standalone/drakTermServ_.c:559
+#: ../../standalone/drakTermServ_.c:611
#, fuzzy
msgid "Delete All NBIs"
msgstr "Diuzit ar restr"
-#: ../../standalone/drakTermServ_.c:621
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
#, fuzzy
msgid "Add User -->"
msgstr "OuzhpennaĂą un arveriad"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Seurt : "
+
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:773
+msgid "Thin Client"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:775
+msgid "Allow Thin Clients"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:742
-msgid "<-- Del Client"
+#: ../../standalone/drakTermServ_.c:821
+msgid "<-- Edit Client"
msgstr ""
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:837
+#, fuzzy
+msgid "Delete Client"
+msgstr "Dilemel"
+
+#: ../../standalone/drakTermServ_.c:843
#, fuzzy
msgid "dhcpd Config..."
msgstr "KefluniaĂą IDE"
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Maskl rouedad"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Anv ar domani"
+
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr "Servijer NIS"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1001
#, fuzzy
msgid "dhcpd Server Configuration"
msgstr "Kefluniadur"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone/drakTermServ_.c:875
+#: ../../standalone/drakTermServ_.c:1018
#, fuzzy
msgid "Write Config"
msgstr "KefluniaĂą X"
-#: ../../standalone/drakTermServ_.c:965
+#: ../../standalone/drakTermServ_.c:1120
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:974
+#: ../../standalone/drakTermServ_.c:1129
#, fuzzy
msgid "No floppy drive available!"
msgstr "Lenner pladennig hegerz ebet"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:40
msgid "Error!"
msgstr "Fazi!"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
#, fuzzy
msgid "Auto Install Configurator"
msgstr "Kefluniadur goude staliaĂą"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -9417,23 +9486,32 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "AdkargaĂą"
+
+#: ../../standalone/drakautoinst_.c:66
#, fuzzy
msgid "Automatic Steps Configuration"
msgstr "Kefluniadur goude staliaĂą"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
#, fuzzy
msgid "Creating auto install floppy"
msgstr "O krouiĂą ur bladennig staliaĂą emgefreek"
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -9441,57 +9519,57 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:480
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr "Gourc'hemennoĂš!"
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
#, fuzzy
msgid "Auto Install"
msgstr "StaliaĂą"
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
#, fuzzy
msgid "Add an item"
msgstr "OuzhpennaĂą un arveriad"
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
#, fuzzy
msgid "Remove the last item"
msgstr "O furmadiĂą ar restr saveteiĂą %s"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:724
+#: ../../standalone/drakbackup_.c:691
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
msgstr ""
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9499,7 +9577,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9507,13 +9585,13 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
#, fuzzy
msgid "Total progess"
msgstr "AmprouiĂą ar porzhioĂš"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9522,41 +9600,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:852
+#: ../../standalone/drakbackup_.c:819
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Tremenger ebet"
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:821
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Fazi en ur zigeriù %s evit skrivaù : %s"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -9567,68 +9645,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
#, fuzzy
msgid "Backup User files..."
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
#, fuzzy
msgid "Backup Other files..."
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:1323
+#: ../../standalone/drakbackup_.c:1296
#, fuzzy
msgid "No changes to backup!"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
@@ -9636,926 +9714,926 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, c-format
msgid ""
"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Fazi en ur lenn ar restr %s"
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
#, fuzzy
msgid "File Selection"
msgstr "Diuzadenn strollad pakadoĂš"
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1604
+#: ../../standalone/drakbackup_.c:1575
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Dibabit ar pakadoĂš a vennit staliaĂą, mar plij."
-#: ../../standalone/drakbackup_.c:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
#, fuzzy
msgid "Remove Selected"
msgstr "Lemel ar steudad"
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
#, fuzzy
msgid "Users"
msgstr "Anv arveriad"
-#: ../../standalone/drakbackup_.c:1777
+#: ../../standalone/drakbackup_.c:1740
#, fuzzy
msgid "Use network connection to backup"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1785
+#: ../../standalone/drakbackup_.c:1748
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../standalone/drakbackup_.c:1795
+#: ../../standalone/drakbackup_.c:1758
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
#, fuzzy
msgid "Please enter your login"
msgstr "Klaskit adarre mar plij"
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
#, fuzzy
msgid "Please enter your password"
msgstr "Klaskit adarre mar plij"
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
#, fuzzy
msgid "Remember this password"
msgstr "Tremenger ebet"
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
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:1925
+#: ../../standalone/drakbackup_.c:1887
#, fuzzy
msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
#
-#: ../../standalone/drakbackup_.c:1931
+#: ../../standalone/drakbackup_.c:1893
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Klikit war ur parzhadur mar plij"
#
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Klikit war ur parzhadur mar plij"
#
-#: ../../standalone/drakbackup_.c:1943
+#: ../../standalone/drakbackup_.c:1905
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Klikit war ur parzhadur mar plij"
-#: ../../standalone/drakbackup_.c:1944
+#: ../../standalone/drakbackup_.c:1906
msgid " Erase Now "
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1950
+#: ../../standalone/drakbackup_.c:1912
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Klikit war ur parzhadur mar plij"
#
-#: ../../standalone/drakbackup_.c:1956
+#: ../../standalone/drakbackup_.c:1918
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Klikit war ur parzhadur mar plij"
-#: ../../standalone/drakbackup_.c:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
#, fuzzy
msgid "No CD device defined!"
msgstr "Diuzit ar restr"
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
#, fuzzy
msgid "Use tape to backup"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2059
+#: ../../standalone/drakbackup_.c:2021
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Dibabit ar pakadoĂš a vennit staliaĂą, mar plij."
-#: ../../standalone/drakbackup_.c:2065
+#: ../../standalone/drakbackup_.c:2027
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Dibabit ar pakadoĂš a vennit staliaĂą, mar plij."
-#: ../../standalone/drakbackup_.c:2071
+#: ../../standalone/drakbackup_.c:2033
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Dibabit ar pakadoĂš a vennit staliaĂą, mar plij."
-#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2142
+#: ../../standalone/drakbackup_.c:2103
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
#, fuzzy
msgid "Use quota for backup files."
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
#, fuzzy
msgid "Network"
msgstr "Taolenn"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2238
+#: ../../standalone/drakbackup_.c:2195
#, fuzzy
msgid "Tape"
msgstr "Seurt"
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
#, fuzzy
msgid "Use daemon"
msgstr "Anv arveriad"
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Dibabit ar pakadoĂš a vennit staliaĂą, mar plij."
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Diuzit ar yezh da implijout, mar plij."
-#: ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2247
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:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
msgid "What"
msgstr "Petra"
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
msgid "Where"
msgstr "Pelec'h"
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
msgid "When"
msgstr "Pa"
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
#, fuzzy
msgid "More Options"
msgstr "DibarzhoÚ ar mollad :"
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Dibabit ar pakadoĂš a vennit staliaĂą, mar plij."
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
#, fuzzy
msgid "on Tape Device"
msgstr "Trobarzhell ar voullerez"
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Dibabit ar pakadoĂš a vennit staliaĂą, mar plij."
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2450
#, fuzzy
msgid "Backup system"
msgstr "KefluniaĂą reizhiadoĂš restroĂš"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2604
+#: ../../standalone/drakbackup_.c:2555
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Trobarzhell al logodenn : %s\n"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2557
#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2610
+#: ../../standalone/drakbackup_.c:2561
#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Parzhadur"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Dibabit ouzh pe borzh a-steud eo luget ho modem, mar plij."
-#: ../../standalone/drakbackup_.c:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
#, fuzzy
msgid " Restore Configuration "
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup_.c:3019
#, fuzzy
msgid "Backup the system files before:"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
#, fuzzy
msgid "please choose the date to restore"
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
#, fuzzy
msgid "FTP Connection"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
#, fuzzy
msgid "Secure Connection"
msgstr "Diuzit lugerezh ar voullerez"
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Assevel adalek ar pladennig"
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
#, fuzzy
msgid "Select another media to restore from"
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
#, fuzzy
msgid "Other Media"
msgstr "All"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
#, fuzzy
msgid "Restore system"
msgstr "StaliaĂą ar reizhiad"
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
#, fuzzy
msgid "Restore Users"
msgstr "AdaozaĂą adalek ar restr"
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
#, fuzzy
msgid "Restore Other"
msgstr "AdaozaĂą adalek ar restr"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3396
+#: ../../standalone/drakbackup_.c:3344
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Lemel ar steudad"
-#: ../../standalone/drakbackup_.c:3413
+#: ../../standalone/drakbackup_.c:3361
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "AdaozaĂą adalek ar restr"
-#: ../../standalone/drakbackup_.c:3479
+#: ../../standalone/drakbackup_.c:3427
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, fuzzy
msgid "Restore From CD"
msgstr "Assevel adalek ar pladennig"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, fuzzy
msgid "Restore From Tape"
msgstr "Taolenn barzhaĂą saveteerezh"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, fuzzy
msgid "Restore Via Network"
msgstr "AdaozaĂą adalek ar restr"
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3527
+#: ../../standalone/drakbackup_.c:3475
#, fuzzy
msgid "Host Name"
msgstr "Anv an ostiz"
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3535
+#: ../../standalone/drakbackup_.c:3483
#, fuzzy
msgid "Password required"
msgstr "Tremenger"
-#: ../../standalone/drakbackup_.c:3541
+#: ../../standalone/drakbackup_.c:3489
#, fuzzy
msgid "Username required"
msgstr "Anv arveriad"
-#: ../../standalone/drakbackup_.c:3544
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Hostname required"
msgstr "Anv an ostiz : "
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3565
+#: ../../standalone/drakbackup_.c:3513
#, fuzzy
msgid "Restore Failed..."
msgstr "AdaozaĂą adalek ar restr"
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
#, fuzzy
msgid "Custom Restore"
msgstr "Neuziet"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3867
+#: ../../standalone/drakbackup_.c:3813
#, fuzzy
msgid "Restore From Catalog"
msgstr "Taolenn barzhaĂą saveteerezh"
-#: ../../standalone/drakbackup_.c:3895
+#: ../../standalone/drakbackup_.c:3841
#, fuzzy
msgid "Restore Progress"
msgstr "AdaozaĂą adalek ar restr"
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
msgid "Previous"
msgstr "Diaraog"
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
msgid "Save"
msgstr "EnrollaĂą"
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
#, fuzzy
msgid "Build Backup"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
#, fuzzy
msgid "Restore"
msgstr "AdaozaĂą adalek ar restr"
-#: ../../standalone/drakbackup_.c:4233
+#: ../../standalone/drakbackup_.c:4189
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4257
+#: ../../standalone/drakbackup_.c:4195
+msgid ""
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:4209
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Ar pakadoĂš a-heul a zo war-nes bezaĂą distaliet"
-#: ../../standalone/drakbackup_.c:4280
-msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4232
#, fuzzy
msgid "Please select data to restore..."
msgstr "Diuzit ar yezh da implijout, mar plij."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
#, fuzzy
msgid "Please select media for backup..."
msgstr "Diuzit ar yezh da implijout, mar plij."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
#, fuzzy
msgid "Please select data to backup..."
msgstr "Diuzit ar yezh da implijout, mar plij."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
#, fuzzy
msgid "Backup system files"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
#, fuzzy
msgid "Backup user files"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
#, fuzzy
msgid "Backup other files"
msgstr "Restr gwareziĂą siek"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
#, fuzzy
msgid "Sending files..."
msgstr "EnrollaĂą er restr"
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
#, fuzzy
msgid "View Backup Configuration."
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
#, fuzzy
msgid "Wizard Configuration"
msgstr "Kefluniadur"
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
#, fuzzy
msgid "Advanced Configuration"
msgstr "Kefluniadur"
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
#, fuzzy
msgid "Backup Now"
msgstr "KefluniaĂą reizhiadoĂš restroĂš"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
msgid ""
"options description:\n"
"\n"
@@ -10587,7 +10665,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10596,7 +10674,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -10637,7 +10715,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4788
+#: ../../standalone/drakbackup_.c:4701
msgid ""
"restore description:\n"
" \n"
@@ -10665,35 +10743,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
+#, fuzzy
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
"Copyright (C) 2001 MandrakeSoft gant DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:4832
+#: ../../standalone/drakbackup_.c:4732
msgid ""
"Description:\n"
"\n"
@@ -10722,7 +10785,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -10733,7 +10795,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -10744,7 +10806,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10757,161 +10819,97 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
msgstr "Staliadur %s a zo sac'het. Degouezhet eo ar fazi a heul :"
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
msgstr ""
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
msgid "Standalone Tools"
msgstr ""
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
#, fuzzy
msgid "Mandrake Online"
msgstr "MandrakeConsulting"
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
#, fuzzy
msgid "Menudrake"
msgstr "MandrakeStore"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
#, fuzzy
msgid "Msec"
msgstr "Logodenn"
-#: ../../standalone/drakbug_.c:77
+#: ../../standalone/drakbug_.c:57
#, fuzzy
msgid "Remote Control"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../standalone/drakbug_.c:78
+#: ../../standalone/drakbug_.c:58
#, fuzzy
msgid "Software Manager"
msgstr "Anv rannet"
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
msgstr ""
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
#, fuzzy
msgid "Windows Migration tool"
msgstr "TitouroĂš"
-#: ../../standalone/drakbug_.c:81
+#: ../../standalone/drakbug_.c:61
#, fuzzy
msgid "Userdrake"
msgstr "Moullerez"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
#, fuzzy
msgid "Configuration Wizards"
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:75
#, fuzzy
msgid "Application:"
msgstr "X11/ArloadoĂš"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
#, fuzzy
msgid "Package: "
msgstr "Pakad"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:100
+#: ../../standalone/drakbug_.c:78
#, fuzzy
msgid "Release: "
msgstr "Gortozit mar plij"
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -10923,346 +10921,349 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:134
+#: ../../standalone/drakbug_.c:112
#, fuzzy
msgid "Report"
msgstr "Paour"
-#: ../../standalone/drakbug_.c:171
+#: ../../standalone/drakbug_.c:148
#, fuzzy
msgid "Not installed"
msgstr "Dilezel ar staliadur"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "Dilezel ar staliadur"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:196
+#: ../../standalone/drakbug_.c:180
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Gallout a rit dibab yezhoĂš all hag a vo hegerz goude staliaĂą"
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, fuzzy, c-format
msgid "Network configuration (%d adapters)"
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
#, fuzzy
msgid "Profile: "
msgstr "marc'haù sac'het : "
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr ""
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr ""
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr ""
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
#, fuzzy
msgid "Hostname: "
msgstr "Anv an ostiz : "
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
#, fuzzy
msgid "Internet access"
msgstr "dedennus"
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
#, fuzzy
msgid "Type:"
msgstr "Seurt : "
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "Treuzell : "
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
#, fuzzy
msgid "Interface:"
msgstr "dedennus"
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr ""
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr ""
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
#, fuzzy
msgid "Configure Internet Access..."
msgstr "KefluniaĂą servijoĂš"
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
#, fuzzy
msgid "LAN configuration"
msgstr "Kefluniadur"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
#, fuzzy
msgid "Driver"
msgstr "Servijer"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
#, fuzzy
msgid "Interface"
msgstr "dedennus"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr ""
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
#, fuzzy
msgid "State"
msgstr "Meuziad LaĂąsaĂą"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
#, fuzzy
msgid "Configure Local Area Network..."
msgstr "KefluniaĂą ur rouedad"
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "Skoazeller..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr ""
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
#, fuzzy
msgid "Connected"
msgstr "Anv ar gevreadenn"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
#, fuzzy
msgid "Not connected"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr ""
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr ""
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
#, fuzzy
msgid "LAN Configuration"
msgstr "Kefluniadur"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr ""
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr ""
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr ""
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
#, fuzzy
msgid "activate now"
msgstr "Bevaat"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
#, fuzzy
msgid "deactivate now"
msgstr "Bevaat"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
#, fuzzy
msgid "Internet connection configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
#, fuzzy
msgid "Internet Connection Configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
#, fuzzy
msgid "Connection type: "
msgstr "Anv ar gevreadenn"
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr ""
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Treuzell"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr ""
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr ""
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr ""
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
#, fuzzy
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
#, fuzzy
msgid "Module name"
msgstr "DibarzhoÚ ar mollad :"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
#, fuzzy
msgid "Size"
msgstr "Ment: %s"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
#, fuzzy
msgid "drakfloppy"
msgstr "Assevel adalek ar pladennig"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
#, fuzzy
msgid "boot disk creation"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "dre ziouer"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
#, fuzzy
msgid "kernel version"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
#, fuzzy
msgid "General"
msgstr "Rummel"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
#, fuzzy
msgid "Expert Area"
msgstr "Mod mailh"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
msgstr ""
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
#, fuzzy
msgid "Add a module"
msgstr "OuzhpennaĂą un arveriad"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
#, fuzzy
msgid "force"
msgstr "Dilec'hiaĂą"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr ""
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
msgid "omit scsi modules"
msgstr ""
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr ""
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
#, fuzzy
msgid "Remove a module"
msgstr "EilpennaĂą urzh ar pajennoĂš"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr ""
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr ""
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:382
+#: ../../standalone/drakfloppy_.c:341
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, c-format
msgid "Unable to fork: %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -11270,104 +11271,104 @@ msgid ""
" %s"
msgstr ""
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
msgstr ""
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
#, fuzzy
msgid "no fonts found"
msgstr "%s ket kavet"
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
#, fuzzy
msgid "done"
msgstr "Graet"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr ""
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr ""
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr ""
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
#, fuzzy
msgid "Fonts copy"
msgstr "FurmadiĂą ar bladennig"
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
#, fuzzy
msgid "True Type fonts installation"
msgstr "O prientiĂą ar staliadur"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr ""
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
msgstr ""
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
msgid "Restart XFS"
msgstr ""
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
#, fuzzy
msgid "xfs restart"
msgstr "strishaat"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -11376,124 +11377,212 @@ msgid ""
"may hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
#, fuzzy
msgid "Fonts Importation"
msgstr "FurmadiĂą parzhadurioĂš"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
#, fuzzy
msgid "Uninstall Fonts"
msgstr "O tistaliaĂą ar RPMoĂš"
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
#, fuzzy
msgid "Advanced Options"
msgstr "Kefluniadur"
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
#, fuzzy
msgid "Font List"
msgstr "Poent marc'haĂą"
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
#, fuzzy
msgid "Choose the applications that will support the fonts:"
msgstr "Dibabit ar parzhadur a vennit furmadiĂą"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr ""
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
#, fuzzy
msgid "StarOffice"
msgstr "Burev"
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
msgid "Abiword"
msgstr ""
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
#, fuzzy
msgid "Generic Printers"
msgstr "Moullerez"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
#, fuzzy
msgid "Install List"
msgstr "StaliaĂą ar reizhiad"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
#, fuzzy
msgid "Selected All"
msgstr "Diuzit ar restr"
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
#, fuzzy
msgid "Remove List"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
msgid "Initials tests"
msgstr ""
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
msgid "Copy fonts on your system"
msgstr ""
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
#, fuzzy
msgid "Post Install"
msgstr "StaliaĂą"
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
msgid "Remove fonts on your system"
msgstr ""
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
#, fuzzy
msgid "Post Uninstall"
msgstr "Dilezel ar staliadur"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
#, fuzzy
msgid "Internet Connection Sharing"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr ""
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11501,21 +11590,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
#, fuzzy
msgid "disable"
msgstr "Taolenn"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
#, fuzzy
msgid "reconfigure"
msgstr "KefluniaĂą X"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
#, fuzzy
msgid "Disabling servers..."
msgstr "O tinoiĂą trobarzhelloĂš..."
@@ -11525,11 +11614,11 @@ msgstr "O tinoiĂą trobarzhelloĂš..."
msgid "Internet connection sharing is now disabled."
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr ""
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11537,26 +11626,29 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
#, fuzzy
msgid "enable"
msgstr "Taolenn"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:185
+#: ../../standalone/drakgw_.c:183
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
"this computer's Internet connection.\n"
"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
"Note: you need a dedicated Network Adapter to set up a Local Area Network "
"(LAN)."
msgstr ""
@@ -11595,18 +11687,18 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:237
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-#: ../../standalone/drakgw_.c:255
+#: ../../standalone/drakgw_.c:261
#, fuzzy
msgid "Network interface already configured"
msgstr "Skramm ket kefluniet"
-#: ../../standalone/drakgw_.c:256
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11616,17 +11708,26 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:261
+#: ../../standalone/drakgw_.c:267
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Kefluniadur goude staliaĂą"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:268
#, fuzzy
msgid "Show current interface configuration"
msgstr "KefluniaĂą ar modem"
-#: ../../standalone/drakgw_.c:264
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "KefluniaĂą ar modem"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11637,80 +11738,119 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:276
+#: ../../standalone/drakgw_.c:283
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
-"server; in that case please verify I correctly read the C-Class Network that "
-"you use for your local network; I will not reconfigure it and I will not "
-"touch your DHCP server configuration.\n"
+"server; in that case please verify I correctly read the Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
"\n"
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:281
-msgid "C-Class Local Network"
+#: ../../standalone/drakgw_.c:290
+#, fuzzy
+msgid "Local Network adress"
+msgstr "kartenn rouedad kavet ebet"
+
+#: ../../standalone/drakgw_.c:294
+msgid ""
+"DHCP Server Configuration.\n"
+"\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:282
+#: ../../standalone/drakgw_.c:300
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP ar servijer SMB"
-#: ../../standalone/drakgw_.c:283
+#: ../../standalone/drakgw_.c:301
+#, fuzzy
+msgid "The DNS Server IP"
+msgstr "IP ar servijer SMB"
+
+#: ../../standalone/drakgw_.c:302
+#, fuzzy
+msgid "The internal domain name"
+msgstr "Moullerez lec'hel"
+
+#: ../../standalone/drakgw_.c:303
+msgid "The DHCP start range"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:304
+msgid "The DHCP end range"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:305
+msgid "The default lease (in seconds)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:306
+msgid "The maximum lease (in seconds)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:290
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:335
#, fuzzy
msgid "Configuring..."
msgstr "KefluniaĂą IDE"
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:348
+#: ../../standalone/drakgw_.c:372
#, fuzzy, c-format
msgid "Problems installing package %s"
msgstr "O staliaĂą ar pakad %s"
-#: ../../standalone/drakgw_.c:481
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP)."
msgstr ""
-#: ../../standalone/drakgw_.c:500
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:501
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:502
+#: ../../standalone/drakgw_.c:525
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:507
+#: ../../standalone/drakgw_.c:531
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakgw_.c:514
+#: ../../standalone/drakgw_.c:539
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11720,156 +11860,156 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "group"
msgstr "Strollad labour"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "permissions"
msgstr "parzhadur %s"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "user"
msgstr "Anv arveriad"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:44
#, fuzzy
msgid "delete"
msgstr "Dilemel"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
#, fuzzy
msgid "edit"
msgstr "Etre"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:46
#, fuzzy
msgid "Down"
msgstr "Graet"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:47
#, fuzzy
msgid "add a rule"
msgstr "OuzhpennaĂą un arveriad"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
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:62
+#: ../../standalone/drakperm_.c:56
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Moullerez lec'hel"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:58
msgid "Up selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:66
+#: ../../standalone/drakperm_.c:60
#, fuzzy
msgid "Delete selected rule"
msgstr "Lemel ar steudad"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:244
+#: ../../standalone/drakperm_.c:231
#, fuzzy
msgid "Current user"
msgstr "Aotren an arveriad"
-#: ../../standalone/drakperm_.c:249
+#: ../../standalone/drakperm_.c:236
#, fuzzy
msgid "Permissions"
msgstr "Stumm : %s\n"
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:251
+#: ../../standalone/drakperm_.c:238
#, fuzzy
msgid "Property"
msgstr "Paour"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:311
+#: ../../standalone/drakperm_.c:297
msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:312
+#: ../../standalone/drakperm_.c:298
msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:318
+#: ../../standalone/drakperm_.c:304
#, fuzzy
msgid "Path selection"
msgstr "Diuz pakadoĂš unan hag unan"
-#: ../../standalone/drakperm_.c:364
+#: ../../standalone/drakperm_.c:350
#, fuzzy
msgid "user :"
msgstr "Anv arveriad"
-#: ../../standalone/drakperm_.c:366
+#: ../../standalone/drakperm_.c:352
#, fuzzy
msgid "group :"
msgstr "Strollad labour"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:46
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/draksound_.c:48
+#: ../../standalone/draksound_.c:47
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -11881,7 +12021,7 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -11890,139 +12030,139 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:78
+#: ../../standalone/draksplash_.c:67
#, fuzzy
msgid "first step creation"
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:70
#, fuzzy
msgid "final resolution"
msgstr "Spister"
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
#, fuzzy
msgid "choose image file"
msgstr "Dibabit ur restr"
-#: ../../standalone/draksplash_.c:81
+#: ../../standalone/draksplash_.c:72
#, fuzzy
msgid "Theme name"
msgstr "Anv rannet"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "KefluniaĂą servijoĂš"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:113
#, fuzzy
msgid "Preview"
msgstr "trobarzhell"
-#: ../../standalone/draksplash_.c:123
+#: ../../standalone/draksplash_.c:115
#, fuzzy
msgid "Save theme"
msgstr "StaliaĂą ar reizhiad"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:116
#, fuzzy
msgid "Choose color"
msgstr "Dibabit ur skramm"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:435
+#: ../../standalone/draksplash_.c:428
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Lugerezh ar voullerez"
-#: ../../standalone/draksplash_.c:456
+#: ../../standalone/draksplash_.c:449
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Trobarzhell ar voullerez"
-#: ../../standalone/draksplash_.c:465
+#: ../../standalone/draksplash_.c:458
#, fuzzy
msgid "Generating preview ..."
msgstr "O tinoiĂą trobarzhelloĂš..."
#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:511
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr ""
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -12037,118 +12177,118 @@ msgid ""
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
#, fuzzy
msgid "Canada (cable)"
msgstr "Kanadian (Kebek)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "East Europe"
msgstr ""
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "France [SECAM]"
msgstr "Gall"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "Ireland"
msgstr "Islandek"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "West Europe"
msgstr ""
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
#, fuzzy
msgid "Australia"
msgstr "a-steud"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr ""
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr ""
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:122
+#: ../../standalone/drakxtv_.c:116
msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
+#: ../../standalone/drakxtv_.c:120
#, fuzzy
msgid "There was an error while scanning for TV channels"
msgstr "Ur fazi a zo bet en ur staliaù ar pakadoÚ :"
-#: ../../standalone/drakxtv_.c:126
+#: ../../standalone/drakxtv_.c:121
msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:129
+#: ../../standalone/drakxtv_.c:124
msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:130
+#: ../../standalone/drakxtv_.c:125
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:153
+#: ../../standalone/drakxtv_.c:147
msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:154
+#: ../../standalone/drakxtv_.c:148
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
@@ -12160,30 +12300,443 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/harddrake2_.c:8
+#: ../../standalone/harddrake2_.c:17
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "O voullaĂą pajenn(oĂš) skrid..."
+
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:22
+#, fuzzy
+msgid "Channel"
+msgstr "NullaĂą"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid ""
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:26
+#, fuzzy
+msgid "Bus identification"
+msgstr "Dilesadur"
+
+#: ../../standalone/harddrake2_.c:27
+msgid ""
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:30
+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"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "ment diaoz"
+
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:36
+#, fuzzy
+msgid "Cpuid level"
+msgstr "Live surentez"
+
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:38
+msgid "This field describes the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:39
+#, fuzzy
+msgid "Old device file"
+msgstr "Diuzit ar restr"
+
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:41
+#, fuzzy
+msgid "New devfs device"
+msgstr "Trobarzhell an dreuzell"
+
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:43
+#, fuzzy
+msgid "Module"
+msgstr "Logodenn"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:46
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:53
msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "FurmadiĂą"
+
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "live"
+
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#, fuzzy
+msgid "Model"
+msgstr "Logodenn"
+
+#: ../../standalone/harddrake2_.c:58
+#, fuzzy
+msgid "hard disk model"
+msgstr "Memor kartenn (DMA)"
+
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "DibarzhoÚ ar mollad :"
+
+#: ../../standalone/harddrake2_.c:60
+msgid "Official vendor name of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:61
+#, fuzzy
+msgid "Number of buttons"
+msgstr "2 nozelenn"
+
+#: ../../standalone/harddrake2_.c:62
+#, fuzzy
+msgid "Name"
+msgstr "Anv: "
+
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr "DibarzhoĂš ar voullerez NetWare"
+
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:64
+msgid "the number of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "O furmadiĂą"
+
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:66
+#, fuzzy
+msgid "The type of bus on which the mouse is connected"
+msgstr "Dibabit ar porzh a-steud m'eo luget ho logodenn outaĂą, mar plij."
+
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:68
+msgid "the vendor name of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:82
+#, fuzzy
+msgid "/_Quit"
+msgstr "Kuitaat"
+
+#: ../../standalone/harddrake2_.c:83
+#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "Dilesadur"
+
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+#, fuzzy
+msgid "/_Options"
+msgstr "Parzhadur"
+
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "Dilesadur"
+
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr "/_Skoazell"
+
+#: ../../standalone/harddrake2_.c:89
+msgid "/_Help..."
+msgstr "/_Skoazell..."
+
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:93
+msgid ""
+"Description of the fields:\n"
"\n"
-"Usage: harddrake [-h|--help] [--test]\n"
msgstr ""
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "Diuzit ur gartenn c'hrafek"
+
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
msgstr ""
-#: ../../standalone/keyboarddrake_.c:32
+#: ../../standalone/harddrake2_.c:102
+#, fuzzy
+msgid "/_About..."
+msgstr "Marc'haĂą"
+
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:105
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:106
+#, fuzzy
+msgid "Author:"
+msgstr "EmbrouiĂą"
+
+#: ../../standalone/harddrake2_.c:113
+#, fuzzy
+msgid "Detection in progress"
+msgstr "Poent marc'haĂą doubl %s"
+
+#: ../../standalone/harddrake2_.c:119
+#, fuzzy
+msgid "Harddrake2 version "
+msgstr "DinoiĂą ar bladenn galet"
+
+#: ../../standalone/harddrake2_.c:126
+#, fuzzy
+msgid "Detected hardware"
+msgstr "Gwelet titouroĂš periantel"
+
+#: ../../standalone/harddrake2_.c:129
+#, fuzzy
+msgid "Information"
+msgstr "Diskouez titouroĂš"
+
+#: ../../standalone/harddrake2_.c:131
+#, fuzzy
+msgid "Configure module"
+msgstr "KefluniaĂą al logodenn"
+
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:143
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "DibarzhoĂš ar voullerez lpd a-bell"
+
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+#, fuzzy
+msgid "secondary"
+msgstr "%d eilenn"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
+msgstr "Dilesadur"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "Dilesadur"
+
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "Parzhadur"
+
+#: ../../standalone/keyboarddrake_.c:26
msgid "Please, choose your keyboard layout."
msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
-#: ../../standalone/keyboarddrake_.c:41
+#: ../../standalone/keyboarddrake_.c:35
msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:18
#, fuzzy
msgid "Change Cd-Rom"
msgstr "KemmaĂą ar spister"
-#: ../../standalone/livedrake_.c:25
+#: ../../standalone/livedrake_.c:19
#, fuzzy
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
@@ -12195,286 +12748,385 @@ msgstr ""
"eo da c'houde.\n"
"Ma n'emaĂą ket ganeoc'h gwaskit NullaĂą evit chom hep staliaĂą ar Cd-Rom-se."
-#: ../../standalone/livedrake_.c:35
+#: ../../standalone/livedrake_.c:29
msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/localedrake_.c:33
+#: ../../standalone/localedrake_.c:34
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:86 ../../ugtk.pm_.c:285
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
msgid "logdrake"
msgstr ""
-#: ../../standalone/logdrake_.c:96
+#: ../../standalone/logdrake_.c:68
msgid "Show only for the selected day"
msgstr ""
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
#, fuzzy
msgid "/File/_New"
msgstr "RestroÚ :\n"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "<control>N"
msgstr ""
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "/File/_Open"
msgstr ""
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "<control>O"
msgstr ""
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "/File/_Save"
msgstr "/Restr/_EnrollaĂą"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "<control>S"
msgstr ""
-#: ../../standalone/logdrake_.c:106
+#: ../../standalone/logdrake_.c:78
msgid "/File/Save _As"
msgstr ""
-#: ../../standalone/logdrake_.c:107
+#: ../../standalone/logdrake_.c:79
msgid "/File/-"
msgstr "/Restr/-"
-#: ../../standalone/logdrake_.c:109
-#, fuzzy
-msgid "/_Options"
-msgstr "Parzhadur"
-
-#: ../../standalone/logdrake_.c:110
+#: ../../standalone/logdrake_.c:82
#, fuzzy
msgid "/Options/Test"
msgstr "Parzhadur"
-#: ../../standalone/logdrake_.c:112
+#: ../../standalone/logdrake_.c:84
msgid "/Help/_About..."
msgstr ""
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:120
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:174
+#: ../../standalone/logdrake_.c:145
#, fuzzy
msgid "User"
msgstr "Anv arveriad"
-#: ../../standalone/logdrake_.c:175
+#: ../../standalone/logdrake_.c:146
#, fuzzy
msgid "Messages"
msgstr "AmprouiĂą ar porzhioĂš"
-#: ../../standalone/logdrake_.c:176
+#: ../../standalone/logdrake_.c:147
msgid "Syslog"
msgstr "Syslog"
-#: ../../standalone/logdrake_.c:177
+#: ../../standalone/logdrake_.c:148
msgid "Mandrake Tools Explanations"
msgstr ""
-#: ../../standalone/logdrake_.c:180
+#: ../../standalone/logdrake_.c:151
#, fuzzy
msgid "search"
msgstr "Klask"
-#: ../../standalone/logdrake_.c:186
+#: ../../standalone/logdrake_.c:161
msgid "A tool to monitor your logs"
msgstr ""
-#: ../../standalone/logdrake_.c:187
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
msgid "Settings"
msgstr ""
-#: ../../standalone/logdrake_.c:192
+#: ../../standalone/logdrake_.c:167
#, fuzzy
msgid "matching"
msgstr "O vrasjediĂą"
-#: ../../standalone/logdrake_.c:193
+#: ../../standalone/logdrake_.c:168
msgid "but not matching"
msgstr ""
-#: ../../standalone/logdrake_.c:197
+#: ../../standalone/logdrake_.c:172
#, fuzzy
msgid "Choose file"
msgstr "Dibabit un obererezh"
-#: ../../standalone/logdrake_.c:202
+#: ../../standalone/logdrake_.c:181
msgid "Calendar"
msgstr ""
-#: ../../standalone/logdrake_.c:212
+#: ../../standalone/logdrake_.c:191
#, fuzzy
msgid "Content of the file"
msgstr "Anv ar gevreadenn"
-#: ../../standalone/logdrake_.c:216 ../../standalone/logdrake_.c:392
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
msgid "Mail alert"
msgstr ""
-#: ../../standalone/logdrake_.c:268
+#: ../../standalone/logdrake_.c:245
#, fuzzy, c-format
msgid "please wait, parsing file: %s"
msgstr "O prientiĂą ar staliadur"
-#: ../../standalone/logdrake_.c:409
+#: ../../standalone/logdrake_.c:392
#, fuzzy
msgid "Mail alert configuration"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../standalone/logdrake_.c:410
+#: ../../standalone/logdrake_.c:393
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../standalone/logdrake_.c:417
+#: ../../standalone/logdrake_.c:400
msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:418
+#: ../../standalone/logdrake_.c:401
#, fuzzy
msgid "Domain Name Resolver"
msgstr "Anv ar domani"
-#: ../../standalone/logdrake_.c:419
+#: ../../standalone/logdrake_.c:402
#, fuzzy
msgid "Ftp Server"
msgstr "Servijer NIS"
-#: ../../standalone/logdrake_.c:420
+#: ../../standalone/logdrake_.c:403
#, fuzzy
msgid "Postfix Mail Server"
msgstr "StlennvonioĂš"
-#: ../../standalone/logdrake_.c:421
+#: ../../standalone/logdrake_.c:404
#, fuzzy
msgid "Samba Server"
msgstr "Servijer NIS"
-#: ../../standalone/logdrake_.c:422
+#: ../../standalone/logdrake_.c:405
#, fuzzy
msgid "SSH Server"
msgstr "Servijer NIS"
-#: ../../standalone/logdrake_.c:423
+#: ../../standalone/logdrake_.c:406
#, fuzzy
msgid "Webmin Service"
msgstr "trobarzhell"
-#: ../../standalone/logdrake_.c:424
+#: ../../standalone/logdrake_.c:407
#, fuzzy
msgid "Xinetd Service"
msgstr "Servijer moullaĂą"
-#: ../../standalone/logdrake_.c:431
+#: ../../standalone/logdrake_.c:414
#, fuzzy
msgid "service setting"
msgstr "dedennus"
-#: ../../standalone/logdrake_.c:432
+#: ../../standalone/logdrake_.c:415
msgid ""
"You will receive an alert if one of the selected services is no more running"
msgstr ""
-#: ../../standalone/logdrake_.c:444
+#: ../../standalone/logdrake_.c:428
#, fuzzy
msgid "load setting"
msgstr "O furmadiĂą"
-#: ../../standalone/logdrake_.c:445
+#: ../../standalone/logdrake_.c:429
msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: ../../standalone/logdrake_.c:458
+#: ../../standalone/logdrake_.c:444
#, fuzzy
msgid "alert configuration"
msgstr "KefluniaĂą ar proksioĂš"
-#: ../../standalone/logdrake_.c:459
+#: ../../standalone/logdrake_.c:445
#, fuzzy
msgid "Please enter your email address below "
msgstr "Klaskit adarre mar plij"
-#: ../../standalone/logdrake_.c:498
+#: ../../standalone/logdrake_.c:486
#, fuzzy
msgid "Save as.."
msgstr "Meuziad LaĂąsaĂą"
-#: ../../standalone/mousedrake_.c:45
+#: ../../standalone/mousedrake_.c:37
msgid "Please, choose the type of your mouse."
msgstr "Dibabit seurt ho logodenn, mar plij."
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/mousedrake_.c:50
msgid "Emulate third button?"
msgstr "Kendarvan an trede nozelenn ?"
-#: ../../standalone/printerdrake_.c:57
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "Kefluniadur ar rouedad"
+
+#: ../../standalone/net_monitor_.c:96
+#, fuzzy
+msgid "Profile "
+msgstr "marc'haù sac'het : "
+
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "EnrollaĂą er restr"
+
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "Anv ar gevreadenn"
+
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
+msgid "Wait please, testing your connection..."
+msgstr "KefluniaĂą ur rouedad"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "Anv ar gevreadenn"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Disconnecting from Internet "
+msgstr "Anv ar gevreadenn"
+
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "Anv ar gevreadenn"
+
+#: ../../standalone/net_monitor_.c:226
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "KefluniaĂą ar proksioĂš"
+
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "RestroĂš lec'hel"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:453
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Anv ar gevreadenn"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Lugerezh ar voullerez"
+
+#: ../../standalone/printerdrake_.c:47
#, fuzzy
msgid "Reading printer data ..."
msgstr "DibarzhoĂš ar voullerez lpd a-bell"
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
#, fuzzy
msgid "Detecting devices ..."
msgstr "O tinoiĂą trobarzhelloĂš..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Test ports"
msgstr "AmprouiĂą ar porzhioĂš"
-#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
-#: ../../standalone/scannerdrake_.c:81
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
-#: ../../standalone/scannerdrake_.c:56
+#: ../../standalone/scannerdrake_.c:54
#, fuzzy, c-format
msgid "%s found on %s, configure it?"
msgstr "Mennout a rit kefluniaĂą ur voullerez ?"
-#: ../../standalone/scannerdrake_.c:59
+#: ../../standalone/scannerdrake_.c:57
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: ../../standalone/scannerdrake_.c:65
+#: ../../standalone/scannerdrake_.c:63
#, fuzzy
msgid "Select a scanner"
msgstr "Diuzit ur gartenn c'hrafek"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:91
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-#: ../../standalone/scannerdrake_.c:109
+#: ../../standalone/scannerdrake_.c:107
#, fuzzy
msgid "choose device"
msgstr "Trobarzhell loc'haĂą"
-#: ../../standalone/scannerdrake_.c:115
+#: ../../standalone/scannerdrake_.c:113
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12482,7 +13134,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:120
+#: ../../standalone/scannerdrake_.c:118
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12499,6 +13151,11 @@ msgstr ""
msgid "Some devices were added:\n"
msgstr ""
+#: ../../standalone/service_harddrake_.c:64
+#, fuzzy
+msgid "Hardware probing in progress"
+msgstr "Poent marc'haĂą doubl %s"
+
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Dibabit ho yezh"
@@ -12520,9 +13177,8 @@ msgid "Choose your keyboard"
msgstr "Dibabit ho stokellaoueg"
#: ../../steps.pm_.c:19
-#, fuzzy
msgid "Security"
-msgstr "rodellek"
+msgstr "Diogelroez"
#: ../../steps.pm_.c:20
msgid "Setup filesystems"
@@ -12573,13 +13229,17 @@ msgstr "StaliaĂą ar reizhiad"
msgid "Exit install"
msgstr "Dilezel ar staliadur"
-#: ../../ugtk.pm_.c:648
+#: ../../ugtk.pm_.c:636
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
-msgstr ""
+msgstr "Web/FTP"
#: ../../share/compssUsers:999
#, fuzzy
@@ -12717,7 +13377,7 @@ msgstr "Diorren"
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
-msgstr ""
+msgstr "Apache, Pro-ftpd"
#: ../../share/compssUsers:999
msgid "Tools to create and burn CD's"
@@ -12829,3 +13489,135 @@ msgstr "Liesvedia"
#, fuzzy
msgid "Scientific Workstation"
msgstr "TitouroĂš"
+
+#, fuzzy
+#~ msgid "cpu number "
+#~ msgstr "Niverenn bellgomz"
+
+#~ msgid ""
+#~ "You now have the opportunity to download encryption software.\n"
+#~ "\n"
+#~ "WARNING:\n"
+#~ "\n"
+#~ "Due to different general requirements applicable to these software and "
+#~ "imposed\n"
+#~ "by various jurisdictions, customer and/or end user of theses software "
+#~ "should\n"
+#~ "ensure that the laws of his/their jurisdiction allow him/them to "
+#~ "download, stock\n"
+#~ "and/or use these software.\n"
+#~ "\n"
+#~ "In addition customer and/or end user shall particularly be aware to not "
+#~ "infringe\n"
+#~ "the laws of his/their jurisdiction. Should customer and/or end user not\n"
+#~ "respect the provision of these applicable laws, he/they will incure "
+#~ "serious\n"
+#~ "sanctions.\n"
+#~ "\n"
+#~ "In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
+#~ "liable\n"
+#~ "for special, indirect or incidental damages whatsoever (including, but "
+#~ "not\n"
+#~ "limited to loss of profits, business interruption, loss of commercial "
+#~ "data and\n"
+#~ "other pecuniary losses, and eventual liabilities and indemnification to "
+#~ "be paid\n"
+#~ "pursuant to a court decision) arising out of use, possession, or the "
+#~ "sole\n"
+#~ "downloading of these software, to which customer and/or end user could\n"
+#~ "eventually have access after having sign up the present agreement.\n"
+#~ "\n"
+#~ "\n"
+#~ "For any queries relating to these agreement, please contact \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+#~ msgstr ""
+#~ "Tu zo deoc'h bremaĂą ezkargaĂą meziantoĂš gouestlet d'ar rinegouriezh.\n"
+#~ "\n"
+#~ "HO EVEZH :\n"
+#~ "\n"
+#~ "Abalamour m'eo disheĂąvel ar pennaennoĂš meur o talvezout evit ar meziantoĂš-"
+#~ "maĂą hervez\n"
+#~ "gwiraouriezhoĂš disheĂąvel, ret eo d'an arval ha/pe arveriad en diwezh ar "
+#~ "meziantoĂš-maĂą\n"
+#~ "gwiriaĂą eo aotreet da ezskargaĂą, mirout ha/pe implijout ar meziantoĂš-maĂą\n"
+#~ "gouez d'al lezennoĂš en e/he gwiraouriezh.\n"
+#~ "\n"
+#~ "Ouzhpenn an arval ha/pe arveriad en diwezh a rank bezaĂą war evezh chom "
+#~ "hep terriĂą\n"
+#~ "lezennoĂš e/he gwiraouriezh. Ma c'hoarvezfe gant an arval ha/pe arveriad\n"
+#~ "en diwezh na zoujaĂą ouzh termenoĂš lezennoĂš o talvezout, e telezfe "
+#~ "kastizoĂš\n"
+#~ "kriz.\n"
+#~ "\n"
+#~ "E nep degouezh ne vo dalc'het Mandrakesoft nag e oberatourien na/pe e "
+#~ "bourvezerien\n"
+#~ "atebek eus nep gaou dibar, ameeun pe zarvoudus a c'hoarvezfe (ha pa vefe\n"
+#~ "zoken e-touez traoĂš all koll gounid, arsav aferioĂš, koll roadoĂš "
+#~ "kenwerzhel ha\n"
+#~ "kolloĂš arc'hant all, hag atebegezh pe zigoll diouzh an dro da vezaĂą "
+#~ "paeet\n"
+#~ "da heul ur barnadeg) o tont diouzh implij, perc'hennaĂą, pe zoken "
+#~ "ezkargaĂą\n"
+#~ "ar meziantoĂš-maĂą, a c'hellfe an arval ha/pe arveriad en diwezh bezaĂą\n"
+#~ "grataet goude bezaĂą sinet an emglev-maĂą.\n"
+#~ "\n"
+#~ "\n"
+#~ "Evit forzh pe c'houlenn a-zivout an emglevioĂš-se, darempredit mar plij\n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "SUA"
+
+#, fuzzy
+#~ msgid "Proxy configuration"
+#~ msgstr "Kefluniadur goude staliaĂą"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#, fuzzy
+#~ msgid "port"
+#~ msgstr "Paour"
+
+#, fuzzy
+#~ msgid "Url should begin with 'http:'"
+#~ msgstr "http://... a zlefe bezaĂą ar proksi"
+
+#, fuzzy
+#~ msgid "login"
+#~ msgstr "Belgian"
+
+#, fuzzy
+#~ msgid "password"
+#~ msgstr "Tremenger"
+
+#, fuzzy
+#~ msgid "re-type password"
+#~ msgstr "Tremenger ebet"
+
+#, fuzzy
+#~ msgid "The passwords don't match. Try again!"
+#~ msgstr "An tremegerioĂš ne glot ket"
+
+#~ msgid "Can't write file %s"
+#~ msgstr "N'hellan ket skrivaĂą e %s"
+
+#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#~ msgid "no help implemented yet.\n"
+#~ msgstr "N'ev ket skoazell.\n"
+
+#
+#, fuzzy
+#~ msgid "Please click on a medium"
+#~ msgstr "Klikit war ur parzhadur mar plij"
+
+#~ msgid "detected on interface %s"
+#~ msgstr "kavoutet war %s"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index 52e8197c5..5fb053f2e 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-20 11:43+0200\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\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"
@@ -69,44 +69,44 @@ msgstr ""
"VaĹĄ sistem podrĹžava konfiguraciju viĹĄe glava.\n"
"Šta želite učiniti?"
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "Izaberite veličinu memorije vaše grafičke karte"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "XFree konfiguracija"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
msgid "Which configuration of XFree do you want to have?"
msgstr "Koju konfiguraciju XFree Ĺželite imati?"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr "KonfiguriĹĄi sve glave odvojeno"
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr "Koristi Xinerama ekstenziju"
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "KonfiguriĹĄi samo karticu \"%s\" (%s)"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../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:414
+#: ../../Xconfig/card.pm_.c:416
#, 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:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, 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:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s sa EKSPERIMENTALNIM 3D hardverskim ubrzanjem"
-#: ../../Xconfig/card.pm_.c:427
+#: ../../Xconfig/card.pm_.c:429
#, 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:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, 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:453
+#: ../../Xconfig/card.pm_.c:455
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:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "Ručno izaberi"
@@ -163,7 +163,7 @@ msgstr "Grafička karta"
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "Rezolucija"
@@ -172,27 +172,28 @@ msgid "Test"
msgstr ""
#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:385 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcije"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:166
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "Ok"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3207
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "Izlaz"
@@ -221,7 +222,8 @@ msgstr ""
msgid "Generic"
msgstr "OpĹĄti"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
#, fuzzy
msgid "Vendor"
msgstr "PoniĹĄti"
@@ -279,50 +281,52 @@ msgstr "16 miliona boja (24 bita)"
msgid "4 billion colors (32 bits)"
msgstr "4 milijarde boja (32 bita)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "Rezolucije"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "Izaberite rezoluciju i dubinu boja"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "Grafička karta: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../security/main.pm_.c:216 ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:560 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "Odustani"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "Testiranje konfiguracije"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "Želite li testirati konfiguraciju?"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
#, fuzzy
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Upozorenje: testiranje ove grafičke karte može zalediti računar"
@@ -417,162 +421,162 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Koje je vrste vaĹĄa ISDN konekcija?"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "Prvi sektor boot particije"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "Prvi sektor diska (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "SILO instalacija"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
msgstr "Gdje Ĺželite smjestiti bootloader?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "LILO/grub instalacija"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr "LILO sa tekstualnim menijem"
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr "LILO sa grafičkim menijem"
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Bootanje iz DOS/Windowsa (loadlin)"
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
msgstr "Glavne opcije bootloadera"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader to use"
msgstr "Bootloader koji ćete koristiti"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
msgstr "Bootloader instalacija"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "Boot uređaj"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "Kompaktno"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "kompaktno"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "Video mod"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "Čekanje prije bootanja default preslike"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "Ĺ ifra"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "Ĺ ifra (ponovo)"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "Ograniči opcije komandne linije"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "ograniči"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "Čisti /tmp prilikom svakog boota"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Precizna veličina RAMa ako je potrebno (pronađeno %d MB)"
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "Omogući više profila"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
msgstr "Navedite veličinu rama u MB"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
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:765
-#: ../../diskdrake/interactive.pm_.c:1195
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "Molimo pokuĹĄajte ponovo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "Ĺ ifre se ne poklapaju"
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr "Init Poruka"
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
msgstr "Otvori čekanje firmware-a"
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr "Kernel Boot Timeout"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr "Omogući boot sa CDa?"
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr "Omogući boot sa OFa?"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
msgid "Default OS?"
msgstr "Default OS?"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -581,7 +585,7 @@ msgid ""
"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -589,148 +593,150 @@ msgstr ""
"Navedene su razne stavke.\n"
"Možete dodati nove ili promjeniti postojeće."
-#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3207 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "Gotovo"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
msgid "Modify"
msgstr "Izmjeni"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "Koju vrstu stavke Ĺželite dodati?"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "Ostali OSi (SunOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "Ostali OSi (MacOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "Ostali OSi (windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "Preslika"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "Root"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "Append"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "Čitaj-piši"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "Tabela"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "Nesigurno"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "Labela"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:200
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "Default"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
msgid "Initrd-size"
msgstr "Initrd-veličina"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "Ukloni stavku"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "Prazna labela nije dozvoljena"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr "Morate navesti image kernela"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a root partition"
msgstr "Morate navesti root particiju"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
msgid "This label is already used"
msgstr "Ova labela je već u upotrebi"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "Pronađeno %s %s interfejsa"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "Imate li neki drugi?"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Imate li ijedan %s interfejs?"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "Da"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
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:678
+#: ../../any.pm_.c:662
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaliram drajver za %s karticu %s"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, fuzzy, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -739,7 +745,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:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -750,17 +756,17 @@ msgstr ""
"ime2=vrijednost2 ...''.\n"
"Na primjer, ``io=0x300 irq=7''"
-#: ../../any.pm_.c:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "Opcije modula"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
msgstr "Koji %s drajver ću pokušati?"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -777,15 +783,15 @@ msgstr ""
"informacije koje mu trebaju? Povremeno, ispitivanje može zaglaviti računar,\n"
"ali ne bi trebalo izazvati nikakvu ĹĄtetu."
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "Ispitivanje"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "Navedi opcije"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -794,64 +800,64 @@ msgstr ""
"Učitavanje modula %s nije uspjelo.\n"
"Želite li probati opet sa drugim parametrima?"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr "pristup X programima"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr "dozvoli \"su\""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr "pristup administrativnim datotekama"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:738
#, fuzzy
msgid "access to network tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:739
#, fuzzy
msgid "access to compilation tools"
msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(već dodan %s)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "Ova ĹĄifra je previĹĄe jednostavna"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "Molimo navedite korisničko ime"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
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:769
+#: ../../any.pm_.c:752
#, fuzzy
msgid "The user name is too long"
msgstr "Ovo korisničko ime je već dodano"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "Ovo korisničko ime je već dodano"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -860,32 +866,32 @@ msgstr ""
"Unesite korisnika\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "Pravo ime"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "Korisničko ime"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -893,54 +899,54 @@ msgstr ""
"Mogu podesiti vaš računar da automatski prijavi jednog korisnika.\n"
"Želite li koristiti ovu mogućnost?"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "Izaberite default korisnika:"
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
msgid "Choose the window manager to run:"
msgstr "Izaberite window manager koji će se pokretati:"
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
msgid "Please choose a language to use."
msgstr "Molimo izaberite jezik koji ćete koristiti."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
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:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "Svi"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "Allow all users"
msgstr "Dozvoli svim korisnicima"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "No sharing"
msgstr "Bez dijeljenja"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:66
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, 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:991
+#: ../../any.pm_.c:973
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:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:71
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Nedostaje obavezan paket %s"
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 +955,11 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -961,31 +967,31 @@ msgstr ""
"Dijeljenje po-korisniku koristi grupu \"fileshare\". \n"
"Možete dodavati korisnike u ovu grupu pomoću userdrake-a."
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "DobrodoĹĄli u Crackers"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "LoĹĄ"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "Visok"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
msgid "Higher"
msgstr "ViĹĄi"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "Paranoičan"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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 +1001,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:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1003,7 +1009,7 @@ msgstr ""
"Šifra je sada aktivirana, ali korištenje za mrežni računar još nije "
"preporučeno."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1065
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1011,7 +1017,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:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1019,7 +1025,7 @@ msgstr ""
"Već postoje određena ograničenja, a više automatskih provjera se pokreće "
"svaku noć."
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1035,7 +1041,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:1089
+#: ../../any.pm_.c:1070
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1043,35 +1049,35 @@ msgstr ""
"Baziran na prethodnom nivou, ali sada je sistem potpuno zatvoren.\n"
"Sigurnosne osobine na maksimumu."
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1076
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcije"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Izaberite nivo sigurnosti"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
msgid "Security level"
msgstr "Nivo sigurnosti"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
msgid "Use libsafe for servers"
msgstr "Koristi libsafe za servere"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
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:1103
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1079,7 +1085,7 @@ msgid ""
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1096,202 +1102,197 @@ 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:989
+#: ../../bootloader.pm_.c:983
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:992
+#: ../../bootloader.pm_.c:986
#, 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:995
+#: ../../bootloader.pm_.c:989
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:998
+#: ../../bootloader.pm_.c:992
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:1001
+#: ../../bootloader.pm_.c:995
#, 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:1005
+#: ../../bootloader.pm_.c:999
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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, 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:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr "pomoć još nije implementirana.\n"
-
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
msgid "Boot Style Configuration"
msgstr "Konfiguracija stila boota"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
msgid "/_File"
msgstr "/_Datoteka"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr "/Datoteka/_Izlaz"
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr "<control>Q"
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr "NewStyle Categorizing Monitor"
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
msgid "NewStyle Monitor"
msgstr "NewStyle Monitor"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
msgid "Traditional Monitor"
msgstr "Tradicionalni Monitor"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr "Tradicionalni Gtk+ Monitor"
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr "Pokreni Aurora-u prilikom boota"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Lilo/grub mode"
msgstr "Lilo/grub mod"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Yaboot mode"
msgstr "Yaboot mod"
-#: ../../bootlook.pm_.c:146
+#: ../../bootlook.pm_.c:138
#, fuzzy
msgid "Install themes"
msgstr "Sistem instalacije"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
msgstr ""
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:140
#, fuzzy
msgid "Create new theme"
msgstr "Napravi novu particiju"
-#: ../../bootlook.pm_.c:192
+#: ../../bootlook.pm_.c:184
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:195
+#: ../../bootlook.pm_.c:187
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Kopiram %s"
-#: ../../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:77 ../../diskdrake/hd_gtk.pm_.c:116
-#: ../../diskdrake/interactive.pm_.c:213 ../../diskdrake/interactive.pm_.c:344
-#: ../../diskdrake/interactive.pm_.c:359 ../../diskdrake/interactive.pm_.c:473
-#: ../../diskdrake/interactive.pm_.c:478 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:34
+#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
msgid "Error"
msgstr "GreĹĄka"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
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:248
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
#, fuzzy
msgid "Notice"
msgstr "NoVideo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
#, fuzzy
msgid "Theme installation failed!"
msgstr "Izaberite klasu instalacije"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1300,22 +1301,22 @@ msgstr ""
"Trenutno koristite %s kao boot manager.\n"
"Kliknite na Konfiguriši kako bi se pokrenuo čarobnjak za podešavanje."
-#: ../../bootlook.pm_.c:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:554
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
msgid "Configure"
msgstr "KonfiguriĹĄi"
-#: ../../bootlook.pm_.c:276
+#: ../../bootlook.pm_.c:268
#, fuzzy
msgid "Splash selection"
msgstr "Spasi izbor paketa"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1324,89 +1325,84 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr "Sistem mod"
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
msgstr "Pokreni X-Window sistem na startu"
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr "Ne, ne Ĺželim da se autologiram"
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, Ĺželim da se autologiram sa ovim (korisnik, desktop)"
-#: ../../bootlook.pm_.c:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr "U redu"
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "ne mogu otvoriti /etc/inittab za čitanje: %s"
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr "%d minuta"
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr "1 minuta"
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, c-format
msgid "%d seconds"
msgstr "%d sekundi"
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
msgid "Can't make screenshots before partitioning"
msgstr "Ne mogu napraviti screenshot prije particioniranja"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, c-format
msgid "Screenshots will be available after install in %s"
msgstr "Screenshotovi će biti dostupni nakon što instalirate u %s"
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
msgid "France"
msgstr "Francuska"
@@ -1414,8 +1410,8 @@ msgstr "Francuska"
msgid "Costa Rica"
msgstr "Kostarika"
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
msgid "Belgium"
msgstr "Belgija"
@@ -1439,13 +1435,13 @@ msgstr "NorveĹĄka"
msgid "Sweden"
msgstr "Ĺ vedska"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
msgstr "Nizozemska"
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
msgid "Italy"
msgstr "Italija"
@@ -1453,8 +1449,8 @@ msgstr "Italija"
msgid "Austria"
msgstr "Austrija"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr "SAD"
@@ -1471,12 +1467,12 @@ msgstr ""
msgid "New"
msgstr "novi"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Demontiraj"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Montiraj"
@@ -1485,10 +1481,9 @@ msgstr "Montiraj"
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:383
-#: ../../diskdrake/interactive.pm_.c:572 ../../diskdrake/interactive.pm_.c:599
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Tačka montiranja"
@@ -1506,28 +1501,28 @@ msgstr ""
msgid "Server: "
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:444
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "Tačka montiranja: "
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1174
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, c-format
msgid "Options: %s"
msgstr "Opcije: %s"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "Molimo najprije napravite backup vaĹĄih podataka"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:938
-#: ../../diskdrake/interactive.pm_.c:947
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "Pročitajte pažljivo!"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1537,15 +1532,15 @@ msgstr ""
"(2048 sektora je dovoljno)\n"
"na početku diska"
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "Čarobnjak"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "Izaberi akciju"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1557,84 +1552,84 @@ msgstr ""
"Predlažem da najprije promjenite veličinu te particije\n"
"(kliknite na nju, zatim na \"Promjeni veličinu\")"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "Molimo kliknite na particiju"
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "Detalji"
-#: ../../diskdrake/hd_gtk.pm_.c:252
+#: ../../diskdrake/hd_gtk.pm_.c:254
#, fuzzy
msgid "No hard drives found"
msgstr ""
"Nije pronađen nijedan lokalni štampač!\n"
"\n"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Journalised FS"
msgstr "Journalised FS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "Ostalo"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
msgstr "Tipovi file sistema:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:406
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "Kreiraj"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:384
-#: ../../diskdrake/interactive.pm_.c:535 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "Tip"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
msgstr "Koristite ``%s'' umjesto toga"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "ObriĹĄi"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
msgstr "Najprije koristite ``Demontiraj''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:522
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1642,72 +1637,72 @@ msgstr ""
"Nakon promjene tipa particije %s, svi podaci na ovoj particiji će biti "
"izgubljeni"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose a partition"
msgstr "Izaberi particiju"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose another partition"
msgstr "Izaberi drugu particiju"
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
msgid "Exit"
msgstr "Izlaz"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
msgstr "Prebaci u ekspertni mod"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
msgstr "Prebaci u normalni mod"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "PoniĹĄti"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "Svejedno nastavljate?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "Izlaz bez spaĹĄavanja"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
msgstr "Izlazite bez pisanja tabele particija?"
-#: ../../diskdrake/interactive.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:257
msgid "Do you want to save /etc/fstab modifications"
msgstr "Želite li spasiti izmjene /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:267
-msgid "Auto allocate"
-msgstr "Auto alokacija"
-
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "ObriĹĄi sve"
-#: ../../diskdrake/interactive.pm_.c:267
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "Auto alokacija"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
msgid "More"
msgstr "JoĹĄ"
-#: ../../diskdrake/interactive.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:278
msgid "Hard drive information"
msgstr "Informacije o hard disku"
-#: ../../diskdrake/interactive.pm_.c:302
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "Sve primarne particije su u upotrebi"
-#: ../../diskdrake/interactive.pm_.c:303
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
msgstr "Ne mogu dodati viĹĄe particija"
-#: ../../diskdrake/interactive.pm_.c:304
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1715,31 +1710,31 @@ msgstr ""
"Da biste imali joĹĄ particija, molimo pobriĹĄite jednu kako bi se mogla "
"kreirati extended particija"
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:322
msgid "Save partition table"
msgstr "Snimi tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:323
msgid "Restore partition table"
msgstr "Vrati tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:316
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
msgstr "Spasi tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:318
+#: ../../diskdrake/interactive.pm_.c:326
msgid "Reload partition table"
msgstr "Ponovo učitaj tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:331
msgid "Removable media automounting"
msgstr "Automatsko montiranje izmjenjivog medija"
-#: ../../diskdrake/interactive.pm_.c:332 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "Izaberite datoteku"
-#: ../../diskdrake/interactive.pm_.c:339
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1747,11 +1742,12 @@ msgstr ""
"Backup tabela particija nema istu veličinu\n"
"Ipak nastavljate?"
-#: ../../diskdrake/interactive.pm_.c:353 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "Upozorenje"
-#: ../../diskdrake/interactive.pm_.c:354
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1759,104 +1755,104 @@ msgstr ""
"Ubacite disketu u jedinicu\n"
"Svi podaci na toj disketi će biti izgubljeni"
-#: ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
msgstr "PokuĹĄavam da spasim tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:371
+#: ../../diskdrake/interactive.pm_.c:379
msgid "Detailed information"
msgstr "Detaljne informacije"
-#: ../../diskdrake/interactive.pm_.c:386 ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "Promjeni veličinu"
-#: ../../diskdrake/interactive.pm_.c:387 ../../diskdrake/interactive.pm_.c:719
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "PremjeĹĄtanje"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "Formatiraj"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "Dodaj na RAID"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
msgstr "Dodaj na LVM"
-#: ../../diskdrake/interactive.pm_.c:394
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "Ukloni sa RAIDa"
-#: ../../diskdrake/interactive.pm_.c:395
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
msgstr "Ukloni sa LVMa"
-#: ../../diskdrake/interactive.pm_.c:396
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "Modificiraj RAID"
-#: ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "Koristi za loopback"
-#: ../../diskdrake/interactive.pm_.c:437
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "Napravi novu particiju"
-#: ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
msgstr "Početni sektor: "
-#: ../../diskdrake/interactive.pm_.c:442 ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "Veličina u MB: "
-#: ../../diskdrake/interactive.pm_.c:443 ../../diskdrake/interactive.pm_.c:820
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "Tip datotečnog sistema: "
-#: ../../diskdrake/interactive.pm_.c:448
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "Preference: "
-#: ../../diskdrake/interactive.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:503
+#: ../../diskdrake/interactive.pm_.c:511
msgid "Remove the loopback file?"
msgstr "Ukloniti loopback datoteku?"
-#: ../../diskdrake/interactive.pm_.c:533
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "Izmjena tipa particije"
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Koji datotečni sistem želite?"
-#: ../../diskdrake/interactive.pm_.c:540
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
msgstr "Prebacujem sa ext2 na ext3"
-#: ../../diskdrake/interactive.pm_.c:570
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Gdje Ĺželite montirati loopback datoteku %s?"
-#: ../../diskdrake/interactive.pm_.c:571
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Gdje želite montirati uređaj %s?"
-#: ../../diskdrake/interactive.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1865,136 +1861,136 @@ msgstr ""
"loopback.\n"
"Najprije uklonite loopback"
-#: ../../diskdrake/interactive.pm_.c:598
+#: ../../diskdrake/interactive.pm_.c:606
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Gdje želite montirati uređaj %s?"
-#: ../../diskdrake/interactive.pm_.c:622
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "Izračunavam granice FAT filesistema"
-#: ../../diskdrake/interactive.pm_.c:622 ../../diskdrake/interactive.pm_.c:681
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "Mijenjam veličinu"
-#: ../../diskdrake/interactive.pm_.c:654
+#: ../../diskdrake/interactive.pm_.c:662
msgid "This partition is not resizeable"
msgstr "Ovoj particiji ne možete mijenjati veličinu"
-#: ../../diskdrake/interactive.pm_.c:659
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "Svi podaci na toj particiji bi trebali biti backupovani"
-#: ../../diskdrake/interactive.pm_.c:661
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Nakon promjene veličine particije %s, svi podaci na njoj će biti izgubljeni"
-#: ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "Izaberite novu veličinu"
-#: ../../diskdrake/interactive.pm_.c:667
+#: ../../diskdrake/interactive.pm_.c:675
msgid "New size in MB: "
msgstr "Nova veličina u MB: "
-#: ../../diskdrake/interactive.pm_.c:720
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
msgstr "Na koji disk je Ĺželite premjestiti?"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:722
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "Na koji sektor je Ĺželite premjestiti?"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
msgstr "PremjeĹĄtam"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
msgstr "PremjeĹĄtam particiju..."
-#: ../../diskdrake/interactive.pm_.c:742
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
msgstr "Izaberite postojeći RAID na koji ćete dodati"
-#: ../../diskdrake/interactive.pm_.c:743 ../../diskdrake/interactive.pm_.c:760
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "novi"
-#: ../../diskdrake/interactive.pm_.c:758
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
msgstr "Izaberite postojeći LVM na koji ćete dodati"
-#: ../../diskdrake/interactive.pm_.c:763
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr "Naziv LVMa?"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "Ova particija se ne moĹže koristiti za loopback"
-#: ../../diskdrake/interactive.pm_.c:817
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:818
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "Naziv loopback datoteke: "
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:831
msgid "Give a file name"
msgstr "Dajte naziv datoteke"
-#: ../../diskdrake/interactive.pm_.c:826
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
msgstr "Datoteku već koristi drugi loopback, izaberite drugo ime"
-#: ../../diskdrake/interactive.pm_.c:827
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "Datoteka već postoji. Želite li je koristiti?"
-#: ../../diskdrake/interactive.pm_.c:850
+#: ../../diskdrake/interactive.pm_.c:858
msgid "Mount options"
msgstr "Opcije montiranja"
-#: ../../diskdrake/interactive.pm_.c:857
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr "Razni"
-#: ../../diskdrake/interactive.pm_.c:921 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "Uređaj"
-#: ../../diskdrake/interactive.pm_.c:922
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "nivo"
-#: ../../diskdrake/interactive.pm_.c:923
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
msgstr "veličina chunka"
-#: ../../diskdrake/interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "Budite oprezni: ova operacija je opasna"
-#: ../../diskdrake/interactive.pm_.c:953
+#: ../../diskdrake/interactive.pm_.c:962
msgid "What type of partitioning?"
msgstr "Koju vrstu particioniranja?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:978
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "Paket %s treba biti instaliran. Da li ga Ĺželite instalirati?"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2006,7 +2002,7 @@ msgstr ""
"Ili ćete koristiti LILO i stvar neće raditi, ili nećete koristiti LILO pa "
"vam ne treba ni /boot"
-#: ../../diskdrake/interactive.pm_.c:987
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2018,7 +2014,7 @@ msgstr ""
"1024og cilindra hard diska, tako da nemate /boot particiju.\n"
"Ako planirate koristiti LILO boot manager, pazite da dodate /boot particiju"
-#: ../../diskdrake/interactive.pm_.c:993
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2028,47 +2024,47 @@ msgstr ""
"Nijedan bootloader nije u mogućnosti da rukuje sa ovim bez /boot particije.\n"
"Pazite da dodate /boot particiju"
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Tabela particija za uređaj %s će biti zapisana na disk!"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Biće potrebno da rebootate prije nego što izmjene mogu stupiti na snagu"
-#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Nakon formatiranja particije %s, svi podaci na toj particiji će biti "
"izgubljeni"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "Formatiram"
-#: ../../diskdrake/interactive.pm_.c:1031
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatiram loopback datoteku %s"
-#: ../../diskdrake/interactive.pm_.c:1032
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "Formatiram particiju %s"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Hide files"
msgstr "Sakrij datoteke"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Move files to the new partition"
msgstr "Prebaci datoteke na novu particiju"
-#: ../../diskdrake/interactive.pm_.c:1044
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2077,83 +2073,83 @@ msgstr ""
"Direktorij %s već sadrži neke podatke\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1064
msgid "Moving files to the new partition"
msgstr "PremjeĹĄtam datoteke na novu particiju"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
msgstr "Kopiram %s"
-#: ../../diskdrake/interactive.pm_.c:1063
+#: ../../diskdrake/interactive.pm_.c:1072
#, c-format
msgid "Removing %s"
msgstr "Uklanjam %s"
-#: ../../diskdrake/interactive.pm_.c:1073
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr "particija %s je od sada poznata kao %s"
-#: ../../diskdrake/interactive.pm_.c:1094
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "Uređaj: "
-#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS slovo uređaja: %s (pretpostavka)\n"
-#: ../../diskdrake/interactive.pm_.c:1099
-#: ../../diskdrake/interactive.pm_.c:1107
-#: ../../diskdrake/interactive.pm_.c:1172
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "Tip: "
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "Ime: "
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "Početak: sector %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "Veličina: %s"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s sektora"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cilindar %d do %d\n"
-#: ../../diskdrake/interactive.pm_.c:1117
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "Formatirana\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "Nije formatirana\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "Montirana\n"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1131
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2162,7 +2158,7 @@ msgstr ""
"Loopback datoteka(e):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2170,27 +2166,27 @@ msgstr ""
"Particija koja se boota po defaultu\n"
" (za MS-DOS boot, ne za lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "Nivo %s\n"
-#: ../../diskdrake/interactive.pm_.c:1126
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
msgstr "Veličina chunka %s\n"
-#: ../../diskdrake/interactive.pm_.c:1127
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diskovi %s\n"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "Naziv loopback datoteke: %s"
-#: ../../diskdrake/interactive.pm_.c:1132
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2202,7 +2198,7 @@ msgstr ""
"particija Driver particija, vjerovatno\n"
"biste je trebali ostaviti na miru.\n"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2214,62 +2210,62 @@ msgstr ""
"particija je za\n"
"dvojni boot vaĹĄeg sistema.\n"
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "Veličina: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1158
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diskovi %s\n"
-#: ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tip tabele particija: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1160
+#: ../../diskdrake/interactive.pm_.c:1169
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "na busu %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1199
msgid "Filesystem encryption key"
msgstr "Ključ za kodiranje datotečnog sistema"
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
msgstr "Izaberite vaš ključ za kodiranje datotečnog sistema"
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1203
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Ova ĹĄifra je previĹĄe jednostavna (mora biti duga najmanje %d karaktera)"
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1204
msgid "The encryption keys do not match"
msgstr "Ĺ ifre se ne poklapaju"
-#: ../../diskdrake/interactive.pm_.c:1198
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
msgstr "Ĺ ifra"
-#: ../../diskdrake/interactive.pm_.c:1199
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
msgstr "Ĺ ifra (joĹĄ jednom)"
@@ -2277,10 +2273,6 @@ msgstr "Ĺ ifra (joĹĄ jednom)"
msgid "Change type"
msgstr "Promjeni tip"
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a medium"
-msgstr "Molimo kliknite na medij"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
@@ -2306,7 +2298,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
#, fuzzy
msgid "Username"
msgstr "Korisničko ime"
@@ -2320,23 +2312,23 @@ msgstr "NIS domen"
msgid "Search servers"
msgstr "TraĹži servere"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s nije uspjelo"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, 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:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "montiranje particije %s u direktoriju %s nije uspjelo"
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr "greĹĄka u demontiranju %s: %s"
@@ -2422,30 +2414,34 @@ 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:168
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:170
msgid "No alternative driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
-#: ../../harddrake/sound.pm_.c:171
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
msgid "Sound configuration"
msgstr "PodeĹĄavanje CUPSa"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2454,26 +2450,26 @@ msgid ""
"\"%s\")"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:178
#, fuzzy
msgid "Driver:"
msgstr "Drajver"
-#: ../../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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
msgid "Help"
msgstr "Pomoć"
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
msgstr ""
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2492,7 +2488,7 @@ msgid ""
"the ALSA library.\n"
msgstr ""
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2502,31 +2498,32 @@ msgid ""
"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
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
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
msgstr "Molimo sačekajte"
-#: ../../harddrake/sound.pm_.c:208
+#: ../../harddrake/sound.pm_.c:210
#, fuzzy
msgid "No known driver"
msgstr "X drajver"
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:212
+#: ../../harddrake/sound.pm_.c:214
#, fuzzy
msgid "Unkown driver"
msgstr "Nepoznat model"
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2536,225 +2533,12 @@ msgid ""
"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Model"
-msgstr "MiĹĄ"
-
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "hard disk model"
-msgstr "Memorija kartice (DMA)"
-
-#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
-msgid "Channel"
-msgstr "Odustani"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:21
-#, fuzzy
-msgid "Module"
-msgstr "MiĹĄ"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-msgid "Description"
-msgstr "Opis"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
-msgid "Bus identification"
-msgstr "Autentikacija"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
-msgid "Old device file"
-msgstr "Izaberite datoteku"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
-msgid "New devfs device"
-msgstr "Gateway uređaj"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 dugmeta"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Alternativna testna strana (A4)"
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:63
-#, fuzzy
-msgid "/_Quit"
-msgstr "Izlaz"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr "/_Pomoć"
-
-#: ../../harddrake/ui.pm_.c:65
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Pomoć"
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
-"\n"
-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:74
-msgid "About Harddrake"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:76
-#, fuzzy
-msgid "Author:"
-msgstr "Ispitivanje"
-
-#: ../../harddrake/ui.pm_.c:86
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Prepoznavanje hard diska"
-
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Pogledaj hardware info"
-
-#: ../../harddrake/ui.pm_.c:103
-#, fuzzy
-msgid "Information"
-msgstr "PrikaĹži informacije"
-
-#: ../../harddrake/ui.pm_.c:106
-#, fuzzy
-msgid "Configure module"
-msgstr "PodeĹĄavanje miĹĄa"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:111
-#, fuzzy
-msgid "Detection in progress"
-msgstr "detektovan na portu %s"
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:166
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "Uklanjam štampač \"%s\" ..."
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-#, fuzzy
-msgid "secondary"
-msgstr "%d sekundi"
-
#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
#, fuzzy
msgid "Auto-detect"
msgstr "Koristi auto prepoznavanje"
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:185
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
#, fuzzy
msgid "Unknown|Generic"
msgstr "OpĹĄti"
@@ -2767,7 +2551,7 @@ msgstr ""
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:209
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
@@ -2775,34 +2559,34 @@ msgid ""
"here. Just select your tv card parameters if needed"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:212
+#: ../../harddrake/v4l.pm_.c:227
#, fuzzy
msgid "Card model:"
msgstr "Memorija kartice (DMA)"
-#: ../../harddrake/v4l.pm_.c:213
+#: ../../harddrake/v4l.pm_.c:228
#, fuzzy
msgid "Tuner type:"
msgstr "Promjeni tip"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:216
+#: ../../harddrake/v4l.pm_.c:231
#, fuzzy
msgid "PLL setting:"
msgstr "postavka opterećenja"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
msgstr ""
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
msgstr ""
@@ -4521,6 +4305,7 @@ msgstr ""
"Firmware Delay expires."
#: ../../help.pm_.c:860
+#, fuzzy
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
"your installed hardware, you may (or may not), see the following entries:\n"
@@ -4543,10 +4328,10 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
@@ -4662,16 +4447,16 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr "Ne mogu koristiti broadcast bez NIS domene"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Ubacite FAT formatiranu disketu u jedinicu %s"
-#: ../../install_any.pm_.c:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
msgstr "Ova disketa nije FAT (DOS/Windows) formatirana"
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4679,12 +4464,12 @@ msgstr ""
"Da koristite ovaj izbor spaĹĄenih paketa, bootajte instalaciju sa ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Greška u čitanju datoteke %s"
-#: ../../install_any.pm_.c:1031
+#: ../../install_any.pm_.c:1040
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"
@@ -4693,7 +4478,7 @@ msgstr ""
"kreirati novi file sistemi. Molimo provjerite vaš hardware i pronađite uzrok "
"greĹĄke"
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
@@ -4703,7 +4488,7 @@ msgstr ""
"rad.\n"
"Možete naći više podataka o njima na: %s"
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -4713,11 +4498,11 @@ msgstr ""
"Za ovo, kreirajte particiju (ili kliknite na neku od postojećih).\n"
"Zatim izaberite ``Tačka montiranja'' i postavite ga na `/'"
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr "Morate imati swap particiju"
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
@@ -4727,59 +4512,59 @@ msgstr ""
"\n"
"Svejedno nastavi?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Morate imati FAT particiju montiranu na /boot/efi"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Koristi slobodan prostor"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Nema dovoljno slobodnog prostora za pravljenje novih particija"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partitions"
msgstr "Koristi postojeću particiju"
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Nema nijedne postojeće particije za upotrebu"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Koristi Windows particiju za loopback"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Koju particiju Ĺželite koristiti za Linux4Win?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Izaberite veličine"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Veličina root particije u MB:"
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Veličina swap particije u MB:"
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr "Koristi slobodan prostor na Windows particiji"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
msgid "Which partition do you want to resize?"
msgstr "Kojoj particiji želite promjeniti veličinu?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
msgid "Resizing Windows partition"
msgstr "Izračunavam granice Windows datotečnog sistema"
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4788,7 +4573,7 @@ msgstr ""
"FAT resizer ne moĹže izmjeniti vaĹĄu particiju, \n"
"došlo je do sljedeće greške: %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4797,7 +4582,7 @@ msgstr ""
"VaĹĄa Windows particija je previĹĄe fragmentirana, molimo prvo pokrenite "
"``defrag'' "
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
msgid ""
"WARNING!\n"
"\n"
@@ -4818,21 +4603,21 @@ msgstr ""
"ponovo pokrenite instalaciju. Također biste trebali spasiti sve podatke.\n"
"Kada ste sigurni, kliknite na Ok."
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
msgid "Which size do you want to keep for Windows on"
msgstr "Koju veličinu želite da sačuvate za windows na"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr "particiji %s"
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT promjena veličine nije uspjela: %s"
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4840,33 +4625,33 @@ msgstr ""
"Ne postoji nijedna FAT particija za promjenu veličine ili upotrebu za "
"loopback (ili nije ostalo dovoljno prostora)"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
msgstr "Pobriši čitav disk"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr "Ukloni Windows(TM)"
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Imate viĹĄe od jednog hard diska, na koji Ĺželite instalirati linux?"
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"SVE postojeće particije i podaci na njima će biti izgubljeni na disku %s"
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
msgid "Custom disk partitioning"
msgstr "Ručno particioniranje diska"
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr "Koristi fdisk"
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4875,28 +4660,28 @@ msgstr ""
"Sada moĹžete particionirati %s.\n"
"Kada zavrĹĄite, ne zaboravite spasiti sa `w'"
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
msgid "You don't have enough free space on your Windows partition"
msgstr "Nemate dovoljno slobodnog prostora na vaĹĄoj Windows particiji"
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
msgid "I can't find any room for installing"
msgstr "Ne mogu naći dovoljno prostora za instalaciju"
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX Particioni čarobnjak je našao sljedeća rješenja:"
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, c-format
msgid "Partitioning failed: %s"
msgstr "Particioniranje nije uspjelo: %s"
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr "Pokrećem mrežu"
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr "Zaustavljam mreĹžu"
@@ -4925,12 +4710,12 @@ msgstr ""
"Provjerite cdrom na instaliranom računaru koristeći \"rpm -qpl Mandrake/RPMS/"
"*.rpm\"\n"
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr "Dobro doĹĄli u %s"
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr "Nema pogodne disketne jedinice"
@@ -4940,7 +4725,7 @@ msgstr "Nema pogodne disketne jedinice"
msgid "Entering step `%s'\n"
msgstr "Prelazim na korak `%s'\n"
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -4952,77 +4737,77 @@ msgstr ""
"ovo,\n"
"pritisnite `F1' prilikom bootanja na CDROMu, zatim unesite `text'."
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr "Klasa instalacije"
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
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:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr "Izbor grupe paketa"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr "Izbor pojedinačnih paketa"
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Ukupna veličina: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr "Neispravan paket"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr "Ime: %s\n"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr "Verzija: %s\n"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr "Veličina: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr "Značaj: %s\n"
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Ne moĹžete izabrati ovaj paket jer nema dovoljno prostora za njega"
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
msgid "The following packages are going to be installed"
msgstr "Sljedeći paketi će biti instalirani"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be removed"
msgstr "Sljedeći paketi će biti uklonjeni"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr "Ne možete izabrati/isključiti ovaj paket"
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
msgstr "Ovo je obavezan paket, ne može biti isključen"
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
msgstr "Ne možete isključiti ovaj paket. On je već instaliran"
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -5030,74 +4815,74 @@ msgstr ""
"Ovaj paket mora biti unaprijeđen\n"
"Jeste li sigurni da ga želite isključiti?"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr "Ne možete isključiti ovaj paket. On mora biti unaprijeđen"
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
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:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr "Instalacija"
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
msgid "Load/Save on floppy"
msgstr "Učitaj/Spasi na disketu"
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
msgid "Updating package selection"
msgstr "OsvjeĹžavam izbor paketa"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
msgid "Minimal install"
msgstr "Minimalna instalacija"
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
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:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr "Instaliram"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr "Procjenjujem"
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr "Preostalo vremena "
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
msgid "Please wait, preparing installation..."
msgstr "Molimo sačekajte, pripremam instalaciju"
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr "%d paketa"
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
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:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "Prihvati"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
msgid "Refuse"
msgstr "Odbij"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5113,17 +4898,17 @@ msgstr ""
"Ako ga nemate, pritisnite Odustani da biste izbjegli instaliranje sa ovog CD-"
"ROMa."
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr "Svejedno nastavi?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
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:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr "DoĹĄlo je do greĹĄke kod instaliranja paketa:"
@@ -5437,108 +5222,108 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "Tastatura"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
msgid "Please choose your keyboard layout."
msgstr "Molimo izaberite izgled vaĹĄe tastature."
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
msgid "Here is the full list of keyboards available"
msgstr "Ovdje je puna lista svih dostupnih tastatura"
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr "Koju klasu instalacije Ĺželite?"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Install/Update"
msgstr "Instaliraj/Unaprijedi"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Is this an install or an update?"
msgstr "Da li je ovo instalacija ili update?"
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr "Preporučeno"
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Ekspert"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade"
msgstr "Unaprijedi"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade packages only"
msgstr "Unaprijedi samo pakete"
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
msgid "Please choose the type of your mouse."
msgstr "Molimo izaberite vrstu vaĹĄeg miĹĄa."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr "Port miĹĄa"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Molimo izaberite na kojem serijskom portu je spojen vaĹĄ miĹĄ."
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr "Emulacija tipki"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr "Emulacija 2 dugmeta"
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr "Emulacija 3 dugmeta"
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr "PodeĹĄavam PCMCIA kartice..."
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr "PodeĹĄavam IDE"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr "nema dostupnih particija"
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr "Pretražujem particije da nađem tačke montiranja"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr "Izaberite tačke montiranja"
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -5547,70 +5332,70 @@ msgstr ""
"nastaviti, ali da biste bootali vaĹĄ sistem, morate kreirati bootstrap "
"particiju u DiskDrake-u"
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr "Nije pronađena nijedna root particija radi unaprjeđivanja"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Root particija"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Ĺ ta je root particija (/) vaĹĄeg sistema?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Moraćete rebootati da bi izmjene tabele particija stupile na snagu"
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Izaberite particije koje Ĺželite formatirati"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Provjeri loĹĄe blokove?"
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr "Formatiram particije"
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr "Kreiram i formatiram datoteku %s"
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Nemam dovoljno swap prostora da dovrĹĄim instalaciju, molimo dodajte joĹĄ"
-#: ../../install_steps_interactive.pm_.c:472
+#: ../../install_steps_interactive.pm_.c:479
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "TraĹžim dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
msgstr "TraĹžim dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../install_steps_interactive.pm_.c:483
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Ne možete isključiti ovaj paket. On je već instaliran"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr "Pronalazim pakete za unaprjeđenje"
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5619,7 +5404,7 @@ msgstr ""
"Vaš sistem nema dovoljno preostalog prostora za instalaciju ili unaprjeđenje "
"(%d > %d)"
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5627,35 +5412,35 @@ msgstr ""
"Molimo izaberite učitaj ili spasi izbor paketa na disketu.\n"
"Format je isti kao i diskete koje generiĹĄe auto_install"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Load from floppy"
msgstr "Vrati sa diskete"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr "Spasi na disketu"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Loading from floppy"
msgstr "Vraćam sa diskete"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Package selection"
msgstr "Izbor paketa"
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
msgid "Insert a floppy containing package selection"
msgstr "Ubacite disketu koja sadrĹži izbor paketa"
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
msgid "Selected size is larger than available space"
msgstr "Izabrana veličina je veća od slobodnog prostora"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:649
msgid "Type of install"
msgstr "Vrsta instalacije"
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
#, fuzzy
msgid ""
"You haven't selected any group of packages.\n"
@@ -5664,19 +5449,19 @@ msgstr ""
"Niste izabrali nijednu grupu paketa\n"
"Molimo izaberite minimalnu instalaciju koju Ĺželite"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
msgid "With X"
msgstr "Sa X-om"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
msgstr "Sa osnovnom dokumentacijom (preporučeno)"
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5686,16 +5471,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:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM pod oznakom \"%s\""
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr "Pripremam instalaciju"
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
@@ -5704,95 +5489,21 @@ msgstr ""
"Instaliram paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
msgstr "Post-instalacijsko podeĹĄavanje"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, 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:827
+#: ../../install_steps_interactive.pm_.c:834
#, 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:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
#, fuzzy
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -5812,160 +5523,160 @@ msgstr ""
"\n"
"Da li želite instalirati unaprjeđenja ?"
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
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:906
+#: ../../install_steps_interactive.pm_.c:881
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kojeg će biti dobavljeni paketi"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:890
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:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr "Koja je vaĹĄa vremenska zona?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
msgid "Hardware clock set to GMT"
msgstr "Hardverski sat podeĹĄen na GMT"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatska sinhronizacija vremena (koristeći NTP)"
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
msgid "NTP Server"
msgstr "NTP server"
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
msgid "Remote CUPS server"
msgstr "Udaljeni CUPS server"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
msgid "No printer"
msgstr "Nema štampača"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
msgid "Do you have an ISA sound card?"
msgstr "Imate li ISA zvučnu karticu?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
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:1012
+#: ../../install_steps_interactive.pm_.c:986
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nije otkrivena zvučna kartica. Probajte \"harddrake\" poslije instalacije"
-#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Ukratko"
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
msgid "Mouse"
msgstr "MiĹĄ"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
msgstr "Vremenska zona"
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2989
-#: ../../printerdrake.pm_.c:3078
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "Štampač"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
msgid "ISDN card"
msgstr "ISDN kartica"
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
msgid "Sound card"
msgstr "Zvučna kartica"
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr "TV kartica"
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1121
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Windows Domain"
msgstr "Preuzmi fontove iz Windowsa"
-#: ../../install_steps_interactive.pm_.c:1078
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
msgid "Local files"
msgstr "Lokalne datoteke"
-#: ../../install_steps_interactive.pm_.c:1087
-#: ../../install_steps_interactive.pm_.c:1088 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Podesite root ĹĄifru"
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr "Bez ĹĄifre"
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1074
#, 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:1100 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1088
msgid "Authentication LDAP"
msgstr "Autentikacijski LDAP"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1090
msgid "LDAP Server"
msgstr "LDAP Server"
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1096
msgid "Authentication NIS"
msgstr "Autentifikacija NIS"
-#: ../../install_steps_interactive.pm_.c:1117
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "NIS domen"
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr "NIS server"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -5981,21 +5692,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1106
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autentikacijski LDAP"
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1108
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Ime domena"
-#: ../../install_steps_interactive.pm_.c:1129
+#: ../../install_steps_interactive.pm_.c:1109
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1164
+#: ../../install_steps_interactive.pm_.c:1144
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 "
@@ -6027,19 +5738,20 @@ msgstr ""
"first\n"
"drive and press \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1180
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr "Prva disketna jedinica"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "Druga disketna jedinica"
-#: ../../install_steps_interactive.pm_.c:1182 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "Preskoči"
-#: ../../install_steps_interactive.pm_.c:1187
+#: ../../install_steps_interactive.pm_.c:1167
#, fuzzy, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6065,7 +5777,7 @@ msgstr ""
"system\n"
"failures. Would you like to create a bootdisk for your system?"
-#: ../../install_steps_interactive.pm_.c:1193
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -6079,29 +5791,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:1201
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "Žao mi je, nema dostupne disketne jedinice"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1185
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:1209
+#: ../../install_steps_interactive.pm_.c:1189
#, c-format
msgid "Insert a floppy in %s"
msgstr "Ubacite disketu u %s"
-#: ../../install_steps_interactive.pm_.c:1212
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
msgstr "Pravim boot disketu"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
msgstr "Pripremam bootloader"
-#: ../../install_steps_interactive.pm_.c:1230
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6113,11 +5825,11 @@ msgstr ""
"Instalacija će se nastaviti, ali ćete\n"
" morati koristiti BootX za bootanje vašeg računara"
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr "Da li Ĺželite koristiti aboot?"
-#: ../../install_steps_interactive.pm_.c:1239
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6125,15 +5837,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:1246
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Installing bootloader"
msgstr "Instaliram bootloadera"
-#: ../../install_steps_interactive.pm_.c:1252
+#: ../../install_steps_interactive.pm_.c:1232
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:1260
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6151,17 +5863,17 @@ msgstr ""
" Zatim kucajte: shut-down\n"
"Prilikom idućeg boota biste trebali vidjeti upit bootloadera."
-#: ../../install_steps_interactive.pm_.c:1294
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ubacite praznu disketu u jedinicu %s"
-#: ../../install_steps_interactive.pm_.c:1298
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr "Pravim auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1309
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6171,7 +5883,7 @@ msgstr ""
"\n"
"Da li zaista želite izaći sada?"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm_.c:1300
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6204,16 +5916,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:1333
+#: ../../install_steps_interactive.pm_.c:1313
#, fuzzy
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1318
msgid "Generate auto install floppy"
msgstr "Napravi auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1340
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6227,25 +5939,25 @@ msgstr ""
"\n"
"Možda ćete željeti radije ponoviti instalaciju.\n"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr "Automatizovano"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Replay"
msgstr "Ponovi"
-#: ../../install_steps_interactive.pm_.c:1348
+#: ../../install_steps_interactive.pm_.c:1328
msgid "Save packages selection"
msgstr "Spasi izbor paketa"
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux instalacija %s"
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6263,22 +5975,22 @@ msgstr "nedostaje consolehelper"
msgid "Choose a file"
msgstr "Izaberi datoteku"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr "Napredno"
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:103
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
msgid "Basic"
msgstr "Osnovno"
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr "<- Prethodni"
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
msgid "Next"
msgstr "Sljedeći"
@@ -6351,375 +6063,379 @@ msgstr ""
msgid "Re-submit"
msgstr "Ponovo poĹĄalji"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "Češka (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "Njemačka"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "Ĺ panska"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "Finska"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "Francuska"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "NorveĹĄka"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "Poljska"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "Ruska"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "Ĺ vedska"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
msgstr "UK tastatura"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
msgstr "US tastatura"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:167
msgid "Albanian"
msgstr "Albanska"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "Armenska (stara)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "Armenska (pisaća mašina)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "Armenska (fonetska)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "AzerbejdĹžanska (latinica)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "Belgijska"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bengali"
msgstr "uključi"
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (phonetic)"
msgstr "Bugarska (fonetska)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
msgid "Bulgarian (BDS)"
msgstr "Bugarska (BDS)"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "Brazilska (ABNT-2)"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:184
#, fuzzy
msgid "Bosnian"
msgstr "Estonska"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
msgid "Belarusian"
msgstr "Bjeloruska"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "Švicarska (Njemački izgled)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "Ĺ vicarska (Francuski izgled)"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "Češka (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr "Njemačka (bez mrtvih tipki)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "Danska"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (NorveĹĄka)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Ĺ vedska)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "Estonska"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzijska (\"Ruski\" izgled)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzijska (\"Latinični\" izgled)"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "Grčka"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "Mađarska"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "Hrvatska"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "Izraelska"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "Izraelska (Fonetska)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
msgstr "Iranska"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "Islandska"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "Italijanska"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr "Japanska 106 tipki"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:217
msgid "Korean keyboard"
msgstr "Korejanska tastatura"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "Latino-Američka"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:219
#, fuzzy
msgid "Laotian"
msgstr "Latvijska"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "Litvanska AZERTY (stara)"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "Litvanska AYERTY (nova)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litvanska \"red brojeva\" QWERTY"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanska \"fonetska\" QWERTY"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:225
msgid "Latvian"
msgstr "Latvijska"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr "Makedonska"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:229
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Srpska (ćirilica)"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "Holandska"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "Poljska (qwerty)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "Poljska (qwertz)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "Portugalska"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "Kanadska (Kvebek)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:239
msgid "Romanian (qwertz)"
msgstr "Rumunska (qwertz)"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:240
msgid "Romanian (qwerty)"
msgstr "Rumunska (qwerty)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "Ruska (Yawerty)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "Slovenačka"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "Slovačka (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "Slovačka (QWERTY)"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:248
msgid "Serbian (cyrillic)"
msgstr "Srpska (ćirilica)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:250
msgid "Tamil (Unicode)"
msgstr "Tamilska (Unicode)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
msgstr "Tamilska (TSCII)"
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "Tajlandska tastatura"
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
msgid "Tajik keyboard"
msgstr "Tadžička tastatura"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "Turska (tradicionalni \"F\" model)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "Turska (moderni \"Q\" model)"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "Ukrajinska"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
msgstr "US tastatura (međunarodna)"
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnamska \"red brojeva\" QWERTY"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
msgid "Yugoslavian (latin)"
msgstr "Jugoslavenska (latinično)"
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
msgstr "Desna Alt tipka"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
msgstr "Obje Shift tipke istovremeno"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
msgstr "Control i Shift tipka istovremeno"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
msgstr "CapsLock tipka"
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl i Alt tipke istovremeno"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
msgstr "Alt i Shift tipke istovremeno"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
msgstr "\"Meni\" tipka"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr "Lijeva \"Windows\" tipka"
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr "Desna \"Windows\" tipka"
@@ -6732,36 +6448,45 @@ msgstr "KruĹžno montiranje %s\n"
msgid "Remove the logical volumes first\n"
msgstr "Najprije ukloni logičke volumene\n"
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+"PCMCIA podrĹĄka za 2.2 kernele viĹĄe ne postoji. Molim koristite 2.4 kernel."
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm_.c:18
+#, fuzzy
+msgid "modinfo is not available"
+msgstr "Nema pogodne disketne jedinice"
+
+#: ../../modules/parameters.pm_.c:50
#, fuzzy
msgid "a number"
msgstr "Broj telefona"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
msgstr ""
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
#, fuzzy
msgid "comma separated strings"
msgstr "Formatiranje particija"
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"PCMCIA podrĹĄka za 2.2 kernele viĹĄe ne postoji. Molim koristite 2.4 kernel."
-
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - Mouse"
@@ -6867,56 +6592,77 @@ msgstr "nijedan"
msgid "No mouse"
msgstr "Bez miĹĄa"
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
msgid "Please test the mouse"
msgstr "Molimo testirajte miĹĄ"
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
msgid "To activate the mouse,"
msgstr "Da biste aktivirali miĹĄa,"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
msgstr "POMJERITE VAŠ KOTAČ!"
-#: ../../my_gtk.pm_.c:64
+#: ../../my_gtk.pm_.c:65
#, fuzzy
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
-#: ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
msgid "Finish"
msgstr "Kraj"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "Sljedeći ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "Da li je ovo ispravno?"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "ProĹĄiri stablo"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "Smanji stablo"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr "Prekidač između ravnog i grupnog sortiranja"
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "koristi pppoe"
+
+#: ../../network/adsl.pm_.c:24
+msgid "use pptp"
+msgstr "koristi pptp"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
+msgstr "koristi dhcp"
+
+#: ../../network/adsl.pm_.c:26
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch usb"
+
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Spoji se na Internet"
-#: ../../network/adsl.pm_.c:24
+#: ../../network/adsl.pm_.c:30
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -6926,21 +6672,13 @@ msgstr ""
"Neke konekcije koriste pptp, a vrlo rijetke koriste dhcp.\n"
"Ako ne znate, izaberite 'koristi pppoe'"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
-msgstr "koristi dhcp"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "koristi pppoe"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pptp"
-msgstr "koristi pptp"
+#: ../../network/adsl.pm_.c:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
#: ../../network/drakfirewall.pm_.c:12
#, fuzzy
@@ -7021,10 +6759,10 @@ msgstr "Testiraj portove"
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr ""
"Koji dhcp klijent Ĺželite koristiti?\n"
-"Podrazumjevani je dhcpcd"
+"Podrazumjevani je dhcp-client"
#: ../../network/ethernet.pm_.c:88
msgid ""
@@ -7034,7 +6772,7 @@ msgstr ""
"Nije pronađen ethernet mrežni adapter na vašem sistemu.\n"
"Ne mogu podesiti ovu vrstu konekcije."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:238
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
msgid "Choose the network interface"
msgstr "Izaberite mreĹžni interface"
@@ -7044,15 +6782,15 @@ msgid ""
msgstr ""
"Molimo izaberite koji mreĹžni adapter Ĺželite koristiti za spajanje na Internet"
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "nije pronađena mrežna kartica"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "PodeĹĄavam mreĹžu"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
msgid ""
"Please enter your host name if you know it.\n"
"Some DHCP servers require the hostname to work.\n"
@@ -7064,15 +6802,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:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Host name"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
msgid "Network Configuration Wizard"
msgstr "Čarobnjak za podešavanje mreže"
@@ -7118,13 +6856,13 @@ msgstr "Nova konfiguracija (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "Stara konfiguracija (isdn4net)"
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "PodeĹĄavanje ISDNa"
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
@@ -7132,19 +6870,19 @@ msgstr ""
"Izaberite vaĹĄeg providera.\n"
" Ako nije na listi, izaberite Nije na listi"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol"
msgstr "Evropski protokol"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol (EDSS1)"
msgstr "Evropski protokol (EDSS1)"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid "Protocol for the rest of the world"
msgstr "Protokol za ostatak svijeta"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
@@ -7152,32 +6890,32 @@ msgstr ""
"Protokol za ostatak svijeta \n"
" bez D-kanala (iznajmljene linije)"
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
msgid "Which protocol do you want to use?"
msgstr "Koji protokol Ĺželite koristiti?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
msgid "What kind of card do you have?"
msgstr "Koju vrstu kartice imate?"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
msgstr "Ne znam"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7191,19 +6929,19 @@ msgstr ""
"\n"
"Ako imate PCMCIA karticu, moraćete znati IRQ i IO vaše kartice.\n"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
msgstr "Prekid"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Continue"
msgstr "Nastavak"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
msgid "Which is your ISDN card?"
msgstr "Koja je vaĹĄa ISDN kartica ?"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7211,60 +6949,87 @@ msgstr ""
"Otkrio sam neku ISDN PCI karticu, ali ne znam tip. Molimo izaberite neku PCI "
"karticu na idućem ekranu."
-#: ../../network/isdn.pm_.c:252
+#: ../../network/isdn.pm_.c:248
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nije pronađena nijedna ISDN PCI kartica. Molimo izaberite jednu na idućem "
"ekranu."
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr "Molimo izaberite na koji serijski port je nakačen vaš modem."
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "Opcije dialupa"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr "Naziv konekcije"
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
msgid "Phone number"
msgstr "Broj telefona"
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "Login ID"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "Skripta"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "Terminal"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Ime domena"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
msgid "First DNS Server (optional)"
msgstr "Prvi DNS server (opcionalno)"
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
msgid "Second DNS Server (optional)"
msgstr "Drugi DNS server (opcionalno)"
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "but not matching"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "Instalacija"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "Tabela"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -7301,24 +7066,24 @@ msgstr "Trenutno niste konektovani na Internet."
msgid "Connect"
msgstr "Konektuj me"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
msgid "Disconnect"
msgstr "Prekini konekciju"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
msgid "Configure the connection"
msgstr "Podesi konekciju"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
msgid "Internet connection & configuration"
msgstr "Internet konekcija & podeĹĄavanje"
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Sada ćemo podesiti konekciju %s."
-#: ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:103
#, c-format
msgid ""
"\n"
@@ -7337,12 +7102,12 @@ msgstr ""
"\n"
"Pritisnite OK za nastavak."
-#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr "PodeĹĄavanje mreĹže"
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7353,7 +7118,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:160
+#: ../../network/netconnect.pm_.c:157
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7365,72 +7130,77 @@ 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:166
+#: ../../network/netconnect.pm_.c:163
msgid "Choose the profile to configure"
msgstr "Izaberite profil za podeĹĄavanje"
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr "Koristi auto prepoznavanje"
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3203
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
msgid "Expert Mode"
msgstr "Ekspertni mod"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr "Prepoznajem uređaje..."
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
msgid "Normal modem connection"
msgstr "Normalna modemska konekcija"
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, c-format
msgid "detected on port %s"
msgstr "detektovan na portu %s"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "Normalna modemska konekcija"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "detektovan %s"
+
+#: ../../network/netconnect.pm_.c:216
msgid "ISDN connection"
msgstr "ISDN konekcija"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr "detektovan %s"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
msgid "ADSL connection"
msgstr "ADSL konekcija"
-#: ../../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:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "Cable connection"
msgstr "Kablovska konekcija"
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "cable connection detected"
msgstr "otkrivena kablovska konekcija"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "LAN connection"
msgstr "LAN konekcija"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr "prepoznata ethernet kartica(e)"
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
msgid "Choose the connection you want to configure"
msgstr "Izaberite konekciju koju Ĺželite podesiti"
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7440,23 +7210,23 @@ msgstr ""
"Izaberite jedan od njih koji ćete koristiti.\n"
"\n"
-#: ../../network/netconnect.pm_.c:226
+#: ../../network/netconnect.pm_.c:247
msgid "Internet connection"
msgstr "Internet konekcija"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
msgid "Do you want to start the connection at boot?"
msgstr "Da li Ĺželite pokrenuti konekciju prilikom boota?"
-#: ../../network/netconnect.pm_.c:246
+#: ../../network/netconnect.pm_.c:267
msgid "Network configuration"
msgstr "PodeĹĄavanje mreĹže"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
msgstr "Potrebno je restartovati mreĹžu"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7467,7 +7237,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7477,7 +7247,7 @@ msgstr ""
"\n"
"Sada će ova konfiguracija biti primjenjena na vaš sistem.\n"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7485,7 +7255,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:266
+#: ../../network/netconnect.pm_.c:287
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7495,7 +7265,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:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7506,7 +7276,7 @@ msgstr ""
"Samo prihvatite kako bi ovaj uređaj ostao podešen.\n"
"Izmjena polja ispod će prepisati ovu konfiguraciju."
-#: ../../network/network.pm_.c:296
+#: ../../network/network.pm_.c:283
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7516,44 +7286,56 @@ 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:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr "Podešavam mrežni uređaj %s"
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, c-format
msgid " (driver %s)"
msgstr " (drajver %s)"
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "IP adresa"
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
-#: ../../standalone/drakgw_.c:295
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
msgstr "Netmask"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
msgstr "Automatska IP"
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
#, fuzzy
msgid "Start at boot"
msgstr "Pokrenut na bootu"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
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:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7565,59 +7347,59 @@ 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:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (tj. %s)"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Gateway uređaj"
-#: ../../network/network.pm_.c:376
+#: ../../network/network.pm_.c:363
#, 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
+#: ../../network/network.pm_.c:367
#, 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
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Konfiguracija proxija"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
msgstr "Otkrij id mreĹžne karte (korisno za laptope)"
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy treba biti http://..."
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#: ../../network/network.pm_.c:388
#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
msgstr "Url treba počinjati sa 'http:'"
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:26
msgid "Firewalling configuration detected!"
msgstr "Otkrivena konfiguracija firewalla!"
-#: ../../network/shorewall.pm_.c:26
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7625,27 +7407,27 @@ msgstr ""
"Upozorenje! Pronađena je postojeća konfiguracija firewalla. Možda će biti "
"potrebno neko ručno podešavanje nakon instalacije."
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
msgid "Internet configuration"
msgstr "Internet konfiguracija"
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
msgid "Do you want to try to connect to the Internet now?"
msgstr "Da li se Ĺželite pokuĹĄati spojiti na Internet sada?"
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
msgid "Testing your connection..."
msgstr "Probavam vaĹĄu konekciju..."
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
msgid "The system is now connected to Internet."
msgstr "Sistem je sada spojen na Internet."
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr "Iz sigurnosnih razloga, sada će biti odspojen."
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -7653,92 +7435,92 @@ msgstr ""
"Izgleda da sistem nije spojen na Internet.\n"
"Probajte promjeniti postavke vaĹĄe konekcije."
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
msgid "Connection Configuration"
msgstr "PodeĹĄavanje konekcije"
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr "Molimo ispunite ili provjerite polje ispod"
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
msgstr "IRQ kartice"
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "Memorija kartice (DMA)"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "IO kartice"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "IO_0 kartice"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "IO_1 kartice"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr "Vaš lični broj telefona"
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr "Naziv provajdera (npr. provajder.net)"
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
msgid "Provider phone number"
msgstr "Broj telefona provajdera"
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
msgid "Provider dns 1 (optional)"
msgstr "Provider dns 1 (opcionalno)"
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
msgid "Provider dns 2 (optional)"
msgstr "Provider dns 2 (opcionalno)"
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
msgid "Choose your country"
msgstr "Izaberite vaĹĄu drĹžavu"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
msgid "Dialing mode"
msgstr "Način biranja broja"
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
msgid "Connection speed"
msgstr "Brzina konekcije"
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
msgid "Connection timeout (in sec)"
msgstr "Timeout konekcije (u sek.)"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
msgid "Account Login (user name)"
msgstr "Login naloga (korisničko ime)"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
msgid "Account Password"
msgstr "Ĺ ifra naloga"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "montiranje nije uspjelo: "
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
msgstr "Extended particije nisu podrĹžane na ovoj platformi"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -7757,12 +7539,12 @@ msgstr "Povratak iz datoteke %s nije uspio: %s"
msgid "Bad backup file"
msgstr "LoĹĄa backup datoteka"
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr "GreĹĄka u pisanju datoteke: %s"
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7792,183 +7574,184 @@ msgstr "fino"
msgid "maybe"
msgstr "moĹžda"
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
+msgstr "PDQ"
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Line Printer Daemon"
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
+msgstr "LPD"
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1181
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:36
-msgid "LPD"
-msgstr "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
-#: ../../printer.pm_.c:37
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+#, fuzzy
+msgid "Unknown Model"
+msgstr "Nepoznat model"
-#: ../../printer.pm_.c:49
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "Lokalni štampač"
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
msgid "Remote printer"
msgstr "Udaljeni štampač"
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
msgid "Printer on remote CUPS server"
msgstr "Štampač na udaljenom CUPS serveru"
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
msgid "Printer on remote lpd server"
msgstr "Štampač na udaljenom lpd serveru"
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
msgid "Network printer (TCP/Socket)"
msgstr "Mrežni štampač (TCP/Socket)"
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Štampač na SMB/Windows 95/98/NT serveru"
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
msgid "Printer on NetWare server"
msgstr "Štampač na NetWare serveru"
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
msgid "Enter a printer device URI"
msgstr "Unesite URI uređaja štampača"
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
msgstr "Spoji zadatak na komandu"
-#: ../../printer.pm_.c:346 ../../printer.pm_.c:388 ../../printer.pm_.c:570
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Nepoznat model"
-
-#: ../../printer.pm_.c:791 ../../printer.pm_.c:982 ../../printer.pm_.c:1374
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3471
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr "Nepoznat model"
-#: ../../printer.pm_.c:819
+#: ../../printer/main.pm_.c:317
msgid "Local Printers"
msgstr "Lokalni štampači"
-#: ../../printer.pm_.c:821 ../../printer.pm_.c:1182
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
msgid "Remote Printers"
msgstr "Udaljeni štampači"
-#: ../../printer.pm_.c:828 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr " na paralelnom portu \\/*%s"
-#: ../../printer.pm_.c:831 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", USB štampač \\/*%s"
-#: ../../printer.pm_.c:836
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", višenamjenski uređaj na paralelnom portu \\/*%s"
-#: ../../printer.pm_.c:839
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
msgstr ", višenamjenski uređaj na USBu"
-#: ../../printer.pm_.c:841
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
msgstr ", višenamjenski uređaj na HP JetDirect"
-#: ../../printer.pm_.c:843
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
msgstr ", višenamjenski uređaj"
-#: ../../printer.pm_.c:846
+#: ../../printer/main.pm_.c:344
#, c-format
msgid ", printing to %s"
msgstr ", ĹĄtampa u %s"
-#: ../../printer.pm_.c:848
+#: ../../printer/main.pm_.c:346
#, fuzzy, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "na LPD serveru \"%s\", štampač \"%s\""
-#: ../../printer.pm_.c:850
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printer.pm_.c:854
+#: ../../printer/main.pm_.c:352
#, fuzzy, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr "na Windows serveru \"%s\", share \"%s\""
-#: ../../printer.pm_.c:858
+#: ../../printer/main.pm_.c:356
#, fuzzy, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "na Novell serveru \"%s\", štampač \"%s\""
-#: ../../printer.pm_.c:860
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ", koristeći komandu %s"
-#: ../../printer.pm_.c:979 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
msgstr "Sirovo ĹĄtampanje (Bez drajvera)"
-#: ../../printer.pm_.c:1151
+#: ../../printer/main.pm_.c:647
#, c-format
msgid "(on %s)"
msgstr "(na %s)"
-#: ../../printer.pm_.c:1153
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr "(na ovom računaru)"
-#: ../../printer.pm_.c:1178
+#: ../../printer/main.pm_.c:674
#, c-format
msgid "On CUPS server \"%s\""
msgstr "Na CUPS serveru \"%s\""
-#: ../../printer.pm_.c:1184 ../../printerdrake.pm_.c:3123
-#: ../../printerdrake.pm_.c:3134 ../../printerdrake.pm_.c:3360
-#: ../../printerdrake.pm_.c:3412 ../../printerdrake.pm_.c:3438
-#: ../../printerdrake.pm_.c:3613 ../../printerdrake.pm_.c:3615
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr " (Default)"
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr "Izaberi konekciju štampača"
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr "Kako je štampač povezan na računar?"
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
msgid ""
"\n"
"Printers on remote CUPS servers you do not have to configure here; these "
@@ -7978,19 +7761,19 @@ msgstr ""
"Ovdje ne morate podešavati štampače na udaljenim CUPS serverima;\n"
"ovi štampači će biti automatski prepoznati."
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3187
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
msgid "CUPS configuration"
msgstr "PodeĹĄavanje CUPSa"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3188
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
msgid "Specify CUPS server"
msgstr "Navedite CUPS server"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
"do not have to configure anything; the CUPS servers inform your machine "
@@ -8008,7 +7791,7 @@ msgstr ""
"unijeti IP adresu CUPS servera i eventualno broj porta kako biste dobili "
"informacije o štampačima sa servera, inače ostavite ova polja praznim."
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
"\n"
"Normally, CUPS is automatically configured according to your network "
@@ -8024,151 +7807,151 @@ msgstr ""
"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
"forget to restart CUPS afterwards (command: \"service cups restart\")."
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
msgid "The IP address should look like 192.168.1.20"
msgstr "IP adresa treba biti u formatu 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
msgid "The port number should be an integer!"
msgstr "Broj porta treba biti cijeli broj!"
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
msgid "CUPS server IP"
msgstr "IP CUPS servera"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
msgid "Port"
msgstr "Port"
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
msgid "Automatic CUPS configuration"
msgstr "Automatska konfiguracija CUPSa"
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2792
-#: ../../printerdrake.pm_.c:2797 ../../printerdrake.pm_.c:2831
-#: ../../printerdrake.pm_.c:2836 ../../printerdrake.pm_.c:2873
-#: ../../printerdrake.pm_.c:2926 ../../printerdrake.pm_.c:2946
-#: ../../printerdrake.pm_.c:2960 ../../printerdrake.pm_.c:2994
-#: ../../printerdrake.pm_.c:3040 ../../printerdrake.pm_.c:3058
-#: ../../printerdrake.pm_.c:3147 ../../printerdrake.pm_.c:3226
-#: ../../printerdrake.pm_.c:3528 ../../printerdrake.pm_.c:3583
-#: ../../printerdrake.pm_.c:3636 ../../standalone/printerdrake_.c:57
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:178
+#: ../../printer/printerdrake.pm_.c:159
#, fuzzy
msgid "Checking your system..."
msgstr "Restartujem sistem za ĹĄtampu ..."
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printerdrake.pm_.c:198
+#: ../../printer/printerdrake.pm_.c:179
#, fuzzy
msgid ""
"The following printers\n"
"\n"
msgstr "Sljedeći paketi će biti uklonjeni"
-#: ../../printerdrake.pm_.c:199
+#: ../../printer/printerdrake.pm_.c:180
#, fuzzy
msgid ""
"The following printer\n"
"\n"
msgstr "Sljedeći paketi će biti uklonjeni"
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
msgstr ""
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
msgstr ""
-#: ../../printerdrake.pm_.c:210
+#: ../../printer/printerdrake.pm_.c:189
#, fuzzy
msgid "directly connected to your system"
msgstr "Kopiraj fontove na sistem"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printerdrake.pm_.c:221
+#: ../../printer/printerdrake.pm_.c:200
#, fuzzy
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "Molimo izaberite na koji port je priključen vaš štampač."
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:236
+#: ../../printer/printerdrake.pm_.c:215
#, fuzzy
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr ""
"Da li želite da podesite ovaj štampač (\"%s\")\n"
"kao podrazumjevani štampač?"
-#: ../../printerdrake.pm_.c:238
+#: ../../printer/printerdrake.pm_.c:217
#, fuzzy
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Da li Ĺželite pokrenuti konekciju prilikom boota?"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3169
-#: ../../printerdrake.pm_.c:3299
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
msgid "Add a new printer"
msgstr "Dodaj novi štampač"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8191,7 +7974,7 @@ msgstr ""
"vama omogućen pristup svim dostupnim drajverima, opcijama drajvera i vrstama "
"konekcije štampača."
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8213,7 +7996,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8228,7 +8011,7 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8248,20 +8031,20 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:328
+#: ../../printer/printerdrake.pm_.c:307
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Automatski prepoznaj štampače"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8285,54 +8068,54 @@ msgstr ""
"štampe...), izaberite opciju \"Štampač\" u \"Hardware\" sekciji Mandrake "
"Kontrolnog centra."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Printer auto-detection"
msgstr "Koristi auto prepoznavanje"
-#: ../../printerdrake.pm_.c:421
+#: ../../printer/printerdrake.pm_.c:385
#, fuzzy, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:387
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Štampač na SMB/Windows 95/98/NT serveru"
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, c-format
msgid "Detected %s"
msgstr "Detektovan %s"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Štampač na paralelnom portu \\/*%s"
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr "USB štampač \\/*%s"
-#: ../../printerdrake.pm_.c:437
+#: ../../printer/printerdrake.pm_.c:399
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Mrežni štampač (TCP/Socket)"
-#: ../../printerdrake.pm_.c:439
+#: ../../printer/printerdrake.pm_.c:401
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Štampač na SMB/Windows 95/98/NT serveru"
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
msgid "Local Printer"
msgstr "Lokalni štampač"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
@@ -8344,23 +8127,23 @@ msgstr ""
"lp0, /dev/lp1, ..., ekvivalentno LPT1:, LPT2:, ..., prvi USB štampač: /dev/"
"usb/lp0, drugi USB štampač: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
msgid "You must enter a device or file name!"
msgstr "Morate unijeti naziv uređaja ili datoteke!"
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
#, fuzzy
msgid "No printer found!"
msgstr ""
"Nije pronađen nijedan lokalni štampač!\n"
"\n"
-#: ../../printerdrake.pm_.c:601
+#: ../../printer/printerdrake.pm_.c:548
#, fuzzy
msgid "Available printers"
msgstr "Lokalni štampač"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
@@ -8368,7 +8151,7 @@ msgstr ""
"Sljedeći štampač je prepoznat automatski: ako to nije onaj koji želite "
"podesiti, uneiste naziv uređaja / naziv datoteke u ulaznu liniju"
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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"
@@ -8377,7 +8160,7 @@ msgstr ""
"koji želite podesiti ili unesite naziv uređaja / naziv datoteke na ulaznu "
"liniju"
-#: ../../printerdrake.pm_.c:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8388,7 +8171,7 @@ msgstr ""
"potpuno automatski. Ako vaš štampač nije ispravno prepoznat ili ako želite "
"sami podesiti štampač, uključite \"Ručno podešavanje\"."
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
@@ -8400,7 +8183,7 @@ msgstr ""
"vaš štampač nije ispravno prepoznat ili ako želite sami podesiti štampač, "
"uključite \"Ručno podešavanje\"."
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8408,11 +8191,11 @@ msgstr ""
"Molimo izaberite port na koji je vaš štampač povezan ili unesite naziv "
"uređaja / naziv datoteke na ulaznoj liniji"
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
msgid "Please choose the port where your printer is connected to."
msgstr "Molimo izaberite na koji port je priključen vaš štampač."
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8421,19 +8204,19 @@ msgstr ""
"LPT2:, ..., prvi USB štampač: /dev/usb/lp0, drugi USB štampač: /dev/usb/"
"lp1, ...)."
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
msgid "You must choose/enter a printer/device!"
msgstr "Morate izabrati ili unijeti štampač / uređaj!"
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
msgid "Manual configuration"
msgstr "Ručno podešavanje"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr "Opcije udaljenog lpd štampača"
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8441,47 +8224,47 @@ msgstr ""
"Da biste koristili udaljeni lpd štampač, morate dati ime računara za printer "
"server i ime štampača na tom serveru."
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
msgid "Remote host name"
msgstr "Ime udaljenog računara"
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
msgid "Remote printer name"
msgstr "Ime udaljenog štampača"
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
msgid "Remote host name missing!"
msgstr "Ime udaljenog računara nedostaje!"
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
msgid "Remote printer name missing!"
msgstr "Ime udaljenog štampača nedostaje!"
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Detektovan %s"
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
#, fuzzy
msgid "Scanning network..."
msgstr "Pokrećem mrežu..."
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, fuzzy, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr "na Windows serveru \"%s\", share \"%s\""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Štampam na štampač \"%s\""
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcije SMB (Windows 9x/NT) štampača"
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
"may be different from its TCP/IP hostname!) and possibly the IP address of "
@@ -8493,46 +8276,46 @@ msgstr ""
"kao i share naziv štampača kojem želite pristupiti i korisničko ime, šifru i "
"informacije o radnoj grupi."
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr "SMB server ime"
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr "SMB server IP"
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr "Share naziv"
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "Radna grupa"
-#: ../../printerdrake.pm_.c:868
+#: ../../printer/printerdrake.pm_.c:806
#, fuzzy
msgid "Auto-detected"
msgstr "Koristi auto prepoznavanje"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
msgstr "Treba biti dato ili ime servera ili IP adresa servera!"
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
msgstr "Naziv samba share-a nedostaje!"
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8556,7 +8339,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8565,7 +8348,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8573,11 +8356,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr "Opcije NetWare štampača"
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
"name (Note! it may be different from its TCP/IP hostname!) as well as the "
@@ -8589,43 +8372,43 @@ msgstr ""
"naziv reda za štampu na štampaču kojem želite pristupiti i eventualno "
"korisničko ime i šifru."
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr "Printer Server"
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr "Naziv reda za ĹĄtampu"
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr "NCP naziv servera nedostaje!"
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr "NCP naziv reda nedostaje!"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, fuzzy, c-format
msgid ", host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, fuzzy, c-format
msgid "Host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
msgid "TCP/Socket Printer Options"
msgstr "TCP/socket opcije štampača"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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 ""
-#: ../../printerdrake.pm_.c:1100
+#: ../../printer/printerdrake.pm_.c:1033
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8637,21 +8420,21 @@ msgstr ""
"opcionalno broj porta. Na HP JetDirect serverima broj porta je obično 9100, "
"na ostalim serverima on može varirati. Pogledajte priručnik vašeg hardware-a."
-#: ../../printerdrake.pm_.c:1105
+#: ../../printer/printerdrake.pm_.c:1037
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Hostname štampača nedostaje!"
-#: ../../printerdrake.pm_.c:1127
+#: ../../printer/printerdrake.pm_.c:1059
#, fuzzy
msgid "Printer host name or IP"
msgstr "Hostname štampača"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
msgid "Printer Device URI"
msgstr "URI uređaja štampača"
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -8661,11 +8444,11 @@ msgstr ""
"CUPS ili Foomatic specifikacije. Obratite paĹžnju da nisu svi tipovi URIja "
"podrĹžani od svih spoolera."
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr "Trebate unijeti ispravan URI!"
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
@@ -8673,27 +8456,31 @@ msgstr ""
"Svakom štampaču treba dati ime (npr. \"stampac\"). Polja Opis i Lokacija "
"nije potrebno popuniti. Oni su komentari za korisnike."
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr "Naziv štampača"
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "Opis"
+
+#: ../../printer/printerdrake.pm_.c:1466
msgid "Location"
msgstr "Lokacija"
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
msgid "Reading printer database..."
msgstr "Čitam bazu podataka o štampačima ..."
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
msgid "Preparing printer database..."
msgstr "Pripremam bazu podataka o štampačima..."
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
msgid "Your printer model"
msgstr "Model vašeg štampača"
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8719,24 +8506,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
msgid "The model is correct"
msgstr "Model je ispravan"
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
msgid "Select model manually"
msgstr "Izaberite model ručno"
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
msgid "Printer model selection"
msgstr "Izbor modela štampača"
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
msgid "Which printer model do you have?"
msgstr "Koji model štampača imate?"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -8750,7 +8537,7 @@ msgstr ""
"prepoznavanje modela vašeg štampača. Potražite ispravan model na listi ako "
"kursor stoji na pogrešnom modelu ili na \"Raw štampač\"."
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8758,11 +8545,11 @@ msgstr ""
"Ako štampač nije naveden, izaberite kompatibilan (pogledajte uputstva za "
"štampač) ili sličan."
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
msgid "OKI winprinter configuration"
msgstr "PodeĹĄavanje OKI winprinter-a"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8778,11 +8565,11 @@ msgstr ""
"nego što odštampate testnu stranicu. Inače štampač neće raditi. Drajver će "
"ignorisati vaĹĄe podeĹĄenje tipa konekcije."
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
msgid "Lexmark inkjet configuration"
msgstr "PodeĹĄavanje Lexmark inkjet-a"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8794,7 +8581,7 @@ msgstr ""
"Molimo spojite vaš štampač na lokalni port ili ga podesite na računaru na "
"koji je spojen."
-#: ../../printerdrake.pm_.c:1858
+#: ../../printer/printerdrake.pm_.c:1746
#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
@@ -8816,11 +8603,11 @@ msgstr ""
"poravnavanje glava sa \"lexmarkmaintain\" i podesite opcije poravnanja glave "
"pomoću ovog programa."
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -8843,7 +8630,7 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
msgid ""
"Printer default settings\n"
"\n"
@@ -8858,22 +8645,22 @@ msgstr ""
"ispravno podeĹĄeni. Obratite paĹžnju da za voma veliku kvalitetu / rezoluciju "
"ĹĄtampa moĹže postati znatno sporija."
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcija %s mora biti cijeli broj!"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcija %s mora biti broj!"
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
msgstr "Opcija %s izvan raspona!"
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8882,11 +8669,11 @@ msgstr ""
"Da li želite da podesite ovaj štampač (\"%s\")\n"
"kao podrazumjevani štampač?"
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
msgid "Test pages"
msgstr "Testna stranica"
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on "
@@ -8898,39 +8685,39 @@ msgstr ""
"laserskim štampačima sa malo memorije možda neće nikad ni izaći. U većini "
"slučajeva dovoljno je odštampati standardnu testnu stranicu."
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
msgid "No test pages"
msgstr "Nijedna testna strana"
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
msgid "Print"
msgstr "Ĺ tampaj"
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
msgid "Standard test page"
msgstr "Standardna testna strana"
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
msgstr "Alternativna testna strana (Letter)"
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
msgid "Alternative test page (A4)"
msgstr "Alternativna testna strana (A4)"
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
msgid "Photo test page"
msgstr "Foto testna strana"
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
msgid "Do not print any test page"
msgstr "Nemoj ĹĄtampati testnu stranicu"
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
msgstr "Ĺ tampam testnu stranicu..."
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8945,7 +8732,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8953,15 +8740,15 @@ msgstr ""
"Testna stranica je poslana štampaču.\n"
"Može potrajati određeno vrijeme dok štampač krene.\n"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr "Da li je radilo ispravno?"
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3473
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
msgid "Raw printer"
msgstr "Sirovi štampač"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8974,7 +8761,7 @@ msgstr ""
"<datoteka>\" ili \"kprinter <datoteka>\". Grafički alati vam omogućuju da "
"jednostavno odaberete štampač i izmjenite podešenja opcija.\n"
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
@@ -8984,8 +8771,8 @@ msgstr ""
"dijalozima za ĹĄtampu mnogih aplikacija, ali ovdje ne morate navesti ime "
"datoteke jer tu datoteku obezbjeđuje sama aplikacija.\n"
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -8998,7 +8785,7 @@ msgstr ""
"ĹĄtampe. Jednostavno dodajte Ĺželjena podeĹĄenja na komandnu liniju, npr. \"%s "
"<datoteka>\". "
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -9009,7 +8796,7 @@ msgstr ""
"koja je data ispod ili kliknite na dugme \"Lista opcija za ĹĄtampu\".%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -9017,7 +8804,7 @@ msgstr ""
"Ovo je lista mogućih opcija za štampu za trenutni štampač:\n"
"\n"
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -9026,8 +8813,8 @@ msgstr ""
"Za ĹĄtampanje datoteke sa komandne linije (terminalski prozor) koristite "
"komandu \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
@@ -9037,7 +8824,7 @@ msgstr ""
"dijalozima za ĹĄtampu mnogih aplikacija. Ovdje nije potrebno navesti naziv "
"datoteke jer tudatoteku obezbjeđuje sama aplikacija.\n"
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -9045,7 +8832,7 @@ msgstr ""
"Za listu opcija koje su dostupne za trenutni štampač kliknite na dugme "
"\"Lista opcija za ĹĄtampu\"."
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -9054,7 +8841,7 @@ msgstr ""
"Za ĹĄtampanje datoteke sa komandne linije (terminalski prozor) koristite "
"komandu \"%s <datoteka>\" ili \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -9070,7 +8857,7 @@ msgstr ""
"zaustavlja sve zadatke ĹĄtampe odmah kada kliknete na nju. Ovo je korisno "
"npr. u slučaju zaglavljivanja papira.\n"
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -9083,40 +8870,40 @@ msgstr ""
"zadatak ĹĄtampe. Jednostavno dodajte Ĺželjena podeĹĄenja na komandnu liniju, "
"npr. \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2388
+#: ../../printer/printerdrake.pm_.c:2271
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Ĺ tampam/skeniram na \"%s\""
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Ĺ tampam/skeniram na \"%s\""
-#: ../../printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2274
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Ĺ tampam/skeniram na \"%s\""
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Štampam na štampač \"%s\""
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3457 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
msgid "Close"
msgstr "Zatvori"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
msgid "Print option list"
msgstr "Lista opcija za ĹĄtampu"
-#: ../../printerdrake.pm_.c:2418
+#: ../../printer/printerdrake.pm_.c:2301
#, fuzzy, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -9139,7 +8926,7 @@ msgstr ""
"\n"
"Nemojte koristiti \"scannerdrake\" za ovaj uređaj!"
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -9152,17 +8939,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2927
-#: ../../printerdrake.pm_.c:3227
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
msgid "Reading printer data..."
msgstr "Čitam podatke o štampaču..."
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
msgid "Transfer printer configuration"
msgstr "Premještanje konfiguracije štamapča"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -9177,7 +8964,7 @@ msgstr ""
"zadaci štampe neće biti prebačeni.\n"
"Svi redovi ne mogu biti prebačeni zbog sljedećih razloga:\n"
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -9185,7 +8972,7 @@ msgstr ""
"CUPS ne podržava štampače na Novell serverima ili štampačekoji šalju podatke "
"u komandama slobodnog oblika.\n"
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
@@ -9193,11 +8980,11 @@ msgstr ""
"PDQ podržava samo lokalne štampače, udaljene LPD štampačei Socket/TCP "
"štampače.\n"
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng ne podržavaju IPP štampače.\n"
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -9205,7 +8992,7 @@ msgstr ""
"Pored toga, redovi koji nisu kreirani ovim programom ili sa \"foomatic-"
"configure\" ne mogu biti premjeĹĄteni."
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -9215,7 +9002,7 @@ msgstr ""
"Također štampači konfigurisani sa PPD datotekama koje su osigurali njihovi "
"proizvođači ili sa vlastitim CUPS drajverima ne mogu biti prebačeni."
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -9225,15 +9012,15 @@ msgstr ""
"Označite štampače koje ćete prebacivati i kliknite na \n"
"\"Prebaci\"."
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
msgstr "Nemoj prebacivati štampače"
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
msgstr "Prebaci"
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -9244,11 +9031,11 @@ msgstr ""
"Kliknite na \"Prebaci\" da to prepiĹĄete.\n"
"Možete također unijeti novo ime ili preskočiti ovaj štampač."
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Naziv štampača bi se trebao sastojati od slova, brojeva i donje linije"
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -9257,16 +9044,16 @@ msgstr ""
"Štampač \"%s\" već postoji,\n"
"da li sigurno Ĺželite prepisati ovu konfiguraciju?"
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
msgid "New printer name"
msgstr "Novo ime štampača"
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
msgstr "Prebacujem %s ..."
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -9275,29 +9062,29 @@ msgstr ""
"Prebacili ste vaš bivši podrazumjevani štampač (\"%s\"),Da li će to također "
"biti podrazumjevani štampač podnovim sistemom štampe %s?"
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
msgid "Refreshing printer data..."
msgstr "Osvježavam podatke o štampaču..."
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
msgid "Configuration of a remote printer"
msgstr "Podešavanje udaljenog štampača"
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
msgid "Starting network..."
msgstr "Pokrećem mrežu..."
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
msgid "Configure the network now"
msgstr "Sada podesite mreĹžu"
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
msgid "Network functionality not configured"
msgstr "MreĹžna funkcionalnost nije podeĹĄena"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 "
@@ -9309,11 +9096,11 @@ msgstr ""
"mreže, nećete moći koristiti štampač koji sada podešavate. Kako želite da "
"nastavimo?"
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
msgid "Go on without configuring the network"
msgstr "Nastavi bez podeĹĄavanja mreĹže"
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9328,7 +9115,7 @@ msgstr ""
"\"Mreža i Internet\"/\"Konekcija\", a zatim podesite štampač, ponovo "
"koristeći Mandrake Kontrolni centar, sekcija \"Hardver\"/\"Štampač\""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
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 "
@@ -9338,24 +9125,24 @@ msgstr ""
"vaĹĄu konfiguraciju i vaĹĄ hardware. Onda ponovo pokuĹĄajte podesiti udaljeni "
"štampač."
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
msgid "Restarting printing system..."
msgstr "Restartujem sistem za ĹĄtampu ..."
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "high"
msgstr "visok"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "paranoid"
msgstr "paranoičan"
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaliram sistem za ĹĄtampu na sigurnosnom nivou: %s"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9379,11 +9166,11 @@ msgstr ""
"\n"
"Da li zaista želite podesiti štampanje na ovom računaru?"
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
msgid "Starting the printing system at boot time"
msgstr "Pokrećem sistem za štampu tokom boota"
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9403,60 +9190,60 @@ msgstr ""
"\n"
"Da li želite da ponovo uključite automatsko pokretanje sistema za štampu?"
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2793
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2874
-#: ../../printerdrake.pm_.c:2995
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
msgstr "Provjeravam instalirani software..."
-#: ../../printerdrake.pm_.c:2798
-msgid "Removing LPRng..."
-msgstr "Uklanjam LPRng..."
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Uklanjam %s"
-#: ../../printerdrake.pm_.c:2837
-msgid "Removing LPD..."
-msgstr "Uklanjam LPD..."
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Instaliram pakete..."
-#: ../../printerdrake.pm_.c:2910
+#: ../../printer/printerdrake.pm_.c:2685
msgid "Select Printer Spooler"
msgstr "Izaberite spooler štampača"
-#: ../../printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2686
msgid "Which printing system (spooler) do you want to use?"
msgstr "Koji sistem ĹĄtampanja (spooler) Ĺželite koristiti?"
-#: ../../printerdrake.pm_.c:2947
+#: ../../printer/printerdrake.pm_.c:2720
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Podešavam štampač \"%s\"..."
-#: ../../printerdrake.pm_.c:2961
+#: ../../printer/printerdrake.pm_.c:2731
msgid "Installing Foomatic..."
msgstr "Instaliram Foomatic..."
-#: ../../printerdrake.pm_.c:3031 ../../printerdrake.pm_.c:3072
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr "Opcije štampača"
-#: ../../printerdrake.pm_.c:3041
+#: ../../printer/printerdrake.pm_.c:2810
#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "Pripremam PrinterDrake..."
-#: ../../printerdrake.pm_.c:3059 ../../printerdrake.pm_.c:3637
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
msgid "Configuring applications..."
msgstr "PodeĹĄavam aplikacije..."
-#: ../../printerdrake.pm_.c:3079
+#: ../../printer/printerdrake.pm_.c:2845
msgid "Would you like to configure printing?"
msgstr "Da li Ĺželite podesiti ĹĄtampanje?"
-#: ../../printerdrake.pm_.c:3091
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr "Sistem ĹĄtampe: "
-#: ../../printerdrake.pm_.c:3151
+#: ../../printer/printerdrake.pm_.c:2915
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; "
@@ -9468,7 +9255,7 @@ msgstr ""
"njemu; ili da učinite štampač na udaljenom CUPS serveru upotrebljivim iz "
"Star Office/OpenOffice.org/GIMP-a."
-#: ../../printerdrake.pm_.c:3152
+#: ../../printer/printerdrake.pm_.c:2916
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; or to view information about "
@@ -9478,29 +9265,29 @@ msgstr ""
"postavki; ako ga želite učiniti podrazumjevanim štampačem; ili da biste "
"vidjeli informacije o njemu."
-#: ../../printerdrake.pm_.c:3179
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Osvježi listu štampača (kako bi bili prikazani svi dostupni CUPS štampači)"
-#: ../../printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:2960
msgid "Change the printing system"
msgstr "Promjenite sistem ĹĄtampe"
-#: ../../printerdrake.pm_.c:3202 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
msgid "Normal Mode"
msgstr "Normalni mod"
-#: ../../printerdrake.pm_.c:3367 ../../printerdrake.pm_.c:3417
-#: ../../printerdrake.pm_.c:3630
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
msgid "Do you want to configure another printer?"
msgstr "Želite li podesiti još jedan štampač?"
-#: ../../printerdrake.pm_.c:3452
+#: ../../printer/printerdrake.pm_.c:3211
msgid "Modify printer configuration"
msgstr "Izmjeni konfiguraciju štampača"
-#: ../../printerdrake.pm_.c:3454
+#: ../../printer/printerdrake.pm_.c:3213
#, c-format
msgid ""
"Printer %s\n"
@@ -9509,188 +9296,111 @@ msgstr ""
"Štampač %s\n"
"Šta želite da izmjenite na ovom štampaču?"
-#: ../../printerdrake.pm_.c:3458
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr "Uradi!"
-#: ../../printerdrake.pm_.c:3463 ../../printerdrake.pm_.c:3518
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
msgid "Printer connection type"
msgstr "Tip konekcije štampača"
-#: ../../printerdrake.pm_.c:3464 ../../printerdrake.pm_.c:3522
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
msgid "Printer name, description, location"
msgstr "Naziv štampača, opis, lokacija"
-#: ../../printerdrake.pm_.c:3466 ../../printerdrake.pm_.c:3540
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr "Proizvođač štampača, model, drajver"
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3541
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr "Proizvođač štampača, model"
-#: ../../printerdrake.pm_.c:3476 ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
msgstr "Podesi štampač kao podrazumjevani"
-#: ../../printerdrake.pm_.c:3478 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr "Dodaj ovaj štampač u Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3479 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr "Ukloni ovaj štampač iz Star/Open Offica"
-#: ../../printerdrake.pm_.c:3480 ../../printerdrake.pm_.c:3574
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
msgid "Print test pages"
msgstr "Ĺ tampaj testnu stranicu"
-#: ../../printerdrake.pm_.c:3481 ../../printerdrake.pm_.c:3576
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
msgid "Know how to use this printer"
msgstr "Saznaj kako koristiti ovaj štampač"
-#: ../../printerdrake.pm_.c:3483 ../../printerdrake.pm_.c:3578
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
msgid "Remove printer"
msgstr "Ukloni štampač"
-#: ../../printerdrake.pm_.c:3529
+#: ../../printer/printerdrake.pm_.c:3282
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Uklanjam stari štampač \"%s\" ..."
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3307
msgid "Default printer"
msgstr "Podrazumjevani štampač"
-#: ../../printerdrake.pm_.c:3555
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Štampač \"%s\" je sada podešen kao podrazumjevani štampač."
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr "Dodajem štampač u Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr "Štampač \"%s\" je uspješno dodan u Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr "Nisam uspio dodati štampač \"%s\" u Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3568 ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr "Uklanjam štampač iz Star/Open Offica"
-#: ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr "Štampač \"%s\" je uspješno uklonjen iz Star/Open Offica."
-#: ../../printerdrake.pm_.c:3572
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr "Nisam uspio ukloniti štampač \"%s\" iz Star/Open Offica."
-#: ../../printerdrake.pm_.c:3580
+#: ../../printer/printerdrake.pm_.c:3325
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Da li želite da uklonite štampač \"%s\"?"
-#: ../../printerdrake.pm_.c:3584
+#: ../../printer/printerdrake.pm_.c:3329
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Uklanjam štampač \"%s\" ..."
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "PodeĹĄavanje proxija"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Dobro doĹĄli u alat za podeĹĄavanje proxija.\n"
-"qn Ovdje ćete biti u prilici da podesite vaše http i ftp proxije\n"
-"sa ili bez logina i ĹĄifre\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Molimo popunite informacije o http proxiju\n"
-"Ostavite polja praznim ako ne Ĺželite http proxy"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "Url treba počinjati sa 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Port treba biti broj"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Molimo popunite informacije o ftp proxiju\n"
-"Ostavite polja praznim ako ne Ĺželite ftp proxy"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Molimo unesite login i ĹĄifru za proxy, ako su potrebni.\n"
-"Ostavite polja praznim ako ne Ĺželite login/ĹĄifru"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "ĹĄifra"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "ponovo unesite ĹĄifru"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Ĺ ifre se ne poklapaju. PokuĹĄajte opet!"
-
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "Ne mogu dodati particiju na _formatiran_ RAID md%d"
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr "Ne mogu pisati datoteku %s"
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
msgstr "mkraid nije uspio"
@@ -9704,7 +9414,7 @@ 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:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -9729,69 +9439,65 @@ msgid ""
"\t email)"
msgstr ""
-#: ../../security/main.pm_.c:65
+#: ../../security/main.pm_.c:66
#, fuzzy
msgid "Security Level:"
msgstr "Nivo sigurnosti"
-#: ../../security/main.pm_.c:99
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr " (Default)"
+
+#: ../../security/main.pm_.c:113
#, fuzzy
msgid "Security Alerts:"
msgstr "Nivo sigurnosti"
-#: ../../security/main.pm_.c:101
+#: ../../security/main.pm_.c:115
#, fuzzy
msgid "Security Administrator:"
msgstr "Udaljena administracija"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "Network Options"
msgstr "ViĹĄe opcija"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
#, fuzzy
msgid "System Options"
msgstr "ViĹĄe opcija"
-#: ../../security/main.pm_.c:119 ../../security/main.pm_.c:148
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
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:137
-#, fuzzy, c-format
-msgid " (default: %s)"
-msgstr " (Default)"
-
-#: ../../security/main.pm_.c:161
-msgid "Periodic Checks 2"
-msgstr ""
-
-#: ../../security/main.pm_.c:162
+#: ../../security/main.pm_.c:177
msgid "Periodic Checks"
msgstr ""
-#: ../../security/main.pm_.c:176
+#: ../../security/main.pm_.c:191
#, fuzzy
msgid "Please wait, setting security level..."
msgstr "PodeĹĄavanje nivoa sigurnosti"
-#: ../../security/main.pm_.c:182
+#: ../../security/main.pm_.c:197
#, fuzzy
msgid "Please wait, setting security options..."
msgstr "Molimo sačekajte, pripremam instalaciju"
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Pokreni ALSA zvučni sistem (Advanced Linux Sound Architecture)"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr "Anacron periodični pokretač komandi."
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
@@ -9800,7 +9506,7 @@ msgstr ""
"sysloga. Također se može koristiti za gašenje računara kada su baterije "
"potroĹĄene."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
@@ -9809,7 +9515,7 @@ msgstr ""
"prilikom pokretanja at-a, te pokreće pozadinske komande kada je nizak "
"prosječni nivo opterećenja."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -9820,7 +9526,7 @@ msgstr ""
"u periodičnim terminima. vixie cron dodaje veći broj mogućnosti osnovnom\n"
"UNIX cronu, uključujući bolju sigurnost i moćnije opcije za podešavanje."
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -9831,7 +9537,7 @@ msgstr ""
"Midnight Commander. On također omogućuje konzolne isjeci/zaljepi operacije\n"
"pomoću miša i uključuje podršku za pop-up menije na konzoli."
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -9839,14 +9545,14 @@ msgstr ""
"HardDrake pokreće probavanje hardware-a i opcionalno konfiguriše\n"
"novi/izmjenjeni hardware."
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache je World Wide Web server. Koristi se za posluĹživanje HTML\n"
"datoteka i CGI."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -9860,7 +9566,7 @@ msgstr ""
"raznih servisa, kao što su telnet, ftp, rsh i rlogin. Isključivanje inetd-a\n"
"isključuje sve servise za koje je on nadležan."
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -9868,7 +9574,7 @@ msgstr ""
"Pokrenite filtriranje paketa za Linux kernel seriju 2.2 kako\n"
"biste postavili firewall i zaštitili vaš računar od mrežnih napada."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -9878,7 +9584,7 @@ msgstr ""
"/etc/sysconfig/keyboarc. Ovo moĹže biti izabrano koriĹĄtenjem kbdconfig\n"
"programa. Možete ovo ostaviti uključenim na većini računara."
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -9886,11 +9592,11 @@ msgstr ""
"Automatsko regenerisanje kernel zaglavlja u /boot za\n"
"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Automatsko prepoznavanje i podeĹĄavanje hardware-a tokom boota."
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -9898,7 +9604,7 @@ msgstr ""
"Linuxconf će ponekad obaviti raznolike zadatke tokom boota\n"
"kako bi se odrĹžala sistemska konfiguracija."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
@@ -9906,7 +9612,7 @@ msgstr ""
"lpd je demon za ĹĄtampu koji je potreban da bi lpr radio ispravno.\n"
"To je u osnovi server koji dodjeljuje zadatke štampe štampaču/ima."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -9914,7 +9620,7 @@ msgstr ""
"Linux Virtuelni Server, koristi se za izgradnju servera visokih performansi\n"
"i dostupnosti."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
"names to IP addresses."
@@ -9922,7 +9628,7 @@ msgstr ""
"named (BIND) je Domain Name Server (DNS) koji se koristi za pretvaranje "
"imena računara u IP adrese."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -9930,7 +9636,7 @@ msgstr ""
"Montira i demontira sve Network File System (NFS), SMB (Lan\n"
"Manager/Windows) i NCP (NetWare) tačke montiranja."
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -9938,7 +9644,7 @@ msgstr ""
"Aktivira/deaktivira sve mreĹžne interfejse koji su konfigurisani\n"
"za pokretanje tokom boota."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
@@ -9948,7 +9654,7 @@ msgstr ""
"Ovaj servis omogućuje funkcionalnost NFS servera, koji je podešen putem\n"
"/etc/exports datoteke."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -9956,7 +9662,7 @@ msgstr ""
"NFS je popularan protokol za dijeljenje datoteka preko TCP/IP mreĹža.\n"
"Ovaj servis omogućuje NFS funkcionalnost zaključavanja datoteka."
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -9964,11 +9670,11 @@ msgstr ""
"Automatski uključuje numlock bravu tipaka pod konzolom i\n"
"XFree tokom boota."
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
msgstr "Podrška za OK 4w i kompatibilne windows štampače"
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
@@ -9980,7 +9686,7 @@ msgstr ""
"konfiguriše tako da je sigurno imati ga instaliranog na računarima\n"
"kojima nije potreban."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -9991,7 +9697,7 @@ msgstr ""
"su NFS i NIS. Portmap server mora raditi na računarima koje služe kao\n"
"serveri za protokole koji koriste RPC mehanizam."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
"one machine to another."
@@ -9999,7 +9705,7 @@ msgstr ""
"Postfix je Mail Transport Agent, tj. program koji ĹĄalje poĹĄtu sa jednog "
"računara na drugu."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -10007,7 +9713,7 @@ msgstr ""
"Spašava i vraća sistemski raspon entropije za veću kvalitetu\n"
"generisanja slučajnih brojeva."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -10015,7 +9721,7 @@ msgstr ""
"Dodjeljuje sirove uređaje blokovskim urećajima (kao što su\n"
"particije hard diska) za upotrebu aplikacijama kao ĹĄto je Oracle"
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
@@ -10026,7 +9732,7 @@ msgstr ""
"kompleksniji\n"
"protokoli rutiranja su potrebni za sloĹžene mreĹže."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -10034,7 +9740,7 @@ msgstr ""
"rstat protokol omogućava korisnicima na mreži da dobave\n"
"mjeru performansi za svaki računar na toj mreži"
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -10042,7 +9748,7 @@ msgstr ""
"rusers protokol omogućava korisnicima na mreži da identificiraju\n"
"ko je prijavljen na ostalim računarima."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
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)."
@@ -10050,11 +9756,11 @@ msgstr ""
"rwho protokol omogućava udaljenim korisnicima da dobiju listu svih\n"
"korisnika prijavljenih na računar na kojem radi rwho demon (slično fingeru)."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
msgstr "Pokreće zvučni sistem na vašem računaru"
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
@@ -10062,64 +9768,64 @@ msgstr ""
"Syslog je pogodnost pomoću koje mnogi demoni zapisuju poruke\n"
"u razne sistemske dnevnike. Dobra ideja je uvijek imati pokrenuti syslog."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
msgstr "Pokreće drajvere za vaše usb uređaje."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Pokreće X Font Server (ovo je nužno da bi XFree radio)."
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr "Izaberite koji servisi se trebaju pokretati automatski prilikom boota"
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
msgid "Printing"
msgstr "Ĺ tampa"
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr "Dijeljenje datoteka"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
msgid "System"
msgstr "Sistem"
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
msgid "Remote Administration"
msgstr "Udaljena administracija"
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
msgid "Database Server"
msgstr "Server baze podataka"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Servisi: %d aktiviran za %d registrovan"
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
msgid "Services"
msgstr "Servisi"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "running"
msgstr "aktivan"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "stopped"
msgstr "zaustavljen"
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr "Servisi i demoni"
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
@@ -10127,15 +9833,15 @@ msgstr ""
"Nema dodatnih informacija\n"
"o ovom servisu, izvinite."
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
msgid "On boot"
msgstr "Prilikom boota"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
msgid "Start"
msgstr "Start"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
msgid "Stop"
msgstr "Stop"
@@ -10227,7 +9933,7 @@ msgstr ""
"Mandrake Linux 8.2 pruĹža najbolje Open Source igre - arkadne, akcione, "
"karte, sportovi, strategije, ..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrolni centar"
@@ -10393,193 +10099,581 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:49
+#: ../../standalone.pm_.c:21
+#, fuzzy
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Tastatura"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
+
+#: ../../standalone.pm_.c:168
msgid "Installing packages..."
msgstr "Instaliram pakete..."
-#: ../../standalone/XFdrake_.c:148
+#: ../../standalone/XFdrake_.c:138
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Molimo izvrĹĄite logout i zatim koristitite Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:152
+#: ../../standalone/XFdrake_.c:142
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Molimo ponovo se prijavite na %s radi aktiviranja izmjena"
-#: ../../standalone/drakTermServ_.c:188
+#: ../../standalone/drakTermServ_.c:239
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
msgstr "Premještanje konfiguracije štamapča"
-#: ../../standalone/drakTermServ_.c:203
+#: ../../standalone/drakTermServ_.c:253
#, fuzzy
msgid "Enable Server"
msgstr "Server baze podataka"
-#: ../../standalone/drakTermServ_.c:210
+#: ../../standalone/drakTermServ_.c:260
#, fuzzy
msgid "Disable Server"
msgstr "Server baze podataka"
-#: ../../standalone/drakTermServ_.c:218
+#: ../../standalone/drakTermServ_.c:268
#, fuzzy
msgid "Start Server"
msgstr "NIS server"
-#: ../../standalone/drakTermServ_.c:225
+#: ../../standalone/drakTermServ_.c:275
#, fuzzy
msgid "Stop Server"
msgstr "NIS server"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:239
+#: ../../standalone/drakTermServ_.c:294
#, fuzzy
msgid "Add/Del Users"
msgstr "Dodaj korisnika"
-#: ../../standalone/drakTermServ_.c:241
+#: ../../standalone/drakTermServ_.c:299
#, fuzzy
msgid "Add/Del Clients"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:328
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
msgstr ""
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
msgstr ""
-#: ../../standalone/drakTermServ_.c:521
+#: ../../standalone/drakTermServ_.c:573
msgid "No kernel selected!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:535
+#: ../../standalone/drakTermServ_.c:587
#, fuzzy
msgid "No nic selected!"
msgstr "Nije konektovan"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:552
+#: ../../standalone/drakTermServ_.c:604
#, fuzzy
msgid "<-- Delete"
msgstr "ObriĹĄi"
-#: ../../standalone/drakTermServ_.c:559
+#: ../../standalone/drakTermServ_.c:611
#, fuzzy
msgid "Delete All NBIs"
msgstr "Sve izabrano"
-#: ../../standalone/drakTermServ_.c:621
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
#, fuzzy
msgid "Add User -->"
msgstr "Dodaj korisnika"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Tip: "
+
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:773
+#, fuzzy
+msgid "Thin Client"
+msgstr "DHCP klijent"
+
+#: ../../standalone/drakTermServ_.c:775
+#, fuzzy
+msgid "Allow Thin Clients"
+msgstr "DHCP klijent"
+
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:742
+#: ../../standalone/drakTermServ_.c:821
+#, fuzzy
+msgid "<-- Edit Client"
+msgstr "DHCP klijent"
+
+#: ../../standalone/drakTermServ_.c:837
#, fuzzy
-msgid "<-- Del Client"
+msgid "Delete Client"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:843
#, fuzzy
msgid "dhcpd Config..."
msgstr "PodeĹĄavam..."
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Netmask"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Ime domena"
+
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr "NIS server"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1001
#, fuzzy
msgid "dhcpd Server Configuration"
msgstr "Napredno podeĹĄavanje"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone/drakTermServ_.c:875
+#: ../../standalone/drakTermServ_.c:1018
#, fuzzy
msgid "Write Config"
msgstr "rekonfiguriĹĄi"
-#: ../../standalone/drakTermServ_.c:965
+#: ../../standalone/drakTermServ_.c:1120
#, fuzzy
msgid "Please insert floppy disk:"
msgstr "Molimo ubacite boot disketu koja je upotrebljena u jedinicu %s"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakTermServ_.c:974
+#: ../../standalone/drakTermServ_.c:1129
#, fuzzy
msgid "No floppy drive available!"
msgstr "Nema pogodne disketne jedinice"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:40
msgid "Error!"
msgstr "GreĹĄka!"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
msgstr "Ne mogu pronaći potrebnu image datoteku '%s'"
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
msgid "Auto Install Configurator"
msgstr "PodeĹĄavanje auto instalacije"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10606,11 +10700,20 @@ msgstr ""
"\n"
"Da li Ĺželite nastaviti?"
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "Ponovi"
+
+#: ../../standalone/drakautoinst_.c:66
msgid "Automatic Steps Configuration"
msgstr "Automatska konfiguracija koraka"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
@@ -10618,12 +10721,12 @@ msgstr ""
"Molimo izaberite za svaki korak da li ćete ga ponoviti kao i u vašoj "
"instalaciji ili će se obaviti ručno"
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
#, fuzzy
msgid "Creating auto install floppy"
msgstr "Pravim auto instalacijsku disketu"
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -10635,12 +10738,12 @@ msgstr ""
"\n"
"Parametri automatske instalacije su dostupni u odjeljcima lijevo"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:508
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr "Čestitamo!"
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -10648,36 +10751,36 @@ msgstr ""
"Disketa je uspjeĹĄno napravljena.\n"
"Sada moĹžete ponoviti vaĹĄu instalaciju."
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
msgid "Auto Install"
msgstr "Auto instalacija"
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
msgid "Add an item"
msgstr "Dodaj stavku"
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
msgid "Remove the last item"
msgstr "Ukloniti zadnju stavku"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:724
+#: ../../standalone/drakbackup_.c:691
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
msgstr ""
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10687,7 +10790,7 @@ msgstr ""
" DrakBackup IzvjeĹĄtaj \n"
"\n"
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10699,7 +10802,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10711,13 +10814,13 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
#, fuzzy
msgid "Total progess"
msgstr "ukupno napredak"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10726,41 +10829,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:852
+#: ../../standalone/drakbackup_.c:819
#, fuzzy, c-format
msgid "Bad password on %s"
msgstr "Bez ĹĄifre"
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:821
#, fuzzy, c-format
msgid "Can't find %s on %s"
msgstr "Ne mogu otvoriti %s: %s\n"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -10771,65 +10874,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
msgstr "Backup-uj sistemske datoteke..."
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
msgid "Hard Disk Backup files..."
msgstr "Datoteke backup-a hard diska..."
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
msgid "Backup User files..."
msgstr "Backup-uj korisničke datoteke..."
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
msgstr "Napredak backup-a hard diska..."
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
msgid "Backup Other files..."
msgstr "Backup-uj ostale datoteke..."
-#: ../../standalone/drakbackup_.c:1323
+#: ../../standalone/drakbackup_.c:1296
#, fuzzy
msgid "No changes to backup!"
msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
@@ -10837,7 +10940,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, fuzzy, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -10846,7 +10949,7 @@ msgstr ""
"lista datoteka poslana putem FTPa: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
#, fuzzy
msgid ""
"\n"
@@ -10857,39 +10960,39 @@ msgstr ""
"(!) problem sa FTP konekcijom: Nije bilo moguće poslati vaše backup datoteke "
"putem FTPa.\n"
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "(!) GreĹĄka tokom slanja poĹĄte. \n"
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
msgid "File Selection"
msgstr "Izbor datoteka"
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
msgstr "Izaberite datoteke ili direktorije i kliknite na 'Dodaj'"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10897,26 +11000,26 @@ msgstr ""
"\n"
"Molimo uključite sve potrebne opcije.\n"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
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:1604
+#: ../../standalone/drakbackup_.c:1575
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Backup sistemskih datoteka. ( /etc direktorij )"
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Zaobiđi kritične datoteke (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10924,67 +11027,67 @@ msgstr ""
"Sa ovom opcijom bićete u mogućnosti da vratite bilo koju\n"
" verziju vaĹĄeg /etc direktorija."
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
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:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
msgstr "Ne uključuj spremnik web preglednika"
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
msgid "Remove Selected"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
msgid "Users"
msgstr "Korisnici"
-#: ../../standalone/drakbackup_.c:1777
+#: ../../standalone/drakbackup_.c:1740
#, fuzzy
msgid "Use network connection to backup"
msgstr "Koristi FTP vezu za backup"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1785
+#: ../../standalone/drakbackup_.c:1748
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
msgid "Please enter the host name or IP."
msgstr "Molimo unesite ime računara ili IP."
-#: ../../standalone/drakbackup_.c:1795
+#: ../../standalone/drakbackup_.c:1758
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -10993,68 +11096,68 @@ msgstr ""
"Molimo unesite direktorij za\n"
" smještaj backupa na ovom računaru."
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
msgid "Please enter your login"
msgstr "Molimo unesite vaĹĄ login"
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
msgid "Please enter your password"
msgstr "Molimo unesite vaĹĄu ĹĄifru"
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
msgid "Remember this password"
msgstr "Zapamti ovu ĹĄifru"
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
msgstr "Koristi CD/DVDROM za backup"
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
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:1925
+#: ../../standalone/drakbackup_.c:1887
#, fuzzy
msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Molimo izaberite vaĹĄ CD prostor"
-#: ../../standalone/drakbackup_.c:1931
+#: ../../standalone/drakbackup_.c:1893
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Molim uključite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
msgid "Please check if you are using CDRW media"
msgstr "Molim uključite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1943
+#: ../../standalone/drakbackup_.c:1905
#, 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:1944
+#: ../../standalone/drakbackup_.c:1906
#, fuzzy
msgid " Erase Now "
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1950
+#: ../../standalone/drakbackup_.c:1912
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Molim uključite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1956
+#: ../../standalone/drakbackup_.c:1918
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Molim uključite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11062,36 +11165,36 @@ msgstr ""
"Molim unesite naziv uređaja vašeg CD Writera\n"
" npr: 0,1,0"
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
#, fuzzy
msgid "No CD device defined!"
msgstr "Izaberite datoteku"
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
msgid "Use tape to backup"
msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
msgid "Please enter the device name to use for backup"
msgstr "Molim unesite ime uređaja kojeg ćete koristiti za backup"
-#: ../../standalone/drakbackup_.c:2059
+#: ../../standalone/drakbackup_.c:2021
#, 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:2065
+#: ../../standalone/drakbackup_.c:2027
#, 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:2071
+#: ../../standalone/drakbackup_.c:2033
#, 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:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11099,57 +11202,57 @@ msgstr ""
"Molim unesite maksimalnu veličinu\n"
" dozvoljenu za Draxbackup"
-#: ../../standalone/drakbackup_.c:2142
+#: ../../standalone/drakbackup_.c:2103
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Molimo unesite direktorij za spasiti:"
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
msgid "Use quota for backup files."
msgstr "Koristi quotu za backup datoteke."
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
msgid "Network"
msgstr "MreĹža"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2238
+#: ../../standalone/drakbackup_.c:2195
#, fuzzy
msgid "Tape"
msgstr "Tip"
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr "svakog sata"
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr "dnevno"
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr "sedmično"
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr "mjesečno"
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
msgid "Use daemon"
msgstr "Koristi demon"
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11157,7 +11260,7 @@ msgstr ""
"Izaberite vremenski interval\n"
"između svakog backupa"
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
msgid ""
"Please choose the\n"
"media for backup."
@@ -11165,7 +11268,7 @@ msgstr ""
"Molim izaberite medij\n"
"za backup."
-#: ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2247
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -11173,71 +11276,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:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
msgstr "PoĹĄalji mail izvjeĹĄtaj nakon svakog backupa na :"
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
msgid "What"
msgstr "Ĺ ta"
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
msgid "Where"
msgstr "Gdje"
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
msgid "When"
msgstr "Kada"
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
msgid "More Options"
msgstr "ViĹĄe opcija"
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
msgid "Drakbackup Configuration"
msgstr "PodeĹĄavanje Drakbackup-a"
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
msgid "Please choose where you want to backup"
msgstr "Molimo izaberite gdje Ĺželite backupovati"
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
msgstr "na hard disk"
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
msgid "across Network"
msgstr "preko mreĹže"
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
msgid "Please choose what you want to backup"
msgstr "Molim izaberite ĹĄta Ĺželite backupovati"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2450
msgid "Backup system"
msgstr "Backup sistema"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr "Backup korisnika"
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr "Ručno izaberite korisnika"
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
@@ -11245,7 +11348,7 @@ msgstr ""
"\n"
"Izvori backup-a: \n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
@@ -11253,7 +11356,7 @@ msgstr ""
"\n"
"- sistemske datoteke:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
@@ -11261,7 +11364,7 @@ msgstr ""
"\n"
"- korisničke datoteke:\n"
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
@@ -11269,7 +11372,7 @@ msgstr ""
"\n"
"- ostale datoteke:\n"
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
@@ -11278,32 +11381,32 @@ msgstr ""
"\n"
"- spasi na hard disku u direktoriju: %s\n"
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2604
+#: ../../standalone/drakbackup_.c:2555
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Uređaj miša: %s\n"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2557
#, fuzzy, c-format
msgid ""
"\n"
@@ -11312,12 +11415,12 @@ msgstr ""
"\n"
"- spasi na FTPu na računaru: %s\n"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2610
+#: ../../standalone/drakbackup_.c:2561
#, fuzzy, c-format
msgid ""
"\n"
@@ -11326,7 +11429,7 @@ msgstr ""
"\n"
"- spasi na FTPu na računaru: %s\n"
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11335,7 +11438,7 @@ msgstr ""
"\t\t korisničko ime: %s\n"
"\t\t u direktoriju: %s \n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
msgid ""
"\n"
"- Options:\n"
@@ -11343,19 +11446,19 @@ msgstr ""
"\n"
"- Opcije:\n"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
msgstr "\tNe uključuj sistemske datoteke\n"
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackupi koriste tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackupi koriste tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
@@ -11364,41 +11467,41 @@ msgstr ""
"\n"
"- Demon (%s) uključuje :\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
msgstr "\t-Hard disk.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr "\t-MreĹžu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr "\t-MreĹžu preko SSH.\n"
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-MreĹžu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-MreĹžu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Bez podešavanja, molim kliknite na Čarobnjak ili Napredno.\n"
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
@@ -11406,7 +11509,7 @@ msgstr ""
"Lista podataka za vraćanje:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11414,256 +11517,256 @@ msgstr ""
"Lista oštećenih podataka:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
msgid "Please uncheck or remove it on next time."
msgstr "Molimo isključite ili pobrišite ga idući put."
-#: ../../standalone/drakbackup_.c:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr "Backup datoteke su oštećene"
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
#, fuzzy
msgid " All of your selected data have been "
msgstr " Svi vaĹĄi izabrani podaci su "
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
msgstr " uspjeĹĄno spaĹĄeni na %s "
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
msgid " Restore Configuration "
msgstr " Vrati konfiguraciju "
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
msgstr "OK za vraćanje ostalih datoteka."
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
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:3068
+#: ../../standalone/drakbackup_.c:3019
msgid "Backup the system files before:"
msgstr "Vrati sistemske datoteke prije:"
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
msgid "please choose the date to restore"
msgstr "molim izaberite datum za vraćanje"
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
msgid "Use Hard Disk to backup"
msgstr "Koristi hard disk za backup"
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
msgid "Please enter the directory to save:"
msgstr "Molimo unesite direktorij za spasiti:"
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
msgid "FTP Connection"
msgstr "FTP konekcija"
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
msgid "Secure Connection"
msgstr "Sigurna konekcija"
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
msgid "Restore from Hard Disk."
msgstr "Vrati sa hard diska"
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
msgstr "Molim unesite direktorij gdje su smjeĹĄteni backupi"
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
msgid "Select another media to restore from"
msgstr "Izaberite drugi medij za vraćanje"
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
msgid "Other Media"
msgstr "Drugi medij"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
msgid "Restore system"
msgstr "Vrati sistem"
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
msgid "Restore Users"
msgstr "Vrati korisnike"
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
msgid "Restore Other"
msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "izaberite stazu za vraćanje (umjesto / )"
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
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:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
msgstr "Pobriši korisničke direktorije prije vraćanja."
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:3396
+#: ../../standalone/drakbackup_.c:3344
#, fuzzy
msgid ""
"Restore Selected\n"
"Files"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:3413
+#: ../../standalone/drakbackup_.c:3361
#, fuzzy
msgid ""
"Change\n"
"Restore Path"
msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:3479
+#: ../../standalone/drakbackup_.c:3427
#, fuzzy, c-format
msgid "Backup files not found at %s."
msgstr "Backup datoteke su oštećene"
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, fuzzy
msgid "Restore From CD"
msgstr "Vrati sa hard diska"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, fuzzy
msgid "Restore From Tape"
msgstr "Vrati tabelu particija"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, fuzzy
msgid "Restore Via Network"
msgstr "Vrati korisnike"
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3527
+#: ../../standalone/drakbackup_.c:3475
#, fuzzy
msgid "Host Name"
msgstr "Host name"
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3535
+#: ../../standalone/drakbackup_.c:3483
#, fuzzy
msgid "Password required"
msgstr "Ĺ ifra"
-#: ../../standalone/drakbackup_.c:3541
+#: ../../standalone/drakbackup_.c:3489
#, fuzzy
msgid "Username required"
msgstr "Korisničko ime"
-#: ../../standalone/drakbackup_.c:3544
+#: ../../standalone/drakbackup_.c:3492
#, fuzzy
msgid "Hostname required"
msgstr "Hostname: "
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3565
+#: ../../standalone/drakbackup_.c:3513
#, fuzzy
msgid "Restore Failed..."
msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
msgstr "Vrati sve backupe"
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
msgid "Custom Restore"
msgstr "Ručno vraćanje"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3867
+#: ../../standalone/drakbackup_.c:3813
#, fuzzy
msgid "Restore From Catalog"
msgstr "Vrati tabelu particija"
-#: ../../standalone/drakbackup_.c:3895
+#: ../../standalone/drakbackup_.c:3841
#, fuzzy
msgid "Restore Progress"
msgstr "Vrati korisnike"
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
msgid "Previous"
msgstr "Prethodni"
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
msgid "Save"
msgstr "Spasi"
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
msgid "Build Backup"
msgstr "Izgradi backup"
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
msgid "Restore"
msgstr "Vrati"
-#: ../../standalone/drakbackup_.c:4233
+#: ../../standalone/drakbackup_.c:4189
#, fuzzy
msgid ""
"Error during sendmail.\n"
@@ -11674,14 +11777,7 @@ msgstr ""
" vaĹĄ mail izvjeĹĄtaj nije poslan\n"
" Molim podesite sendmail"
-#: ../../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:4280
+#: ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -11690,19 +11786,26 @@ msgstr ""
"GreĹĄka tokom slanja datoteke preko FTPa.\n"
" Molimo ispravite vaĹĄu FTP konfiguraciju."
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4209
+#, 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:4232
msgid "Please select data to restore..."
msgstr "Molim izaberite podatke za vraćanje..."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
msgid "Please select media for backup..."
msgstr "Molim izaberite medij za backup..."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
msgid "Please select data to backup..."
msgstr "Molim izaberite podatke za backup..."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11710,59 +11813,59 @@ msgstr ""
"Nije pronađena konfiguraciona datoteka \n"
"molim kliknite na Čarobnjak ili Napredno."
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
msgstr "U izradi ... molim sačekajte."
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
msgid "Backup system files"
msgstr "Backup sistemskih datoteka"
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
msgid "Backup user files"
msgstr "Backup korisničkih datoteka"
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
msgid "Backup other files"
msgstr "Backup ostalih datoteka"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
msgstr "Ukupan napredak"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr "slanje datoteka putem FTPa"
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
msgid "Sending files..."
msgstr "Ĺ aljem datoteke..."
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
msgid "Backup Now from configuration file"
msgstr "Backup-uj sada iz konfiguracijske datoteke"
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
msgid "View Backup Configuration."
msgstr "Pogledaj postavke backupa."
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
msgid "Wizard Configuration"
msgstr "Čarobnjak za podešavanje"
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
msgid "Advanced Configuration"
msgstr "Napredno podeĹĄavanje"
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
msgid "Backup Now"
msgstr "Backup-uj sada"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid ""
"options description:\n"
@@ -11823,7 +11926,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11837,7 +11940,7 @@ msgstr ""
" podesiti myhostname ili mydomain u /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -11915,7 +12018,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4788
+#: ../../standalone/drakbackup_.c:4701
#, fuzzy
msgid ""
"restore description:\n"
@@ -11968,48 +12071,21 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
+#, fuzzy
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:4832
+#: ../../standalone/drakbackup_.c:4732
+#, fuzzy
msgid ""
"Description:\n"
"\n"
@@ -12038,7 +12114,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -12085,7 +12160,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -12103,7 +12178,7 @@ msgstr ""
"drive before sending it to the server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12125,197 +12200,98 @@ msgstr ""
"data. It is important to be careful and not modify the \n"
"backup data files by hand.\n"
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
msgstr "Instalacija %sa nije uspjela. Javila se sljedeća greška:"
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
msgstr ""
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
#, fuzzy
msgid "Standalone Tools"
msgstr "Alati za konzolu"
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
#, fuzzy
msgid "HardDrake"
msgstr "na hard disk"
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
#, fuzzy
msgid "Mandrake Online"
msgstr "MandrakeConsulting"
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
#, fuzzy
msgid "Menudrake"
msgstr "MandrakeStore"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
#, fuzzy
msgid "Msec"
msgstr "MiĹĄ"
-#: ../../standalone/drakbug_.c:77
+#: ../../standalone/drakbug_.c:57
#, fuzzy
msgid "Remote Control"
msgstr "Udaljeni štampač"
-#: ../../standalone/drakbug_.c:78
+#: ../../standalone/drakbug_.c:58
#, fuzzy
msgid "Software Manager"
msgstr "Share naziv"
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
msgstr ""
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakbug_.c:81
+#: ../../standalone/drakbug_.c:61
#, fuzzy
msgid "Userdrake"
msgstr "Printerdrake"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
#, fuzzy
msgid "Configuration Wizards"
msgstr "Čarobnjak za podešavanje mreže"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:75
#, fuzzy
msgid "Application:"
msgstr "Autentikacija"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
#, fuzzy
msgid "Package: "
msgstr "Izbor paketa"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:100
+#: ../../standalone/drakbug_.c:78
#, fuzzy
msgid "Release: "
msgstr "Molimo sačekajte"
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -12327,47 +12303,52 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:134
+#: ../../standalone/drakbug_.c:112
#, fuzzy
msgid "Report"
msgstr "port"
-#: ../../standalone/drakbug_.c:171
+#: ../../standalone/drakbug_.c:148
#, fuzzy
msgid "Not installed"
msgstr "Post Uninstall"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "Post Uninstall"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:196
+#: ../../standalone/drakbug_.c:180
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Screenshotovi će biti dostupni nakon što instalirate u %s"
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "PodeĹĄavanje mreĹže (%d adaptera)"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
msgid "Profile: "
msgstr "Profil:"
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr "BriĹĄi profil..."
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr "Profil za brisanje:"
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr "Novi profil..."
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
@@ -12375,98 +12356,100 @@ msgstr ""
"Naziv profila koji će biti kreiran (novi profil je kreiran kao kopija "
"postojećeg) :"
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
msgid "Hostname: "
msgstr "Hostname: "
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
msgid "Internet access"
msgstr "Pristup Internetu"
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
msgid "Type:"
msgstr "Tip:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "Gateway:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Interface:"
msgstr "Interfejs:"
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr "Status:"
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr "Molim sačekajte"
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
msgid "Configure Internet Access..."
msgstr "Podesi Internet pristup..."
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
msgid "LAN configuration"
msgstr "PodeĹĄavanje LANa"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Driver"
msgstr "Drajver"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Interface"
msgstr "Interfejs"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr "Protokol"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "State"
msgstr "Status"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
msgid "Configure Local Area Network..."
msgstr "Podesi Lokalnu mreĹžu..."
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
msgstr "Kliknite ovdje za pokretanje čarobnjaka ->"
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "Čarobnjak..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr "Primjeni"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Connected"
msgstr "Konektovan"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Not connected"
msgstr "Nije konektovan"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr "Konektuj se..."
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr "Prekini konekciju..."
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
"Upozorenje, otkrivena je druga Internet konekcija, moĹžda preko vaĹĄe mreĹže"
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -12474,36 +12457,36 @@ msgstr ""
"Nemate nijedan podeĹĄen interfejs.\n"
"Podesite ih prvo klikajući na 'Podesi'"
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
msgid "LAN Configuration"
msgstr "PodeĹĄavanje LANa"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr "Adapter %s: %s"
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr "Boot protokol"
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr "Pokrenut na bootu"
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr "DHCP klijent"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "activate now"
msgstr "pokreni sada"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "deactivate now"
msgstr "zaustavi sada"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
@@ -12511,7 +12494,7 @@ msgstr ""
"Interfejs joĹĄ nije podeĹĄen.\n"
"Pokrenite čarobnjak za podešavanje u glavnom prozoru"
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -12519,121 +12502,117 @@ msgstr ""
"Nemate nijednu Internet konekciju.\n"
"Napravite jednu klikajući na 'Podesi'"
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
msgid "Internet connection configuration"
msgstr "PodeĹĄavanje Internet konekcije"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
msgid "Internet Connection Configuration"
msgstr "PodeĹĄavanje Internet konekcije"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
msgid "Connection type: "
msgstr "Tip konekcije: "
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr "Parametri"
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Gateway"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr "Ethernet kartica"
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr "DHCP klijent"
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr "koristi: drakfloppy\n"
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Module name"
msgstr "Naziv modula"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Size"
msgstr "Veličina"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
msgid "drakfloppy"
msgstr "drakfloppy"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
msgid "boot disk creation"
msgstr "Kreiranje boot diskete"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "Podrazumijevano"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr "DrakFloppy greĹĄka: %s"
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
msgid "kernel version"
msgstr "Kernel verzija"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
msgid "General"
msgstr "Općenito"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
msgid "Expert Area"
msgstr "Ekspert područje"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
msgstr "mkinitrd opcionalni argumenti"
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
msgid "Add a module"
msgstr "Dodaj modul"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
msgid "force"
msgstr "prisili"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr "ako je potrebno"
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
msgid "omit scsi modules"
msgstr "izostavi scsi module"
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr "izostavi raid module"
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
msgid "Remove a module"
msgstr "Ukloni modul"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr "Ispis"
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr "Napravi disk"
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, 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:382
+#: ../../standalone/drakfloppy_.c:341
#, fuzzy, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12642,12 +12621,12 @@ msgstr ""
"Nema medija za ovaj uredjaj %s.\n"
"Molim ubacite ga."
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, c-format
msgid "Unable to fork: %s"
msgstr "Ne mogu izvrsiti fork: %s"
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12658,99 +12637,99 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
msgstr "PretraĹži instalirane fontove"
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
msgstr "Isključi instalirane fontove"
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
msgstr "obradi sve fontove"
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
msgid "no fonts found"
msgstr "nije pronađen nijedan font"
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
msgid "done"
msgstr "gotovo"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr "ne mogu naći nijedan font na montiranim particijama"
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
msgstr "Ponovo izaberi ispravne fontove"
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr "ne mogu naći nijedan font.\n"
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr "PretraĹži fontove na listi instaliranih"
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
msgid "Fonts copy"
msgstr "Kopiranje fontova"
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
msgid "True Type fonts installation"
msgstr "Instalacija True Type fontova"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
msgstr "molimo sačekajte tokom ttmkfdir..."
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr "ZavrĹĄena True Type instalacija"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr "Konverzija fontova"
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
msgstr "type1inst kreiranje"
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
msgstr "Ghostscript referenciranje"
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr "ttf fonts konverzija"
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr "pfm fonts konverzija"
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
msgstr "Onemogući privremene datoteke"
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
msgid "Restart XFS"
msgstr "Restartuj XFS"
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
msgstr "Onemogući datoteke fontova"
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
msgid "xfs restart"
msgstr "restart xfs-a"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -12764,111 +12743,213 @@ msgstr ""
"-Možete instalirati fontove koristeći uobičajen način. U rijetkim "
"slučajevima, neispravni fontovi mogu zaglaviti vaš X Server."
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
msgid "Fonts Importation"
msgstr "Uvoz fontova"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
msgstr "Preuzmi fontove iz Windowsa"
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
msgid "Uninstall Fonts"
msgstr "Deinstaliraj fontove"
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
msgid "Advanced Options"
msgstr "Napredne opcije"
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
msgid "Font List"
msgstr "Lista fontova"
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+#, fuzzy
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
msgid "Choose the applications that will support the fonts:"
msgstr "Izaberite aplikacije koje će podržavati fontove :"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
msgid "StarOffice"
msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
msgid "Abiword"
msgstr "Abiword"
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
msgid "Generic Printers"
msgstr "Razni štampači"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
msgstr "Izaberite font datoteku ili direktorij i kliknite na 'Dodaj'"
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
msgid "Install List"
msgstr "Lista instalacije"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
msgstr "kliknite ovdje ako ste sigurni."
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr "ovdje ako ne."
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
msgstr "NiĹĄta izabrano"
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
msgid "Selected All"
msgstr "Sve izabrano"
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
msgid "Remove List"
msgstr "PobriĹĄi listu"
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
msgid "Initials tests"
msgstr "Probni inicijali"
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
msgid "Copy fonts on your system"
msgstr "Kopiraj fontove na sistem"
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr "Instaliraj i konvertuj fontove"
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
msgid "Post Install"
msgstr "Post Install"
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
msgid "Remove fonts on your system"
msgstr "PobriĹĄi fontove sa mog sistema"
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
msgid "Post Uninstall"
msgstr "Post Uninstall"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
msgid "Internet Connection Sharing"
msgstr "Dijeljenje Internet konekcije"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr "Dijeljenje Internet konekcije je trenutno aktivno"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12880,19 +12961,19 @@ msgstr ""
"\n"
"Ĺ ta Ĺželite uraditi?"
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
msgid "disable"
msgstr "isključi"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr "otkaĹži"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "reconfigure"
msgstr "rekonfiguriĹĄi"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
msgid "Disabling servers..."
msgstr "Isključujem servere..."
@@ -12900,11 +12981,11 @@ msgstr "Isključujem servere..."
msgid "Internet connection sharing is now disabled."
msgstr "Dijeljenje Internet konekcije je sada isključeno."
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr "Dijeljenje Internet konekcije je trenutno neaktivno"
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12916,19 +12997,19 @@ msgstr ""
"\n"
"Ĺ ta Ĺželite uraditi?"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
msgid "enable"
msgstr "uključi"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr "Uključujem servere..."
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
msgid "Internet connection sharing is now enabled."
msgstr "Dijeljenje Internet konekcije je sada uključeno."
-#: ../../standalone/drakgw_.c:185
+#: ../../standalone/drakgw_.c:183
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -12948,21 +13029,21 @@ msgstr ""
"Napomena: potreban vam je poseban MreĹžni adapter da biste podesili Lokalnu "
"mreĹžu (LAN)."
-#: ../../standalone/drakgw_.c:213
+#: ../../standalone/drakgw_.c:211
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfejs %s (koristeći modul %s)"
-#: ../../standalone/drakgw_.c:214
+#: ../../standalone/drakgw_.c:212
#, c-format
msgid "Interface %s"
msgstr "Interfejs %s"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:220
msgid "No network adapter on your system!"
msgstr "Nema mreĹžnog adaptera na vaĹĄem sistemu!"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:221
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12970,11 +13051,11 @@ msgstr ""
"Na vašem sistemu nije pronađen nijedan ethernet mrežni adapter. Molimo "
"pokrenite alat za podeĹĄavanje hardware-a."
-#: ../../standalone/drakgw_.c:229
+#: ../../standalone/drakgw_.c:227
msgid "Network interface"
msgstr "MreĹžni interface"
-#: ../../standalone/drakgw_.c:230
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12989,18 +13070,18 @@ msgstr ""
"\n"
"Sada ću podesiti vašu Lokalnu mrežu sa ovim adapterom."
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Molimo izaberite koji mrežni adapter će biti spojen na vašu Lokalnu mrežu."
-#: ../../standalone/drakgw_.c:265
+#: ../../standalone/drakgw_.c:261
msgid "Network interface already configured"
msgstr "Mrežni interfejs je već podešen"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -13015,15 +13096,24 @@ msgstr ""
"\n"
"To možete obaviti ručno, ali morate znati šta radite."
-#: ../../standalone/drakgw_.c:271
+#: ../../standalone/drakgw_.c:267
msgid "Automatic reconfiguration"
msgstr "Automatsko ponovno podeĹĄavanje"
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:268
msgid "Show current interface configuration"
msgstr "PrikaĹži postavke trenutnog interfejsa"
-#: ../../standalone/drakgw_.c:274
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "PrikaĹži postavke trenutnog interfejsa"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -13040,7 +13130,7 @@ msgstr ""
"IP atributi: %s\n"
"Drajver: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:283
#, fuzzy
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
@@ -13050,7 +13140,7 @@ msgid ""
"\n"
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
-"\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
@@ -13063,12 +13153,12 @@ msgstr ""
"Ako ne, mogu ponovo podesiti vaĹĄ interfejs i podesiti DHCP server za vas.\n"
"\n"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:290
#, fuzzy
msgid "Local Network adress"
msgstr "Lokalna mreĹža C klase"
-#: ../../standalone/drakgw_.c:298
+#: ../../standalone/drakgw_.c:294
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -13077,64 +13167,64 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:304
+#: ../../standalone/drakgw_.c:300
msgid "(This) DHCP Server IP"
msgstr "IP adresa (ovog) DHCP servera"
-#: ../../standalone/drakgw_.c:305
+#: ../../standalone/drakgw_.c:301
#, fuzzy
msgid "The DNS Server IP"
msgstr "IP adresa (ovog) DHCP servera"
-#: ../../standalone/drakgw_.c:306
+#: ../../standalone/drakgw_.c:302
#, fuzzy
msgid "The internal domain name"
msgstr "Novo ime štampača"
-#: ../../standalone/drakgw_.c:307
+#: ../../standalone/drakgw_.c:303
msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:308
+#: ../../standalone/drakgw_.c:304
msgid "The DHCP end range"
msgstr ""
-#: ../../standalone/drakgw_.c:309
+#: ../../standalone/drakgw_.c:305
msgid "The default lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:310
+#: ../../standalone/drakgw_.c:306
msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
msgstr "Ponovo podesi interfejs i DHCP server"
-#: ../../standalone/drakgw_.c:318
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Lokalna mreĹža se ne zavrĹĄava sa `.0', izlazim."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Potencijalan konflikt LAN adresa pronađen u trenutnoj konfiguraciji %s!\n"
-#: ../../standalone/drakgw_.c:339
+#: ../../standalone/drakgw_.c:335
msgid "Configuring..."
msgstr "PodeĹĄavam..."
-#: ../../standalone/drakgw_.c:340
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Podešavam skripte, instaliram software, pokrećem servere..."
-#: ../../standalone/drakgw_.c:376
+#: ../../standalone/drakgw_.c:372
#, c-format
msgid "Problems installing package %s"
msgstr "Problemi tokom instaliranja paketa %s"
-#: ../../standalone/drakgw_.c:509
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -13144,23 +13234,23 @@ msgstr ""
"Sada možete dijeliti Internet konekciju sa ostalim računarima na vašoj "
"lokalnoj mreži, koristeći automatsku mrežnu konfiguraciju (DHCP)."
-#: ../../standalone/drakgw_.c:528
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr "Podešavanje je već završeno, ali je trenutno isključeno."
-#: ../../standalone/drakgw_.c:529
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr "Podešavanje je već završeno i trenutno je uključeno."
-#: ../../standalone/drakgw_.c:530
+#: ../../standalone/drakgw_.c:525
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Dijeljenje Internet konekcije nije nikad podeĹĄeno."
-#: ../../standalone/drakgw_.c:535
+#: ../../standalone/drakgw_.c:531
msgid "Internet connection sharing configuration"
msgstr "PodeĹĄavanje dijeljenja Internet konekcije"
-#: ../../standalone/drakgw_.c:542
+#: ../../standalone/drakgw_.c:539
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -13175,158 +13265,158 @@ msgstr ""
"\n"
"Kliknite na Podesi da pokrenete čarobnjak."
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "group"
msgstr "Radna grupa"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "permissions"
msgstr "particiji %s"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
#, fuzzy
msgid "user"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:44
#, fuzzy
msgid "delete"
msgstr "ObriĹĄi"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
msgid "edit"
msgstr ""
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:46
#, fuzzy
msgid "Down"
msgstr "Gotovo"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:47
#, fuzzy
msgid "add a rule"
msgstr "Dodaj modul"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
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:62
+#: ../../standalone/drakperm_.c:56
#, fuzzy
msgid "Add a new rule at the end"
msgstr "Dodaj novi štampač"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
msgstr ""
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:58
#, fuzzy
msgid "Up selected rule one level"
msgstr "NiĹĄta izabrano"
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
msgstr ""
-#: ../../standalone/drakperm_.c:66
+#: ../../standalone/drakperm_.c:60
#, fuzzy
msgid "Delete selected rule"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
msgstr ""
-#: ../../standalone/drakperm_.c:244
+#: ../../standalone/drakperm_.c:231
#, fuzzy
msgid "Current user"
msgstr "Prihvati korisnika"
-#: ../../standalone/drakperm_.c:249
+#: ../../standalone/drakperm_.c:236
#, fuzzy
msgid "Permissions"
msgstr "Verzija: %s\n"
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
msgstr ""
-#: ../../standalone/drakperm_.c:251
+#: ../../standalone/drakperm_.c:238
#, fuzzy
msgid "Property"
msgstr "Port"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:311
+#: ../../standalone/drakperm_.c:297
#, fuzzy
msgid "Use owner id for execution"
msgstr "Koristi auto prepoznavanje"
-#: ../../standalone/drakperm_.c:312
+#: ../../standalone/drakperm_.c:298
#, fuzzy
msgid "Use group id for execution"
msgstr "Koristi auto prepoznavanje"
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:318
+#: ../../standalone/drakperm_.c:304
#, fuzzy
msgid "Path selection"
msgstr "Spasi izbor paketa"
-#: ../../standalone/drakperm_.c:364
+#: ../../standalone/drakperm_.c:350
#, fuzzy
msgid "user :"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:366
+#: ../../standalone/drakperm_.c:352
#, fuzzy
msgid "group :"
msgstr "Radna grupa"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:46
#, fuzzy
msgid "No Sound Card detected!"
msgstr "Nije konektovan"
-#: ../../standalone/draksound_.c:48
+#: ../../standalone/draksound_.c:47
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13338,7 +13428,7 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -13347,139 +13437,139 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/draksplash_.c:78
+#: ../../standalone/draksplash_.c:67
#, fuzzy
msgid "first step creation"
msgstr "Kreiranje boot diskete"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:70
#, fuzzy
msgid "final resolution"
msgstr "Rezolucija"
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
#, fuzzy
msgid "choose image file"
msgstr "Izaberi datoteku"
-#: ../../standalone/draksplash_.c:81
+#: ../../standalone/draksplash_.c:72
#, fuzzy
msgid "Theme name"
msgstr "Share naziv"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
#, fuzzy
msgid "Configure bootsplash picture"
msgstr "PodeĹĄavanje servisa"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
msgstr ""
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:113
#, fuzzy
msgid "Preview"
msgstr "Uređaj"
-#: ../../standalone/draksplash_.c:123
+#: ../../standalone/draksplash_.c:115
#, fuzzy
msgid "Save theme"
msgstr "Sistem instalacije"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:116
#, fuzzy
msgid "Choose color"
msgstr "Izaberite monitor"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:435
+#: ../../standalone/draksplash_.c:428
#, fuzzy
msgid "ProgressBar color selection"
msgstr "Izbor modela štampača"
-#: ../../standalone/draksplash_.c:456
+#: ../../standalone/draksplash_.c:449
#, fuzzy
msgid "You must choose an image file first!"
msgstr "Morate izabrati ili unijeti štampač / uređaj!"
-#: ../../standalone/draksplash_.c:465
+#: ../../standalone/draksplash_.c:458
#, fuzzy
msgid "Generating preview ..."
msgstr "Prepoznajem uređaje ..."
#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:511
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr ""
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -13494,75 +13584,75 @@ msgid ""
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "Canada (cable)"
msgstr "Kanada (kablovska)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
#, fuzzy
msgid "USA (broadcast)"
msgstr "USA (bcast)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
msgstr "USA (kablovska)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
msgstr "USA (cable-hrc)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
#, fuzzy
msgid "China (broadcast)"
msgstr "Kina (bcast)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
#, fuzzy
msgid "Japan (broadcast)"
msgstr "Japan (bcast)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr "Japan (kablovska)"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "East Europe"
msgstr "Istočna Evropa"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
#, fuzzy
msgid "France [SECAM]"
msgstr "Francuska"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "Ireland"
msgstr "Irska"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "West Europe"
msgstr "Zapadna Evropa"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Australia"
msgstr "Australija"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr "Novi Zeland"
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr "JuĹžna Afrika"
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr "Argentina"
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
@@ -13570,44 +13660,44 @@ msgstr ""
"Molim,\n"
"unesite vaĹĄ tv standard i drĹžavu"
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
msgstr "TV standard :"
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
msgstr "Oblast :"
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."
msgstr "Pretraga TV kanala je u toku ..."
-#: ../../standalone/drakxtv_.c:122
+#: ../../standalone/drakxtv_.c:116
msgid "Scanning for TV channels"
msgstr "TraĹžim TV kanale"
-#: ../../standalone/drakxtv_.c:125
+#: ../../standalone/drakxtv_.c:120
#, fuzzy
msgid "There was an error while scanning for TV channels"
msgstr "DoĹĄlo je do greĹĄke kod instaliranja paketa:"
-#: ../../standalone/drakxtv_.c:126
+#: ../../standalone/drakxtv_.c:121
msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:129
+#: ../../standalone/drakxtv_.c:124
msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:130
+#: ../../standalone/drakxtv_.c:125
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:153
+#: ../../standalone/drakxtv_.c:147
msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:154
+#: ../../standalone/drakxtv_.c:148
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
@@ -13619,30 +13709,442 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/harddrake2_.c:8
+#: ../../standalone/harddrake2_.c:17
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Alternativna testna strana (A4)"
+
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:22
+#, fuzzy
+msgid "Channel"
+msgstr "Odustani"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid ""
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:26
+#, fuzzy
+msgid "Bus identification"
+msgstr "Autentikacija"
+
+#: ../../standalone/harddrake2_.c:27
+msgid ""
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:30
+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"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "veličina chunka"
+
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:36
+#, fuzzy
+msgid "Cpuid level"
+msgstr "Nivo sigurnosti"
+
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:38
+msgid "This field describes the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:39
+#, fuzzy
+msgid "Old device file"
+msgstr "Izaberite datoteku"
+
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:41
+#, fuzzy
+msgid "New devfs device"
+msgstr "Gateway uređaj"
+
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:43
+#, fuzzy
+msgid "Module"
+msgstr "MiĹĄ"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:46
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:53
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "Formatiraj"
+
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "nivo"
+
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#, fuzzy
+msgid "Model"
+msgstr "MiĹĄ"
+
+#: ../../standalone/harddrake2_.c:58
+#, fuzzy
+msgid "hard disk model"
+msgstr "Memorija kartice (DMA)"
+
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "Naziv modula"
+
+#: ../../standalone/harddrake2_.c:60
+msgid "Official vendor name of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:61
+#, fuzzy
+msgid "Number of buttons"
+msgstr "2 dugmeta"
+
+#: ../../standalone/harddrake2_.c:62
+#, fuzzy
+msgid "Name"
+msgstr "Ime: "
+
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr ", TCP/IP host \"%s\", port %s"
+
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:64
+msgid "the number of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "postavka opterećenja"
+
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:66
+#, fuzzy
+msgid "The type of bus on which the mouse is connected"
+msgstr "Molimo izaberite na kojem serijskom portu je spojen vaĹĄ miĹĄ."
+
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:68
+msgid "the vendor name of the processor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:82
+#, fuzzy
+msgid "/_Quit"
+msgstr "Izlaz"
+
+#: ../../standalone/harddrake2_.c:83
#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+msgid "/_Options"
+msgstr "/_Opcije"
+
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr "/_Pomoć"
+
+#: ../../standalone/harddrake2_.c:89
+#, fuzzy
+msgid "/_Help..."
+msgstr "/_Pomoć"
+
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:93
msgid ""
+"Description of the fields:\n"
"\n"
-"Usage: harddrake [-h|--help] [--test]\n"
-msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
+msgstr ""
-#: ../../standalone/keyboarddrake_.c:16
-msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "Izaberite skener"
-#: ../../standalone/keyboarddrake_.c:32
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
+msgstr "/_Prijavi greĹĄku"
+
+#: ../../standalone/harddrake2_.c:102
+#, fuzzy
+msgid "/_About..."
+msgstr "/Pomoć/_O programu..."
+
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:105
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:106
+#, fuzzy
+msgid "Author:"
+msgstr "Ispitivanje"
+
+#: ../../standalone/harddrake2_.c:113
+#, fuzzy
+msgid "Detection in progress"
+msgstr "detektovan na portu %s"
+
+#: ../../standalone/harddrake2_.c:119
+#, fuzzy
+msgid "Harddrake2 version "
+msgstr "Prepoznavanje hard diska"
+
+#: ../../standalone/harddrake2_.c:126
+#, fuzzy
+msgid "Detected hardware"
+msgstr "Pogledaj hardware info"
+
+#: ../../standalone/harddrake2_.c:129
+#, fuzzy
+msgid "Information"
+msgstr "PrikaĹži informacije"
+
+#: ../../standalone/harddrake2_.c:131
+#, fuzzy
+msgid "Configure module"
+msgstr "PodeĹĄavanje miĹĄa"
+
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:143
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "Uklanjam štampač \"%s\" ..."
+
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+#, fuzzy
+msgid "secondary"
+msgstr "%d sekundi"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "/_Opcije"
+
+#: ../../standalone/keyboarddrake_.c:26
msgid "Please, choose your keyboard layout."
msgstr "Molimo izaberite izgled vaĹĄe tastature."
-#: ../../standalone/keyboarddrake_.c:41
+#: ../../standalone/keyboarddrake_.c:35
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Želite li da BackSpace vrati Delete u konzoli?"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:18
msgid "Change Cd-Rom"
msgstr "Promjenite CD-ROM"
-#: ../../standalone/livedrake_.c:25
+#: ../../standalone/livedrake_.c:19
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
@@ -13651,138 +14153,126 @@ msgstr ""
"spremni.\n"
"Ako ga nemate, pritisnite Odustani da bi se izbjegao live upgrade."
-#: ../../standalone/livedrake_.c:35
+#: ../../standalone/livedrake_.c:29
msgid "Unable to start live upgrade !!!\n"
msgstr "Ne mogu da pokrenem live upgrade !!!\n"
-#: ../../standalone/localedrake_.c:33
+#: ../../standalone/localedrake_.c:34
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:86 ../../ugtk.pm_.c:285
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
msgid "logdrake"
msgstr "logdrake"
-#: ../../standalone/logdrake_.c:96
+#: ../../standalone/logdrake_.c:68
msgid "Show only for the selected day"
msgstr "PrikaĹži samo za izabrani dan"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "/File/_New"
msgstr "/Datoteka/_Nova"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "<control>N"
msgstr "<control>N"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "/File/_Open"
msgstr "/Datoteka/_Otvori"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "<control>O"
msgstr "<control>O"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "/File/_Save"
msgstr "/Datoteka/_Sačuvaj"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "<control>S"
msgstr "<control>S"
-#: ../../standalone/logdrake_.c:106
+#: ../../standalone/logdrake_.c:78
msgid "/File/Save _As"
msgstr "/_Datoteka/Sačuvaj K_ao"
-#: ../../standalone/logdrake_.c:107
+#: ../../standalone/logdrake_.c:79
msgid "/File/-"
msgstr "/Datoteka/-"
-#: ../../standalone/logdrake_.c:109
-msgid "/_Options"
-msgstr "/_Opcije"
-
-#: ../../standalone/logdrake_.c:110
+#: ../../standalone/logdrake_.c:82
msgid "/Options/Test"
msgstr "/Opcije/Test"
-#: ../../standalone/logdrake_.c:112
+#: ../../standalone/logdrake_.c:84
msgid "/Help/_About..."
msgstr "/Pomoć/_O programu..."
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:120
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:174
+#: ../../standalone/logdrake_.c:145
msgid "User"
msgstr "Korisnik"
-#: ../../standalone/logdrake_.c:175
+#: ../../standalone/logdrake_.c:146
msgid "Messages"
msgstr "Poruke"
-#: ../../standalone/logdrake_.c:176
+#: ../../standalone/logdrake_.c:147
msgid "Syslog"
msgstr "Syslog"
-#: ../../standalone/logdrake_.c:177
+#: ../../standalone/logdrake_.c:148
msgid "Mandrake Tools Explanations"
msgstr "ObjaĹĄnjenja Mandrake alata"
-#: ../../standalone/logdrake_.c:180
+#: ../../standalone/logdrake_.c:151
msgid "search"
msgstr "pretraĹživanje"
-#: ../../standalone/logdrake_.c:186
+#: ../../standalone/logdrake_.c:161
msgid "A tool to monitor your logs"
msgstr "Alat za pregled vaĹĄih logova"
-#: ../../standalone/logdrake_.c:187
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
msgid "Settings"
msgstr "PodeĹĄavanja"
-#: ../../standalone/logdrake_.c:192
+#: ../../standalone/logdrake_.c:167
msgid "matching"
msgstr "matching"
-#: ../../standalone/logdrake_.c:193
+#: ../../standalone/logdrake_.c:168
msgid "but not matching"
msgstr "but not matching"
-#: ../../standalone/logdrake_.c:197
+#: ../../standalone/logdrake_.c:172
msgid "Choose file"
msgstr "Izaberi datoteku"
-#: ../../standalone/logdrake_.c:202
+#: ../../standalone/logdrake_.c:181
msgid "Calendar"
msgstr "Kalendar"
-#: ../../standalone/logdrake_.c:212
+#: ../../standalone/logdrake_.c:191
msgid "Content of the file"
msgstr "SadrĹžaj datoteke"
-#: ../../standalone/logdrake_.c:216 ../../standalone/logdrake_.c:392
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
#, fuzzy
msgid "Mail alert"
msgstr "Mail/SMS obavijest"
-#: ../../standalone/logdrake_.c:268
+#: ../../standalone/logdrake_.c:245
#, c-format
msgid "please wait, parsing file: %s"
msgstr "molim sačekajte, parsiram datoteku: %s"
-#: ../../standalone/logdrake_.c:409
+#: ../../standalone/logdrake_.c:392
#, fuzzy
msgid "Mail alert configuration"
msgstr "PodeĹĄavanje Mail/SMS obavijesti"
-#: ../../standalone/logdrake_.c:410
+#: ../../standalone/logdrake_.c:393
#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
@@ -13793,137 +14283,251 @@ msgstr ""
"\n"
"Ovdje moĹžete podesiti sistem obavjeĹĄtavanja.\n"
-#: ../../standalone/logdrake_.c:417
+#: ../../standalone/logdrake_.c:400
msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:418
+#: ../../standalone/logdrake_.c:401
#, fuzzy
msgid "Domain Name Resolver"
msgstr "Ime domena"
-#: ../../standalone/logdrake_.c:419
+#: ../../standalone/logdrake_.c:402
#, fuzzy
msgid "Ftp Server"
msgstr "NIS server"
-#: ../../standalone/logdrake_.c:420
+#: ../../standalone/logdrake_.c:403
#, fuzzy
msgid "Postfix Mail Server"
msgstr "Postfix mail server, Inn news server"
-#: ../../standalone/logdrake_.c:421
+#: ../../standalone/logdrake_.c:404
#, fuzzy
msgid "Samba Server"
msgstr "NIS server"
-#: ../../standalone/logdrake_.c:422
+#: ../../standalone/logdrake_.c:405
#, fuzzy
msgid "SSH Server"
msgstr "NIS server"
-#: ../../standalone/logdrake_.c:423
+#: ../../standalone/logdrake_.c:406
#, fuzzy
msgid "Webmin Service"
msgstr "Servisi"
-#: ../../standalone/logdrake_.c:424
+#: ../../standalone/logdrake_.c:407
#, fuzzy
msgid "Xinetd Service"
msgstr "Printer Server"
-#: ../../standalone/logdrake_.c:431
+#: ../../standalone/logdrake_.c:414
msgid "service setting"
msgstr "postavke servisa"
-#: ../../standalone/logdrake_.c:432
+#: ../../standalone/logdrake_.c:415
#, fuzzy
msgid ""
"You will receive an alert if one of the selected services is no more running"
msgstr ""
"MoĹžete primiti obavjeĹĄtenje ako neki od izabranih servisa prestane raditi"
-#: ../../standalone/logdrake_.c:444
+#: ../../standalone/logdrake_.c:428
msgid "load setting"
msgstr "postavka opterećenja"
-#: ../../standalone/logdrake_.c:445
+#: ../../standalone/logdrake_.c:429
msgid "You will receive an alert if the load is higher than this value"
msgstr ""
"Primićete upozorenje ako je opterećenje (system load) veće od ove vrijednosti"
-#: ../../standalone/logdrake_.c:458
+#: ../../standalone/logdrake_.c:444
msgid "alert configuration"
msgstr "postavka upozorenja"
-#: ../../standalone/logdrake_.c:459
+#: ../../standalone/logdrake_.c:445
#, fuzzy
msgid "Please enter your email address below "
msgstr "Molimo unesite vaĹĄu ĹĄifru"
-#: ../../standalone/logdrake_.c:498
+#: ../../standalone/logdrake_.c:486
msgid "Save as.."
msgstr "Sačuvaj kao..."
-#: ../../standalone/mousedrake_.c:45
+#: ../../standalone/mousedrake_.c:37
msgid "Please, choose the type of your mouse."
msgstr "Molimo izaberite vrstu vaĹĄeg miĹĄa."
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/mousedrake_.c:50
msgid "Emulate third button?"
msgstr "Emuliraj treće dugme?"
-#: ../../standalone/printerdrake_.c:57
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "PodeĹĄavanje mreĹže"
+
+#: ../../standalone/net_monitor_.c:96
+#, fuzzy
+msgid "Profile "
+msgstr "Profil:"
+
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "Ĺ aljem datoteke..."
+
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "Tip konekcije: "
+
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
+msgid "Wait please, testing your connection..."
+msgstr "Probavam vaĹĄu konekciju..."
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "Spoji se na Internet"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Disconnecting from Internet "
+msgstr "Spoji se na Internet"
+
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "Brzina konekcije"
+
+#: ../../standalone/net_monitor_.c:226
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "postavka upozorenja"
+
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "Lokalne datoteke"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:453
+#, fuzzy
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+"Upozorenje, otkrivena je druga Internet konekcija, moĹžda preko vaĹĄe mreĹže"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Konektuj me"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Prekini konekciju"
+
+#: ../../standalone/printerdrake_.c:47
#, fuzzy
msgid "Reading printer data ..."
msgstr "Čitam podatke o štampaču..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Detecting devices ..."
msgstr "Prepoznajem uređaje ..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Test ports"
msgstr "Testiraj portove"
-#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
-#: ../../standalone/scannerdrake_.c:81
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
-#: ../../standalone/scannerdrake_.c:56
+#: ../../standalone/scannerdrake_.c:54
#, fuzzy, c-format
msgid "%s found on %s, configure it?"
msgstr "%s je pronađen na %s, podesi ga ?"
-#: ../../standalone/scannerdrake_.c:59
+#: ../../standalone/scannerdrake_.c:57
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: ../../standalone/scannerdrake_.c:65
+#: ../../standalone/scannerdrake_.c:63
msgid "Select a scanner"
msgstr "Izaberite skener"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:91
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Ovaj %s skener nije podrĹžan"
-#: ../../standalone/scannerdrake_.c:107
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-#: ../../standalone/scannerdrake_.c:109
+#: ../../standalone/scannerdrake_.c:107
#, fuzzy
msgid "choose device"
msgstr "Boot uređaj"
-#: ../../standalone/scannerdrake_.c:115
+#: ../../standalone/scannerdrake_.c:113
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -13934,7 +14538,7 @@ msgstr ""
"MoĹžete pokrenuti printerdrake iz Mandrake Kontrolnog centra u odjeljku "
"Hardware."
-#: ../../standalone/scannerdrake_.c:120
+#: ../../standalone/scannerdrake_.c:118
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -13951,6 +14555,11 @@ msgstr ""
msgid "Some devices were added:\n"
msgstr ""
+#: ../../standalone/service_harddrake_.c:64
+#, fuzzy
+msgid "Hardware probing in progress"
+msgstr "detektovan na portu %s"
+
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Izaberite svoj jezik"
@@ -14023,10 +14632,14 @@ msgstr "Instaliraj sistemske update"
msgid "Exit install"
msgstr "Napusti instalaciju"
-#: ../../ugtk.pm_.c:648
+#: ../../ugtk.pm_.c:636
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-*"
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -14269,3 +14882,263 @@ msgstr "Multimedija - PrĹženje CDa"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Znanstvena radna stanica"
+
+#~ msgid "can not open /etc/inittab for reading: %s"
+#~ msgstr "ne mogu otvoriti /etc/inittab za čitanje: %s"
+
+#, fuzzy
+#~ msgid "cpu number "
+#~ msgstr "Broj telefona"
+
+#~ msgid ""
+#~ "You now have the opportunity to download encryption software.\n"
+#~ "\n"
+#~ "WARNING:\n"
+#~ "\n"
+#~ "Due to different general requirements applicable to these software and "
+#~ "imposed\n"
+#~ "by various jurisdictions, customer and/or end user of theses software "
+#~ "should\n"
+#~ "ensure that the laws of his/their jurisdiction allow him/them to "
+#~ "download, stock\n"
+#~ "and/or use these software.\n"
+#~ "\n"
+#~ "In addition customer and/or end user shall particularly be aware to not "
+#~ "infringe\n"
+#~ "the laws of his/their jurisdiction. Should customer and/or end user not\n"
+#~ "respect the provision of these applicable laws, he/they will incure "
+#~ "serious\n"
+#~ "sanctions.\n"
+#~ "\n"
+#~ "In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
+#~ "liable\n"
+#~ "for special, indirect or incidental damages whatsoever (including, but "
+#~ "not\n"
+#~ "limited to loss of profits, business interruption, loss of commercial "
+#~ "data and\n"
+#~ "other pecuniary losses, and eventual liabilities and indemnification to "
+#~ "be paid\n"
+#~ "pursuant to a court decision) arising out of use, possession, or the "
+#~ "sole\n"
+#~ "downloading of these software, to which customer and/or end user could\n"
+#~ "eventually have access after having sign up the present agreement.\n"
+#~ "\n"
+#~ "\n"
+#~ "For any queries relating to these agreement, please contact \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+#~ msgstr ""
+#~ "You now have the opportunity to download encryption software.\n"
+#~ "\n"
+#~ "WARNING:\n"
+#~ "\n"
+#~ "Due to different general requirements applicable to these software and "
+#~ "imposed\n"
+#~ "by various jurisdictions, customer and/or end user of theses software "
+#~ "should\n"
+#~ "ensure that the laws of his/their jurisdiction allow him/them to "
+#~ "download, stock\n"
+#~ "and/or use these software.\n"
+#~ "\n"
+#~ "In addition customer and/or end user shall particularly be aware to not "
+#~ "infringe\n"
+#~ "the laws of his/their jurisdiction. Should customer and/or end user not\n"
+#~ "respect the provision of these applicable laws, he/they will incure "
+#~ "serious\n"
+#~ "sanctions.\n"
+#~ "\n"
+#~ "In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
+#~ "liable\n"
+#~ "for special, indirect or incidental damages whatsoever (including, but "
+#~ "not\n"
+#~ "limited to loss of profits, business interruption, loss of commercial "
+#~ "data and\n"
+#~ "other pecuniary losses, and eventual liabilities and indemnification to "
+#~ "be paid\n"
+#~ "pursuant to a court decision) arising out of use, possession, or the "
+#~ "sole\n"
+#~ "downloading of these software, to which customer and/or end user could\n"
+#~ "eventually have access after having sign up the present agreement.\n"
+#~ "\n"
+#~ "\n"
+#~ "For any queries relating to these agreement, please contact \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+
+#~ msgid "Proxy configuration"
+#~ msgstr "PodeĹĄavanje proxija"
+
+#~ msgid ""
+#~ "Welcome to the proxy configuration utility.\n"
+#~ "\n"
+#~ "Here, you'll be able to set up your http and ftp proxies\n"
+#~ "with or without login and password\n"
+#~ msgstr ""
+#~ "Dobro doĹĄli u alat za podeĹĄavanje proxija.\n"
+#~ "qn Ovdje ćete biti u prilici da podesite vaše http i ftp proxije\n"
+#~ "sa ili bez logina i ĹĄifre\n"
+
+#~ msgid ""
+#~ "Please fill in the http proxy informations\n"
+#~ "Leave it blank if you don't want an http proxy"
+#~ msgstr ""
+#~ "Molimo popunite informacije o http proxiju\n"
+#~ "Ostavite polja praznim ako ne Ĺželite http proxy"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#~ msgid "port"
+#~ msgstr "port"
+
+#~ msgid "Url should begin with 'http:'"
+#~ msgstr "Url treba počinjati sa 'http:'"
+
+#~ msgid "The port part should be numeric"
+#~ msgstr "Port treba biti broj"
+
+#~ msgid ""
+#~ "Please fill in the ftp proxy informations\n"
+#~ "Leave it blank if you don't want an ftp proxy"
+#~ msgstr ""
+#~ "Molimo popunite informacije o ftp proxiju\n"
+#~ "Ostavite polja praznim ako ne Ĺželite ftp proxy"
+
+#~ msgid ""
+#~ "Please enter proxy login and password, if any.\n"
+#~ "Leave it blank if you don't want login/passwd"
+#~ msgstr ""
+#~ "Molimo unesite login i ĹĄifru za proxy, ako su potrebni.\n"
+#~ "Ostavite polja praznim ako ne Ĺželite login/ĹĄifru"
+
+#~ msgid "login"
+#~ msgstr "login"
+
+#~ msgid "password"
+#~ msgstr "ĹĄifra"
+
+#~ msgid "re-type password"
+#~ msgstr "ponovo unesite ĹĄifru"
+
+#~ msgid "The passwords don't match. Try again!"
+#~ msgstr "Ĺ ifre se ne poklapaju. PokuĹĄajte opet!"
+
+#~ msgid "Can't write file %s"
+#~ msgstr "Ne mogu pisati datoteku %s"
+
+#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#, fuzzy
+#~ msgid ""
+#~ "Warning, another internet connexion has been detected, maybe using your "
+#~ "network"
+#~ msgstr ""
+#~ "Upozorenje, otkrivena je druga Internet konekcija, moĹžda preko vaĹĄe mreĹže"
+
+#~ msgid "no help implemented yet.\n"
+#~ msgstr "pomoć još nije implementirana.\n"
+
+#~ msgid "Please click on a medium"
+#~ msgstr "Molimo kliknite na medij"
+
+#~ msgid "Removing LPRng..."
+#~ msgstr "Uklanjam LPRng..."
+
+#~ msgid "Removing LPD..."
+#~ msgstr "Uklanjam LPD..."
+
+#~ msgid ""
+#~ "Description:\n"
+#~ "\n"
+#~ " Drakbackup is used to backup your system.\n"
+#~ " During the configuration you can select \n"
+#~ "\t- System files, \n"
+#~ "\t- Users files, \n"
+#~ "\t- Other files.\n"
+#~ "\tor All your system ... and Other (like Windows Partitions)\n"
+#~ "\n"
+#~ " Drakbackup allows you to backup your system on:\n"
+#~ "\t- Harddrive.\n"
+#~ "\t- NFS.\n"
+#~ "\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+#~ "\t- FTP.\n"
+#~ "\t- Rsync.\n"
+#~ "\t- Webdav.\n"
+#~ "\t- Tape.\n"
+#~ "\n"
+#~ " Drakbackup allows you to restore your system to\n"
+#~ " a user selected directory.\n"
+#~ "\n"
+#~ " Per default all backup will be stored on your\n"
+#~ " /var/lib/drakbackup directory\n"
+#~ "\n"
+#~ " Configuration file:\n"
+#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "\n"
+#~ "Restore Step:\n"
+#~ " \n"
+#~ " During the restore step, Drakbackup will remove\n"
+#~ " your original directory and verify that all\n"
+#~ " backup files are not corrupted. It is recommended\n"
+#~ " you do a last backup before restoring.\n"
+#~ " \n"
+#~ "\n"
+#~ msgstr ""
+#~ "Description:\n"
+#~ "\n"
+#~ " Drakbackup is used to backup your system.\n"
+#~ " During the configuration you can select \n"
+#~ "\t- System files, \n"
+#~ "\t- Users files, \n"
+#~ "\t- Other files.\n"
+#~ "\tor All your system ... and Other (like Windows Partitions)\n"
+#~ "\n"
+#~ " Drakbackup allows you to backup your system on:\n"
+#~ "\t- Harddrive.\n"
+#~ "\t- NFS.\n"
+#~ "\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+#~ "\t- FTP.\n"
+#~ "\t- Rsync.\n"
+#~ "\t- Webdav.\n"
+#~ "\t- Tape.\n"
+#~ "\n"
+#~ " Drakbackup allows you to restore your system to\n"
+#~ " a user selected directory.\n"
+#~ "\n"
+#~ " Per default all backup will be stored on your\n"
+#~ " /var/lib/drakbackup directory\n"
+#~ "\n"
+#~ " Configuration file:\n"
+#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "\n"
+#~ "Restore Step:\n"
+#~ " \n"
+#~ " During the restore step, Drakbackup will remove\n"
+#~ " your original directory and verify that all\n"
+#~ " backup files are not corrupted. It is recommended\n"
+#~ " you do a last backup before restoring.\n"
+#~ " \n"
+#~ "\n"
+
+#~ msgid "usage: drakfloppy\n"
+#~ msgstr "koristi: drakfloppy\n"
+
+#, fuzzy
+#~ msgid ""
+#~ "\n"
+#~ "Usage: harddrake [-h|--help] [--test]\n"
+#~ msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
+
+#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
+#~ msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
+
+#~ msgid "detected on interface %s"
+#~ msgstr "detektovan na interfejsu %s"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index cef0428f2..dbff49f17 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-20 11:43+0200\n"
-"PO-Revision-Date: 2001-10-28 01:14+0200\n"
-"Last-Translator: Softcatalŕ <traddrake@softcatala.org>\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\n"
+"PO-Revision-Date: 2002-10-10 3:34+0200\n"
+"Last-Translator: Raül Cambeiro <rulet@menta.net>\n"
"Language-Team: Catalan <traddrake@softcatala.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
@@ -73,44 +73,44 @@ msgstr ""
"El vostre sistema permet l'ús d'una configuració de múltiples capçals.\n"
"Quč voleu fer?"
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "Seleccioneu la mida de la memňria de la vostra targeta grŕfica"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "Configuració de l'XFree"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
msgid "Which configuration of XFree do you want to have?"
msgstr "Quina configuració de l'XFree voleu tenir?"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr "Configura tots els capçals independentment"
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr "Utilitza l'extensió Xinerama"
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configura només la targeta \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../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:414
+#: ../../Xconfig/card.pm_.c:416
#, 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:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, 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:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s amb acceleració 3D de maquinari EXPERIMENTAL"
-#: ../../Xconfig/card.pm_.c:427
+#: ../../Xconfig/card.pm_.c:429
#, 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:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, 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:453
+#: ../../Xconfig/card.pm_.c:455
msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (instalˇlació del controlador de pantalla"
+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:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "Personalitzada"
@@ -171,36 +171,37 @@ msgstr "Targeta grŕfica"
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "Resolució"
#: ../../Xconfig/main.pm_.c:113
msgid "Test"
-msgstr ""
+msgstr "Test"
#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:385 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcions"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:166
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "D'acord"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3207
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "Surt"
@@ -223,20 +224,20 @@ msgstr "Escolliu un monitor"
#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
-msgstr ""
+msgstr "Plug'n'Play"
#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
-msgstr "General"
+msgstr "Genčric"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
-#, fuzzy
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
msgid "Vendor"
-msgstr "Desfés"
+msgstr "Venedor"
#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+msgstr "L'exploració Plug'n'Play ha fallat. Especifiqueu un monitor"
#: ../../Xconfig/monitor.pm_.c:114
msgid ""
@@ -289,51 +290,52 @@ msgstr "16 milions de colors (24 bits)"
msgid "4 billion colors (32 bits)"
msgstr "4.294 milions de colors (32 bits)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "Resolucions"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "Escolliu la resolució i la profunditat de color"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "Targeta grŕfica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../security/main.pm_.c:216 ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:560 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "Cancelˇla"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "Comprova la configuració"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "Voleu comprovar la configuració?"
-#: ../../Xconfig/test.pm_.c:31
-#, fuzzy
+#: ../../Xconfig/test.pm_.c:30
msgid "Warning: testing this graphic card may freeze your computer"
msgstr ""
"Avís: la comprovació d'aquesta targeta grŕfica pot penjar-vos l'ordinador"
@@ -391,16 +393,16 @@ msgstr "Resolució: %s\n"
#: ../../Xconfig/various.pm_.c:41
#, c-format
msgid "XFree86 server: %s\n"
-msgstr "Servidor xFree86: %s\n"
+msgstr "Servidor XFree86: %s\n"
#: ../../Xconfig/various.pm_.c:42
#, c-format
msgid "XFree86 driver: %s\n"
-msgstr "Controlador de l'xFree86: %s\n"
+msgstr "Controlador de l'XFree86: %s\n"
#: ../../Xconfig/various.pm_.c:61
msgid "Graphical interface at startup"
-msgstr "Interficie grŕfica a l'inici"
+msgstr "Interfície grŕfica a l'inici"
#: ../../Xconfig/various.pm_.c:62
msgid ""
@@ -408,8 +410,8 @@ msgid ""
"(XFree) upon booting.\n"
"Would you like XFree to start when you reboot?"
msgstr ""
-"Puc configurar el vostre ordinador de manera que executi automŕticament "
-"l'interficie grŕfica durant l'arrencada.\n"
+"Puc configurar el vostre ordinador de manera que executi automŕticament la "
+"interfície grŕfica durant l'arrencada.\n"
"Voleu que XFree s'iniciď quan torneu a arrencar l'ordinador?"
#: ../../Xconfig/various.pm_.c:73
@@ -423,170 +425,177 @@ msgid ""
"\n"
"Do you have this feature?"
msgstr ""
+"Sembla que la vostra targeta grŕfica té un connector TV-OUT.\n"
+"Pot configurar-se de manera que faci servir memňria d'imatge.\n"
+"\n"
+"A tal efecte, heu de connectar la targeta grŕfica al televisor abans "
+"d'arrencar l'ordinador.\n"
+"Llavors, escolliu l'opció \"TVout\" en el carregador de l'arrencada\n"
+"\n"
+"Teniu aquesta característica?"
#: ../../Xconfig/various.pm_.c:85
-#, fuzzy
msgid "What norm is your TV using?"
-msgstr "Quin tipus de connexió XDSI teniu?"
+msgstr "Quina norma segueix el vostre televisor?"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "Primer sector de la partició d'arrencada"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "Primer sector de la unitat (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "Instalˇlació del SILO"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
-msgstr "On voleu instalˇlar el carregador d'arrencada?"
+msgstr "On voleu instalˇlar el carregador de l'arrencada?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "Instalˇlació del LILO/grub"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr "LILO amb menú de text"
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr "LILO amb menú grŕfic"
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Arrencada des de DOS/Windows (loadlin)"
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
-msgstr "Opcions principals del carregador d'arrencada"
+msgstr "Opcions principals del carregador de l'arrencada"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader to use"
-msgstr "Carregador d'arrencada a utilitzar"
+msgstr "Carregador de l'arrencada a utilitzar"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
-msgstr "Instalˇlació del carregador d'arrencada"
+msgstr "Instalˇlació del carregador de l'arrencada"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "Dispositiu d'arrencada"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "Compacte"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "compacte"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "Mode de vídeo"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "Demora abans d'arrencar la imatge predeterminada"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "Contrasenya"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "Contrasenya (un altre cop)"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "Limita les opcions de la línia d'ordres"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "limita"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "Buida /tmp en cada arrencada"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Mida exacta de la RAM, si cal (s'han trobat %d MB)"
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "Habilita perfils múltiples"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
-msgstr "Introduďu la mida de la RAM en Mb"
+msgstr "Introduďu la mida de la RAM en MB"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"L'opció ``Limita les opcions de la línia d'ordres'' no té cap ús sense una "
-"contrasenya"
+"L'opció \"Limita les opcions de la línia d'ordres\" no té cap utilitat sense "
+"una contrasenya"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../diskdrake/interactive.pm_.c:1195
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "Si us plau, torneu-ho a intentar"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "Les contrasenyes no coincideixen"
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr "Missatge d'inicialització"
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
-msgstr "Demora de firmware obert"
+msgstr "Demora per al firmware obert"
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr "Temps mŕxim d'arrencada del nucli"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr "Voleu habilitar l'arrencada des de CD?"
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr "Voleu habilitar l'arrencada des d'OF?"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
msgid "Default OS?"
msgstr "SO per defecte?"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -594,176 +603,177 @@ msgid ""
"\n"
"On which drive are you booting?"
msgstr ""
-"Heu decidit d'instalˇlar el gestor d'arrencada en una partició.\n"
-"Aixň implica que ja teniu un gestor d'arrencada en el disc des del arrenque"
-"(ex: System Commander).\n"
+"Heu decidit instalˇlar el gestor de l'arrencada en una partició.\n"
+"Aixň implica que ja teniu un gestor d'arrencada en el disc des del qual "
+"arrenqueu (p.ex.: System Commander).\n"
"\n"
"En quina unitat arrenqueu?"
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
msgstr ""
"Aquestes són les diferents entrades en el menú d'arrencada.\n"
-"Podeu afegir-ne algunes més o canviar-ne les existents."
+"Podeu afegir-ne més o canviar-ne les existents."
-#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "Afegeix"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3207 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "Fet"
#
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
msgid "Modify"
msgstr "Modifica"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "Quin tipus d'entrada voleu afegir?"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "Un altre SO (SunOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "Un altre SO (MacOS...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "Un altre SO (Windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "Imatge"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "Arrel"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "Afegeix"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "Lectura-escriptura"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "Taula"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "No segur"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "Etiqueta"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:200
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "Predeterminat"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
msgid "Initrd-size"
msgstr "Initrd-size"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "Elimina l'entrada"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "No es permet una etiqueta buida"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr "Heu d'especificar una imatge del nucli"
#
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a root partition"
msgstr "Heu d'especificar una partició arrel"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
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:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "S'han trobat interfícies %s %s"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "En teniu una altra?"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Teniu alguna interfície %s?"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "Sí"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
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:678
+#: ../../any.pm_.c:662
#, 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"
+msgstr "S'estŕ instalˇlant el controlador per a la targeta de %s %s"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(mňdul %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, 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 ""
-"Ara pot subministrar les opcions per al mňdul %s.\n"
-"Tingueu en compte que qualsevol adreça hauria de ser entrada amb el prefix "
-"0x com '0x123'"
+"Ara podeu subministrar les opcions per al mňdul %s.\n"
+"Tingueu en compte que qualsevol adreça s'ha de prefixar amb 0x, com '0x123'"
-#: ../../any.pm_.c:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -771,20 +781,20 @@ msgid ""
"For instance, ``io=0x300 irq=7''"
msgstr ""
"Ara podeu proporcionar les opcions per al mňdul %s.\n"
-"Les opcions estan en el format ``nom=valor nom2=valor2 ...''.\n"
-"Per exemple, ``io=0x300 irq=7''"
+"Les opcions estan en el format \"nom=valor nom2=valor2 ...\".\n"
+"Per exemple, \"io=0x300 irq=7\""
-#: ../../any.pm_.c:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "Opcions del mňdul:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
-msgstr "Quin programa de control %s he de provar?"
+msgstr "Quin controlador de %s he de provar?"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -795,21 +805,21 @@ msgid ""
"should\n"
"not cause any damage."
msgstr ""
-"En alguns casos, el programa de control %s necessita informació addicional\n"
+"En alguns casos, el controlador de %s necessita informació addicional\n"
"per funcionar correctament, tot i que normalment funciona bé sense ella.\n"
-"Voleu especificar opcions addicionals o deixar que el programa de control\n"
+"Voleu especificar opcions addicionals o deixar que el controlador\n"
"cerqui al vostre ordinador la informació que necessita? Aquesta recerca\n"
-"podria blocar l'ordinador, perň aixň no causaria cap dany."
+"podria penjar l'ordinador, perň aixň no causaria cap dany."
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "Exploració automŕtica"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "Especifica les opcions"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -818,65 +828,62 @@ msgstr ""
"Ha fallat la cŕrrega del mňdul %s.\n"
"Voleu tornar-ho a intentar amb altres parŕmetres?"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr "accés a programes X"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr "accés a les eines rpm"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr "permet \"su\""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr "accés a fitxers administratius"
-#: ../../any.pm_.c:755
-#, fuzzy
+#: ../../any.pm_.c:738
msgid "access to network tools"
-msgstr "accés a les eines rpm"
+msgstr "accés a les eines de xarxa"
-#: ../../any.pm_.c:756
-#, fuzzy
+#: ../../any.pm_.c:739
msgid "access to compilation tools"
-msgstr "accés a les eines rpm"
+msgstr "accés a les eines de compilació"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(ja s'ha afegit %s)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "Aquesta contrasenya és massa senzilla"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "Si us plau, introduďu un nom d'usuari"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
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 `_'"
+"El nom d'usuari només pot contenir lletres en minúscula, números, '-' i '_'"
-#: ../../any.pm_.c:769
-#, fuzzy
+#: ../../any.pm_.c:752
msgid "The user name is too long"
-msgstr "Aquest nom d'usuari ja s'ha afegit"
+msgstr "El nom d'usuari és massa llarg"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "Afegeix un usuari"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -885,33 +892,33 @@ msgstr ""
"Introduďu un usuari\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "Accepta l'usuari"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "Nom real"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "Nom d'usuari"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "Entrada automŕtica"
#
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -920,20 +927,20 @@ msgstr ""
"nom d'usuari.\n"
"Voleu activar aquesta característica?"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "Escolliu l'usuari per defecte:"
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
msgid "Choose the window manager to run:"
msgstr "Escolliu el gestor de finestres per executar:"
#
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
msgid "Please choose a language to use."
msgstr "Si us plau, trieu un idioma per utilitzar."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -941,40 +948,40 @@ msgid ""
msgstr ""
"Mandrake Linux pot utilitzar múltiples idiomes. Seleccioneu\n"
"els llenguatges que volgueu instalˇlar. Estaran disponibles\n"
-"quan reinicieu el sistema després de que la instalˇlació s'hagi completat."
+"quan reinicieu el sistema, després que la instalˇlació s'hagi completat."
-#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "Tots"
#
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "Allow all users"
msgstr "Permet tots els usuaris"
#
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "No sharing"
msgstr "No es comparteix"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:66
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, 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?"
+msgstr "Cal instalˇlar el paquet %s. Voleu instalˇlar-lo?"
-#: ../../any.pm_.c:991
+#: ../../any.pm_.c:973
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:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:71
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr "El paquet %s necessari falta"
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 "
@@ -982,50 +989,50 @@ msgid ""
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-"Li agradaria permetre als usuaris compartir alguns dels seus directories?\n"
-"Fer aixň permetrŕ al usuaris fer un simple click a \"Compartir\" en el "
+"Voleu permetre als usuaris compartir alguns dels seus directoris?\n"
+"Fer aixň permetrŕ al usuaris fer un simple clic a \"Comparteix\" en el "
"konqueror i el nautilus.\n"
"\n"
-"\"Defecte\" permetre granularitat per usuari.\n"
+"\"Personalitzat\" permet configurar cada usuari per separat.\n"
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr "Executa userdrake"
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
msgstr ""
-"La compartició per usuari utilitza el grup \"ComparticióFitxers\".\n"
+"La compartició per usuari utilitza el grup \"fileshare\".\n"
"Podeu utilitzar userdrake per a afegir un usuari a aquest grup."
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "Benvinguts, crackers"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "Pobre"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "Estŕndard"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "Alt"
#
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
msgid "Higher"
msgstr "Més Alt"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "Paranoic"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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,9 +1041,9 @@ msgstr ""
"Aquest nivell s'ha d'utilitzar amb cura. Fa el vostre sistema molt més "
"fŕcil\n"
"d'utilitzar, perň també molt sensible: no s'ha d'utilitzar en un ordinador\n"
-"connectat a d'altres o a Internet. No s'hi accedeix mitjançant contrasenya."
+"connectat a d'altres o a Internet. No cal contrasenya per accedir-hi."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1045,25 +1052,25 @@ msgstr ""
"segueix sense ser recomanable."
#
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1065
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
msgstr ""
-"Aquesta és la seguretat estŕndard recomanada per a un ordinador que\n"
+"Aquesta és la seguretat estŕndard recomanada per a un ordinador que "
"s'utilitzarŕ per connectar-se a Internet com a client. Ara hi ha "
"comprovacions de seguretat."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-"Hi ha encara algunes restriccions, i cada nit funcionaran més comprovacions "
-"automŕtiques"
+"Hi ha ja algunes restriccions, i a la nit es fan més comprovacions "
+"automŕtiques."
#
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1072,58 +1079,59 @@ msgid ""
"connections from many clients. Note: if your machine is only a client on the "
"Internet, you should choose a lower level."
msgstr ""
-"Amb aquest nivell de seguretat, la utilització d'aquest sistema com a\n"
+"Amb aquest nivell de seguretat, la utilització d'aquest sistema com a "
"servidor esdevé possible.\n"
"La seguretat és ara prou alta com per utilitzar el sistema com a servidor\n"
-"que accepti connexions de molts clients. Nota: si la seva mŕquina és només "
-"un client d'internet, seria millor escollir un nivell menor"
+"que accepti connexions de molts clients. Nota: si la vostra mŕquina és només "
+"un client d'Internet, seria millor escollir un nivell més baix."
#
-#: ../../any.pm_.c:1089
+#: ../../any.pm_.c:1070
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
msgstr ""
-"Aixň és similar al nivell anterior, perň el sistema estŕ completament tancat "
-"i les característiques de seguretat estan al mŕxim."
+"Aquest és similar al nivell anterior, perň el sistema estŕ completament "
+"tancat i les característiques de seguretat estan al mŕxim."
-#: ../../any.pm_.c:1095
-#, fuzzy
+#: ../../any.pm_.c:1076
msgid "DrakSec Basic Options"
-msgstr "Especifica les opcions"
+msgstr "Opcions bŕsiques del DrakSec"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
msgid "Please choose the desired security level"
-msgstr "Escolliu el nivell de seguretat"
+msgstr "Escolliu el nivell de seguretat desitjat"
#
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
msgid "Security level"
-msgstr "El nivell de seguretat"
+msgstr "Nivell de seguretat"
#
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
msgid "Use libsafe for servers"
-msgstr "Utilitzeu libsafe per als servidors"
+msgstr "Empra libsafe per als servidors"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
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'."
+"Una llibreria que defensa contra els atacs de 'buffer overflow' i de 'format "
+"string'."
-#: ../../any.pm_.c:1103
-#, fuzzy
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
-msgstr "Seguretat d'usuari (login o email)"
+msgstr "Administrador de seguretat (login o email)"
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
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 ""
+"Aquí podeu triar la tecla o la combinació de tecles que \n"
+"permetran canviar entre diferents disposicions de teclat\n"
+"(p.ex.: llatina i no llatina)"
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
@@ -1131,7 +1139,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:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1156,227 +1164,224 @@ 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:989
+#: ../../bootloader.pm_.c:983
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:992
+#: ../../bootloader.pm_.c:986
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
-"Utilitzeu les tecles %c i %c per seleccionar quina posició estŕ ressaltada."
+"Utilitzeu les tecles %c i %c per seleccionar quina entrada esta ressaltada."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:995
+#: ../../bootloader.pm_.c:989
msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Premeu Intro per arrencar el SO seleccionat, 'e' per editar-les"
+msgstr "Premeu Retorn 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:998
+#: ../../bootloader.pm_.c:992
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."
+msgstr "ordres abans de l'arrencada, o 'c' per obtenir una linia 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:1001
+#: ../../bootloader.pm_.c:995
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "La posició ressaltada arrencarŕ automŕticament dintre de %d segons."
+msgstr "L'entrada ressaltada arrencara automaticament en %d segons."
-#: ../../bootloader.pm_.c:1005
+#: ../../bootloader.pm_.c:999
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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "Escriptori"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Menú Inici"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, 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:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr "encara no s'ha implementat cap ajuda.\n"
+msgstr "No podeu instalˇlar el carregador de l'arrencada a una partició %s\n"
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
msgid "Boot Style Configuration"
msgstr "Configuració del tipus d'arrencada"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
msgid "/_File"
msgstr "/_Fitxer"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr "/Fitxer/_Surt"
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr "<control>Q"
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr "Monitor de categorització NewStyle"
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
msgid "NewStyle Monitor"
msgstr "Monitor NewStyle"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
msgid "Traditional Monitor"
msgstr "Monitor tradicional"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr "Monitor Gtk+ tradicional"
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr "Executa l'Aurora durant l'arrencada"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Lilo/grub mode"
msgstr "Mode LILO/Grub"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Yaboot mode"
msgstr "Mode Yaboot"
-#: ../../bootlook.pm_.c:146
-#, fuzzy
+#: ../../bootlook.pm_.c:138
msgid "Install themes"
-msgstr "Instalˇla el sistema"
+msgstr "Instalˇla els temes"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
msgstr ""
+"Mostra el tema\n"
+"sota la consola"
-#: ../../bootlook.pm_.c:148
-#, fuzzy
+#: ../../bootlook.pm_.c:140
msgid "Create new theme"
-msgstr "Crea una nova partició"
+msgstr "Crea un nou tema"
-#: ../../bootlook.pm_.c:192
+#: ../../bootlook.pm_.c:184
#, c-format
msgid "Backup %s to %s.old"
-msgstr ""
+msgstr "Fes una cňpia de seguretat de %s en %s.old"
-#: ../../bootlook.pm_.c:195
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:187
+#, c-format
msgid "Copy %s to %s"
-msgstr "Copiant %s"
-
-#: ../../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:77 ../../diskdrake/hd_gtk.pm_.c:116
-#: ../../diskdrake/interactive.pm_.c:213 ../../diskdrake/interactive.pm_.c:344
-#: ../../diskdrake/interactive.pm_.c:359 ../../diskdrake/interactive.pm_.c:473
-#: ../../diskdrake/interactive.pm_.c:478 ../../diskdrake/smbnfs_gtk.pm_.c:45
+msgstr "S'estŕ copiant %s a %s"
+
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:34
+#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
msgid "Error"
msgstr "Error"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
-msgstr ""
+msgstr "No s'ha trobat el missatge de LILO"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
+msgstr "No s'ha pogut escriure /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:222
+#, c-format
msgid "Write %s"
-msgstr "XFree %s"
+msgstr "Escriu %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
+"No s'ha pogut escriure /etc/sysconfig/bootsplash\n"
+"No s'ha trobat el fitxer."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgstr "No s'ha pogut executar mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr ""
+msgstr "Fes que initrd sigui 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
+"No s'ha pogut tornar a executar LILO!\n"
+"Executa \"lilo\" com a root a la línia d'ordres per completar la "
+"instalˇlació del tema del LILO."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:248
msgid "Relaunch 'lilo'"
-msgstr ""
+msgstr "Torna a executar 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
-#, fuzzy
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
msgid "Notice"
-msgstr "NoVideo"
+msgstr "Avís"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+msgstr "Els temes de LILO i de Bootsplash s'han instalˇlat amb čxit"
-#: ../../bootlook.pm_.c:259
-#, fuzzy
+#: ../../bootlook.pm_.c:251
msgid "Theme installation failed!"
-msgstr "Tipus d'instalˇlació"
+msgstr "La instalˇlació dels temes ha fallat!"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr ""
-"Actualment utilitzeu %s com a carregador d'arrencada\n"
-"Feu click en Configura per a executar l'auxiliar de configuració."
+"Actualment utilitzeu %s com a gestor de l'arrencada\n"
+"Feu clic a 'Configura' per executar l'auxiliar de configuració."
-#: ../../bootlook.pm_.c:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:554
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
msgid "Configure"
msgstr "Configura"
-#: ../../bootlook.pm_.c:276
-#, fuzzy
+#: ../../bootlook.pm_.c:268
msgid "Splash selection"
-msgstr "Desa la selecció de paquets"
+msgstr "Selecció de pantalla de presentació"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
msgid "Themes"
-msgstr ""
+msgstr "Temes"
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1384,91 +1389,91 @@ msgid ""
"you can choose\n"
"them separatly"
msgstr ""
+"\n"
+"Seleccioneu un tema per a\n"
+"lilo i bootsplash, \n"
+"podeu triar-los\n"
+"per separat"
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
-msgstr ""
+msgstr "Pantalla del LILO"
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
-msgstr ""
+msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr "Mode de sistema"
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
-msgstr "Executa el sistema X-Window en iniciar"
+msgstr "Executa la interfície grŕfica en iniciar el sistema"
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr "No, no vull l'entrada automŕtica"
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Sí, vull l'entrada automŕtica amb aquest (usuari, escriptori)"
-#: ../../bootlook.pm_.c:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr "D'acord"
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "no es pot obrir /etc/inittab per a lectura: %s"
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr "kB"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr "%d minuts"
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr "1 minut"
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, c-format
msgid "%d seconds"
msgstr "%d segons"
#
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
msgid "Can't make screenshots before partitioning"
-msgstr "No es poden fer instantŕnies abans de la partició"
+msgstr "No es poden fer captures de pantalla abans de fer les particions"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, c-format
msgid "Screenshots will be available after install in %s"
-msgstr "Les instŕncies estaran disponibles després d'instalˇlar a %s"
+msgstr "Les captures estaran disponibles després d'instalˇlar a %s"
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
msgid "France"
msgstr "França"
@@ -1477,8 +1482,8 @@ msgid "Costa Rica"
msgstr "Costa Rica"
#
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
msgid "Belgium"
msgstr "Bčlgica"
@@ -1493,7 +1498,7 @@ msgstr "Alemanya"
#
#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
msgid "Greece"
-msgstr "Grecia"
+msgstr "Grčcia"
#
#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
@@ -1503,16 +1508,16 @@ msgstr "Noruega"
#
#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
msgid "Sweden"
-msgstr "Consulteu"
+msgstr "Sučcia"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
-msgstr ""
+msgstr "Paďsos Baixos"
#
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
msgid "Italy"
msgstr "Itŕlia"
@@ -1521,8 +1526,8 @@ msgstr "Itŕlia"
msgid "Austria"
msgstr "Ŕustria"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr "Estats Units"
@@ -1533,17 +1538,22 @@ msgid ""
"configured as a WebDAV server). If you would like to add WebDAV mount\n"
"points, select \"New\"."
msgstr ""
+"WebDAV és un protocol que permet muntar un directori d'un servidor web\n"
+"localment, i tractar-lo com si fos un sistema de fitxers local (amb el "
+"benentčs\n"
+"que el servidor web estŕ configurat com a servidor WebDAV). Si voleu afegir\n"
+"punts de muntatge WebDAV, seleccioneu \"Nou\"."
#: ../../diskdrake/dav.pm_.c:27
msgid "New"
msgstr "Nou"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Desmunta"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Munta"
@@ -1552,66 +1562,64 @@ msgstr "Munta"
msgid "Server"
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:383
-#: ../../diskdrake/interactive.pm_.c:572 ../../diskdrake/interactive.pm_.c:599
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Punt de muntatge"
#
#: ../../diskdrake/dav.pm_.c:85
-#, fuzzy
msgid "Please enter the WebDAV server URL"
-msgstr "Si us plau entreu la velocitat d'escriptura del cd"
+msgstr "Si us plau introduďu l'URL del servidor WebDAV"
#: ../../diskdrake/dav.pm_.c:88
msgid "The URL must begin with http:// or https://"
-msgstr ""
+msgstr "L'URL ha de començar per http:// o https://"
#: ../../diskdrake/dav.pm_.c:109
msgid "Server: "
msgstr "Servidor: "
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:444
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "Punt de muntatge: "
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1174
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, c-format
msgid "Options: %s"
msgstr "Opcions: %s"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "Si us plau, feu primer una cňpia de seguretat de les vostres dades"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:938
-#: ../../diskdrake/interactive.pm_.c:947
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "Llegiu-ho atentament!"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
"at the beginning of the disk"
msgstr ""
-"Si penseu utilitzar aboot, assegureu-vos de deixar espai lliure (amb 2.048\n"
+"Si penseu utilitzar aboot, assegureu-vos de deixar espai lliure (amb 2048\n"
"sectors n'hi ha prou) al començament del disc"
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "Auxiliar"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "Trieu una acció"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1623,84 +1631,83 @@ msgstr ""
"Suggereixo que primer en canvieu la mida\n"
"(feu-hi clic i després feu clic a \"Canvia la mida\")"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "Si us plau, feu clic a una partició "
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "Detalls"
#
-#: ../../diskdrake/hd_gtk.pm_.c:252
-#, fuzzy
+#: ../../diskdrake/hd_gtk.pm_.c:254
msgid "No hard drives found"
-msgstr "No s'ha trobat cap impressora!"
+msgstr "No s'ha trobat cap disc dur!"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
#
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Journalised FS"
msgstr "Journalised FS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "Intercanvi"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "Altres"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
-msgstr "Tipus de sistema de fitxers"
+msgstr "Tipus de sistema de fitxers:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:406
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "Crea"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:384
-#: ../../diskdrake/interactive.pm_.c:535 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "Tipus"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
-msgstr "Utilitzeu ``%s'' al seu lloc"
+msgstr "Utilitzeu \"%s\" al seu lloc"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "Suprimeix"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
-msgstr "Utilitzeu primer ``Unmount''"
+msgstr "Utilitzeu primer \"Unmount\""
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:522
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1708,112 +1715,112 @@ msgstr ""
"Després de canviar el tipus de la partició %s, se'n perdran totes les dades"
#
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose a partition"
msgstr "Trieu una partició"
#
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose another partition"
-msgstr "Escolliu una altra partició"
+msgstr "Trieu una altra partició"
#
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
msgid "Exit"
-msgstr "Sortir"
+msgstr "Surt"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
-msgstr "Normal > Expert"
+msgstr "Canvia al mode expert"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
-msgstr "Expert > Normal"
+msgstr "Canvia al mode normal"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "Desfés"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "Voleu continuar igualment?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "Surt sense desar"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
-msgstr "Voleu sortir sense desar la taula de particions?"
+msgstr "Voleu sortir sense escriure la taula de particions?"
#
-#: ../../diskdrake/interactive.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:257
msgid "Do you want to save /etc/fstab modifications"
-msgstr "Voleu grabar els modificacions a /etc/fstab"
+msgstr "Voleu desar les modificacions a /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:267
-msgid "Auto allocate"
-msgstr "Assigna automŕticament"
-
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "Buida-ho tot"
-#: ../../diskdrake/interactive.pm_.c:267
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "Assigna automŕticament"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
msgid "More"
msgstr "Més"
#
-#: ../../diskdrake/interactive.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:278
msgid "Hard drive information"
msgstr "Informació del disc dur"
-#: ../../diskdrake/interactive.pm_.c:302
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "S'utilitzen totes les particions primŕries"
-#: ../../diskdrake/interactive.pm_.c:303
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
-msgstr "No puc afegir cap més partició"
+msgstr "No es pot afegir cap més partició"
-#: ../../diskdrake/interactive.pm_.c:304
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
-"Per tenir més particions, suprimiu-ne una per poder crear una partició "
+"Si voleu tenir més particions, suprimiu-ne una per poder crear una partició "
"ampliada"
#
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:322
msgid "Save partition table"
msgstr "Escriu la taula de particions"
#
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:323
msgid "Restore partition table"
msgstr "Restaura la taula de particions"
-#: ../../diskdrake/interactive.pm_.c:316
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
-msgstr "Rescata la taula de particions"
+msgstr "Recupera la taula de particions"
#
-#: ../../diskdrake/interactive.pm_.c:318
+#: ../../diskdrake/interactive.pm_.c:326
msgid "Reload partition table"
-msgstr "Recarrega la taula de particions"
+msgstr "Torna a carregar la taula de particions"
#
-#: ../../diskdrake/interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:331
msgid "Removable media automounting"
-msgstr "Desmuntant el medi del suport extraďble"
+msgstr "Muntatge automŕtic dels dispositius extraďbles"
-#: ../../diskdrake/interactive.pm_.c:332 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "Seleccioneu el fitxer"
-#: ../../diskdrake/interactive.pm_.c:339
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1821,11 +1828,12 @@ msgstr ""
"La cňpia de seguretat de la taula de particions no té la mateixa mida\n"
"Voleu continuar igualment?"
-#: ../../diskdrake/interactive.pm_.c:353 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "Advertčncia"
-#: ../../diskdrake/interactive.pm_.c:354
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1833,106 +1841,109 @@ msgstr ""
"Inseriu un disquet a la unitat\n"
"Se'n perdran totes les dades"
-#: ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
-msgstr "S'estŕ intentant rescatar la taula de particions"
+msgstr "S'estŕ intentant recuperar la taula de particions"
#
-#: ../../diskdrake/interactive.pm_.c:371
+#: ../../diskdrake/interactive.pm_.c:379
msgid "Detailed information"
msgstr "Informació detallada"
-#: ../../diskdrake/interactive.pm_.c:386 ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "Canvia la mida"
-#: ../../diskdrake/interactive.pm_.c:387 ../../diskdrake/interactive.pm_.c:719
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "Mou"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "Formata"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "Afegeix al RAID"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
-msgstr "Afegeix al LVM"
+msgstr "Afegeix a l'LVM"
-#: ../../diskdrake/interactive.pm_.c:394
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "Elimina del RAID"
-#: ../../diskdrake/interactive.pm_.c:395
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
-msgstr "Elimina del LVM"
+msgstr "Elimina de l'LVM"
-#: ../../diskdrake/interactive.pm_.c:396
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "Modifica el RAID"
-#: ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "Utilitza per a loopback"
-#: ../../diskdrake/interactive.pm_.c:437
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "Crea una nova partició"
-#: ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
-msgstr "sector d'inici: "
+msgstr "Sector d'inici: "
-#: ../../diskdrake/interactive.pm_.c:442 ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "Mida en MB: "
-#: ../../diskdrake/interactive.pm_.c:443 ../../diskdrake/interactive.pm_.c:820
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "Tipus de sistema de fitxers: "
-#: ../../diskdrake/interactive.pm_.c:448
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "Preferčncia: "
-#: ../../diskdrake/interactive.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
+"No podeu crear una nova partició\n"
+"(perquč heu arribat al mŕxim nombre de particions primŕries).\n"
+"Esborreu primer una partició primŕria i creeu una partició ampliada."
#
-#: ../../diskdrake/interactive.pm_.c:503
+#: ../../diskdrake/interactive.pm_.c:511
msgid "Remove the loopback file?"
-msgstr "Esborrar el fitxer de loopback?"
+msgstr "Voleu suprimir el fitxer de loopback?"
-#: ../../diskdrake/interactive.pm_.c:533
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "Canvia el tipus de partició"
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Quin sistema de fitxers voleu?"
-#: ../../diskdrake/interactive.pm_.c:540
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
-msgstr "Canviant de ext2 a ext3"
+msgstr "S'estŕ canviant de ext2 a ext3"
-#: ../../diskdrake/interactive.pm_.c:570
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "On voleu muntar el fitxer de loopback %s?"
-#: ../../diskdrake/interactive.pm_.c:571
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "On voleu muntar el dispositiu %s?"
-#: ../../diskdrake/interactive.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1940,139 +1951,140 @@ msgstr ""
"No es pot anulˇlar el punt de muntatge, perquč aquesta partició\n"
"s'utilitza per al loopback. Elimineu primer el loopback"
-#: ../../diskdrake/interactive.pm_.c:598
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:606
+#, c-format
msgid "Where do you want to mount %s?"
-msgstr "On voleu muntar el dispositiu %s?"
+msgstr "On voleu muntar %s?"
-#: ../../diskdrake/interactive.pm_.c:622
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "S'estan calculant els límits del sistema de fitxers de la FAT"
-#: ../../diskdrake/interactive.pm_.c:622 ../../diskdrake/interactive.pm_.c:681
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "S'estŕ canviant la mida"
-#: ../../diskdrake/interactive.pm_.c:654
+#: ../../diskdrake/interactive.pm_.c:662
msgid "This partition is not resizeable"
msgstr "No es pot canviar la mida d'aquesta partició"
-#: ../../diskdrake/interactive.pm_.c:659
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "Cal fer una cňpia de seguretat de totes les dades d'aquesta partició"
-#: ../../diskdrake/interactive.pm_.c:661
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Després de canviar la mida de la partició %s, se'n perdran totes les dades"
-#: ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "Escolliu la nova mida"
#
-#: ../../diskdrake/interactive.pm_.c:667
+#: ../../diskdrake/interactive.pm_.c:675
msgid "New size in MB: "
-msgstr "Nova Mida en MB: "
+msgstr "Nova mida en MB: "
-#: ../../diskdrake/interactive.pm_.c:720
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
-msgstr "A quin disc us voleu desplaçar?"
+msgstr "A quin disc ho voleu moure?"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake/interactive.pm_.c:722
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "A quin sector ho voleu moure?"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
-msgstr "S'estŕ desplaçant"
+msgstr "S'estŕ movent"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
-msgstr "S'estŕ desplaçant la partició..."
+msgstr "S'estŕ movent la partició..."
-#: ../../diskdrake/interactive.pm_.c:742
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
-msgstr "Escolliu un RAID existent al qual afegir"
+msgstr "Escolliu un RAID existent al qual afegir-ho"
-#: ../../diskdrake/interactive.pm_.c:743 ../../diskdrake/interactive.pm_.c:760
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "nou"
-#: ../../diskdrake/interactive.pm_.c:758
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
-msgstr "Escolliu un LVM existent al qual afegir"
+msgstr "Escolliu un LVM existent al qual afegir-ho"
-#: ../../diskdrake/interactive.pm_.c:763
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr "Nom LVM?"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "Aquesta partició no es pot utilitzar per al loopback"
-#: ../../diskdrake/interactive.pm_.c:817
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:818
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "Nom del fitxer de loopback: "
#
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:831
msgid "Give a file name"
msgstr "Proporcioneu un nom de fitxer"
-#: ../../diskdrake/interactive.pm_.c:826
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
-msgstr "Un altre loopback ja estŕ utilitzant el fitxer, escolliu-ne un altre"
+msgstr ""
+"Un altre loopback ja estŕ utilitzant el fitxer, escolliu-ne un de diferent"
-#: ../../diskdrake/interactive.pm_.c:827
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "El fitxer ja existeix. El voleu utilitzar?"
#
-#: ../../diskdrake/interactive.pm_.c:850
+#: ../../diskdrake/interactive.pm_.c:858
msgid "Mount options"
-msgstr "Opcions de montatge:"
+msgstr "Opcions de muntatge"
-#: ../../diskdrake/interactive.pm_.c:857
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr "Diversos"
-#: ../../diskdrake/interactive.pm_.c:921 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "dispositiu"
-#: ../../diskdrake/interactive.pm_.c:922
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "nivell"
-#: ../../diskdrake/interactive.pm_.c:923
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
-msgstr "mida del tros"
+msgstr "mida del fragment"
-#: ../../diskdrake/interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "Aneu amb compte: aquesta operació és perillosa."
-#: ../../diskdrake/interactive.pm_.c:953
+#: ../../diskdrake/interactive.pm_.c:962
msgid "What type of partitioning?"
-msgstr "Quin tipus de particionament?"
+msgstr "Quin tipus de particionament voleu?"
-#: ../../diskdrake/interactive.pm_.c:969
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:978
+#, c-format
msgid "The package %s is needed. Install it?"
-msgstr "El paquet %s s'ha d'instalˇlar. El voleu instalˇlar?"
+msgstr "Cal instalˇlar el paquet %s. Voleu instalˇlar-lo?"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2084,7 +2096,7 @@ msgstr ""
"O esteu utilitzant LILO, i no funcionarŕ, o no l'esteu utilitzant i no "
"necessiteu el /boot"
-#: ../../diskdrake/interactive.pm_.c:987
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2092,12 +2104,12 @@ msgid ""
"If you plan to use the LILO boot manager, be careful to add a /boot partition"
msgstr ""
"La partició que heu seleccionat per afegir com a arrel (/) estŕ ubicada "
-"físicament més enllŕ del cilindre nş 1024 del disc dur, i no teniu cap "
+"físicament més enllŕ del cilindre 1024 del disc dur, i no teniu cap "
"partició /boot.\n"
"Si teniu previst utilitzar el gestor d'arrencada LILO, penseu d'afegir una "
"partició /boot"
-#: ../../diskdrake/interactive.pm_.c:993
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2108,47 +2120,47 @@ msgstr ""
"boot.\n"
"Per tant, assegureu-vos d'afegir una partició /boot"
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "La taula de particions de la unitat %s s'escriurŕ al disc!"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Us caldrŕ tornar a arrencar per tal que les modificacions tinguin efecte"
-#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Després de formatar la partició %s, se'n perdran totes les dades"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "S'estŕ formatant"
-#: ../../diskdrake/interactive.pm_.c:1031
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "S'estŕ formatant el fitxer de loopback %s"
-#: ../../diskdrake/interactive.pm_.c:1032
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "S'estŕ formatant la partició %s"
#
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Hide files"
msgstr "Fitxers ocults"
#
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Move files to the new partition"
-msgstr "Moveu els fitxers a la nova partició"
+msgstr "Mou els fitxers a la nova partició"
-#: ../../diskdrake/interactive.pm_.c:1044
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2158,83 +2170,83 @@ msgstr ""
"(%s)"
#
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1064
msgid "Moving files to the new partition"
-msgstr "Movent fitxers a la nova partició"
+msgstr "S'estan movent els fitxers a la nova partició"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
-msgstr "Copiant %s"
+msgstr "S'estŕ copiant %s"
-#: ../../diskdrake/interactive.pm_.c:1063
+#: ../../diskdrake/interactive.pm_.c:1072
#, c-format
msgid "Removing %s"
-msgstr "Esborrant %s"
+msgstr "S'estŕ esborrant %s"
-#: ../../diskdrake/interactive.pm_.c:1073
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr "la partició %s ara és %s"
-#: ../../diskdrake/interactive.pm_.c:1094
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "Dispositiu: "
-#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Lletra d'unitat del DOS: %s (només és una suposició)\n"
+msgstr "Lletra d'unitat de DOS: %s (només és una suposició)\n"
-#: ../../diskdrake/interactive.pm_.c:1099
-#: ../../diskdrake/interactive.pm_.c:1107
-#: ../../diskdrake/interactive.pm_.c:1172
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "Tipus: "
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "Nom: "
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "Inici: sector %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "Mida: %s"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s sectors"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cilindre %d a %d\n"
-#: ../../diskdrake/interactive.pm_.c:1117
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "Formatat\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "Sense formatar\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "Muntat\n"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1131
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2243,7 +2255,7 @@ msgstr ""
"Fitxer(s) de loopback:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2251,27 +2263,27 @@ msgstr ""
"Partició arrencada per defecte\n"
" (per a l'arrencada de l'MS-DOS, no per a LILO)\n"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "Nivell %s\n"
-#: ../../diskdrake/interactive.pm_.c:1126
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
-msgstr "Mida del tros %s\n"
+msgstr "Mida del fragment %s\n"
-#: ../../diskdrake/interactive.pm_.c:1127
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "Discs RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "Nom del fitxer de loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1132
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2283,7 +2295,7 @@ msgstr ""
"una partició de Controladors;\n"
"és millor que no la toqueu.\n"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2291,109 +2303,105 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
"\n"
-"Aquesta partició Bootstrap\n"
-"especial és per arrencar\n"
+"Aquesta partició especial\n"
+"Bootstrap és per arrencar\n"
"el vostre sistema en dual.\n"
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
-msgstr ""
+msgstr "Només lectura"
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "Mida: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s cilindres, %s capçals, %s sectors\n"
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "Informació: "
-#: ../../diskdrake/interactive.pm_.c:1158
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "Discs LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipus de taula de particions: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1160
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:1169
+#, c-format
msgid "on channel %d id %d\n"
-msgstr "al bus %d id %d\n"
+msgstr "al canal %d amb id %d\n"
#
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1199
msgid "Filesystem encryption key"
-msgstr "Clau d'encriptació del sistema de fitxers: "
+msgstr "Clau de xifratge del sistema de fitxers: "
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
-msgstr "Escolliu la clau d'encriptació del sistema de fitxers"
+msgstr "Escolliu la clau de xifratge del sistema de fitxers"
# c-format
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1203
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
-"Aquesta clau d'encriptació és massa senzilla (ha de tenir com a mínim %d "
+"Aquesta clau de xifratge és massa senzilla (ha de tenir com a mínim %d "
"carŕcters)"
#
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1204
msgid "The encryption keys do not match"
-msgstr "Les claus d'encriptació no coincideixen"
+msgstr "Les claus de xifratge no coincideixen"
-#: ../../diskdrake/interactive.pm_.c:1198
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
-msgstr "Clau d'encriptació"
+msgstr "Clau de xifratge"
-#: ../../diskdrake/interactive.pm_.c:1199
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
-msgstr "Clau d'encriptació (altra cop)"
+msgstr "Clau de xifratge (un altre cop)"
#
#: ../../diskdrake/removable.pm_.c:47
msgid "Change type"
msgstr "Canvia el tipus"
-#
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a medium"
-msgstr "Si us plau, feu clic a un medi"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
msgstr ""
+"No es pot entrar amb el nom d'usuari %s (potser la contrasenya és "
+"incorrecta?)"
#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
msgid "Domain Authentication Required"
-msgstr "Autenticació"
+msgstr "Cal l'autenticació de domini"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Another one"
-msgstr "Internet"
+msgstr "Un altre"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Which username"
-msgstr "Nom d'usuari"
+msgstr "Quin nom d'usuari?"
#: ../../diskdrake/smbnfs_gtk.pm_.c:176
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
+"Introduďu el vostre nom d'usuari, la contrasenya i el nom de domini per "
+"accedir a aquesta mŕquina."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
msgid "Username"
msgstr "Nom d'usuari"
@@ -2406,23 +2414,23 @@ msgstr "Domini"
msgid "Search servers"
msgstr "Cerca servidors"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
-msgstr "%s formatatge de %s ha fallat"
+msgstr "%s formatació de %s ha fallat"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, 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:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
-msgstr "La partició a muntar %s en el directori %s ha fallat"
+msgstr "El muntatge de la partició %s en el directori %s ha fallat"
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr "s'ha produďt un error en desmuntar %s: %s"
@@ -2440,7 +2448,7 @@ msgid "server"
msgstr "servidor"
#: ../../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"
@@ -2449,9 +2457,10 @@ msgid ""
"\n"
"Do you agree to loose all the partitions?\n"
msgstr ""
-"No puc llegir la vostra taula de particions, estŕ massa malmesa per a mi :(\n"
-"Intentaré seguir, buidant les particions incorrectes (es perdran TOTES LES "
-"DADES!).\n"
+"No es pot llegir la taula de particions del dispositiu %s, estŕ massa "
+"malmesa :(\n"
+"Es pot mirar de continuar, suprimint les particions incorrectes (es perdran "
+"TOTES LES DADES!).\n"
"L'altra solució és impedir al DrakX que modifiqui la taula de particions.\n"
"(l'error és %s)\n"
"\n"
@@ -2481,7 +2490,7 @@ msgstr "No podeu utilitzar un volum lňgic LVM per al punt de muntatge %s"
#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
-msgstr "Aquest directori s'ha de mantenir dins del sistema de fitxers de root"
+msgstr "Aquest directori s'ha de mantenir dins del sistema de fitxers arrel"
#
#: ../../fsedit.pm_.c:530
@@ -2496,7 +2505,7 @@ msgstr ""
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
-"No podeu utilitzar un sistema d'arxius encriptat per al punt de muntatge %s"
+"No podeu utilitzar un sistema d'arxius xifrat per al punt de muntatge %s"
#
#: ../../fsedit.pm_.c:599
@@ -2512,31 +2521,38 @@ 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:168
-msgid "No alternative driver"
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
msgstr ""
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:170
+msgid "No alternative driver"
+msgstr "No hi ha cap controlador alternatiu"
+
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
+"No hi ha cap controlador OSS/ALSA alternatiu conegut per a la vostra targeta "
+"de so (%s), que actualment fa servir \"%s\""
#
-#: ../../harddrake/sound.pm_.c:171
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:173
msgid "Sound configuration"
-msgstr "Configuració de CUPS"
+msgstr "Configuració de so"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
+"Aquí podeu seleccionar un controlador alternatiu (tant OSS com ALSA) per ala "
+"targeta de so (%s)"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2544,28 +2560,31 @@ msgid ""
"Your card currently use the %s\"%s\" driver (default driver for your card is "
"\"%s\")"
msgstr ""
+"\n"
+"\n"
+"La vostra targeta fa servir actualment el controlador %s \"%s\" (el "
+"controlador per defecte per a aquesta targeta és \"%s\")"
-#: ../../harddrake/sound.pm_.c:176
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:178
msgid "Driver:"
-msgstr "Programa de control"
+msgstr "Controlador:"
#
-#: ../../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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
msgid "Help"
msgstr "Ajuda"
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
-msgstr ""
+msgstr "Ajuda sobre el canvi entre ALSA i OSS"
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2583,8 +2602,23 @@ msgid ""
"- the new ALSA api that provides many enhanced features but requires using "
"the ALSA library.\n"
msgstr ""
+"L'OSS (Sistema de So Obert) va ser la primera API de so. És una API "
+"independent del sistema operatiu (disponible en molts sistemes UNIX) perň és "
+"molt bŕsica i limitada.\n"
+"Encara més, tots els controladors OSS reinventen la roda...\n"
+"\n"
+"L'ALSA (Arquitectura Avançada de So per a Linux) és una arquitectura modular "
+"que\n"
+"funciona amb una ŕmplia varietat de targetes ISA, USB i PCI.\n"
+"\n"
+"També proporciona una API molt més funcional que la d'OSS.\n"
+"\n"
+"Per utilitzar ALSA, es pot triar entre:\n"
+"- l'antiga API compatible d'OSS\n"
+"- la nova API d'ALSA que proporciona moltes característiques millorades perň "
+"que necessita fer servir la lliberia ALSA.\n"
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2593,33 +2627,37 @@ msgid ""
"\n"
"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
+"L'antic controlador \"%s\" ha estat desaprovat.\n"
+"\n"
+"S'ha vist que causa problemes al nucli en descarregar-se.\n"
+"\n"
+"El nou controlador \"%s\" només s'usarŕ en la següent arrencada."
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
msgid "Please Wait... Applying the configuration"
-msgstr "Si us plau, espereu... s'estŕ aplicant la configuració"
+msgstr "Espereu si us plau... s'estŕ aplicant la configuració"
-#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
-#: ../../interactive.pm_.c:391
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
-msgstr "Si us plau, espereu"
+msgstr "Espereu si us plau"
#
-#: ../../harddrake/sound.pm_.c:208
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:210
msgid "No known driver"
-msgstr "Dispositiu X"
+msgstr "No hi ha cap controlador conegut"
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
-msgstr ""
+msgstr "No hi ha cap controlador conegut per a la vostra targeta de so (%s)"
-#: ../../harddrake/sound.pm_.c:212
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:214
msgid "Unkown driver"
-msgstr "Model desconegut"
+msgstr "Controlador desconegut"
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2628,274 +2666,71 @@ msgid ""
"<install at mandrakesoft dot com>\n"
"with subject: unlisted sound driver \"%s\""
msgstr ""
-
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Model"
-msgstr "Mňdul"
-
-#: ../../harddrake/ui.pm_.c:16
-msgid "hard disk model"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:17
-#, fuzzy
-msgid "Channel"
-msgstr "Cancelˇla"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "Module"
-msgstr "Mňdul"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-msgid "Description"
-msgstr "Descripció"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:25
-#, fuzzy
-msgid "Bus identification"
-msgstr "Autenticació"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:32
-#, fuzzy
-msgid "Old device file"
-msgstr "Seleccioneu el fitxer"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:34
-#, fuzzy
-msgid "New devfs device"
-msgstr "Dispositiu de la passarelˇla"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:36
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 botons"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr ""
-
-#
-#: ../../harddrake/ui.pm_.c:38
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Pŕgina alternativa de prova (A4)"
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:63
-msgid "/_Quit"
-msgstr "/_Surt"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr "/_Ajuda"
-
-#: ../../harddrake/ui.pm_.c:65
-msgid "/_Help..."
-msgstr "/_Ajuda..."
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
+"El controlador \"%s\" per a la targeta de so no és a la llista\n"
"\n"
-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:74
-msgid "About Harddrake"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:76
-#, fuzzy
-msgid "Author:"
-msgstr "Exploració automŕtica"
-
-#: ../../harddrake/ui.pm_.c:86
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Detecció del disc dur"
-
-#: ../../harddrake/ui.pm_.c:101
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Mira la informació del maquinari"
-
-#: ../../harddrake/ui.pm_.c:103
-#, fuzzy
-msgid "Information"
-msgstr "Mostra la informació"
-
-#: ../../harddrake/ui.pm_.c:106
-#, fuzzy
-msgid "Configure module"
-msgstr "Configura el ratolí"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:111
-#, fuzzy
-msgid "Detection in progress"
-msgstr "detectat al port %s"
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:166
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "S'estŕ esborrant la impressora \"%s\"..."
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr ""
-
-#: ../../harddrake/ui.pm_.c:201
-#, fuzzy
-msgid "secondary"
-msgstr "%d segons"
+"Si us plau, envieu la sortida de l'ordre \"lspcidrake -v\" a\n"
+"<install arrova mandrakesoft punt com>\n"
+"amb l'assumpte: unlisted sound driver \"%s\""
#
#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
msgid "Auto-detect"
msgstr "Detecció automŕtica"
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:185
-#, fuzzy
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
msgid "Unknown|Generic"
-msgstr "General"
+msgstr "Desconegut|Genčric"
#: ../../harddrake/v4l.pm_.c:97
msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
+msgstr "Desconegut|CPH05X (bt878) [molts venedors]"
#: ../../harddrake/v4l.pm_.c:98
msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr ""
+msgstr "Desconegut|CPH06X (bt878) [molts venedors]"
-#: ../../harddrake/v4l.pm_.c:209
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
"If your card is misdetected, you can force the right tuner and card types "
"here. Just select your tv card parameters if needed"
msgstr ""
+"Per a les targetes de TV més modernes, el mňdul bttv del nucli GNU/Linux "
+"detecta automŕticament els parŕmetres correctes.\n"
+"Si la vostra targeta no és detectada, podeu forçar el tipus de sintonitzador "
+"i de targeta aquí. Simplement seleccioneu els parŕmetres necessaris per a la "
+"vostra targeta de TV"
-#: ../../harddrake/v4l.pm_.c:212
-#, fuzzy
+#: ../../harddrake/v4l.pm_.c:227
msgid "Card model:"
-msgstr "Targeta de memňria (DMA)"
+msgstr "Model de la targeta:"
#
-#: ../../harddrake/v4l.pm_.c:213
-#, fuzzy
+#: ../../harddrake/v4l.pm_.c:228
msgid "Tuner type:"
-msgstr "Canvia el tipus"
+msgstr "Tipus de sintonitzador:"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
-msgstr ""
+msgstr "Nombre de memňries intermčdies de captura:"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
+msgstr "nombre de memňries intermčdies per a captures amb MMAP"
#
-#: ../../harddrake/v4l.pm_.c:216
-#, fuzzy
+#: ../../harddrake/v4l.pm_.c:231
msgid "PLL setting:"
-msgstr "carrega parŕmetres"
+msgstr "Configuració del PLL:"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
-msgstr ""
+msgstr "Permet l'ús de la rŕdio:"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
-msgstr ""
+msgstr "habilita l'ús de la rŕdio"
#: ../../help.pm_.c:13
msgid ""
@@ -2934,42 +2769,57 @@ msgid ""
"If you are not interested in this feature, click \"No\"."
msgstr ""
"GNU/Linux és un sistema multiusuari, i aixň vol dir que cada usuari pot "
-"tenir les seves\n"
-"preferencies, els seus fitxers, etc... Podeu llegir la guia de l'usuari "
-"``User Guide''\n"
-"per aprendre més coses. Perň a diferčncia del \"root\", que és "
-"l'administrador, els usuaris\n"
-"que afegiu aquí no se'ls permetrŕ de modificar res excepte els seus fitxers\n"
-"i la seva configuració. He de crear un usuari com a mínim\n"
-"per a vós. Aquest compte és en el que hauríeu d'entrar per un ús\n"
-"habitual. Tot i que es molt prŕctic entrar en el sistema com a \"root\" cada "
-"dia,\n"
-"pot ser molt perillós! La més petita errada podría significar que el "
-"sistema\n"
-"ja no funcionés més. Si comet una gran errada com un usuari normal,\n"
-"pot perdre alguna informació, perň no tot el sistema.\n"
-"\n"
-"Primer, heu d'entrar el vostre nom real. Aixň no és necessari, tot i que\n"
-"podeu teclejar el quč volgueu. DrakX agafarŕ la primera paraula\n"
-"que heu entrat en la casella i la copiarŕ en el \"User\n"
-"name\". Aquest és el nom que utilitzarŕ aquest usuari per entrar en el "
-"sistema.\n"
-"El podeu canviar si voleu. Després heu d'entrar una contrasenya. Una\n"
-"contrasenya d'un usuari no privilegiat (habitual) no és tant important com "
-"la del \"root\"\n"
-"des del punt de vista de la seguretat, perň no hi ha cap raó per menystenir-"
-"ho: al cap i a\n"
-"la fi, els vostres fitxers estan en risc.\n"
-"\n"
-"Si cliqueu en \"Acceptar usuari\", després en podreu afegir tants com "
+"tenir\n"
+"les seves preferčncies, els seus fitxers, etc. Podeu llegir la \"Guia de "
+"l'Usuari\"\n"
+"per aprendre més coses. A diferčncia del \"root\", que és l'administrador, \n"
+"als usuaris que afegiu aquí no se'ls permetrŕ modificar res tret dels seus\n"
+"fitxers i la seva configuració. Cal que tingueu com a mínim un usuari "
+"normal.\n"
+"Aquest compte és en el que hauríeu d'entrar per a un ús habitual. Tot i que "
+"és\n"
+"molt prŕctic entrar en el sistema com a \"root\" cada dia, també pot ser "
+"molt\n"
+"perillós. La més petita errada podría significar que el sistema deixés de "
+"funcionar.\n"
+"Si cometeu una gran errada com a usuari normal, podeu perdre algunes dades, "
+"perň no\n"
+"tot el sistema.\n"
+"\n"
+"Primer, heu d'introduir el vostre nom real. Per suposat, aixň no és "
+"necessari, ja que\n"
+"podeu introduir el que volgueu. El DrakX agafarŕ la primera paraula que heu "
+"entrat\n"
+"en la casella i la copiarŕ en el \"Nom d'usuari\". Aquest és el nom que "
+"utilitzarŕ\n"
+"aquest usuari per entrar en el sistema. El podeu canviar si voleu. Després "
+"cal que\n"
+"introduďu una contrasenya. Una contrasenya d'un usuari no privilegiat "
+"(habitual) \n"
+"no és tant important com la del \"root\" des del punt de vista de la "
+"seguretat, \n"
+"perň no hi ha cap raó per menystenir-ho: al cap i a la fi, els vostres "
+"fitxers\n"
+"estan en joc.\n"
+"\n"
+"Si cliqueu a \"Accepta l'usuari\", després en podreu afegir tants com "
"volgueu. Afegiu\n"
-"un usuari per tots el vostres amics: el vostre pare o la vostra germana, per "
-"exemple.\n"
-"Quan acabeu d'afegir tants usuaris com volgueu, seleccioneu \"D'acord\".\n"
-"\n"
-"Clicar el butó \"Avançat\" us permet de canviar el \"shell\" per defecte "
-"d'aquest\n"
-"usuari (bash per defecte)."
+"un usuari per tothom qui hagi de fer servir l'ordinador. Quan hagueu acabat "
+"d'afegir\n"
+"tants usuaris com volgueu, seleccioneu \"Fet\".\n"
+"\n"
+"Si feu clic al botó \"Avançat\" podreu canviar l'intčrpret d'ordres (\"shell"
+"\") \n"
+"predeterminat de l'usuari seleccionat (bash per defecte).\n"
+"\n"
+"Un cop hagueu acabat d'afegir usuaris, se us proposarŕ triar quin usuari "
+"entrarŕ\n"
+"automŕticament en el sistema en arrencar l'ordinador. Si us interessa "
+"aquesta \n"
+"característica (i no us importa gaire la seguretat local), trieu l'usuari i "
+"el\n"
+"gestor de finestres desitjat i feu clic a \"Sí\".\n"
+"Si no us interessa aquesta característica, pitgeu \"No\"."
#: ../../help.pm_.c:48
msgid ""
@@ -3005,49 +2855,44 @@ msgid ""
msgstr ""
"Aquestes són les particions de Linux existents que s'han detectat a la\n"
"vostra unitat de disc dur. Podeu conservar les eleccions fetes per "
-"l'auxiliar,\n"
-"són adequades per a un ús normal. Si les canvieu, heu de definir una "
-"partició\n"
-"root (\"/\"); no escolliu una partició massa petita, o no podreu instalˇlar\n"
-"prou programari. Si voleu emmagatzemar les dades en una altra partició, "
-"també\n"
-"haureu de seleccionar una \"/home\" (només si teniu més d'una partició de\n"
-"Linux).\n"
-"\n"
+"l'auxiliar, \n"
+"són adequades per a un ús normal. Si feu algun canvi, com a mínim heu de "
+"definir\n"
+"una partició arrel (\"/\"). No escolliu una partició massa petita, o no "
+"podreu\n"
+"instalˇlar prou programari. Si voleu emmagatzemar les dades en una altra "
+"partició, també haureu de seleccionar una \"/home\" (només si teniu més "
+"d'una partició de\n"
+"Linux disponible).\n"
"\n"
"Per a la vostra informació, cada partició estŕ identificada d'aquesta "
"manera: \"Nom\", \"Capacitat\".\n"
"\n"
-"\n"
"\"Nom\" es compon de: \"tipus d'unitat de disc\", \"número d'unitat de disc"
"\",\n"
"\"número de la partició\" (per exemple, \"hda1\").\n"
"\n"
+"El \"Tipus d'unitat de disc\" és \"hd\" si la vostre unitat de disc és IDE i "
+"\"sd\" si és SCSI.\n"
"\n"
-"\"Tipus d'unitat de disc\" és \"hd\" si la vostre unitat de disc és IDE i "
-"\"sd\"\n"
-"si és SCSI.\n"
-"\n"
-"\n"
-"\"Número de la unitat de disc\" és sempre una lletra després d'\"hd\" o \"sd"
-"\".\n"
+"El \"Número de la unitat de disc\" és sempre una lletra després d'\"hd\" o "
+"\"sd\".\n"
"Amb unitats de disc IDE:\n"
"\n"
-" * \"a\" significa \"unitat de disc mestre en el controlador IDE primari"
-"\",\n"
+" * \"a\" significa \"unitat de disc mestra en el controlador IDE primari\",\n"
"\n"
-" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
+" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
"\",\n"
"\n"
-" * \"c\" significa \"unitat de disc mestre en el controlador IDE secundari"
+" * \"c\" significa \"unitat de disc mestra en el controlador IDE secundari"
"\",\n"
"\n"
-" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
+" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
"\".\n"
"\n"
-"\n"
"Amb les unitats de disc SCSI, una \"a\" significa \"unitat primŕria de disc"
-"\", una \"b\" significa \"unitat secundŕria de disc\", etc..."
+"\",\n"
+"una \"b\" significa \"unitat secundŕria de disc\", etc."
#: ../../help.pm_.c:79
msgid ""
@@ -3055,11 +2900,11 @@ 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 ""
-"La instalˇlació del Mandrake Linux estŕ repartida en diversos CD-ROMs. "
+"La instalˇlació del Mandrake Linux estŕ repartida en diversos CD-ROM. El "
"DrakX\n"
-"sap si un paquet seleccionat és d'un altre CD-ROM i expulsarŕ el CD actual i "
-"li\n"
-"demanarŕ que n'inserti un altre a mesura que ho necessiti."
+"sap si un paquet seleccionat es troba a un altre CD-ROM i expulsarŕ el CD "
+"actual\n"
+"i us demanarŕ que n'inseriu un altre a mesura que ho necessiti."
#: ../../help.pm_.c:84
msgid ""
@@ -3113,73 +2958,72 @@ msgid ""
"groups to avoid installing any new package. This is useful to repair or\n"
"update an existing system."
msgstr ""
-"Ara ha arribat el moment d'especificar quins programes voleu instalˇlar en "
-"el\n"
-"sistema. Hi ha milers de paquets en el Mandrake Linux, i\n"
-"se suposa que vós no els coneixeu certerament.\n"
+"Ha arribat el moment d'especificar quins programes voleu instalˇlar en el\n"
+"sistema. Hi ha milers de paquets en el Mandrake Linux, i no se suposa que\n"
+"els conegueu tots de memňria.\n"
"\n"
"Si esteu fent una instalˇlació estŕndar des del CD-ROM, primer se us "
-"preguntarŕ\n"
-"que especifiqueu els CDs que teniu (només en mode Expert). Comproveu\n"
-"les etiquetes dels CDs i resalteu el quadre corresponent als CDs que teniu "
-"per a fer\n"
-"la instalˇlació. Cliqueu \"D'acord\" quan volgueu continuar.\n"
+"demanarŕ\n"
+"que especifiqueu els CD que teniu (només en mode Expert). Comproveu les "
+"etiquetes\n"
+"dels CD i marqueu els quadres corresponents als CD que teniu per fer la\n"
+"instalˇlació. Cliqueu \"D'acord\" quan vulgueu continuar.\n"
"\n"
"Els paquets estan ordenats en grups que corresponen a un ús particular de "
"la\n"
"mŕquina. Els grups també estan ordenats en quatre seccions:\n"
"\n"
-" * \"Workstation\": si voleu utilitzar l'ordinador com una estació de "
-"treball, selecciona\n"
-"un grup o més dels corresponents;\n"
+" * \"Estació de treball\": si voleu utilitzar l'ordinador com a estació de \n"
+"treball, seleccioneu un o més grups dels corresponents;\n"
"\n"
-" * \"Desenvolupament\": si la vostra mŕquina s'ha d'utilitzar per a "
-"programar, escolliu\n"
-"el(s) grup(s) desitjat(s);\n"
+" * \"Desenvolupament\": si la vostra mŕquina s'ha d'utilitzar per "
+"programar,\n"
+"escolliu el(s) grup(s) desitjat(s);\n"
"\n"
" * \"Servidor\": si l'ordinador s'ha d'utilitzar com a servidor, serŕ "
-"possible de\n"
-"seleccionar quins serveis més habituals voleu instalˇlar en el vostre\n"
-"ordinador;\n"
+"possible\n"
+"de seleccionar els serveis més habituals que voleu instalˇlar en la vostra\n"
+"mŕquina;\n"
"\n"
-" * \"Entorn Grŕfic\": finalment, aquí és un escollireu quin és el vostre\n"
-"entorn grŕfic preferit. Heu de seleccionar com a mínim un entorn grŕfic si "
-"voleu tenir\n"
-"una estació de treball grŕfica!\n"
+" * \"Entorn Grŕfic\": finalment, aquí és on escollireu quin és el vostre\n"
+"entorn grŕfic preferit. Heu de seleccionar com a mínim un entorn grŕfic si\n"
+"voleu tenir una estació de treball grŕfica.\n"
"\n"
-"Moure el cursor per sobre un nom de grup farŕ que s'ensenyi un breu "
+"Moure el cursor per sobre d'un nom de grup farŕ que es mostri una breu "
"explicació\n"
-"d'aquest grup. Si deseleecioneu tots els grups quan estigueu fen una "
+"d'aquest grup. Si desmarqueu tots els grups quan estigueu fent una "
"instalˇlació\n"
-"des de zero (en contraposició a una millora-upgrade-), se us presentarŕ un "
-"diŕleg proposant-vos\n"
-"diferents opcions per a una instalˇlació mínima:\n"
+"des de zero (en contraposició a una actualització), se us presentarŕ un "
+"diŕleg \n"
+"proposant-vos diferents opcions per a una instalˇlació mínima:\n"
"\n"
-" * \"Amb X\": instalˇlar els mínims paquets possibles per a tenir un entorn "
+" * \"Amb X\": instalˇlar els mínims paquets necessaris per tenir un entorn "
"grŕfic\n"
"funcional;\n"
"\n"
-" * \"Amb Documentació Bŕsica\": instalˇlar el sistema base més utilitats "
-"basiques\n"
-"i la seva documentació. Aquesta instalˇlació és apropiada per \n"
-"definir un sistema servidor;\n"
-"\n"
-" * \"Instalˇlació Realment Mínima\": aixň instalˇlarŕ el mínim necessari per "
-"a\n"
-"tenir un sistema Linux funcionat, en línia de comandes només. Aquesta "
-"instalˇlació és\n"
-"de 65Mb.\n"
-"\n"
-"Podeu comprovar la casella de \"Selecció individual de paquets\", que és "
-"força útil si\n"
-"teniu per la mŕ els diversos paquets que s'ofereixen per instalˇlar o si "
-"voleu tenir control total\n"
-"sobre el quč s'instalˇlarŕ.\n"
-"\n"
-"Si heu començat la instalˇlació en el mode \"Upgrade\", podeu deseleccionar "
-"tots els grups\n"
-"si voleu evitar que s'instalˇli cap nou paquet. Aixň és útil per a reparŕ o\n"
-"actualitzar un sistema existent."
+" * \"Amb Documentació Bŕsica\": instalˇlar el sistema base i les utilitats "
+"bŕsiques\n"
+"amb la seva documentació. Aquesta instalˇlació és adequada per configurar un "
+"sistema\n"
+"servidor;\n"
+"\n"
+" * \"Instalˇlació Realment Mínima\": s'instalˇlarŕ el mínim necessari per "
+"tenir un\n"
+"sistema Linux operatiu, només amb línia d'ordres. Aquesta instalˇlació "
+"ocupa\n"
+"uns 65MB.\n"
+"\n"
+"Podeu marcar la casella de \"Selecció individual de paquets\", que és força "
+"útil si\n"
+"coneixeu els diversos paquets que s'ofereixen per instalˇlar o si voleu "
+"tenir\n"
+"control total sobre el que s'instalˇlarŕ.\n"
+"\n"
+"Si heu començat la instalˇlació en el mode \"Actualització\", podeu "
+"desmarcar \n"
+"tots els grups si voleu evitar que s'instalˇli cap paquet nou. Aixň és "
+"útil \n"
+"per reparar o actualitzar un sistema existent."
#: ../../help.pm_.c:135
msgid ""
@@ -3218,55 +3062,51 @@ msgid ""
"another installation. See the second tip of the previous step on how to\n"
"create such a floppy disk."
msgstr ""
-"Finalment, depenent de si heu seleccionat paquets individuals o no, se us\n"
-"presentarŕ un arbre amb tots els paquets calssificats per grups i\n"
+"Finalment, depenent de si heu seleccionat poder triar els paquets "
+"individuals\n"
+"o no, se us presentarŕ un arbre amb tots els paquets classificats per grups "
+"i\n"
"subgrups. Mentre navegueu per l'arbre, podeu seleccionar grups complets,\n"
-"subgrups, o paquets individuals.\n"
+"subgrups o paquets individuals.\n"
"\n"
"Cada cop que seleccioneu un paquet de l'arbre, apareix una descripció a la\n"
-"dreta. Quan heu acabat la selecció de paquets, cliqueu en el butó de "
-"\"Instalˇlar\",\n"
-"que iniciarŕ el procés d'instalˇlació. Depenent de la velocitat del vostre "
-"maquinari\n"
-"i del número de paquets que necessitin ser instalˇlats, pot tardar una bona "
-"estona\n"
-"que el procés acabi. Una estimació dels temps que durarŕ la instalˇlació de "
-"tots els\n"
-"paquets s'ensenya en la pantalla, per ajudar-lo a estimar si té prou temps\n"
-"per gaurdir d'un tassa de té o d'un cafč.\n"
-"\n"
-"!! Si heu seleccionat un paquet del servidor, intencionadament o perquč\n"
-"forma part d'un gran grup, se us preguntarŕ per confirmar que realment "
-"voleu\n"
-"aquets paquets servidors que siguin instalˇlats. Sota Mandrake Linux, "
-"qualsevol paquet\n"
-"de servidor instalat s'arranca per defecte quan el sistema s'inicia. Tot i "
-"que siguin segurs i\n"
-"no tinguin cap problema quan la distribució va ser creada, podria succeir "
-"que\n"
-"forats de seguretat fossin descoberts després que aquesta veresió de "
-"Mandrake Linux fos\n"
-"finalitzada. Si no sabeu que se suposa que fa un servei en particular\n"
-"o perquč s'estŕ instalˇlant, aleshores cliqueu en \"No\". Clicar \"Sí\" "
-"instalˇlarŕ\n"
-"els serveis llistats i farŕ que els serveis llistats siguin arrancats "
-"automŕticament\n"
-"per defecte. !!\n"
-"\n"
-"La opció de \"Dependčncies Automŕtiques\" simplement no permet que s'ensenyi "
-"el diŕleg\n"
+"dreta. Quan hagueu acabat la selecció de paquets, cliqueu a \"Instalˇla\",\n"
+"que iniciarŕ el procés d'instalˇlació. Depenent de la velocitat del vostre \n"
+"maquinari i del número de paquets que necessitin ser instalˇlats, el procés\n"
+"pot trigar una bona estona en acabar. A la pantalla es mostrarŕ una "
+"estimació\n"
+"del temps que durarŕ la instalˇlació de tots els paquets, per tal ajudar-"
+"vos\n"
+"a decidir si teniu prou temps per gaudir d'una tassa de cafč.\n"
+"\n"
+"Si heu seleccionat un paquet de servidor, intencionadament o perquč formava\n"
+"part d'un grup, se us demanarŕ que confirmeu si realment voleu instalˇlar\n"
+"aquests servidors. Sota Mandrake Linux, qualsevol servidor instalˇlat "
+"s'inicia\n"
+"per defecte quan el sistema arrenca. Tot i que fossin segurs i no "
+"tinguessin\n"
+"cap problema quan es va fer la distribució, podria ser que es descobrissin\n"
+"forats de seguretat després que aquesta versió de Mandrake Linux es "
+"completés.\n"
+"Si no sabeu quč se suposa que fa un servei en particular o per quč s'estŕ\n"
+"instalˇlant, aleshores feu clic a \"No\". Si pitgeu \"Sí\" s'instalˇlaran\n"
+"els serveis llistats i s'iniciaran automŕticament per defecte.\n"
+"\n"
+"L'opció de \"Dependčncies automŕtiques\" només deshabilita el diŕleg "
+"d'advertčncia\n"
"que apareix quan l'instalˇlador selecciona automŕticament un paquet. Aixň\n"
"passa perquč s'ha determinat que es necessita safisfer una dependčncia d'un\n"
-"altre paquet perquč la instalˇlació es completi correctament.\n"
+"altre paquet per tal que la instalˇlació es completi amb čxit.\n"
"\n"
-"La icona petita d'un disquet a baix de la llista permet de carregar una "
+"La icona petita d'un disquet al final de la llista permet carregar una "
"llista\n"
-"de paquets escollist en una prčvia instalˇlació. Clicant en aquesta icona\n"
-"el sistema us demanarŕ que inserteu un disquet creat prčviament al final "
-"d'una altra\n"
-"instalˇlació. Mireu la segona suggerčncia de l'últim pas per saber com crear "
-"aquest tipus\n"
-"de disquet."
+"de paquets escollits en una instalˇlació anterior. Fent clic en aquesta "
+"icona\n"
+"el sistema us demanarŕ que inseriu un disquet creat prčviament al final "
+"d'una\n"
+"altra instalˇlació. Mireu el segon suggeriment de l'últim pas per saber com "
+"crear\n"
+"aquest tipus de disquet."
#: ../../help.pm_.c:171
msgid ""
@@ -3291,33 +3131,34 @@ msgid ""
"If you wish to configure the network later after installation, or if you\n"
"are finished configuring your network connection, click \"Cancel\"."
msgstr ""
-"Ara us proposem de configurar la vostra connexió de xarxa/Internet. Si "
-"voleu\n"
-"connectar l'ordinador a Internet o a una xarxa local, cliqueu\n"
-"\"D'acord\". La autodetecció de dispositius de xarxa i modems serŕ "
-"arrencada. Si\n"
-"la detecció fallés, desseccioneu la casella \"Usar auto detecció\" la "
-"prňxima vegada. Vós\n"
-"podeu escollir de no configurŕ la xarxa, o fer-ho més tard; en aquest cas, \n"
-"simplement cliqueu el butó \"Cancelˇla\".\n"
-"\n"
-"Les connexions disponibles són: modem tradicional, modem ISDN-XDSI, connexió "
+"Ara podeu configurar la vostra connexió de xarxa/Internet. Si voleu\n"
+"connectar l'ordinador a Internet o a una xarxa local, feu clic a \"D'acord"
+"\".\n"
+"S'iniciarŕ la detecció automŕtica de dispositius de xarxa i mňdems. Si la\n"
+"detecció fallés, desmarqueu la casella \"Usa la detecció automŕtica\" la \n"
+"prňxima vegada. Podeu triar també no configurar la xarxa, o fer-ho més "
+"tard;\n"
+"en aquest cas, simplement feu clic al botó \"Cancelˇla\".\n"
+"\n"
+"Les connexions disponibles són: mňdem tradicional, mňdem XDSI, connexió "
"ADSL,\n"
-"modem de cable, i finalment una simple connexió de xarxa local (Ethernet).\n"
+"mňdem de cable, i finalment una connexió de xarxa local (Ethernet).\n"
"\n"
-"Aquí, no detallarem cada connexió. Simplement assegureu-vos que teniu\n"
-"tots els parŕmetres del vostre proveidor d'acces a Internet o de "
-"l'administrador del\n"
-"sistema.\n"
+"No detallarem aquí cada configuració. Simplement assegureu-vos que teniu\n"
+"tots els parŕmetres del vostre proveďdor d'accés a Internet o de "
+"l'administrador\n"
+"del sistema.\n"
"\n"
-"Podeu consultar la ``Guia de l'Usuari'' en el capítol que versa sobre les "
-"connexions a Internet\n"
-"per a obtenir detalls sobre la configuració, o simplement esperar fins que "
-"el vostre sistema estigui\n"
-"instalat i usar el programa descrit per a configurar la vostra connexió.\n"
+"Podeu consultar el capítol de la \"Guia de l'Usuari\" dedicat a les "
+"connexions\n"
+"a Internet per obtenir detalls sobre la configuració, o simplement esperar "
+"fins\n"
+"que el vostre sistema estigui instalˇlat i usar el programa descrit per "
+"configurar\n"
+"la vostra connexió.\n"
"\n"
"Si voleu configurar la xarxa més tard després de la instalˇlació, o si ja \n"
-"heu acabat de configurar la connexió de xarxa, cliqueu \"Cancelˇla\"."
+"heu acabat de configurar la connexió de xarxa, feu clic a \"Cancelˇla\"."
#: ../../help.pm_.c:193
msgid ""
@@ -3339,18 +3180,21 @@ msgid ""
msgstr ""
"Ara podeu triar quins serveis voleu que s'iniciďn durant l'arrencada.\n"
"\n"
+"Aquí es llisten tots els serveis disponibles amb la instalˇlació actual.\n"
+"Reviseu-los amb cura i desmarqueu aquells que no seran necessaris sempre\n"
+"durant l'arrencada.\n"
"\n"
-"Quan el ratolí passi sobre un element apareixerŕ un petit globus d'ajuda "
-"que\n"
-"explica la finalitat del servei.\n"
-"\n"
+"Podeu obtenir una explicació breu sobre un servei si el seleccioneu. Si no\n"
+"esteu segur de la utilitat d'un servei, el més segur és deixar el "
+"comportament\n"
+"per defecte.\n"
"\n"
"Aneu especialment amb cura en aquest pas si penseu utilitzar l'ordinador "
"com\n"
"a servidor: segurament no us interessarŕ iniciar serveis que no necessiteu.\n"
"Recordeu que hi ha diversos serveis que poden ser perillosos si s'habiliten\n"
-"en un servidor.\n"
-"En general, seleccioneu només els serveis que realment necessiteu."
+"en un servidor. En general, seleccioneu només els serveis que realment "
+"necessiteu."
#: ../../help.pm_.c:210
msgid ""
@@ -3367,24 +3211,23 @@ 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 maneja el temps en GMT (Greenwich Mean Time) i el tradueix en el "
-"temps local\n"
-"d'acord a la zona hora seleccionada. De tota manera és possible de "
-"desactivar-ho\n"
-"deseleccionant \"Rellotge del Programari en GMT \" de manera que el\n"
-"rellotge del programari és el mateix que el rellotge del sistema. Aixň és "
-"convenient quan\n"
-"la mŕquina també te instalˇlat un altre sistema operatiu com Windows.\n"
-"\n"
-"La opció de \"Sincronització automŕtica de la hora\" regularŕ "
-"automŕticament\n"
-"la hora connectant-se a un servidor d'hora remot a Internet. En la llista\n"
-"presentada, escolliu un servidor a prop vostre. Per tant, heu de tenir \n"
-"una connexió a Internet que funcioni per a que aquesta característica "
-"funcioni. També\n"
-"instalˇlarŕ en la seva mŕquina un servidor d'hora que pot ser usat "
-"opcionalment per altres\n"
-"ordinadors en la xarxa local."
+"El GNU/Linux gestiona el temps en GMT (Greenwich Mean Time) i el tradueix a\n"
+"temps local d'acord amb el fus horari seleccionat. De tota manera és "
+"possible\n"
+"desactivar-ho desmarcant \"Rellotge del maquinari en GMT\" de manera que el\n"
+"rellotge de la mŕquina és el mateix que el rellotge del sistema. Aixň és\n"
+"convenient quan la mŕquina també té instalˇlat un altre sistema operatiu "
+"com \n"
+"Windows.\n"
+"\n"
+"L'opció de \"Sincronització automŕtica de l'hora\" regularŕ automŕticament\n"
+"l'hora connectant-se a un servidor horari remot d'Internet. En la llista\n"
+"que es presenta, escolliu un servidor ubicat a prop vostre. Necessiteu una\n"
+"connexió a Internet operativa perquč aquesta característica funcioni. El "
+"que\n"
+"farŕ realment és instalˇlar en la vostra mŕquina un servidor horari, que "
+"poden\n"
+"usar opcionalment els altres ordinadors de la xarxa local."
#: ../../help.pm_.c:224
msgid ""
@@ -3409,27 +3252,34 @@ msgid ""
"configuration section of the user guide for more information on how to\n"
"configure your display."
msgstr ""
-"X (per X Window System) és el cor de la interfície grŕfica del GNU/Linux\n"
-"i és on tots els entorns grŕfics (KDE, GNOME, AfterStep,\n"
-"WindowMaker, etc.) enpaquetats en el Mandrake Linux van a parar. En aquesta "
-"secció, DrakX\n"
-"mirarŕ de configurar X automŕticament.\n"
+"L'X (per Sistema de finestres X) és el cor de la interfície grŕfica del GNU/"
+"Linux\n"
+"i sobre ell funcionen tots els entorns grŕfics (KDE, GNOME, AfterStep, "
+"WindowMaker,\n"
+"etc.) empaquetats amb el Mandrake Linux.\n"
"\n"
-"És molt extrany que falli, a no ser que el programari sigui molt vell (o\n"
-"molt nou). Si se'n surt, iniciarŕ X automŕticament amb la millor\n"
-"resolució possible, depenent de la mida del monitor. Aleshores apareixerŕ "
-"una finestra\n"
-"i us preguntarŕ si la podeu veure.\n"
+"Se us mostrarŕ una llista amb les resolucions de pantalla i les "
+"profunditats\n"
+"de color que permet el vostre maquinari. Trieu aquella que millor satisfaci "
+"les\n"
+"vostres necessitats (tot i que podreu canviar-la després de la "
+"instalˇlació).\n"
+"Quan la mostra que apareix al monitor us complagui, feu clic a \"D'acord\".\n"
+"Aleshores apareixerŕ una finestra i us preguntarŕ si la podeu veure.\n"
"\n"
-"Si esteu fent una instalˇlació \"Experta\", entrareu en l'auxiliar\n"
-"de la configuration de X. Mireu la corresponent secció del manual per a més\n"
+"Si esteu fent una instalˇlació \"Experta\", entrareu en l'auxiliar de\n"
+"configuració de l'X. Mireu la secció del manual corresponent per a més\n"
"informació sobre l'auxiliar.\n"
"\n"
-"Si podeu veure el missatge durant el test, i responeu \"Sí\", aleshores "
+"Si podeu veure el missatge durant el test, i responeu \"Sí\", aleshores el "
"DrakX\n"
-"seguirŕ amb el següent pas. Si no podeu veure el missatge, aixň significa\n"
-"que la configuració és errňnia i que el test finalitzarŕ automŕticament en\n"
-"10 segons, restaurant la pantalla."
+"seguirŕ amb el següent pas. Si no podeu veure el missatge, voldrŕ dir que "
+"la\n"
+"configuració és errňnia i el test finalitzarŕ automŕticament passats 10 "
+"segons,\n"
+"i es restaurarŕ la pantalla. Consulteu la secció de configuració del vídeo "
+"de\n"
+"la guia d'usuari per obtenir més informació sobre com configurar la pantalla."
#: ../../help.pm_.c:246
msgid ""
@@ -3439,16 +3289,14 @@ msgid ""
"act as a server, or if you were not successful in getting the display\n"
"configured."
msgstr ""
-"Finalment, se li preguntarŕ si vol veure una interfície grŕfica\n"
-"en iniciar. Noteu que aquesta pregunta se li farŕ encara que no hŕgiu fet el "
-"test\n"
-"de la configuració. Ňbviament, voldreu contestar \"No\" si l'ordinador ha de "
-"ser\n"
-"un servidor, o si no poguessiu completar la configuració de la\n"
-"pantalla."
+"Finalment, se us demanarŕ si voleu veure una interfície grŕfica en "
+"arrencar.\n"
+"Noteu que aquesta pregunta se us farŕ encara que no hŕgiu fet el test de la\n"
+"configuració. Ňbviament, respondreu \"No\" si l'ordinador ha de ser un\n"
+"servidor, o si no heu pogut completar la configuració de la pantalla amb "
+"čxit."
#: ../../help.pm_.c:253
-#, 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"
@@ -3473,36 +3321,40 @@ msgid ""
"need. You will not have to format it since DrakX will rewrite the whole\n"
"disk."
msgstr ""
-"El CD-ROM del Mandrake Linux té un mode de rescat. Hi podeu accedir\n"
-"arrencant des del CD-ROM, prement la tecla >>F1<< quan 'boota' i teclejant "
-">>rescue<<\n"
-"a la línia de comandes. Perň en el cas que l'ordinador no pugui arrencar des "
-"del CD-ROM,\n"
-"haureu de tornar a aquest passos per ajuda en com a mínim dos situacions:\n"
-"\n"
-" * quan s'instalˇla el carregador d'arrencada, DrakX reescriurŕ el sector "
-"d'arrencada(MBR)\n"
-"del disc dur principal(a no ser que utilitzeu un altre carregador), per "
-"permetre-us\n"
-"arrencar el Windows o GNU/Linux (assuming que teniu Windows en\n"
-"l'ordinador). Si heu de reinstalˇlar Windows, el procés de la instalˇlació "
-"de Microsoft\n"
-"reescriurŕ el sector d'arrencada, i no sereu capaç d'arrencar\n"
-"GNU/Linux!\n"
-"\n"
-" * si apareix un problema i no podeu arrencar GNU/Linux des del disc dur,\n"
-"aquest disquet serŕ l'única manera d'arrencar GNU/Linux. El disquet\n"
-"conté un conjunt d'eines per a restaurar el sistema, que ha\n"
-"fallat degut a un problemes d'electricitat, un error d'escriptura "
-"desafortunat, un error\n"
-"d'escriptura en una contrasenya, o una altra raó.\n"
-"\n"
-"Quan feu clic en aquest pas, el sistema us demanarŕ que entreu un disquet en "
-"la unitat de\n"
-"disquet. El disquet que entreu ha d'estar buit o contenir dades que no "
-"necessiteu.\n"
-"No fa falta que el formategeu perquč el DrakX reescriurŕ\n"
-"tot el disc."
+"El CD-ROM del Mandrake Linux té un mode de rescat. Hi podeu accedir "
+"arrencant\n"
+"des del CD-ROM, prement la tecla F1 en arrencar i teclejant \"rescue\"\n"
+"a la línia d'ordres. Perň en cas que l'ordinador no pugui arrencar des del\n"
+"CD-ROM, haureu de tornar a aquest pas per obtenir ajuda en, com a mínim,\n"
+"dues situacions:\n"
+"\n"
+" * quan s'instalˇla el carregador de l'arrencada, el DrakX reescriu el "
+"sector\n"
+"d'arrencada (MBR) del disc dur principal (si no és que utilitzeu un altre "
+"gestor\n"
+"de l'arrencada), amb l'objectiu de permetre-us arrencar el Windows o el GNU/"
+"Linux\n"
+"(assumint que teniu Windows en l'ordinador). Si heu de reinstalˇlar "
+"Windows,\n"
+"el procés d'instalˇlació de Microsoft reescriurŕ el sector d'arrencada, i no "
+"sereu\n"
+"capaç d'arrencar el GNU/Linux!\n"
+"\n"
+" * si apareix un problema i no podeu arrencar el GNU/Linux des del disc "
+"dur,\n"
+"aquest disquet serŕ l'única manera d'arrencar el GNU/Linux. El disquet "
+"conté\n"
+"un conjunt d'eines per restaurar el sistema, que ha fallat degut a "
+"problemes\n"
+"d'alimentació, un error desafortunat en teclejar alguna cosa, un error en "
+"teclejar\n"
+"una contrasenya o qualsevol altra raó.\n"
+"\n"
+"Si feu clic a \"Sí\", el sistema us demanarŕ que introduďu un disquet a la\n"
+"unitat de disquets. El disquet que introduďu ha d'estar buit o contenir "
+"dades\n"
+"que no necessiteu. No cal que el formateu perquč el DrakX reescriurŕ tot el "
+"disc."
#: ../../help.pm_.c:277
msgid ""
@@ -3578,71 +3430,96 @@ msgstr ""
"Ara és quan heu de decidir en quin lloc del vostre disc dur voleu "
"instalˇlar\n"
"el sistema operatiu Mandrake Linux. Si el disc és buit, o si un sistema\n"
-"operatiu existent n'utilitza tot l'espai disponible, us caldrŕ particionar-\n"
-"lo. Bŕsicament, particionar un disc dur consisteix en dividir-lo de manera\n"
+"operatiu existent n'utilitza tot l'espai disponible, us caldrŕ particionar-"
+"lo.\n"
+"Bŕsicament, particionar un disc dur consisteix a dividir-lo de manera\n"
"lňgica per crear espai on instalˇlar el nou sistema Mandrake Linux.\n"
"\n"
-"\n"
"Atčs que els efectes d'aquest procés solen ser irreversibles, el "
-"particionament \n"
-"us pot espantar si sou un usuari sense experičncia.\n"
-"Aquest auxiliar simplifica aquest procés; abans de començar, consulteu el\n"
-"manual i preneu-vos el temps que calgui.\n"
-"\n"
-"\n"
-"Necessiteu, com a mínim, dues particions, una per al sistema operatiu en\n"
+"particionament\n"
+"us pot espantar si sou un usuari sense experičncia. Aquest auxiliar "
+"simplifica\n"
+"aquest procés. Abans de començar perň, consulteu el manual i preneu-vos el "
+"temps\n"
+"que calgui.\n"
+"\n"
+"Si esteu executant la instalˇlació en mode expert, entrareu al DiskDrake,\n"
+"l'eina de particionament de Mandrake Linux, que us permetrŕ modificar les\n"
+"particions. Llegiu la secció sobre el DiskDrake de la \"Guia d'Iniciació\".\n"
+"Des de la interfície d'instalˇlació, podeu usar els auxiliars com s'explica "
+"aquí\n"
+"prement el botó \"Auxiliar\" del quadre de diŕleg.\n"
+"\n"
+"Necessiteu com a mínim dues particions: una per al sistema operatiu en\n"
"si i l'altra per a la memňria virtual (anomenada també \"Intercanvi\").\n"
"\n"
-"\n"
"Si les particions ja s'han definit (en una instalˇlació anterior o "
"mitjançant\n"
"una altra eina de particionament), només caldrŕ que seleccioneu les que "
"voleu\n"
"utilitzar per instalˇlar el sistema Linux.\n"
"\n"
+"Si les particions encara no s'han definit, les heu de crear mitjançant\n"
+"l'auxiliar. Segons la configuració del vostre disc dur, hi ha diverses\n"
+"solucions possibles:\n"
"\n"
-"Si les particions encara no s'han definit, les heu de crear.\n"
-"Per fer-ho, utilitzeu l'auxiliar que trobareu més amunt; segons la\n"
-"configuració del vostre disc dur, hi ha diverses solucions possibles:\n"
-"\n"
-"* Utilitzar una partició existent: l'auxiliar ha detectat al vostre\n"
-"disc dur una o més particions de Linux existents. Si voleu conservar-les,\n"
-"escolliu aquesta opció.\n"
-"\n"
+" * \"Usa l'espai lliure\": aquesta opció particionarŕ automŕticament les\n"
+"unitats buides. No se us preguntarŕ res més.\n"
"\n"
-"* Esborrar completament el disc: si voleu suprimir totes les dades i\n"
-"particions que teniu al disc dur i substituir-les pel sistema Linux-\n"
-"Mandrake, podeu escollir aquesta opció. Aneu amb compte, perň, perquč,\n"
-"un cop la confirmeu, no podreu fer-vos enrere.\n"
+" * \"Usa una partició existent\": l'auxiliar ha detectat al vostre disc\n"
+"dur una o més particions de Linux existents. Si voleu conservar-les,\n"
+"escolliu aquesta opció. Se us demanarŕ que trieu els punts de muntatge\n"
+"associats a cadascuna de les particions. Els punts de muntatge bŕsics \n"
+"són seleccionats per defecte, i en general els hauríeu de mantenir.\n"
"\n"
-"\n"
-"* Utilitzar l'espai lliure de la partició del Windows: si teniu el "
-"Microsoft\n"
-"Windows instalˇlat al disc dur i n'ocupa tot l'espai diponible, us hi "
-"caldrŕ\n"
-"crear espai lliure per a les dades del Linux. Per fer-ho, podeu suprimir la\n"
+" * \"Usa l'espai lliure de la partició de Windows\": si teniu el Microsoft\n"
+"Windows instalˇlat al disc dur i n'ocupa tot l'espai diponible, caldrŕ \n"
+"crear-hi espai lliure per a les dades del Linux. Per fer-ho, podeu suprimir "
+"la\n"
"partició i les dades del Windows (consulteu les opcions \"Esborrar "
"completament\n"
-"el disc\" o \"Mode expert\") o canviar la mida de la partició del Windows;\n"
-"aquest canvi de mida es pot dur a terme sense cap pčrdua de dades. Aquesta\n"
+"el disc\" o \"Mode expert\") o canviar la mida de la partició del Windows.\n"
+"Aquest canvi de mida es pot dur a terme sense cap pčrdua de dades, tenint "
+"en\n"
+"compte que la partició de Windows s'ha de defragmentar prčviament. Aquesta\n"
"opció és la més recomanable si voleu utilitzar tant el Mandrake Linux com "
"el\n"
"Microsoft Windows al mateix ordinador.\n"
"\n"
-"\n"
-" Abans de decidir-vos per aquesta opció, tingueu en compte que la mida\n"
+" Abans de decidir-vos per aquesta opció, tingueu en compte que la mida\n"
"de la partició del Microsoft Windows serŕ més petita que ara. Aixň "
"significa\n"
"que tindreu menys espai lliure per emmagatzemar-hi dades o instalˇlar-hi "
"més\n"
"programari.\n"
"\n"
+" * \"Esborra completament el disc\": si voleu suprimir totes les dades i\n"
+"particions que teniu al disc dur i substituir-les pel sistema Mandrake "
+"Linux,\n"
+"podeu escollir aquesta opció. Aneu amb compte, perň, perquč, un cop la "
+"confirmeu,\n"
+"no podreu fer-vos enrere.\n"
+"\n"
+" Si trieu aquesta opció es perdran totes les dades del disc.\n"
+"\n"
+" * \"Esborra el Windows\": aquesta opció esborrarŕ tot el contingut del disc "
+"i\n"
+"començarŕ de nou, particionant des de zero. Es perdran totes les dades del "
+"disc.\n"
"\n"
-"* Mode expert: si voleu particionar el disc dur manualment, podeu triar\n"
-"aquesta opció. Aneu amb compte, perquč és molt potent perň també perillosa;\n"
-"podeu perdre fŕcilment totes les dades. Per tant, no trieu aquesta opció "
+" Si trieu aquesta opció es perdran totes les dades del disc.\n"
+"\n"
+" * \"Mode expert\": si voleu particionar el disc dur manualment, podeu "
+"triar\n"
+"aquesta opció. Aneu amb compte: és una opció molt potent perň també "
+"perillosa.\n"
+"Podeu perdre fŕcilment totes les dades. Per tant, no trieu aquesta opció "
"tret\n"
-"que sapigueu exactament quč esteu fent."
+"que sapigueu exactament quč esteu fent. Per saber com usar la utilitat "
+"DiskDrake\n"
+"que s'executarŕ en aquest mode, consulteu la secció \"Gestió de les "
+"particions\"\n"
+"de la \"Guia d'Iniciació\"."
#: ../../help.pm_.c:347
msgid ""
@@ -3676,42 +3553,45 @@ msgid ""
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-"Aquí estem... La instalˇlació és ara completa i el seu sistema GNU/Linux "
+"Ja ho teniu. S'ha completat la instalˇlació i el vostre sistema GNU/Linux "
"estŕ\n"
-"preparat per a ésser usat. Simplement premeu \"D'acord\" per a reiniciar el "
-"sistema. Podeu iniciar\n"
-"GNU/Linux o Windows, el que volgueu (si teniu doble arrencada), així\n"
+"preparat per fer-lo servir. Simplement premeu \"D'acord\" per reiniciar el "
+"sistema.\n"
+"Podeu iniciar GNU/Linux o Windows, el que volgueu (si teniu doble "
+"arrencada), així\n"
"que l'ordinador s'hagi reiniciat.\n"
"\n"
-"El butó \"Avançat\" (en mode Expert) ensenya dos butons més per a:\n"
+"El botó \"Avançat\" (només en mode expert) mostra dos botons més:\n"
"\n"
-" * \"generar disquet d'auto-instalˇlació\": per a crear un disquet "
-"d'instalˇlació\n"
-"que permetrŕ fer a una instalˇlació completa sense l'ajuda d'un\n"
+" * \"Genera un disquet d'instalˇlació automŕtica\": per crear un disquet \n"
+"d'instalˇlació que permetrŕ fer una instalˇlació completa sense l'ajuda "
+"d'un\n"
"operador, semblant a la instalˇlació que acabeu de configurar.\n"
"\n"
-" Cal remarcar que dos opcions diferents son possibles després de clicar el "
-"butó:\n"
+" Cal remarcar que es poden triar dues opcions diferents:\n"
"\n"
" * \"Repetició\". Aquesta és una instalˇlació parcialment automatitzada "
"ja que\n"
"el pas de particionar (i només aquest) es manté interactiu;\n"
"\n"
-" * \"Automatitzat\". Instalˇlació completament automatitzada: el disc dur "
-"és completament\n"
-"reescrit, totes les dades es perden.\n"
+" * \"Automatitzada\". Instalˇlació completament automatitzada: el disc "
+"dur es\n"
+"reescriu completament i totes les dades es perden.\n"
"\n"
" Aquesta característica és força útil quan es fan instalˇlacions a un bon "
-"grapat d'ordinadors\n"
-"similars. Mireu la secció d'auto-instalˇlació en la nostra web;\n"
-"\n"
-" * \"Graba selecció de paquets\"(*): graba els paquets seleccionats tal com\n"
-"abans. Aleshores, quan feu una altra instalˇlació, inserteu el disquet dins\n"
-"la unitat lectora i executeu la instalˇlació. Aneu a la pantalla d'ajuda, "
-"premeu\n"
-"la tecla [F1], i telclegeu >>linux defcfg=\"floppy\"<<.\n"
+"grapat\n"
+"d'ordinadors similars. Mireu la secció d'instalˇlació automŕtica en la "
+"nostra web.\n"
+"\n"
+" * \"Desa la selecció de paquets\"(*): desa la selecció de paquets tal com\n"
+"s'han seleccionat abans en aquesta instalˇlació. Aleshores, quan feu una "
+"altra\n"
+"instalˇlació, inseriu el disquet a la unitat lectora i executeu la "
+"instalˇlació.\n"
+"Aneu a la pantalla d'ajuda prement la tecla F1, i teclegeu 'linux defcfg="
+"\"floppy\"'.\n"
"\n"
-"(*) Necessiteu un disquet formatat en FAT (per a crear-ne un sota GNU/Linux, "
+"(*) Necessiteu un disquet formatat en FAT (per crear-ne un sota GNU/Linux, "
"escriviu\n"
"\"mformat a:\")"
@@ -3742,32 +3622,34 @@ msgid ""
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
"for bad blocks on the disk."
msgstr ""
-"Les particions que s'acaben de definir s'han de formatar per poder-les\n"
-"utilitzar. (El formatatge consisteix en crear-hi un sistema de fitxers).\n"
+"Per poder-les utilitzar, cal formatar les particions que s'acaben de "
+"definir\n"
+"(la formatació consisteix a crear-hi un sistema de fitxers).\n"
"\n"
"En aquest punt, potser voldreu tornar a formatar algunes de les particions\n"
-"existents per eliminar les dades que contenen. Si és així, seleccioneu les\n"
-"particions que voleu formatar.\n"
+"existents per eliminar les dades que contenen. Si és així, seleccioneu "
+"també\n"
+"aquestes particions.\n"
"\n"
"Tingueu en compte que no cal tornar a formatar totes les particions que ja\n"
"existien; heu de tornar a formatar les particions que contenen el sistema\n"
"operatiu (com ara \"/\", \"/usr\" o \"/var\"), perň no les que contenen "
"dades\n"
-"que voleu conservar (habitualment, /home).\n"
+"que voleu conservar (habitualment, \"/home\").\n"
"\n"
-"Aneu amb compte en seleccionar les particions; després del formatatge, "
+"Aneu amb compte en seleccionar les particions; després de la formatació, "
"totes\n"
"les dades s'hauran suprimit i no en podreu recuperar cap.\n"
"\n"
"Feu clic a \"D'acord\" quan estigueu a punt per formatar les particions.\n"
"\n"
-"Feu clic a \"Cancelˇla\" si voleu seleccionar una altra partició per a "
+"Feu clic a \"Cancelˇla\" si voleu seleccionar una altra partició per "
"instalˇlar\n"
"el nou sistema Mandrake Linux.\n"
"\n"
-"Cliqueu a \"Avançat\" si voleu seleccionar particions que seran "
-"comprovades \n"
-"cercant per a blocs erronis en el disc."
+"Feu clic a \"Avançat\" si voleu que es busquin sectors defectuosos del disc "
+"en\n"
+"alguna de les particions."
#: ../../help.pm_.c:404
msgid ""
@@ -3778,9 +3660,11 @@ msgid ""
"\n"
"Please be patient."
msgstr ""
-"El nou sistema operatiu Mandrake Linux s'estŕ instalˇlant. Aquesta\n"
-"operació trigarŕ uns quants minuts (dependrŕ de la mida total que\n"
-"hagueu escollit instalˇlar i de la velocitat del vostre ordinador).\n"
+"El nou sistema operatiu Mandrake Linux s'estŕ instalˇlant. Segons la "
+"quantitat\n"
+"de paquets que heu triat instalˇlar i la velocitat de la vostra mŕquina, \n"
+"aquesta operació pot trigar des d'uns pocs minuts fins a un temps "
+"considerable.\n"
"\n"
"Si us plau, tingueu pacičncia."
@@ -3798,23 +3682,24 @@ msgid ""
"appears: review the selection, and press \"Install\" to retrieve and\n"
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-"Ara esteu instalˇlant el Mandrake Linux, perň és probable que alguns\n"
-"paquets hagin estat actualitzats desde la data de llançament. Alguns errors "
-"poden haver\n"
-"estar resolts, i altres problemes de seguretat poden estar ja corretgits. "
-"Per a beneficiar-se \n"
-"d'aquestes actualitzacions, us proposem de baixar-les a través d'Internet. "
-"Escolliu\n"
-"\"Sí\" si teniu una connexió amb Internet que funcioni, o \"No\" si voleu "
-"instalˇlar-los\n"
-"més tard.\n"
-"\n"
-"Triar \"Sí\" ensenya una llista de llocs des d'on les actualitzacions es "
-"poden\n"
-"obtenir. Escolliu el que estigui més a prop. Aleshores un arbre per a "
-"seleccionar\n"
-"apareix: comproveu la selecció, i premeu \"Instalˇlar\" per a baixar-los i\n"
-"instalˇlar els paquets seleccionats, o \"Cancelˇla\" per a abortar."
+"Ara esteu instalˇlant el Mandrake Linux, perň és probable que alguns "
+"paquets\n"
+"hagin estat actualitzats desde la data de llançament. Alguns errors poden "
+"haver\n"
+"estat resolts, i altres problemes de seguretat poden estar ja corregits. "
+"Per\n"
+"beneficiar-vos d'aquestes actualitzacions, us proposem de baixar-les "
+"d'Internet.\n"
+"Trieu \"Sí\" si teniu una connexió a Internet operativa, o \"No\" si voleu\n"
+"instalˇlar-les més tard.\n"
+"\n"
+"Si trieu \"Sí\" apareixerŕ una llista de llocs des d'on podeu baixar-vos "
+"les\n"
+"actualitzacions. Escolliu la ubicació més propera. Aleshores, apareixerŕ "
+"un \n"
+"arbre de selecció de paquets: comproveu la selecció i premeu \"Instalˇla\" "
+"per\n"
+"baixar i instalˇlar els paquets seleccionats, o \"Cancelˇla\" per abandonar."
#: ../../help.pm_.c:425
msgid ""
@@ -3824,14 +3709,11 @@ msgid ""
"immediately terminate the installation. To continue with the installation,\n"
"click on the \"Accept\" button."
msgstr ""
-"Abans de continuar, hauria de llegir amb deteniment les clŕsules de la "
-"llicčncia. Aquesta\n"
-"cobreix la totalitat de la distribució Mandrake Linux, i si no hi esteu "
-"d'acord amb\n"
-"tots els termes que hi ha, clique en el butó \"Refusar\" que acabarŕ la "
-"instalˇlació\n"
-"immediatament. Per a continuar amb la instalˇlació, feu clic en el\n"
-"butó \"Accept\"."
+"Abans de continuar, hauríeu de llegir amb deteniment les clŕusules de la \n"
+"llicčncia. Aquesta cobreix la totalitat de la distribució Mandrake Linux.\n"
+"Si no esteu d'acord amb tots els termes de la llicčncia, feu clic al botó\n"
+"\"Refusa\" i la instalˇlació terminarŕ immediatament. Per continuar amb la\n"
+"instalˇlació, feu clic al botó \"Accepta\"."
#: ../../help.pm_.c:432
msgid ""
@@ -3844,17 +3726,14 @@ msgid ""
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-"Ara és el moment de triar el nivell de seguretat desitjat per a \n"
-"l'ordinador. Com a norma general, com més exposat és un ordinador, i com "
-"més\n"
-"són vitals les dades guardades en ell, el nivell de seguretat hauria de ser "
-"més alt.\n"
-"Tanmateix, un nivell alt de seguretat s'obté generalment en contraposició a "
-"la\n"
-"facilitat d'ús. Mireu el capítol \"msec\" del ``Manual de Referčncia''\n"
-"per a més informació sobre el significal dels nivells de seguretat.\n"
+"Ara és el moment de triar el nivell de seguretat desitjat per a la mŕquina.\n"
+"Com a norma general, com més s'exposa un ordinador i com més vitals són les\n"
+"dades que s'hi emmagatzemen, més alt ha de ser el nivell de seguretat.\n"
+"Tanmateix, un nivell alt de seguretat sovint comporta una disminució de la\n"
+"facilitat d'ús. Consulteu el capítol \"msec\" del \"Manual de Referčncia\"\n"
+"per obtenir més informació sobre el significat dels nivells de seguretat.\n"
"\n"
-"Si no sabeu quin escollir, deixeu la opció per defecte."
+"Si no sabeu quin escollir, deixeu l'opció per defecte."
#: ../../help.pm_.c:442
msgid ""
@@ -3929,11 +3808,9 @@ msgid ""
"emergency boot situations."
msgstr ""
"Ara és quan heu de decidir quina(es) partició(ns) voleu utilitzar per\n"
-"instalˇlar el sistems Mandrake Linux. Si ja s'han definit les particions "
-"(amb\n"
-"una instalˇlació anterior de GNU/Linux o mitjançant una altra eina de\n"
-"particionament), podeu utilitzar les particiones existents. En cas "
-"contrari,\n"
+"instalˇlar el sistema Mandrake Linux. Si ja s'han definit les particions\n"
+"(en una instalˇlació anterior de GNU/Linux o mitjançant una altra eina de\n"
+"particionament), podeu utilitzar les particions existents. En cas contrari,\n"
"s'han de definir particions al disc dur.\n"
"\n"
"Per crear particions, primer heu de seleccionar un disc dur. Podeu "
@@ -3943,76 +3820,77 @@ msgstr ""
"\n"
"Per particionar el disc dur seleccionat, podeu utilitzar aquestes opcions:\n"
"\n"
-" * \"Buidar-ho tot\": aquesta opció suprimeix totes les particions que hi "
+" * \"Buida-ho tot\": aquesta opció suprimeix totes les particions que hi "
"ha\n"
-"al disc dur seleccionat;\n"
+"al disc dur seleccionat.\n"
"\n"
" * \"Assignació automŕtica\": aquesta opció us permet crear automŕticament "
"les\n"
-"particions \"Ext2\" i Intercanvi en l'espai lliure del disc dur;\n"
+"particions \"Ext2\" i Intercanvi en l'espai lliure del disc dur.\n"
"\n"
-" * \"Més\": dóna accés a accions addicionals:\n"
+"\"Més\": dóna accés a funcions addicionals:\n"
"\n"
-" * \"Graba la taula de la particions\": guarda la taula de particions en "
-"un disquet. És útil\n"
-"per a una posterior recuperació de la taula de particions si fou necessari. "
-"És recomana que\n"
-"utilitzeu aquest pas;\n"
+" * \"Desa la taula de particions\": desa la taula de particions en un "
+"disquet.\n"
+"És útil per a una posterior recuperació de la taula de particions si fos "
+"necessari.\n"
+"Es recomana que efectueu aquesta operació.\n"
"\n"
-" * \"Restaura la taula de la particions\": permet restaurar la taula de "
-"particions que heu grabat prčviament\n"
-"al disquet;\n"
+" * \"Restaura la taula de la particions\": permet restaurar una taula de "
+"particions\n"
+"que hagueu desat prčviament en un disquet.\n"
"\n"
-" * \"Rescata la taula de particions\": si la taula estŕ malmesa, vós "
-"podeu\n"
-"provar de recuperar-la utilitzant aquesta opció. Tingueu cura i enrecordeu-"
-"vos que\n"
-"pot fallar;\n"
+" * \"Recupera la taula de particions\": si la taula de particions estŕ "
+"malmesa, podeu\n"
+"provar de recuperar-la utilitzant aquesta opció. Tingueu cura i recordeu que "
+"pot fallar.\n"
"\n"
" * \"Recarrega la taula de particions\": descarta tots els canvis fets i "
-"recarrega lataula de particions\n"
-"inicial;\n"
+"torna a \n"
+"carregar la taula de particions inicial.\n"
"\n"
-" * \"Desmuntat de medis extraibles\": deseleccionar aquesta opció farŕ "
-"que els usuaris\n"
-"hagin de muntar i desmuntar les unitats de medis extraibles com els disquets "
-"i\n"
-"els CD-ROMs.\n"
+" * \"Muntatge automŕtic de suports extraďbles\": si desseleccioneu "
+"aquesta opció fareu\n"
+"que els usuaris hagin de muntar i desmuntar les unitats de suports "
+"extraďbles com els \n"
+"disquets i els CD-ROM.\n"
"\n"
-" * \"Auxiliar\": utilitzeu aquesta opció si voleu usar un auxiliar per a "
-"particionar el vostre\n"
-"disc dur. Es recomana que l'utilitzeu si no teniu un bon coneixement en\n"
-"particionar;\n"
+" * \"Auxiliar\": utilitzeu aquesta opció si voleu usar un auxiliar per "
+"particionar el \n"
+"vostre disc dur. Es recomana que l'utilitzeu si no teniu un bon coneixement "
+"sobre el\n"
+"particionament.\n"
"\n"
-" * \"Desfer\": utilitzeu aquesta opció si voleu cancelˇlar els canvis;\n"
+" * \"Desfés\": utilitzeu aquesta opció per cancelˇlar els canvis.\n"
"\n"
" * \"Canvia entre mode normal/expert\": permet accions addicionals en les "
"particions\n"
-"(tipus, opcions, format) i dóna més informació;\n"
+"(tipus, opcions, format) i dóna més informació.\n"
"\n"
-" * \"Fet\": quan hagiu acabat de particionar el vostre disc dur, aixň\n"
-"grabarŕ els canvis al disc.\n"
+" * \"Fet\": quan hagueu acabat de particionar el vostre disc dur, aquesta "
+"opció\n"
+"desarŕ els canvis al disc.\n"
"\n"
-"Per a la vostra informació, podeu accedir a qualsevol opció mitjançant el "
-"teclat:\n"
-"moveu-vos per les particions amb la tecles Tab i Fletxa amunt/Fletxa avall.\n"
+"Nota: podeu accedir a qualsevol opció mitjançant el teclat. Moveu-vos per "
+"les\n"
+"particions amb les tecles Tab i Fletxa amunt/Fletxa avall.\n"
"\n"
-"Quan s'ha seleccionat una partició, podeu utilitzar:\n"
+"Quan seleccioneu una partició, podeu utilitzar:\n"
"\n"
-" * Ctrl+C per crear una nova partició (quan se n'ha seleccionat\n"
-"una de buida)\n"
+" * Ctrl+C per crear una nova partició (quan se n'ha seleccionat una de "
+"buida)\n"
"\n"
-" * Ctrl+D per suprimir una partició\n"
+" * Ctrl+D per suprimir una partició\n"
"\n"
-" * Ctrl+M per definir el punt de muntatge\n"
+" * Ctrl+M per definir el punt de muntatge\n"
"\n"
-"Per a més informació sobre els diferents tipus de sistema de fitxers "
-"disponibles, llegiu\n"
-"el capítol sobre ext2fs del ``Manual de Referčncia''.\n"
+"Per a més informació sobre els diferents sistemes de fitxers disponibles, "
+"llegiu\n"
+"el capítol sobre ext2FS del \"Manual de Referčncia\".\n"
"\n"
"Si esteu fent la instalˇlació en un ordinador PPC, potser voldreu crear una\n"
-"petita partició 'bootstrap' HFS d'un mínim d'1 MB per a ús del carregador\n"
-"d'arrencada 'yaboot'. Si decidiu fer-la una mica més gran, per exemple de\n"
+"petita partició \"bootstrap\" HFS d'un mínim d'1 MB per a ús del carregador\n"
+"d'arrencada yaboot. Si decidiu fer-la una mica més gran, per exemple de\n"
"50 MB, us serŕ d'utilitat per emmagatzemar un nucli de recanvi i una imatge\n"
"del disc RAM per a situacions d'emergčncia durant l'arrencada."
@@ -4052,13 +3930,12 @@ msgstr ""
"Si us plau, trieu quina d'elles voleu redimensionar per instalˇlar el nou\n"
"sistema operatiu Mandrake Linux.\n"
"\n"
-"Cada partició estŕ identificada d'aquesta manera; \"Nom Linux\", \"Nom "
-"Windows\"\n"
-"\"Capacitat\".\n"
+"Cada partició estŕ identificada d'aquesta manera:\n"
+"\"Nom Linux\", \"Nom Windows\" \"Capacitat\".\n"
"\n"
-"\"Nom Linux\" es compon de: \"tipus d'unitat de disc\", \"número d'unitat de "
-"disc\",\n"
-"\"número de la partició\" (per exemple, \"hda1\").\n"
+"\"Nom Linux\" es compon de: \"tipus d'unitat de disc\", \"número d'unitat "
+"de \n"
+"disc\", \"número de la partició\" (per exemple, \"hda1\").\n"
"\n"
"\"Tipus d'unitat de disc\" és \"hd\" si la vostre unitat de disc és IDE i \n"
"\"sd\" si és SCSI.\n"
@@ -4067,28 +3944,28 @@ msgstr ""
"\".\n"
"Amb unitats de disc IDE:\n"
"\n"
-" * \"a\" significa \"unitat de disc mestre en el controlador IDE primari"
-"\",\n"
+" * \"a\" significa \"unitat de disc mestra en el controlador IDE primari\",\n"
"\n"
-" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
+" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
"\",\n"
"\n"
-" * \"c\" significa \"unitat de disc mestre en el controlador IDE secundari"
+" * \"c\" significa \"unitat de disc mestra en el controlador IDE secundari"
"\",\n"
"\n"
-" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
+" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
"\".\n"
"\n"
"Amb les unitats de disc SCSI, una \"a\" significa \"unitat primŕria de disc"
-"\", una \"b\"significa \"unitat secundŕria de disc\", etc...\n"
+"\",\n"
+"una \"b\" significa \"unitat secundŕria de disc\", etc.\n"
"\n"
"\"Nom Windows\" és la lletra de la vostra unitat de disc sota Windows (el "
-"primer disc o partició s'anomena \"C:\")."
+"primer\n"
+"disc o partició s'anomena \"C:\")."
#: ../../help.pm_.c:544
msgid "Please be patient. This operation can take several minutes."
-msgstr ""
-"Si us plau, tingueu pacičncia. Aquesta operació pot trigar diversos minuts."
+msgstr "Si us plau, tingueu pacičncia. Aquesta operació pot trigar uns minuts."
#: ../../help.pm_.c:547
msgid ""
@@ -4126,51 +4003,49 @@ msgid ""
"so it is not recommended that those without a fair amount of experience\n"
"select this installation class."
msgstr ""
-"DrakX necessita saber si voleu un instalˇlació per defecte (\"Recomanada\")\n"
+"DrakX necessita saber si voleu una instalˇlació per defecte (\"Recomanada"
+"\")\n"
"o si voleu tenir més control sobre la instalˇlació (\"Expert\"). També "
"podeu\n"
-"escollir de fer una instalˇlació nova o una actualització d'un sistema "
-"Mandrake Linux\n"
-"ja existent:\n"
+"escollir fer una instalˇlació nova o una actualització d'un sistema \n"
+"Mandrake Linux ja existent:\n"
"\n"
-" * \"Instalˇlar\": esborra completament l'antic sistema operatiu. De fet, "
-"depenent de\n"
-"quines dades hi hagi en la vostra mŕquina, podrŕ mantenir algunes antigues "
-"partitions (Linux\n"
-"o altres) sense modificar;\n"
+" * \"Instalˇla\": esborra completament l'antic sistema operatiu. De fet,\n"
+"depenent del que tingueu instalˇlat en la vostra mŕquina, es podran "
+"mantenir\n"
+"algunes antigues particions (Linux o altres) sense modificar.\n"
"\n"
-" * \"Actualització\": the classe d'instalˇlació permet d'actualitzar els "
+" * \"Actualitza\": aquesta mena d'instalˇlació permet actualitzar els "
"paquets\n"
"que hi ha instalˇlats en el sistema Mandrake Linux. Manté les particions\n"
"dels discs durs i també les configuracions de l'usuari. Tota la resta de "
-"passos de\n"
-"configuració es mantenen accessibles respecte la instalˇlació per defecte;\n"
+"passos\n"
+"de configuració es mantenen accessibles com a la instalˇlació per defecte.\n"
"\n"
-" * \"Actualitzar Paquets Només\": aquesta nova classe permet d'actualitzar "
-"un\n"
-"istema Mandrake Linux tot mantenint totes les configuracions del sistema\n"
-"sense modificar. És possible també afegir nous paquets a la nova\n"
+" * \"Només actualitza paquets\": aquest nou tipus d'instalˇlació permet \n"
+"actualitzar un sistema Mandrake Linux tot mantenint les configuracions del\n"
+"sistema sense modificar. És possible també afegir nous paquets a la nova\n"
"instalˇlació.\n"
"\n"
-"Les actualitzacions harien de funcionar bé per a sistemes Mandrake Linux a "
-"partir de\n"
-"la versió \"8.1\".\n"
+"Les actualitzacions harien de funcionar bé per a sistemes Mandrake Linux "
+"versió\n"
+"\"8.1\" i posteriors.\n"
"\n"
-"Segons els vostres coneixements de GNU/Linux, podeu escollir un dels "
-"nivells\n"
-"següents d'instalˇlació o actualització del sistema operatiu Mandrake "
-"Linux:\n"
+"Segons els vostres coneixements de GNU/Linux, trieu una de les següents "
+"opcions:\n"
"\n"
-"* Recomanada: si mai no heu instalˇlat un sistema operatiu GNU/Linux,\n"
-"escolliu aquest. La instalˇlació serŕ molt fŕcil i només se us faran\n"
-"unes poques preguntes;\n"
+" * Recomanada: si mai no heu instalˇlat un sistema operatiu GNU/Linux, "
+"trieu\n"
+"aquesta opció. La instalˇlació serŕ molt fŕcil i només se us faran unes "
+"poques\n"
+"preguntes.\n"
"\n"
-"* Per a experts: si domineu el GNU/Linux, trieu aquest tipus\n"
-"d'instalˇlació. La instalˇlació per a experts us permetrŕ de realitzar\n"
-"una instalˇlació molt personalitzada. La resposta a algunes preguntes\n"
-"pot ser molt difícil si no teniu sňlids coneixements de GNU/Linux. Per "
-"tant,\n"
-"no escolliu aquest tipus d'instalˇlació tret que sapigueu quč esteu fent."
+" * Expert: si domineu el GNU/Linux, potser voldreu una instalˇlació molt\n"
+"personalitzable. Algunes de les decisions que haureu de prendre poden "
+"resultar\n"
+"difícils si no teniu coneixements sňlids de GNU/Linux. Per tant, no escolliu "
+"aquest\n"
+"tipus d'instalˇlació tret que sapigueu quč esteu fent."
#: ../../help.pm_.c:582
msgid ""
@@ -4189,19 +4064,18 @@ msgid ""
"asked in the next dialog to choose the key binding that will switch the\n"
"keyboard layout between the latin and non-latin layouts."
msgstr ""
-"Normalment, DrakX selecciona el teclat correctament automŕticament (depenent "
-"del\n"
-"llenguatge que escolliu) i no veure mai aquest pas. Tanmateix, vós\n"
-"podrieu tenir un teclat que correspon exactament amb el vostre llenguatge: "
-"per\n"
-"exemple, si sóu un suís que parla anglčs, encara voldreu que el\n"
-"teclat sigui suís. O si parleu anglčs per viviu\n"
-"al Quebec, us podeu trobar en la mateixa situació. En tots dos casos,\n"
-"haureu de tornar a aquest pas de la instalˇlació i seleccionar un\n"
-"teclat apropiat de la llista.\n"
+"Normalment, el DrakX selecciona el teclat correcte (segons l'idioma que\n"
+"hagueu escollit). Tanmateix, podríeu tenir un teclat que no correspongués "
+"exactament\n"
+"al vostre idioma, per exemple: si sou un suís que parla anglčs, encara "
+"voldreu\n"
+"que el teclat sigui suís. O si parleu anglčs perň viviu al Quebec, us "
+"podeu \n"
+"trobar en la mateixa situació. En tots dos casos, haureu de tornar a aquest "
+"pas\n"
+"de la instalˇlació i seleccionar un teclat adequat de la llista.\n"
"\n"
-"Feu clic en el butó \"Més\" perquč se us presenti la llista completa de\n"
-"teclats suportats."
+"Feu clic al botó \"Més\" per veure la llista completa de teclats disponibles."
#: ../../help.pm_.c:598
msgid ""
@@ -4223,25 +4097,29 @@ msgid ""
"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
"language, or as a simple user to only change that user's default language."
msgstr ""
-"Per favor, escolliu el vostre idioma preferit per a instalˇlar per usar en "
-"el dia a dia.\n"
-"\n"
-"Cliqueu en el butó \"Avançat\" us permetrŕ de seleccionar un altre\n"
-"idioma per a instalˇlar en l'estació de treball. La selecció de diversos "
-"llenguatges\n"
-"farŕ que s'intalˇlin els arxius especifics de l'idioma per a la documentació "
-"i l'ús de\n"
-"les aplicacions. Per exemple, si tindreu usuaris que utilitzin l'espanyol, a "
-"més a més\n"
-"d'usuaris de l'anglčs, en la vostra maquina, seleccioneu l'Anglčs com "
-"l'idioma principal\n"
-"i en l'arbre de la secció Avançada feu clic sobre la caixa de \"Espanyol|"
-"Espanya\".\n"
+"El primer pas és triar l'idioma que voleu.\n"
+"\n"
+"Escolliu l'idioma que vulgueu per a la instalˇlació i per al sistema.\n"
+"\n"
+"Si feu clic al botó \"Avançat\" podreu seleccionar altres idiomes que "
+"vulgueu\n"
+"instalˇlar a la vostra estació de treball. S'instalˇlaran els fitxers "
+"d'idioma\n"
+"especifics de la documentació i de les aplicacions. Per exemple, si tindreu\n"
+"usuaris anglesos a la vostra mŕquina, podeu triar el catalŕ com a idioma "
+"principal\n"
+"des de l'arbre i, a la secció \"Avançat\", marcar la casella \"Anglčs|Regne "
+"Unit\".\n"
"\n"
"Cal remarcar que es poden instalˇlar múltiples idiomes. Un cop hagueu "
-"seleccionat els\n"
-"múltiples idiomes que volgueu , feu clic sobre el butó \"D'acord\" per a "
-"continuar."
+"seleccionat\n"
+"tots els idiomes que vulgueu , feu clic sobre el botó \"D'acord\" per "
+"continuar.\n"
+"\n"
+"Per canviar d'un idioma a un altre, podeu executar com a root l'ordre \n"
+"\"/usr/sbin/localedrake\" per canviar l'idioma de tot el sistema, o com a "
+"simple\n"
+"usuari per canviar només l'idioma per defecte d'aquest usuari."
#: ../../help.pm_.c:617
msgid ""
@@ -4265,23 +4143,29 @@ msgid ""
"your mouse to activate it correctly. Then test that all buttons and\n"
"movements are correct."
msgstr ""
-"DrakX generalment detecta el número de butons que té el vostre ratolí. Si "
-"no,\n"
-"assumeix que teniu un ratoli de dos butons i implementa l'emulació de "
-"tercer\n"
-"butó. DrakX detectarŕ automŕticament si el ratolí és PS/2, serie o\n"
+"El DrakX generalment detecta el nombre de botons que té el vostre ratolí. "
+"Si\n"
+"no pot, assumeix que teniu un ratolí de dos botons i el configurarŕ per "
+"emular\n"
+"el tercer botó. El DrakX detectarŕ automŕticament si el ratolí és PS/2, "
+"sčrie o\n"
"USB.\n"
"\n"
-"Si voleu especificar un tipus diferent de ratoli seleccioneu el tipus "
-"apropiat de\n"
-"la llista presentada.\n"
+"Si voleu especificar un tipus diferent de ratoli seleccioneu el tipus \n"
+"apropiat de la llista.\n"
"\n"
-"Si escolliu un ratolí diferent del per defecte, una pantalla de test serŕ "
-"mostrada.\n"
-"Utilitzeu els butons i la roda per a verificar que la configuració és\n"
-"correcta. Si el ratolí no funciona bé, premeu la barra espaiadora or "
-"[Return]\n"
-"per a \"Cancelˇlar\" i escollir altre cap."
+"Si escolliu un ratolí diferent del ratolí per defecte, es mostrarŕ una "
+"pantalla\n"
+"de test. Proveu els botons i la roda per verificar que la configuració és\n"
+"correcta. Si el ratolí no funciona bé, premeu la barra espaiadora o la \n"
+"tecla de retorn per cancelˇlar i triar de nou.\n"
+"\n"
+"De vegades, la roda del ratolí no es detecta automŕticament. En aquest cas,\n"
+"haureu de seleccionar-ho a la llista. Assegureu-vos de triar aquell que es\n"
+"correspongui amb el port on teniu connectat el ratolí. Quan premeu \"D'acord"
+"\"\n"
+"apareixerŕ la imatge d'un ratolí perquč proveu tots els botons i els "
+"moviments."
#: ../../help.pm_.c:638
msgid ""
@@ -4328,52 +4212,49 @@ msgid ""
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-"Aquest és el punt més important respecte la seguretat del sistema\n"
-"GNU/Linux: heu d'entrar la contrasenya de l'usuari \"root\". \"root\" és "
-"l'administrador\n"
-"del sistema i és lúnic autoritzat a fer actualitzacions, afegir usuaris,\n"
-"canviar la configuració del tot el sistema, etc... De fet, \"root\" pot\n"
-"fer de tot! Per aixň heu d'escollir una contrasenya que sigui dificil "
-"d'endevinar.\n"
-"DrakX us dirŕ si és massa fŕcil. Tal com podeu veure, podeu escollir\n"
-"de no entrar cap contrasenya, perň nosaltres li desaconsellem si ho fa per "
-"una única\n"
-"raó: no penseu que com que heu arrancat GNU/Linux els altres \n"
-"sistemes operatius estan segurs contra errades. Com que l'usuari \"root\" "
-"pot superar\n"
-"totes les limitacions i inintencionadament esborrar totes les dades de "
-"qualsevol partició\n"
-"accedint sense cura a les particions en si, és molt important per la vostra "
-"seguretat que\n"
-"sigui dificil esdevení l'usuari \"root\".\n"
-"\n"
-"Les contrasenbyes haurien de ser una mescla carŕcters alfanumčrics i com a "
-"mínim 8\n"
-"carŕcters de longitud. Mai escrigui la contrasenya de l'usuari \"root\" ja "
-"que és molt fŕcil\n"
-"de comprometre el sistema.\n"
+"Aquesta és la decisió més important quant a la seguretat del vostre sistema\n"
+"GNU/Linux: heu d'introduir la contrasenya de l'usuari \"root\". El \"root\" "
+"és\n"
+"l'administrador del sistema i és l'únic autoritzat a fer actualitzacions,\n"
+"afegir usuaris, canviar la configuració del tot el sistema, etc. De fet,\n"
+"el \"root\" pot fer de tot! Per aixň heu d'escollir una contrasenya que "
+"sigui\n"
+"dificil d'endevinar. DrakX us avisarŕ si és massa fŕcil. Com veieu, podeu \n"
+"optar per no introduir cap contrasenya, perň no és gens prudent per una\n"
+"única raó: el fet d'arrencar GNU/Linux no fa que els vostres altres "
+"\"sistemes\n"
+"operatius\" estiguin lliures d'errors. Com que l'usuari \"root\" pot "
+"superar\n"
+"totes les limitacions i esborrar accidentalment totes les dades de "
+"qualsevol\n"
+"partició com a conseqüčncia d'accedir sense precaucions a les particions en "
+"si,\n"
+"és molt important que sigui difícil esdevenir \"root\".\n"
+"\n"
+"La contrasenya hauria de ser una mescla de carŕcters alfanumčrics i, com a \n"
+"mínim, de 8 carŕcters de longitud. No escrigueu mai la contrasenya de \"root"
+"\"\n"
+"ja que és molt fŕcil comprometre el sistema si ho feu.\n"
"\n"
"De totes maneres, no feu la contrasenya massa llarga o complicada perquč\n"
-"heu de ser capaços de recordar-la sense massa esforços.\n"
+"heu de ser capaços de recordar-la sense gaire esforç.\n"
"\n"
-"La contrasenya no serŕ mostrada en la pantalla a mesura que la tecleja. Per "
-"tant, \n"
-"haureu d'escriure-la dues vegades per reduir la probabilitat d'error\n"
-"d'escritura. Si, malauradament, feu el mateix error dues vegades, aquesta\n"
-"contrasenya ``incorrecta'' haurŕ d'usar-la el primer cop que es connecti.\n"
+"La contrasenya no es mostrarŕ per pantalla quan la teclegeu. Per tant, \n"
+"haureu d'escriure-la dues vegades per reduir la probabilitat d'errors\n"
+"en l'escriptura. Si, malauradament, feu el mateix error dues vegades, "
+"haureu\n"
+"d'usar aquesta contrasenya \"incorrecta\" el primer cop que us connecteu.\n"
"\n"
"En el mode Expert, se us preguntarŕ si us voleu connectar a un servidor\n"
-"d'autentificació, com NIS o LDAP.\n"
+"d'autentificació, com ara NIS o LDAP.\n"
"\n"
-"Si la vostra xarxa usa el protocol LDAP (o NIS) per a autentificació, "
-"seleccioneu\n"
-"\"LDAP\" (o \"NIS\") com a autentificació. Si no ho sabeu, pregunteu al "
-"vostre\n"
-"administrador de la xarxa.\n"
+"Si la vostra xarxa usa LDAP, NIS o l'autenticació de domini Windows PDC,\n"
+"seleccioneu l'opció corresponent com a autenticació. Si no ho sabeu, "
+"pregunteu\n"
+"al vostre administrador de la xarxa.\n"
"\n"
-"Si el vostre ordinador no es connecta a cap xarxa administrada, haureu "
-"d'escollir\n"
-"\"Fitxers Locals\" per a autentificació."
+"Si el vostre ordinador no es connecta a cap xarxa administrada, haureu \n"
+"d'escollir \"Fitxers Locals\" per a l'autenticació."
#: ../../help.pm_.c:678
msgid ""
@@ -4416,69 +4297,50 @@ msgid ""
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
"options, which are reserved for the expert user."
msgstr ""
-"LILO i grub són carregador d'arrencada de GNU/Linux. Aquesta etapa, "
-"normalment,\n"
-"és totalment automatitzada. De fet, DrakX analitza el sector d'arrencada i "
-"actua\n"
-"d'acord amb el quč troba:\n"
+"El LILO i el grub són carregadors de l'arrencada de GNU/Linux. Normalment,\n"
+"aquesta etapa és totalment automŕtica. De fet, el DrakX analitza el \n"
+"sector d'arrencada i actua d'acord amb el que hi troba:\n"
"\n"
-" * si troba un sector d'arrencada de Windows, el reemplaçarŕ amb un sector "
-"de\n"
-"grub/LILO. Per tant, sereu capaç de carregar el GNU/Linux o un altre\n"
-"SO;\n"
+" * si troba un sector d'arrencada de Windows, el reemplaçarŕ amb un sector\n"
+"d'arrencada de grub/LILO. Per tant, sereu capaç de carregar el GNU/Linux\n"
+"o un altre sistema operatiu.\n"
"\n"
-" * si es troba el grub o el LILO, els reemplaça amb un nova\n"
-"versió.\n"
+" * si es troba un sector d'arrencada del grub o del LILO, el reemplaçarŕ\n"
+"amb un de nou.\n"
"\n"
-"Si té algun dubte, DrakX us presentarŕ un diŕleg amb varies opcions.\n"
+"Si té algun dubte, el DrakX us presentarŕ un diŕleg amb diverses opcions:\n"
"\n"
-" * \"Manegador d'arrencada\": teniu tres opcions:\n"
+" * \"Carregador de l'arrencada\": teniu tres opcions:\n"
"\n"
" * \"GRUB\": si preferiu el grub (menú de text).\n"
"\n"
" * \"LILO amb menú grŕfic\": si preferiu el LILO amb una interfície\n"
"grŕfica.\n"
"\n"
-" * \"LILO amb menú de text\": si preferiu el LILO amb el seu menú de "
+" * \"LILO amb menú de text\": si preferiu el LILO amb el seu menú de\n"
"text.\n"
"\n"
-" * \"Dispositiu d'arrencada\": en la majoria de casos, no canviareu la opció "
-"per defecte\n"
-"(\"/dev/hda\"), perň si ho preferiu, el carregador de l'arrencada pot ser "
-"instalˇlat en el\n"
-"segon disc dur (\"/dev/hdb\"), o fins i tot en un diquet (\"/dev/fd0\");\n"
-"\n"
-" * \"Espera abans de carregar la imatge per defecte\": quan es reinicia "
-"l'ordinador,\n"
-"aquest és el temps que se li permet a l'usuari d'escollir una entrada "
-"diferent a la per\n"
-"defecte, en el menú d'arrencada.\n"
-"\n"
-"!! Compte perquč si escolliu no instalˇlar un manejador de carrega "
-"(seleccionant\n"
-"\"Cancel\" aquí), heu d'estar segurs que teniu alguna manera d'arrencar el "
-"vostre sistema\n"
-"Mandrake Linux! Més encara, estigueu segurs de saber quč feu abans de "
-"canviar alguna de les\n"
-"opcions. !!\n"
-"\n"
-"Clicar el butó \"Advanced\" en aquest diŕleg us permetrŕ canviar algunes "
-"opcions\n"
-"avançades, que són reservades als usuaris experts.\n"
-"\n"
-"Després d'haver modificat els parŕmetres generals del carregador "
-"d'arrencada, la llista de\n"
-"opcions per a carregar que es veurŕ en iniciar serŕ ensenyada.\n"
-"\n"
-"Si hi ha algun altre sistema operatiu instalˇlat en el vostre ordinador, "
-"serŕ inclňs\n"
-"automŕticament al menú del carregador. Aquí podeu escollir d'acabat d'afinar "
-"la configuració\n"
-"de les opcions disponibles. Seleccioneu una entrada i cliqueu en \"Modificar"
-"\" per a modificar o\n"
-"esborra-la; \"Afegir\" crea una nova entrada; i \"Fet\" avança cap al "
-"següent pas de\n"
-"la instalˇlació."
+" * \"Dispositiu d'arrencada\": en la majoria de casos, no heu de canviar "
+"l'opció\n"
+"per defecte (\"/dev/hda\"), perň si ho preferiu, el carregador de "
+"l'arrencada\n"
+"pot instalˇlar-se en el segon disc dur (\"/dev/hdb\"), o fins i tot en un \n"
+"disquet (\"/dev/fd0\").\n"
+"\n"
+" * \"Temps d'espera abans de carregar la imatge per defecte\": quan es "
+"reinicia\n"
+"l'ordinador, aquest és el temps de quč disposa l'usuari per escollir una "
+"entrada\n"
+"diferent de l'entrada per defecte en el menú d'arrencada.\n"
+"\n"
+"Teniu en compte que si escolliu no instalˇlar un carregador de l'arrencada \n"
+"(seleccionant \"Cancelˇla\" aquí), heu d'estar segurs que teniu alguna "
+"manera\n"
+"d'arrencar el vostre sistema Mandrake Linux! Encara més, estigueu segurs de\n"
+"saber quč feu abans de canviar alguna de les opcions.\n"
+"\n"
+"Si feu clic al botó \"Avançat\" d'aquest diŕleg podreu modificar algunes\n"
+"opcions avançades, reservades als usuaris experts."
#: ../../help.pm_.c:718
msgid ""
@@ -4495,15 +4357,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 ""
-"El LILO (LInux LOader, carregador de Linux) i el Grub són carregadors\n"
-"d'arrencada: poden arrencar el GNU/Linux o qualsevol altre sistema operatiu\n"
-"que tingueu a l'ordinador. Normalment, aquests altres sistemes operatius\n"
-"es detecten i instalˇlen correctament, perň si no és així, podeu afegir-los\n"
-"manualment en aquesta pantalla. Aneu amb compte de triar els parŕmetres\n"
-"correctes.\n"
-"\n"
-"També és possible que no volgueu donar accés a tothom a aquests sistemes\n"
-"operatius; en aquest cas podeu suprimir les entrades corresponents, perň\n"
+"Un cop configurats els parŕmetres generals del carregador de l'arrencada, \n"
+"es mostrarŕ la llista d'opcions de cŕrrega que es veurŕ en arrencar la "
+"mŕquina.\n"
+"\n"
+"Si hi ha algun altre sistema operatiu instalˇlat en el vostre ordinador, \n"
+"s'inclourŕ automŕticament al menú del carregador. Aquí podeu modificar les\n"
+"entrades del menú d'arrencada. Seleccioneu una entrada i feu clic a \n"
+"\"Modifica\" per modificar-la o esborrar-la. \"Afegeix\" crea una nova "
+"entrada,\n"
+"i \"Fet\" avança cap al següent pas de la instalˇlació.\n"
+"També és possible que no vulgueu permetre a ningú l'accés a aquests "
+"sistemes\n"
+"operatius. En aquest cas, podeu suprimir les entrades corresponents, perň\n"
"aleshores us caldrŕ un disc d'arrencada per poder-los arrencar!"
#: ../../help.pm_.c:732
@@ -4517,8 +4383,7 @@ msgstr ""
"Heu d'indicar on voleu situar la informació necessŕria per\n"
"arrencar el GNU/Linux.\n"
"\n"
-"\n"
-"Tret que sabeu exactament quč esteu fent, escolliu \"Primer sector\n"
+"Tret que sapigueu exactament quč esteu fent, escolliu \"Primer sector\n"
"de la unitat (MBR)\"."
#: ../../help.pm_.c:739
@@ -4542,46 +4407,34 @@ msgid ""
"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
"graphical front-ends for printing or choosing printer options."
msgstr ""
-"Aquí, seleccionarem el sistema d'impressió per el vostre ordinador. Altres "
-"sistemes operatius\n"
-"us oferiran un, perň el Mandrake Linux n'ofereix tres.\n"
-"\n"
-" * \"pdq\" que vol dir ``print, don't queue''(imprimeix, no facis cua), és "
-"opció escollida\n"
-"si teniu una connexió directa amb la impressora i voleu evitar aquelles cues "
-"interminables\n"
-"d'impressions, i no teniu impressores de xarxa. Només funcionarŕ sobre "
-"xarxes molt simples\n"
-"i és bastant lent per a xarxes. Escolliu \"pdq\"\n"
-"si és la vostra primera incursió en GNU/Linux. Podeu canviar la vostra "
-"elecció\n"
-"després de la instalˇlació executant el PrinterDrake des del Centre de "
-"Control Mandrake\n"
-"i fent clic sobre el butó expert.\n"
-"\n"
-" * \"CUPS\"``Common Unix Printing System'' (Sistema d'impressió comú de "
-"Unix), és el millor\n"
-"a l'hora d'imprimir a la vostra impressora local i a la meitat del planeta. "
-"És simple i pot\n"
-"actuar com a servidor o client per l'antic sistema d'impressió \"lpd\". Per "
-"tant, és\n"
-"compatible amb els sistemes desactualitzats instalˇlats. Pot fer moltes "
-"coses, perň\n"
-"la configuració bŕsica es tant senzilla com la de \"pdq\". Si ho necessiteu "
-"per a emular\n"
-"un servidor \"lpd\", heu d'habilitar el dimoni \"cups-lpd\". Té una "
-"interfície\n"
-"grŕfica per imprimir i escollir les opcions d'impressió.\n"
-"\n"
-" * \"lprNG\"``line printer daemon New Generation''. Aquest sistema pot fer\n"
-"aproximadament el mateix que els altres, perň imprimirŕ a\n"
-"dispositius muntats en una xarxa Novell, perquč supporta el protocol IPX, \n"
-"i pot imprimir directament a ordres del intčrpret d'ordres. Si teniu "
-"necessitat de la xarxa Novell o\n"
-"d'imprimir cap a ordres sense fer servir un constructe de conducte separat, "
-"utilitzeu lprNG.\n"
-"Sinó, CUPS és més recomanable perquč és més simple i millor per a treballar "
-"en xarxa."
+"Aquí se seleccionarŕ el sistema d'impressió per al vostre ordinador. Altres\n"
+"sistemes operatius us n'oferiran un, perň el Mandrake Linux n'ofereix dos.\n"
+"\n"
+" * \"pdq\" que vol dir \"print, don't queue\" (imprimeix, no facis cua), és\n"
+"l'opció escollida si teniu una connexió directa amb la impressora i voleu\n"
+"evitar aquelles cues d'impressió interminables, i no teniu impressores de \n"
+"xarxa. Només funcionarŕ sobre xarxes molt senzilles i és bastant lent per a\n"
+"xarxes en general. Escolliu \"pdq\" si és la vostra primera incursió en GNU/"
+"Linux.\n"
+"Podeu canviar la vostra elecció després de la instalˇlació executant el \n"
+"PrinterDrake des del Centre de Control Mandrake, fent clic al botó \"Expert"
+"\".\n"
+"\n"
+" * \"CUPS\" vol dir \"Common Unix Printing System\" (Sistema d'impressió "
+"comú\n"
+"de Unix), és el millor a l'hora d'imprimir a la vostra impressora local i a "
+"la\n"
+"meitat del planeta. És senzill i pot actuar com a servidor o client per a "
+"l'antic\n"
+"sistema d'impressió \"lpd\". Per tant, és compatible amb els sistemes "
+"anteriors.\n"
+"Pot fer moltes coses, perň la configuració bŕsica es tant senzilla com la de "
+"\"pdq\".\n"
+"Si necessiteu CUPS per emular un servidor \"lpd\", heu d'habilitar el "
+"dimoni\n"
+"\"cups-lpd\". Té una interfície grŕfica per imprimir i escollir les "
+"opcions \n"
+"d'impressió."
#: ../../help.pm_.c:759
msgid ""
@@ -4606,37 +4459,36 @@ msgid ""
"If DrakX is not able to probe for the options which need to be passed, you\n"
"will need to manually provide options to the driver."
msgstr ""
-"El DrakX detectarŕ qualsevol dispositiu IDE en l'ordinador. Així mateix, "
-"intentarŕ trobar\n"
-"el(s) adaptador(s) SCSI PCI. Si troba adaptador(s) SCSI, i sap quin "
-"controlador utilitzar,\n"
-"el(s) instalˇlarŕ automŕticament.\n"
-"\n"
-"Ja que la detecció de maquinari no sempre troba tots els dispositius,\n"
-"DrakX si demanŕ que confirmi que hi ha un adaptador SCSI PCI. Feu Clic en "
-"\"Sí\"\n"
-"si sabeu segur que n'hi ha un instalˇlat en l'ordinador. Se li presentarŕ\n"
-"una llista de targetes SCSI per a que n'escolliu una. Feu Clic en \"No\" si "
-"no en\n"
-"teniu cap. Si no esteu segurs, podeu mirar la llista de maquinari\n"
-"detectada en el vostre ordinador seleccionant \"Veure Informació Maquinari\" "
-"i clicant en\n"
-"\"D'acord\". Examineu la llista de maquinari i feu clic sobre el butó "
-"\"D'acord\" per a\n"
-"tornar a la pregunta sobre l'interfície SCSI.\n"
-"\n"
-"Si heu hagut de seleccionar l'adaptador manualment, el DrakX us preguntarŕ\n"
-"si voleu indicar opcions per a ell. Convé que deixeu que el DrakX comprovi\n"
-"el maquinari per a les opcions; aixň sol funcionar bé.\n"
+"El DrakX detectarŕ qualsevol dispositiu IDE en l'ordinador. Així mateix, \n"
+"intentarŕ trobar un o més adaptadors SCSI PCI. Si troba un adaptador SCSI,\n"
+"el DrakX instalˇlarŕ automŕticament el controlador adequat.\n"
+"\n"
+"Com que la detecció de maquinari no sempre troba tots els dispositius,\n"
+"el DrakX us demanarŕ que confirmeu si hi ha un adaptador SCSI PCI. Feu clic\n"
+"a \"Sí\" si sabeu segur que n'hi ha un instalˇlat en l'ordinador. "
+"Apareixerŕ\n"
+"una llista de targetes SCSI perquč n'escolliu una. Feu clic a \"No\" si no "
+"en\n"
+"teniu cap. Si no n'esteu segurs, podeu mirar la llista de maquinari\n"
+"detectat en el vostre ordinador seleccionant \"Veure informació del "
+"maquinari\"\n"
+"i fent clic a \"D'acord\". Examineu la llista de maquinari i feu clic sobre\n"
+"el botó \"D'acord\" per tornar a la pregunta sobre l'interfície SCSI.\n"
+"\n"
+"Si heu de seleccionar l'adaptador manualment, el DrakX us preguntarŕ si\n"
+"voleu confifurar-ne les opcions. Convé que deixeu que el DrakX comprovi\n"
+"el maquinari per inicialitzar les opcions especifiques d'algunes targetes.\n"
+"Aixň sol funcionar bé.\n"
"\n"
"Si el DrakX no pot comprovar les opcions que se li han de passar al "
"controlador,\n"
"us caldrŕ proporcionar les opcions al controlador manualment. Consulteu la\n"
-"Guia de l'usuari ( capítol 3, en la secció \"Informació obtinguda del "
+"Guia de l'usuari (capítol 3, en la secció \"Informació obtinguda del "
"maquinari\")\n"
-"per saber com treure aquesta informació de la documentació del\n"
-"maquinari, del lloc web del fabricant (si teniu accés a Internet) o del\n"
-"Microsoft Windows (si el teniu al sistema)."
+"per saber com treure aquesta informació de la documentació del maquinari,\n"
+"del lloc web del fabricant (si teniu accés a Internet) o del Microsoft "
+"Windows\n"
+"(si el teniu al sistema)."
#: ../../help.pm_.c:781
msgid ""
@@ -4690,51 +4542,53 @@ msgstr ""
"sistemes operatius, nuclis alternatius, o per a una imatge per a arrencades\n"
"d'emergčncia.\n"
"\n"
-"Per a altres OS, l'entrada només consta d'una etiqueta i de la partició "
+"Per a altres SO, l'entrada només consta d'una etiqueta i de la partició "
"arrel.\n"
"\n"
-"Per al Linux, hi ha algunes opcions possibles: \n"
+"Per al Linux, hi ha unes quantes opcions possibles: \n"
"\n"
-" * Label: és només el nom a entrar en l'indicador del yaboot per\n"
-"seleccionar aquesta opció d'arrencada;\n"
+" * Etiqueta: és només el nom a entrar en l'indicador del yaboot per\n"
+"seleccionar aquesta opció d'arrencada.\n"
"\n"
-" * Image: el nom del nucli a arrencar. Normalment, vmlinux o una\n"
-"variació de vmlinux amb una extensió;\n"
+" * Imatge: el nom del nucli a arrencar. Normalment, vmlinux o una\n"
+"variació de vmlinux amb una extensió.\n"
"\n"
-" * Root: el dispositiu arrel o '/' per a la instalˇlació del Linux;\n"
+" * Arrel: el dispositiu arrel o '/' per a la instalˇlació del Linux.\n"
"\n"
-" * Append: en maquinari Apple, l'opció d'addició de nuclis s'utilitza\n"
+" * Addició: en maquinari Apple, l'opció d'addició de nuclis s'utilitza\n"
"força sovint per auxiliar en la inicialització de maquinari de vídeo o per\n"
"habilitar l'emulació del botó del ratolí de teclat per als 2n i 3r botons,\n"
"que sovint no existeixen en un ratolí Apple convencional. Alguns exemples\n"
"d'aixň són:\n"
"\n"
-" 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"
" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" * Initrd: aquesta opció es pot utilitzar per carregar els mňduls "
-"inicials,\n"
-"abans que el dispostiu d'arrencada estigui disponible, o per a carregar\n"
-"una imatge de disc RAM en una situació d'arrencada d'emergčncia;\n"
+" * Initrd: aquesta opció es pot utilitzar per carregar els mňduls inicials,\n"
+"abans que el dispostiu d'arrencada estigui disponible, o per carregar\n"
+"una imatge de disc RAM en una situació d'arrencada d'emergčncia.\n"
"\n"
-" * Initrd-size: la mida per defecte del disc RAM sol ser de 4.096 bytes. "
-"Si\n"
-"necessiteu assignar un disc RAM gran, podeu utilitzar aquesta opció;\n"
+" * Mida de l'Initrd: la mida per defecte del disc RAM sol ser de 4096 "
+"bytes.\n"
+"Si necessiteu assignar un disc RAM gran, podeu utilitzar aquesta opció.\n"
"\n"
-" * Read-write: normalment, la partició 'root' es tracta inicialment com\n"
-"només de lectura per permetre una comprovació del sistema de fitxers abans\n"
-"que el sistema esdevingui 'viu'. Podeu substituir aquesta opció aquí;\n"
+" * Lectura-Escriptura: normalment, la partició arrel '/' es tracta "
+"inicialment com\n"
+"de només lectura per permetre una comprovació del sistema de fitxers abans\n"
+"que el sistema esdevingui \"viu\". Podeu substituir aquesta opció aquí.\n"
"\n"
-" * NoVideo: en cas que el maquinari de vídeo de Apple resulti sigui\n"
-"especialment problemŕtic, podeu seleccionar aquesta opció per arrencar\n"
-"en mode 'no-vídeo', amb el suport nadiu per a frame buffer;\n"
+" * Sense Vídeo: en cas que el maquinari de vídeo d'Apple resulti "
+"especialment\n"
+"problemŕtic, podeu seleccionar aquesta opció per arrencar en mode 'no-"
+"vídeo',\n"
+"amb el suport nadiu per a frame buffer.\n"
"\n"
-" * Default: selecciona aquesta entrada com a selecció per defecte del\n"
+" * Per defecte: seleccioneu aquesta entrada com a selecció per defecte del\n"
"Linux; se selecciona prement simplement Retorn a l'indicador del yaboot.\n"
"Aquesta opció també es ressaltarŕ amb un '*' si premeu Tab per veure les\n"
-"seleccions d'arrencada;"
+"seleccions d'arrencada."
#: ../../help.pm_.c:828
msgid ""
@@ -4779,36 +4633,35 @@ msgstr ""
"\n"
"Les opcions principals del Yaboot són:\n"
"\n"
-" * Missatge d'inicialització: un senzill missatge de text que apareix "
-"abans\n"
-"de l'indicador d'arrencada;\n"
+" * Missatge d'inicialització: un senzill missatge de text que apareix abans\n"
+"de l'indicador d'arrencada.\n"
"\n"
-" * Dispositiu d'arrencada: indica on voleu situar la informació necessŕria\n"
+" * Dispositiu d'arrencada: indica on voleu situar la informació necessŕria\n"
"per arrencar el GNU/Linux. Normalment, haureu configurat abans una partició\n"
-"bootstrap que contindrŕ aquesta informació;\n"
+"bootstrap que contindrŕ aquesta informació.\n"
"\n"
-" - Demora de l'Open Firmware: a diferčncia del LILO, amb el Yaboot hi ha\n"
+" * Demora de l'Open Firmware: a diferčncia del LILO, amb el Yaboot hi ha\n"
"dues demores disponibles. La primera d'elles es mesura en segons i, en "
"aquest\n"
-"punt, podeu triar entre CD, arrencada OF, MacOS o Linux;\n"
+"punt, podeu triar entre CD, arrencada OF, MacOS o Linux.\n"
"\n"
-" * Temps mŕxim d'arrencada del nucli: aquest temps mŕxim és similar a la\n"
-"demora d'arrencada del LILO. Després de seleccionar el Linux tindreu "
-"aquesta\n"
-"demora en 0,1 segons abans que se seleccioni la descripció per defecte del "
-"nucli;\n"
+" * Temps mŕxim d'arrencada del nucli: aquest temps mŕxim és similar a la\n"
+"demora d'arrencada del LILO. Després de seleccionar el Linux tindreu aquest\n"
+"temps (en dčcimes de segon) abans que se seleccioni la descripció per "
+"defecte\n"
+"del nucli.\n"
"\n"
-" * Habilitar l'arrencada des de CD?: si activeu aquesta opció podreu triar\n"
-"'C' per a CD al primer indicador de l'arrencada;\n"
+" * Habilita l'arrencada des de CD: si activeu aquesta opció podreu triar\n"
+"'C' per a CD al primer indicador de l'arrencada.\n"
"\n"
-" * Habilitar l'arrencada OF?: si activeu aquesta opció podreu triar 'N' "
-"per\n"
-"Open Firmware al primer indicador de l'arrencada;\n"
+" * Habilitar l'arrencada OF: si activeu aquesta opció podreu triar 'N' per\n"
+"Open Firmware al primer indicador de l'arrencada.\n"
"\n"
-" * OS per defecte: podeu seleccionar amb quin OS, per defecte, s'arrencarŕ\n"
+" * SO per defecte: podeu seleccionar amb quin SO, per defecte, s'arrencarŕ\n"
"quan la demora de l'Open Firmware venci."
#: ../../help.pm_.c:860
+#, fuzzy
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
"your installed hardware, you may (or may not), see the following entries:\n"
@@ -4831,51 +4684,51 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
"associated to it."
msgstr ""
"Ara us presentem diversos parŕmetres de la vostra mŕquina. Depenent del\n"
-"maquinari instalˇlat, podreu veure o no, les següents entrades:\n"
+"maquinari instalˇlat, podreu veure o no les següents entrades:\n"
"\n"
-" * \"Ratolí\": comproveu la configuració actual del ratolí i feu clic en el "
-"butó\n"
-"per a canviar-la si fos necessari;\n"
+" * \"Ratolí\": comproveu la configuració actual del ratolí i feu clic al "
+"botó\n"
+"per canviar-la si fos necessari.\n"
"\n"
" * \"Teclat\": comproveu la configuració actual del mapa de teclat i feu "
-"clic en\n"
-"el butó per a canviar-la si fos necessari;\n"
-"\n"
-" * \"Zona Horŕria\": DrakX, per defecte, endevina la vostra zona horŕtia a "
-"partir del llenguatge\n"
-"que heu escollit. Perň, de la mateixa manera que en el cas del teclat, vós "
-"podeu\n"
-"viure en un pais diferent al del llenguatge escollit.\n"
-"Per tant, podrieu haver de fer clic sobre el butó \"Zona Horŕria\" per tal "
-"de\n"
-"configurar el rellotge d'acord amb la zona horŕria en la qual esteu;\n"
-"\n"
-" * \"Impressora\": clicant en el butó \"Cap Impressora\" s'obrirŕ "
+"clic\n"
+"al botó per canviar-la si fos necessari.\n"
+"\n"
+" * \"Fus horari\": el DrakX, per defecte, endevina la vostra zona horŕria\n"
+"basant-se en l'idioma que heu triat. Perň, de la mateixa manera que en el "
+"cas\n"
+"del teclat, pot ser que visqueu en un país diferent al de l'idioma "
+"escollit.\n"
+"Per tant, podríeu haver de fer clic sobre el botó \"Fus horari\" per tal de\n"
+"configurar el rellotge d'acord amb la zona horŕria en la qual esteu.\n"
+"\n"
+" * \"Impressora\": si feu clic al botó \"Cap Impressora\" s'obrirŕ "
"l'auxiliar\n"
-"de configuració de la impressora;\n"
+"de configuració de la impressora.\n"
"\n"
" * \"Targeta de so\": si s'ha detectat una targeta de so en el sistema, "
-"serŕ\n"
-"mostrada aquí. No es pot fer cap modificació durant la instalˇlació;\n"
+"apareixerŕ\n"
+"aquí. No es pot fer cap modificació durant la instalˇlació.\n"
"\n"
-" * \"Targeta TV \": si s'ha detectat una targeta de TV en el sistema, serŕ "
-"ensenyada\n"
-"aquí. No es pot fer cap modificació durant la instalˇlació;\n"
+" * \"Targeta TV\": si s'ha detectat una targeta de TV en el sistema, "
+"apareixerŕ\n"
+"aquí. No es pot fer cap modificació durant la instalˇlació.\n"
"\n"
-" * \"Targeta ISDN(XDSI)\": si s'ha detectat una targeta XDSI en el sistema, "
-"serŕ\n"
-"mostrada aquí. Podeu fer clic sonre el butó per a canviar els parŕmetres\n"
-"associats amb la targeta."
+" * \"Targeta XDSI\": si s'ha detectat una targeta XDSI en el sistema, "
+"apareixerŕ\n"
+"aquí. Podeu fer clic sobre el botó per canviar els parŕmetres associats amb "
+"la\n"
+"targeta."
#: ../../help.pm_.c:891
msgid ""
@@ -4897,11 +4750,10 @@ msgid ""
"Click on \"Cancel\" to stop this operation without losing any data and\n"
"partitions present on this hard drive."
msgstr ""
-"Feu clic a \"D'acord\" si voleu suprimir totes les dades i\n"
-"particions que hi ha en aquesta unitat de disc. Aneu amb compte, perquč, un "
-"cop hagueu fet clic a \"D'acord\", no podreu recuperar cap dada ni partició "
-"del disc,\n"
-"incloent las dades de Windows.\n"
+"Feu clic a \"D'acord\" si voleu suprimir totes les dades i particions\n"
+"que hi ha en aquesta unitat de disc. Aneu amb compte perquč, un cop\n"
+"hagueu fet clic a \"D'acord\", no podreu recuperar cap dada ni partició\n"
+"del disc, incloent les dades de Windows.\n"
"\n"
"Feu clic a \"Cancelˇla\" per anulˇlar aquesta operació sense perdre cap "
"dada\n"
@@ -4914,10 +4766,10 @@ msgid ""
"missing), this generally means your boot floppy in not in sync with the "
"Installation medium (please create a newer boot floppy)"
msgstr ""
-"No puc accedir als mňduls del nucli(kernel) corresponents al vostre nucli "
-"(fitxer %s no trobat), aixň generalment vol dir que el vostre disquet "
-"d'arrencada no estŕ sincronitzat amb el medi d'Instalˇlació (siusplay creeu "
-"un nou disquet d'arrencada)"
+"No es pot accedir als mňduls del nucli corresponents al vostre nucli (no "
+"s'ha trobat el fitxer %s). Aixň generalment vol dir que el vostre disquet "
+"d'arrencada no estŕ sincronitzat amb el suport d'instalˇlació (si us plau, "
+"creeu un nou disquet d'arrencada)"
#: ../../install2.pm_.c:167
#, c-format
@@ -4938,13 +4790,13 @@ msgid ""
"\n"
"Do you really want to install these servers?\n"
msgstr ""
-"Heu seleccionat els següents servidor(s): %s\n"
+"Heu seleccionat el(s) següent(s) servidor(s): %s\n"
"\n"
"\n"
"Aquests servidors estan activats per defecte. No tenen cap problema de "
"seguretat\n"
-"conegut, perň se'n podrien trobar alguns de nous. Si és així, haurŕ "
-"d'actualitzar-los\n"
+"conegut, perň se'n podrien trobar de nous. Si fos així, haureu d'actualitzar-"
+"los\n"
"el més aviat possible.\n"
"\n"
"\n"
@@ -4958,34 +4810,38 @@ msgid ""
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
+"Se suprimiran els següents paquets per poder actualitzar el sistema: %s\n"
+"\n"
+"\n"
+"Voleu realment suprimir aquests paquets?\n"
#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
-msgstr "No es pot utilitzar l'emissió sense un domini NIS"
+msgstr "No es pot utilitzar la difusió sense un domini NIS"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, 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:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
-msgstr "Aquest disquet no estŕ formatat en FAT"
+msgstr "Aquest disquet no estŕ formatat amb FAT"
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-"Per utilitzar aquesta selecció de paquets desada, arrenqueu la instalˇlació "
-"amb ``linux defcfg=floppy''"
+"Per utilitzar aquesta selecció de paquets que heu desat, arrenqueu la "
+"instalˇlació amb \"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../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:1031
+#: ../../install_any.pm_.c:1040
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"
@@ -4994,16 +4850,16 @@ msgstr ""
"sistemes de fitxers. Si us plau, comproveu el vostre maquinari per trobar el "
"problema"
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
"You can find some information about them at: %s"
msgstr ""
-"Part del maquinari del vostre ordinador necessita programes de control\n"
-"``registrats'' per poder funcionar. En podeu trobar informació a: %s"
+"Part del maquinari del vostre ordinador necessita controladors\n"
+"\"registrats\" per poder funcionar. Podeu trobar-ne informació a: %s"
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -5011,95 +4867,96 @@ msgid ""
msgstr ""
"Heu de tenir una partició arrel.\n"
"Per fer-ho, creeu una partició (o feu clic a una d'existent).\n"
-"Després, trieu l'acció ``Punt de muntatge'' i doneu-li el valor '/'"
+"Després, trieu l'acció \"Punt de muntatge\" i doneu-li el valor '/'"
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr "Heu de tenir una partició d'intercanvi"
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
"Continue anyway?"
msgstr ""
-"No teniu cap partició d'intercanvi\n"
+"No teniu cap partició d'intercanvi.\n"
"\n"
"Voleu continuar igualment?"
#
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Heu de tenir una partició FAT muntada en /boot/efi"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Utilitza l'espai lliure"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "No hi ha prou espai lliure per assignar noves particions"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partitions"
-msgstr "Utilitza la partició existent"
+msgstr "Utilitza les particions existents"
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
-msgstr "No existeix cap partició per utilitzar"
+msgstr "No hi ha cap partició que es pugui utilitzar"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Utilitza la particio Windows per al loopback"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Quina partició voleu utilitzar per al Linux4Win?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Escolliu les mides"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Mida de la partició arrel en MB: "
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Mida de la partició d'intercanvi en MB: "
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr "Utilitza l'espai lliure de la partició de Windows"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
msgid "Which partition do you want to resize?"
-msgstr "A quina partició voleu canviar la mida?"
+msgstr "A quina partició voleu canviar-li la mida?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
msgid "Resizing Windows partition"
msgstr "S'estŕ redimensionant la partició de Windows"
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-"El redimensionador de la FAT no pot gestionar la vostra partició, \n"
-"s'ha produďt l'error següent: %s"
+"El redimensionador de la FAT no pot gestionar la vostra partició. \n"
+"S'ha produďt l'error següent: %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
"installation."
msgstr ""
-"La partició de Windows estŕ massa fragmentada; si us plau, executeu "
-"``defrag'' primer"
+"La partició de Windows estŕ massa fragmentada. Si us plau, reinicieu "
+"l'ordinador sota Windows i executeu l'eina \"defrag\". Llavors, torneu a "
+"començar la instalˇlació del Mandrake Linux."
#
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
msgid ""
"WARNING!\n"
"\n"
@@ -5112,95 +4969,95 @@ msgid ""
msgstr ""
"ATENCIÓ!\n"
"\n"
-"Ara, el DrakX canviarŕ la mida de la vostra partició de Windows. Aneu amb\n"
+"Tot seguit, el DrakX canviarŕ la mida de la vostra partició de Windows. Aneu "
+"amb\n"
"compte: aquesta operació és perillosa. Si encara no ho heu fet, sortiu de "
"la\n"
-"instalˇlació, executeu l'Scandisk sota Windows (i potser també el Defrag), "
-"i\n"
+"instalˇlació, executeu l'Scandisk sota Windows (i potser també el defrag) i\n"
"torneu a començar la instalˇlació. Feu també una cňpia de seguretat de les\n"
"vostres dades.\n"
-"Quan estigueu segur, premeu D'acord."
+"Quan estigueu segur, premeu \"D'acord\"."
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
msgid "Which size do you want to keep for Windows on"
msgstr "Quina mida voleu deixar per a la partició de Windows?"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr "partició %s"
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, c-format
msgid "FAT resizing failed: %s"
-msgstr "Ha fallat la redimensió de la FAT: %s"
+msgstr "Ha fallat el redimensionament de la FAT: %s"
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-"No hi ha particions FAT a quč canviar la mida o per utilitzar-les com a "
-"loopback (o no queda prou espai)"
+"No hi ha cap partició FAT a la qual canviar la mida o que es pugui utilitzar "
+"com a loopback (o no hi queda prou espai)"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
-msgstr "Esborra el disc complet"
+msgstr "Esborra tot el disc"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr "Elimina el Windows(TM)"
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teniu més d'un disc dur; en quin voleu instalˇlar el Linux?"
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Es perdran TOTES les particions, i les dades que contenen, de la unitat %s"
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
msgid "Custom disk partitioning"
msgstr "Particionament personalitzat de disc"
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr "Utilitza l'fdisk"
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, don't forget to save using `w'"
msgstr ""
"Ara podeu fer les particions a %s.\n"
-"Quan acabeu, no oblideu desar-les utiltzant `w'"
+"Quan acabeu, no oblideu desar-les utiltzant 'w'"
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
msgid "You don't have enough free space on your Windows partition"
msgstr "No teniu prou espai lliure a la partició de Windows"
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
msgid "I can't find any room for installing"
-msgstr "No puc trobar espai per a la instalˇlació"
+msgstr "No es pot trobar espai per a la instalˇlació"
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"L'auxiliar de particionament del DrakX ha trobat les solucions següents:"
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ha fallat el particionament: %s"
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr "S'estŕ activant la xarxa"
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr "S'estŕ desactivant la xarxa"
@@ -5229,12 +5086,12 @@ msgstr ""
"Comproveu el CD-ROM en un ordinador instalˇlat mitjançant \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr "Benvingut a %s"
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
@@ -5242,9 +5099,9 @@ msgstr "No hi ha cap unitat de disquet disponible"
#: ../../install_steps_stdio.pm_.c:22
#, c-format
msgid "Entering step `%s'\n"
-msgstr "S'estŕ entrant en el pas `%s'\n"
+msgstr "S'estŕ entrant en el pas '%s'\n"
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -5254,161 +5111,161 @@ msgstr ""
"El vostre sistema estŕ baix de recursos; podeu tenir algun problema en\n"
"instalˇlar el Mandrake Linux. Si aixň passa, podeu provar d'instalˇlar-lo "
"en\n"
-"mode text. Per fer-ho, premeu `F1' en arrencar des del CD-ROM i escriviu "
-"`text'"
+"mode text. Per fer-ho, premeu 'F1' en arrencar des del CD-ROM i escriviu "
+"'text'."
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr "Tipus d'instalˇlació"
#
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
msgid "Please choose one of the following classes of installation:"
msgstr "Si us plau, trieu un dels tipus d'instalˇlació següents:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr "Selecció del grup de paquets"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr "Selecció individual de paquets"
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Mida total: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr "Paquet incorrecte"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr "Nom: %s\n"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr "Versió: %s\n"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr "Mida: %d kB\n"
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr "Importŕncia: %s\n"
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"No podeu seleccionar aquest paquet perquč no queda prou espai per instalˇlar-"
"lo"
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
msgid "The following packages are going to be installed"
msgstr "Ara s'instalˇlaran els paquets següents"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be removed"
msgstr "Ara s'eliminaran els paquets següents"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr "No podeu seleccionar/desseleccionar aquest paquet"
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
-msgstr "Aquest paquet és obligatori; no es pot deseleccionar"
+msgstr "Aquest paquet és obligatori; no es pot desseleccionar"
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
-msgstr "No podeu deseleccionar aquest paquet; ja estŕ instalˇlat"
+msgstr "No podeu desseleccionar aquest paquet; ja estŕ instalˇlat"
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
msgstr ""
-"Aquest paquet s'ha d'actualitzar\n"
+"Aquest paquet s'ha d'actualitzar.\n"
"Esteu segur que voleu desseleccionar-lo?"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr "No podeu desseleccionar aquest paquet; s'ha d'actualitzar"
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
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:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr "Instalˇla"
#
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
msgid "Load/Save on floppy"
msgstr "Carrega/Desa al disquet"
#
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
msgid "Updating package selection"
-msgstr "Actualitzant la selecció de paquets"
+msgstr "S'estŕ actualitzant la selecció de paquets"
#
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
msgid "Minimal install"
-msgstr "Instalˇlació Mínima"
+msgstr "Instalˇlació mínima"
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
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:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr "S'estŕ instalˇlant"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr "S'estŕ estimant"
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr "Temps restant "
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
msgid "Please wait, preparing installation..."
-msgstr "Si us plau, espereu, s'estŕ preparant la instalˇlació..."
+msgstr "Espereu si us plau, s'estŕ preparant la instalˇlació..."
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr "%d paquets"
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
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:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "Accepta"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
msgid "Refuse"
msgstr "Rebutja"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5417,24 +5274,24 @@ msgid ""
"done.\n"
"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
-"Canvieu el vostre CD-ROM!\n"
+"Canvieu el CD-ROM!\n"
"\n"
"Si us plau, inseriu el CD-ROM etiquetat com \"%s\" a la unitat i després\n"
"premeu D'acord.\n"
"Si no el teniu, premeu Cancelˇla per no fer la instalˇlació des d'aquest CD-"
"ROM."
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr "Voleu seguir igualment?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
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:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr "S'ha produďt un error en instalˇlar els paquets:"
@@ -5474,19 +5331,19 @@ msgstr ""
"\n"
"Si us plau, llegiu atentament les clŕusules següents. Si no esteu\n"
"d'acord amb qualsevol d'elles, no esteu autoritzat a instalˇlar\n"
-"els CD següents. Premeu 'Rebutja-ho' per continuar la instalˇlació\n"
+"els CD següents. Premeu 'Rebutja' per continuar la instalˇlació\n"
"sense utilitzar aquests CD.\n"
"\n"
"\n"
"Alguns dels components que s'inclouen en aquest CD no estan\n"
-"regits per la llicčncia GPL o acords semblants. Cada un d'aquests\n"
+"regits per la llicčncia GPL o acords semblants. Cadascun d'aquests\n"
"components es regeix per les clŕusules i condicions de la seva\n"
"prňpia llicčncia específica. Si us plau, llegiu atentament i\n"
"accepteu aquestes llicčncies específiques abans d'utilitzar o\n"
"redistribuir els components esmentats. En general, aquestes\n"
"llicčncies impedeixen la transferčncia, duplicació (excepte amb\n"
"la finalitat de fer-ne cňpies de seguretat), redistribució,\n"
-"enginyeria inversa, deassemblatge, decompilació o modificació del\n"
+"enginyeria inversa, desassemblatge, decompilació o modificació del\n"
"component. Qualsevol violació de l'acord finalitzarŕ immediatament\n"
"els vostres drets sobre la llicčncia específica. Tret que la\n"
"llicčncia específica us en garanteixi els drets, normalment no\n"
@@ -5494,10 +5351,10 @@ msgstr ""
"per utilitzar-lo en una xarxa. En cas de dubte, poseu-vos en\n"
"contacte directament amb el distribuďdor o editor del component.\n"
"La transferčncia a terceres parts i la cňpia d'aquests components,\n"
-"incloent la documentació, estan normalments prohibides.\n"
+"incloent la documentació, estan en general prohibides.\n"
"\n"
"\n"
-"Tots els drets sobre els components del CD següent pretanyen als\n"
+"Tots els drets sobre els components del CD següent pertanyen als\n"
"seus autors respectius i estan protegits per les lleis de\n"
"propietat intelˇlectual i de copyright aplicables als programes\n"
"informŕtics.\n"
@@ -5651,7 +5508,7 @@ msgstr ""
"acord de llicčncia entre la vostra persona i MandrakeSoft S.A., que\n"
"s'aplica als Productes de programari. Pel fet d'instalˇlar, duplicar\n"
"o utilitzar els Productes de programari en qualsevol forma esteu\n"
-"acceptant explícitament, i expressant el vostre acord a, avenir-vos a\n"
+"acceptant explícitament, i expressant el vostre acord a avenir-vos a\n"
"les clŕusules i condicions d'aquesta Llicčncia. Si no esteu d'acord\n"
"amb qualsevol part de la Llicčncia, no esteu autoritzat a instalˇlar,\n"
"duplicar o utilitzar els Productes de programari. Qualsevol intent\n"
@@ -5688,8 +5545,8 @@ msgstr ""
"resulti de la possessió i utilització dels components de programari o\n"
"de la seva descŕrrega des d'un dels llocs de Mandrake Linux, que\n"
"estiguin prohibides o restringides en alguns paďsos per les lleis\n"
-"locals. Aquesta responsabilitat limitada s'aplica, perň no estŕ\n"
-"limitada a, els potents components criptogrŕfics inclosos als\n"
+"locals. Aquesta responsabilitat limitada s'aplica, perň no hi estŕ\n"
+"restringida, als potents components criptogrŕfics inclosos als\n"
"Productes de programari.\n"
"\n"
"\n"
@@ -5739,189 +5596,190 @@ msgstr ""
"Per a qualsevol tema relacionat amb aquest document, poseu-vos en\n"
"contacte amb MandrakeSoft S.A.\n"
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
-msgstr ""
+msgstr "Esteu segur que voleu rebutjar la llicčncia?"
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "Teclat"
#
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
msgid "Please choose your keyboard layout."
-msgstr "Si us plau, selecioneu la disposició del vostre teclat."
+msgstr "Si us plau, seleccioneu la disposició del vostre teclat."
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
msgid "Here is the full list of keyboards available"
msgstr "Aquesta és la llista completa de teclats disponibles"
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr "Quin tipus d'instalˇlació voleu?"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Install/Update"
msgstr "Instalˇla/Actualitza"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Is this an install or an update?"
msgstr "Es tracta d'una instalˇlació o d'una actualització?"
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr "Recomanada"
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Expert"
#
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade"
msgstr "Actualitza"
#
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade packages only"
-msgstr "Actualitza Només els Paquets"
+msgstr "Només actualitza paquets"
#
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
msgid "Please choose the type of your mouse."
msgstr "Si us plau, seleccioneu el tipus del vostre ratolí."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr "Port del ratolí"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
-"Si us plau, seleccioneu el port sčrie a quč estŕ connectat el vostre ratolí."
+msgstr "Si us plau, seleccioneu el port sčrie a quč estŕ connectat el ratolí."
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr "Emulació dels botons"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr "Emulació del botó 2"
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr "Emulació del botó 3"
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr "S'estan configurant les targetes PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr "S'estŕ configurant l'IDE"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr "No hi ha particions disponibles"
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr "S'estan explorant les particions per trobar els punts de muntatge"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr "Escolliu els punts de muntatge"
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
msgstr ""
"No hi ha prou espai lliure per un 1MB de bootstrap! La instalˇlació "
-"continuarŕ, perň per a iniciar el sistema, necessitareu crear la partició de "
+"continuarŕ, perň per iniciar el sistema necessitareu crear la partició de "
"bootstrap amb el DiskDrake"
#
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
-msgstr "No s'ha trobat cap partició arrel per a realitzar una actualització"
+msgstr "No s'ha trobat cap partició arrel per realitzar una actualització"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Partició arrel"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Quina és la partició arrel (/) del vostre sistema?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Us caldrŕ tornar a arrencar per tal que les modificacions de la taula de "
"particions tinguin efecte"
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Escolliu les particions que voleu formatar"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Voleu comprovar els blocs incorrectes?"
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr "S'estan formatant les particions"
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr "S'estŕ creant i formatant el fitxer %s"
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
+"És impossible de comprovar el sistema de fitxers %s. Voleu reparar els "
+"errors? (Vigileu, podríeu perdre dades.)"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
-"No hi ha prou space d'intercanvi per a completar la instalˇlació; si us "
-"plau, afegiu-ne"
+"No hi ha prou espai d'intercanvi per completar la instalˇlació; si us plau, "
+"afegiu-ne"
-#: ../../install_steps_interactive.pm_.c:472
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:479
msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "S'estan cercant els paquets disponibles"
+msgstr ""
+"S'estan cercant els paquets disponibles i reconstruint la base de dades "
+"d'rpm..."
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
-msgstr "S'estan cercant els paquets disponibles"
+msgstr "S'estan cercant els paquets disponibles..."
-#: ../../install_steps_interactive.pm_.c:476
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:483
msgid "Looking at packages already installed..."
-msgstr "No podeu deseleccionar aquest paquet; ja estŕ instalˇlat"
+msgstr "S'estan cercant els paquets ja instalˇlats..."
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr "S'estan cercant els paquets a actualitzar"
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5930,48 +5788,49 @@ msgstr ""
"Al vostre sistema no li queda prou espai per a la instalˇlació o "
"actualització (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
msgstr ""
-"Per favor, carregueu o salveu la selecció de paquets en el disquet.\n"
-"El format és el mateix que en els disquets generats d'auto instalˇlació."
+"Si us plau, carregueu o deseu la selecció de paquets en el disquet.\n"
+"El format és el mateix que en els disquets generats d'instalˇlació "
+"automŕtica."
#
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Load from floppy"
msgstr "Carrega des del disquet"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr "Desa al disquet"
#
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Loading from floppy"
-msgstr "Carregant des del disquet"
+msgstr "S'estŕ carregant des del disquet"
#
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Package selection"
msgstr "Selecció de paquets"
#
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
msgid "Insert a floppy containing package selection"
msgstr "Inseriu un disquet amb la selecció de paquets"
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
msgid "Selected size is larger than available space"
msgstr "La mida seleccionada és superior a la disponible"
#
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:649
msgid "Type of install"
msgstr "Tipus d'instalˇlació"
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5980,38 +5839,38 @@ msgstr ""
"Escolliu la instalˇlació mínima que voleu:"
#
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
msgid "With X"
msgstr "Amb X"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
-msgstr "Amb documentació bŕsica (recomenada!)"
+msgstr "Amb la documentació bŕsica (recomanat!)"
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr "Instalˇlació realment mínima (especialment no urpmi)"
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
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 ""
-"Si teniu tots els CD de la llista inferior, feu clic a D'acord.\n"
-"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."
+"Si teniu tots els CD de la llista de sota, feu clic a 'D'acord'.\n"
+"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:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM etiquetat com \"%s\""
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr "S'estŕ preparant la instalˇlació"
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
@@ -6020,88 +5879,21 @@ msgstr ""
"S'estŕ instalˇlant el paquet %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
-msgstr "Configuració després de la instalˇlació"
+msgstr "Configuració posterior a la instalˇlació"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, 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:827
+#: ../../install_steps_interactive.pm_.c:834
#, 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:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Ara teniu la possibilitat de descarregar programari destinat al xifratge.\n"
-"\n"
-"AVÍS:\n"
-"Degut a diversos requeriments generals aplicables a aquest programari, i\n"
-"imposats per diverses jurisdiccions, el client i/o l'usuari final d'aquest\n"
-"programari s'ha(n) d'assegurar que les lleis de la(es) seva(es)\n"
-"jurisdicció(ns) li(els) permeten descarregar-lo, emmagatzemar-lo i/o\n"
-"utilitzar-lo.\n"
-"\n"
-"A mes, el client i/o l'usuari final ha(n) de tenir especialment en compte\n"
-"que no ha(n) d'infrigir les lleis de la(es) seva(es) jurisdicció(ns). Si\n"
-"el client i/o l'usuari final no respecta(en) les disposicions d'aquestes\n"
-"lleis, pot(den) ser severament sancionat(s).\n"
-"\n"
-"Mandrakesoft i els seus fabricants i/o proveďdors no seran en cap cas\n"
-"responsables de cap dany especial, indirecte o incidental (incloent,\n"
-"perň sense limitar-se a, la pčrdua de beneficis, interrupció del negoci,\n"
-"pčrdua de dades comercials i altres pčrdues econňmiques, i eventuals\n"
-"responsabilitats i idemnitzacions que s'hagin de pagar per sentčncia\n"
-"judicial) derivat de l'ús, la possessió o la simple descŕrrega d'aquest\n"
-"programari, al qual el client i/o l'usuari final pugui(n), eventualment,\n"
-"tenir accés després d'haver signat el present acord.\n"
-"\n"
-"Per a qualsevol consulta relativa a aquest acord, podeu adreçar-vos a \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -6112,183 +5904,182 @@ msgid ""
"\n"
"Do you want to install the updates ?"
msgstr ""
-"Ara teniu la oportunitat de baixar paquets actualitzats. Aquests paquets\n"
+"Ara teniu l'oportunitat de baixar paquets actualitzats. Aquests paquets\n"
"han estat publicats després del llançament de la distribució. Poden "
"contenir\n"
-"actualitzacions de seguretat o d'errors.\n"
+"actualitzacions de seguretat o correccions d'errors.\n"
"\n"
-"Per a baixar aquests paquets, necessitareu tenir una connexió d'internet\n"
-"que funcioni.\n"
+"Per baixar aquests paquets, necessitareu tenir una connexió a Internet\n"
+"operativa.\n"
"\n"
-"Voleu instalˇlar aquestes actualitzacions ?"
+"Voleu instalˇlar aquestes actualitzacions?"
#
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
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:906
+#: ../../install_steps_interactive.pm_.c:881
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:915
+#: ../../install_steps_interactive.pm_.c:890
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 "
+"S'estŕ contactant amb la rčplica per obtenir la llista dels paquets "
"disponibles..."
-#: ../../install_steps_interactive.pm_.c:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr "En quina zona horŕria us trobeu?"
#
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
msgid "Hardware clock set to GMT"
msgstr "El rellotge del vostre ordinador estŕ regulat per GMT"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronització automŕtica de la hora (usant NTP)"
#
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
msgid "NTP Server"
msgstr "Servidor NTP"
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
msgid "Remote CUPS server"
msgstr "Servidor CUPS remot"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
msgid "No printer"
msgstr "Cap impressora"
#
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
msgid "Do you have an ISA sound card?"
msgstr "Teniu una targeta de so ISA?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
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"
+"Executeu \"sndconfig\" després de la instalˇlació per configurar la targeta "
+"de so"
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm_.c:986
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:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Resum"
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
msgid "Mouse"
msgstr "Ratolí"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
-msgstr "Zona horŕria"
+msgstr "Fus horari"
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2989
-#: ../../printerdrake.pm_.c:3078
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "Impressora"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
msgid "ISDN card"
msgstr "Targeta XDSI"
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
msgid "Sound card"
msgstr "Targeta de so"
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr "Targeta de TV"
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr "LDAP"
#
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1121
-#: ../../install_steps_interactive.pm_.c:1127
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Windows Domain"
-msgstr "Aconsegueix les Fons de Windows"
+msgstr "Domini de Windows"
#
-#: ../../install_steps_interactive.pm_.c:1078
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
msgid "Local files"
-msgstr "Impressores local"
+msgstr "Fitxers locals"
-#: ../../install_steps_interactive.pm_.c:1087
-#: ../../install_steps_interactive.pm_.c:1088 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
-msgstr "Contrasenya de 'root'"
+msgstr "Estableix la contrasenya de root"
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr "Sense contrasenya"
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1074
#, 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:1100 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "Autenticació"
#
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1088
msgid "Authentication LDAP"
msgstr "Autenticació LDAP"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
#
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1090
msgid "LDAP Server"
msgstr "Servidor LDAP"
#
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1096
msgid "Authentication NIS"
msgstr "Autenticació NIS"
-#: ../../install_steps_interactive.pm_.c:1117
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "Domini del NIS"
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -6303,23 +6094,34 @@ msgid ""
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
msgstr ""
-
-#
-#: ../../install_steps_interactive.pm_.c:1126
-#, fuzzy
+"Per tal que funcioni en un W2K PDC, segurament haureu de fer que "
+"l'administrador executi \"C:\\>net localgroup 'Accés compatible amb vesions "
+"anteriors a Windows 2000' everyone /add\" i que reiniciď el servidor.\n"
+"També necessitareu el nom d'usuari i la contrasenya de l'administrador del "
+"domini per poder connectar la mŕquina al domini de Windows(TM).\n"
+"Si la xarxa encara no estŕ operativa, el DrakX provarŕ de connectar-se al "
+"domini després del pas de configuració de la xarxa.\n"
+"Si aquesta configuració fallés per algun motiu i l'autenticació no "
+"funcionés, executeu 'smbpasswd -j DOMINI -U USUARI%CONTRASENYA' passant com "
+"a parŕmetres el domini Windows en qüestió i el nom d'usuari i la contrasenya "
+"de l'administrador, després que arrenqui el sistema.\n"
+"L'ordre 'wbinfo -t' comprovarŕ si els secrets de l'autenticació són prou "
+"bons."
+
+#
+#: ../../install_steps_interactive.pm_.c:1106
msgid "Authentication Windows Domain"
-msgstr "Autenticació LDAP"
+msgstr "Autenticació en el domini de Windows"
-#: ../../install_steps_interactive.pm_.c:1128
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1108
msgid "Domain Admin User Name"
-msgstr "Nom de domini"
+msgstr "Nom d'usuari de l'administrador del domini"
-#: ../../install_steps_interactive.pm_.c:1129
+#: ../../install_steps_interactive.pm_.c:1109
msgid "Domain Admin Password"
-msgstr ""
+msgstr "Contrasenya de l'administrador del domini"
-#: ../../install_steps_interactive.pm_.c:1164
+#: ../../install_steps_interactive.pm_.c:1144
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 "
@@ -6349,19 +6151,20 @@ msgstr ""
"Si voleu crear un disc d'arrencada per al vostre sistema, inseriu un disquet "
"a la primera unitat i premeu \"D'acord\"."
-#: ../../install_steps_interactive.pm_.c:1180
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr "Primera unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "Segona unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:1182 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "Omet"
-#: ../../install_steps_interactive.pm_.c:1187
+#: ../../install_steps_interactive.pm_.c:1167
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6389,7 +6192,7 @@ msgstr ""
"sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1193
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -6400,69 +6203,70 @@ msgstr ""
"\n"
"\n"
"(COMPTE! Esteu utilitzant XFS per la vostra partició arrel,\n"
-"creant un disquet d'arrencada per un de 1.44 Mb molt probablement fallarŕ,\n"
+"la creació d'un disquet d'arrencada amb un de 1.44 MB molt probablement "
+"fallarŕ,\n"
"perquč XFS necessita una unitat molt gran)."
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1185
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:1209
+#: ../../install_steps_interactive.pm_.c:1189
#, c-format
msgid "Insert a floppy in %s"
msgstr "Inseriu un disquet a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:1212
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
-msgstr "S'estŕ creant el disc d'arrencada"
+msgstr "S'estŕ creant el disc d'arrencada..."
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
-msgstr "S'estŕ preparant el carregador d'arrencada"
+msgstr "S'estŕ preparant el carregador de l'arrencada..."
-#: ../../install_steps_interactive.pm_.c:1230
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
"The install will continue, but you'll\n"
" need to use BootX to boot your machine"
msgstr ""
-"Sembla que teniu un ordiandor OldWorld or Desconegut,\n"
-"el carregador d'arrencada yaboot no funcionarŕ.\n"
-"La instalˇlació continuarŕ, perň haureu\n"
-"d'utilitzar el BootX per a arrencar el vostre ordinador"
+"Sembla que teniu un ordinador OldWorld o una mŕquina \n"
+"desconeguda; el carregador d'arrencada yaboot no funcionarŕ.\n"
+"La instalˇlació continuarŕ, perň haureu d'utilitzar el BootX\n"
+"per arrencar l'ordinador"
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr "Voleu utilitzar l'aboot?"
-#: ../../install_steps_interactive.pm_.c:1239
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-"S'ha produďt un error en instalˇlar l'aboot; \n"
-"voleu intentar igualment la instalˇlació encara que aixň destrueixi la "
+"S'ha produďt un error en instalˇlar l'aboot. \n"
+"Voleu intentar igualment la instalˇlació encara que aixň destrueixi la "
"primera partició?"
#
-#: ../../install_steps_interactive.pm_.c:1246
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Installing bootloader"
-msgstr "Instalˇlant el carregador d'arrencada"
+msgstr "S'estŕ instalˇlant el carregador de l'arrencada"
-#: ../../install_steps_interactive.pm_.c:1252
+#: ../../install_steps_interactive.pm_.c:1232
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-"Ha fallat la instalˇlació del carregador d'arrencada. S'ha produďt l'error "
-"següent:"
+"Ha fallat la instalˇlació del carregador de l'arrencada. S'ha produďt "
+"l'error següent:"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6473,25 +6277,25 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
"Potser us caldrŕ canviar el dispositiu d'arrencada Open Firware per\n"
-" habilitar el carregador d'arencada. Si no veieu l'indicador del carregador "
-"d'arrencada\n"
-" en tornar a arrencar, premeu Command-Option-O-F en tornar a arrencar i "
-"introduďu:\n"
+"habilitar el carregador de l'arrencada. Si no veieu l'indicador del\n"
+"carregador de l'arrencada en tornar a arrencar, premeu\n"
+"Command-Option-O-F en tornar a arrencar i introduďu:\n"
" setenv boot-device %s,\\\\:tbxi\n"
" Després, escriviu: shut-down\n"
-"En l'arrencada següent heu de veure l'indicador del carregador d'arrencada."
+"En l'arrencada següent heu de veure l'indicador del carregador de "
+"l'arrencada."
-#: ../../install_steps_interactive.pm_.c:1294
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, 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:1298
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr "S'estŕ creant el diquet d'instalˇlació automŕtica"
-#: ../../install_steps_interactive.pm_.c:1309
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6501,7 +6305,7 @@ msgstr ""
"\n"
"Segur que voleu sortir ara?"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm_.c:1300
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6520,7 +6324,7 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
"Felicitats! La instalˇlació ha acabat.\n"
-"Traieu el suport d'arrencada i premeu Intro per tornar a arrencar.\n"
+"Traieu el suport d'arrencada i premeu Retorn per tornar a arrencar.\n"
"\n"
"\n"
"Trobareu la solució als problemes coneguts d'aquesta versió del\n"
@@ -6534,15 +6338,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:1333
+#: ../../install_steps_interactive.pm_.c:1313
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1318
msgid "Generate auto install floppy"
msgstr "Genera un disquet per a la instalˇlació automŕtica"
-#: ../../install_steps_interactive.pm_.c:1340
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6550,32 +6354,32 @@ msgid ""
"\n"
"You may prefer to replay the installation.\n"
msgstr ""
-"Si es desitja, la instalˇlació automŕtica es pot\n"
+"Si ho desitgeu, la instalˇlació automŕtica es pot\n"
"automatitzar completament, perň en aquest cas\n"
-"prendrŕ el control del disc dur!!\n"
-"(aixň estŕ pensat per a la instalˇlació en una altra ordinador).\n"
+"prendrŕ el control del disc dur!\n"
+"(Aixň estŕ pensat per a la instalˇlació en un altre ordinador.)\n"
"\n"
"Potser preferireu repetir la instalˇlació.\n"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr "Automŕtica"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Replay"
msgstr "Repeteix"
-#: ../../install_steps_interactive.pm_.c:1348
+#: ../../install_steps_interactive.pm_.c:1328
msgid "Save packages selection"
msgstr "Desa la selecció de paquets"
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr "Instalˇlació del Mandrake Linux %s"
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6594,23 +6398,23 @@ msgstr "El consolehelper no hi és"
msgid "Choose a file"
msgstr "Trieu un fitxer"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr "Avançat"
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:103
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
msgid "Basic"
-msgstr "Basic"
+msgstr "Bŕsic"
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr "<- Anterior"
#
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
msgid "Next"
msgstr "Següent"
@@ -6621,7 +6425,7 @@ msgstr "Elecció incorrecta, torneu-ho a intentar\n"
#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
#, c-format
msgid "Your choice? (default %s) "
-msgstr "La vostra elecció? (predeterminat %s)"
+msgstr "Quina és la vostra elecció? (predeterminat %s)"
#: ../../interactive/stdio.pm_.c:54
#, c-format
@@ -6635,31 +6439,31 @@ msgstr ""
#: ../../interactive/stdio.pm_.c:70
#, c-format
msgid "Your choice? (0/1, default `%s') "
-msgstr "La vostra elecció? (predeterminat %s)"
+msgstr "Quina és la vostra elecció? (0/1, predeterminat '%s')"
#: ../../interactive/stdio.pm_.c:95
#, c-format
msgid "Button `%s': %s"
-msgstr "Butons: `%s': %s"
+msgstr "Botó '%s': %s"
#
#: ../../interactive/stdio.pm_.c:96
msgid "Do you want to click on this button?"
-msgstr "Voleu fer clic en aquest butó?"
+msgstr "Voleu fer clic en aquest botó?"
#: ../../interactive/stdio.pm_.c:105
msgid " enter `void' for void entry"
-msgstr " entreu `void' per entrada buida"
+msgstr " entreu 'void' per entrada buida"
#: ../../interactive/stdio.pm_.c:105
#, c-format
msgid "Your choice? (default `%s'%s) "
-msgstr "La vostra elecció? (predeterminat `%s'%s)"
+msgstr "Quina és la vostra elecció? (predeterminat '%s'%s)"
#: ../../interactive/stdio.pm_.c:123
#, c-format
msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Hi ha moltes coses per a escollir (%s).\n"
+msgstr "=> Hi ha moltes coses per escollir de (%s).\n"
#: ../../interactive/stdio.pm_.c:126
msgid ""
@@ -6667,9 +6471,9 @@ msgid ""
"or just hit Enter to proceed.\n"
"Your choice? "
msgstr ""
-"Per favor, escolliu el primer número del rang 10 que voleu editar,\n"
-"o premeu Enter per a continuar.\n"
-"La vostra elecció? "
+"Si us plau, escolliu el primer número del rang 10 que voleu editar,\n"
+"o premeu Retorn per continuar.\n"
+"Quč trieu? "
#: ../../interactive/stdio.pm_.c:139
#, c-format
@@ -6677,394 +6481,394 @@ msgid ""
"=> Notice, a label changed:\n"
"%s"
msgstr ""
-"=> Avís, un etiqueta a canviat:\n"
+"=> Avís, una etiqueta ha canviat:\n"
"%s"
#: ../../interactive/stdio.pm_.c:146
msgid "Re-submit"
-msgstr "Re-envieu"
+msgstr "Torna a enviar"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "Txec (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "Alemany"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "Espanyol"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "Finčs"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "Francčs"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "Noruec"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "Polončs"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "Rus"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "Suec"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
-msgstr "Teclat RU"
+msgstr "Teclat Regne Unit"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
-msgstr "Teclat EU"
+msgstr "Teclat Estats Units"
#
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:167
msgid "Albanian"
msgstr "Albančs"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "Armeni (antic)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "Armeni (mŕquina d'escriure)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "Armeni (fončtic)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjančs (llatí)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:177
-#, fuzzy
+#: ../../keyboard.pm_.c:178
msgid "Bengali"
-msgstr "habilita"
+msgstr "Bengalí"
#
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (phonetic)"
msgstr "Búlgar (fončtic)"
#
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
msgid "Bulgarian (BDS)"
msgstr "Búlgar (BDS)"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "Brasiler (ABNT-2)"
-#: ../../keyboard.pm_.c:183
-#, fuzzy
+#: ../../keyboard.pm_.c:184
msgid "Bosnian"
-msgstr "Estoniŕ"
+msgstr "Bosniŕ"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
msgid "Belarusian"
-msgstr "Bielorús"
+msgstr "Bielorrús"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "Suís (disposició alemanya)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "Suís (disposició francesa)"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "Txec (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr "Alemany (sense tecles inoperatives)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
-msgstr ""
+msgstr "Devanagari"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "Dančs"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
-msgstr "Dvorak (EU)"
+msgstr "Dvorak (Estats Units)"
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Noruec)"
#
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Suec)"
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "Estoniŕ"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgiŕ (disposició \"russa\")"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgiŕ (disposició \"llatina\")"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "Grec"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
-msgstr ""
+msgstr "Gujarati"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
-msgstr ""
+msgstr "Gurmukhi"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "Hongarčs"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "Israeliŕ"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "Israeliŕ (fončtic)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
msgstr "Iraniŕ"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "Islandčs"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "Italiŕ"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
-msgstr ""
+msgstr "Inuktitut"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr "Japončs de 106 tecles"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:217
msgid "Korean keyboard"
msgstr "Teclat coreŕ"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "Espanyol sud-americŕ"
#
-#: ../../keyboard.pm_.c:218
-#, fuzzy
+#: ../../keyboard.pm_.c:219
msgid "Laotian"
-msgstr "Letó"
+msgstr "Laosí"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "Lituŕ AZERTY (antic)"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "Lituŕ AZERTY (nou)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituŕ \"fila de números\" QWERTY"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituŕ \"fončtic\" QWERTY"
#
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:225
msgid "Latvian"
msgstr "Letó"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr "Macedoni"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "Myanmar (Burmese)"
#
-#: ../../keyboard.pm_.c:227
-#, fuzzy
+#: ../../keyboard.pm_.c:229
msgid "Mongolian (cyrillic)"
-msgstr "Serbi (cirílˇlic)"
+msgstr "Mongol (cirílˇlic)"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
-msgstr ""
+msgstr "Maltčs (Regne Unit)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
-msgstr ""
+msgstr "Maltčs (Estats Units)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "Holandčs"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "Polončs (disposició qwerty)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "Polončs (disposició qwertz)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "Portugučs"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "Canadenc (Quebec)"
#
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:239
msgid "Romanian (qwertz)"
msgstr "Romančs (qwertz)"
#
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:240
msgid "Romanian (qwerty)"
msgstr "Romančs (qwerty)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "Rus (Yawerty)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "Eslovč"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "Eslovac (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "Eslovac (QWERTY)"
#
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:248
msgid "Serbian (cyrillic)"
msgstr "Serbi (cirílˇlic)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:250
msgid "Tamil (Unicode)"
-msgstr ""
+msgstr "Tamil (Unicode)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
-msgstr ""
+msgstr "Tamil (TSCII)"
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "Teclat tai"
#
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
msgid "Tajik keyboard"
msgstr "Teclat tadjik"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "Turc (tradicional, model \"F\")"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "Turc (modern, model \"Q\")"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "Ucraďnčs"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
-msgstr "Teclat EU (internacional)"
+msgstr "Teclat Estats Units (internacional)"
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"fila numčrica\" QWERTY"
#
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
msgid "Yugoslavian (latin)"
msgstr "Iugoslau (llatí)"
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
-msgstr "Tecla d'alternativa dreta"
+msgstr "Tecla d'Alternativa Grŕfica"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
-msgstr "Les dues tecles de majúscules simultŕniament"
+msgstr "Les dues tecles de Majúscules simultŕniament"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
-msgstr "Tecles de Control i de majúscules simultŕniament"
+msgstr "Tecles de Control i de Majúscules simultŕniament"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
-msgstr "Tecla de fixació de majúscules"
+msgstr "Tecla de Fixació de Majúscules"
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
-msgstr "Tecles de Control i alternativa simultŕniament"
+msgstr "Tecles de Control i d'Alternativa simultŕniament"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
-msgstr "Tecles alternativa i de majúscules simultŕniament"
+msgstr "Tecles d'Alternativa i de Majúscules simultŕniament"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
-msgstr "\"Menú\" tecles"
+msgstr "tecla de \"Menú\""
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr "Tecla de \"Windows\" Esquerra"
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr "Tecla de \"Windows\" Dreta"
@@ -7077,40 +6881,47 @@ msgstr "Muntatges circulars %s\n"
msgid "Remove the logical volumes first\n"
msgstr "Elimineu primer els volums lňgics\n"
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+"El suport per a PCMCIA ja no existeix en els nuclis 2.2. Utilitzeu un nucli "
+"2.4."
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr "Ara podeu configurar cada parŕmetre del mňdul."
+
+#: ../../modules/parameters.pm_.c:18
#, fuzzy
+msgid "modinfo is not available"
+msgstr "No hi ha cap unitat de disquet disponible"
+
+#: ../../modules/parameters.pm_.c:50
msgid "a number"
-msgstr "Número de telčfon"
+msgstr "un número"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
-msgstr ""
+msgstr "%d nombres separats per coma"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
-msgstr ""
+msgstr "%d cadenes separades per coma"
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
-msgstr ""
+msgstr "nombres separats per coma"
-#: ../../modparm.pm_.c:54
-#, fuzzy
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated strings"
-msgstr "Formata les particions"
-
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"El suport per a PCMCIA ja no existeix en els nuclis (kernels) 2.2. Utilitzeu "
-"el nucli 2.4."
+msgstr "cadenes separades per coma"
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
+msgstr "Ratolí de Sun"
#: ../../mouse.pm_.c:32
msgid "Logitech MouseMan+"
@@ -7118,7 +6929,7 @@ msgstr "Logitech MouseMan+"
#: ../../mouse.pm_.c:33
msgid "Generic PS2 Wheel Mouse"
-msgstr "Rató de bola PS2 genčric"
+msgstr "Ratolí PS2 genčric amb rodeta"
#: ../../mouse.pm_.c:34
msgid "GlidePoint"
@@ -7137,9 +6948,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"
@@ -7147,11 +6957,11 @@ msgstr "1 botó"
#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
-msgstr "Generic 2 Button Mouse"
+msgstr "Ratolí genčric de 2 botons"
#: ../../mouse.pm_.c:47
msgid "Wheel"
-msgstr "De bola"
+msgstr "Rodeta"
#: ../../mouse.pm_.c:51
msgid "serial"
@@ -7159,7 +6969,7 @@ msgstr "sčrie"
#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
-msgstr "Generic 3 Button Mouse"
+msgstr "Ratolí genčric de 3 botons"
#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
@@ -7213,56 +7023,76 @@ msgstr "cap"
msgid "No mouse"
msgstr "Cap ratolí"
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
msgid "Please test the mouse"
msgstr "Si us plau, comproveu el ratolí."
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
msgid "To activate the mouse,"
msgstr "Per activar el ratolí,"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
-msgstr "MOVEU LA BOLA!"
+msgstr "MOVEU LA RODA!"
-#: ../../my_gtk.pm_.c:64
-#, fuzzy
+#: ../../my_gtk.pm_.c:65
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
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
msgid "Finish"
-msgstr "Finčs"
+msgstr "Fi"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "Següent ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "Aixň és correcte?"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "Informació"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "Expandeix l'arbre"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "Redueix l'arbre"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr "Commuta entre pla i ordenat per grups"
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Connecta't a internet"
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "utilitza pppoe"
#: ../../network/adsl.pm_.c:24
+msgid "use pptp"
+msgstr "utilitza pptp"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
+msgstr "utilitza dhcp"
+
+#: ../../network/adsl.pm_.c:26
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel Speedtouch USB"
+
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
+msgid "Connect to the Internet"
+msgstr "Connecta't a Internet"
+
+#: ../../network/adsl.pm_.c:30
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -7272,51 +7102,37 @@ msgstr ""
"Algunes connexions utilitzen pptp, unes poques utilitzen dhcp.\n"
"Si no ho sabeu, escolliu 'utilitza pppoe'"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
-msgstr "utilitza dhcp"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "utilitza pppoe"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pptp"
-msgstr "utilitza pptp"
+#: ../../network/adsl.pm_.c:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
msgid "Web Server"
-msgstr "Servidor"
+msgstr "Servidor Web"
#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
msgid "Domain Name Server"
-msgstr "Nom de domini"
+msgstr "Servidor de Noms de Domini (DNS)"
#
#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
msgid "Mail Server"
-msgstr "Servidor de base de dades"
+msgstr "Servidor de correu"
#
#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
msgid "POP and IMAP Server"
-msgstr "Servidor LDAP"
+msgstr "Servidor POP i IMAP"
#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
msgid "No network card"
-msgstr "no s'ha trobat cap targeta de xarxa"
+msgstr "No s'ha trobat cap targeta de xarxa"
#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
msgid ""
"drakfirewall configurator\n"
"\n"
@@ -7324,11 +7140,11 @@ msgid ""
"For a powerful dedicated firewall solution, please look to the\n"
"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-"Configurador del tinyfirewall\n"
+"Configuració del drakfirewall\n"
"\n"
-"Amb aixň es configura un tallafocs personal per a aquest ordinador Linux "
+"Aquí es configura un tallafocs personal per a aquest ordinador Linux "
"Mandrake.\n"
-"Per a una potent solució de tallafocs dedicada, consulteu si us plau la "
+"Per a una potent solució de tallafocs dedicada, consulteu si us plau la \n"
"distribució especialitzada MandrakeSecurity Firewall."
#: ../../network/drakfirewall.pm_.c:135
@@ -7338,10 +7154,14 @@ msgid ""
"Make sure you have configured your Network/Internet access with\n"
"drakconnect before going any further."
msgstr ""
+"Configuració del drakfirewall\n"
+"\n"
+"Assegureu-vos d'haver configurat l'accés a la xarxa local/Internet\n"
+"amb el drakconnect abans de continuar."
#: ../../network/drakfirewall.pm_.c:152
msgid "Which services would you like to allow the Internet to connect to?"
-msgstr ""
+msgstr "A quins serveis voleu permetre la connexió des d'Internet?"
#: ../../network/drakfirewall.pm_.c:153
msgid ""
@@ -7349,6 +7169,9 @@ msgid ""
"Valid examples are: 139/tcp 139/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
+"Podeu introduir diferents ports.\n"
+"Són exemples vŕlids: 139/tcp 139/udp.\n"
+"Cerqueu informació a /etc/services"
#: ../../network/drakfirewall.pm_.c:159
#, c-format
@@ -7357,23 +7180,25 @@ msgid ""
"The proper format is \"port/tcp\" or \"port/udp\", \n"
"where port is between 1 and 65535."
msgstr ""
+"El port introduďt no és vŕlid: %s.\n"
+"El format correcte és \"port/tcp\" o \"port/udp\", \n"
+"on el port es troba entre 1 i 65535."
#: ../../network/drakfirewall.pm_.c:167
msgid "Everything (no firewall)"
-msgstr ""
+msgstr "Tot (sense tallafoc)"
#: ../../network/drakfirewall.pm_.c:169
-#, fuzzy
msgid "Other ports"
-msgstr "Ports de comprovació"
+msgstr "Altres ports"
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr ""
"Quin client dhcp voleu utilitzar?\n"
-"El predeterminat és dhcpcd"
+"El predeterminat és dhcp-client"
#: ../../network/ethernet.pm_.c:88
msgid ""
@@ -7383,7 +7208,7 @@ msgstr ""
"No s'ha detectat cap adaptador de xarxa ethernet al sistema.\n"
"No puc configurar aquest tipus de connexió."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:238
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
msgid "Choose the network interface"
msgstr "Escolliu la interfície de xarxa"
@@ -7394,15 +7219,15 @@ msgstr ""
"Si us plau, seleccioneu quin adaptador de xarxa voleu utilitzar per\n"
"connectar-vos a Internet."
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "no s'ha trobat cap targeta de xarxa"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "S'estŕ configurant la xarxa"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
msgid ""
"Please enter your host name if you know it.\n"
"Some DHCP servers require the hostname to work.\n"
@@ -7413,17 +7238,17 @@ msgstr ""
"Alguns servidors DHCP necessiten que el nom de l'ordinador central sigui "
"operatiu.\n"
"El nom ha de ser complet,\n"
-"com ara ``mybox.mylab.myco.com''."
+"com ara \"mybox.mylab.myco.com\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Nom de l'ordinador central"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
msgid "Network Configuration Wizard"
msgstr "Auxiliar de configuració de xarxa"
@@ -7453,13 +7278,13 @@ msgid ""
msgstr ""
"Quina configuració XDSI preferiu?\n"
"\n"
-"* La configuració Antiga usa isdn4net. Conté eines molt\n"
-" potents, perň és difícil de configurar, i no és estŕndar.\n"
+"* La configuració antiga usa isdn4net. Conté eines molt\n"
+" potents, perň és difícil de configurar, i no és estŕndard.\n"
"\n"
-"* la Nova configuració és més fŕcil d'entendre, més\n"
-" estŕndar, perň té menys eines.\n"
+"* La nova configuració és més fŕcil d'entendre, més\n"
+" estŕndard, perň té menys eines.\n"
"\n"
-"Nosaltres recomanen la nova configuració senzilla(light).\n"
+"Nosaltres recomanen la nova configuració senzilla (isdn-light).\n"
#
#: ../../network/isdn.pm_.c:54
@@ -7469,72 +7294,72 @@ msgstr "Nova configuració (isdn-light)!"
#
#: ../../network/isdn.pm_.c:54
msgid "Old configuration (isdn4net)"
-msgstr "Antiga configuració (isdn4net)"
+msgstr "Configuració antiga (isdn4net)"
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "Configuració de l'XDSI"
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
msgstr ""
"Seleccioneu el vostre proveďdor.\n"
-" Si no és a la llista, seleccioneu No és a la llista"
+"Si no és a la llista, seleccioneu \"No és a la llista\""
#
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol"
msgstr "Protocol europeu"
#
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol (EDSS1)"
msgstr "Protocol europeu (EDSS1)"
#
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid "Protocol for the rest of the world"
msgstr "Protocol per a la resta del món"
#
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
msgstr ""
"Protocol per a la resta del món\n"
-"cap canal D (línies llogades)"
+"Cap canal D (línies punt a punt)"
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
msgid "Which protocol do you want to use?"
msgstr "Quin protocol voleu utilitzar?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
-msgstr ""
+msgstr "S'ha trobat la interfície \"%s\". Voleu utilitzar-la?"
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
msgid "What kind of card do you have?"
msgstr "Quin tipus de targeta teniu?"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
-msgstr "No sé"
+msgstr "No ho sé"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7543,86 +7368,113 @@ msgid ""
"card.\n"
msgstr ""
"\n"
-"Si teniu una targeta ISA, els valors de la pantalla següent han de ser "
+"Si teniu una targeta ISA, els valors de la pantalla següent haurien de ser "
"correctes.\n"
"\n"
-"Si teniu una targeta PCMCIA, us en cal saber l'\"irq\" i l'\"io\".\n"
+"Si teniu una targeta PCMCIA, cal que en sapigueu l'\"irq\" i l'\"io\".\n"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
-msgstr "Interromp"
+msgstr "Abandona"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Continue"
msgstr "Continua"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
msgid "Which is your ISDN card?"
-msgstr "Quina targeta XDSI teniu ?"
+msgstr "Quina targeta XDSI teniu?"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
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 ""
-"He detectat una targeta PCI XDSI, perň no en conec el tipus. Si us plau, "
-"seleccioneu una targeta PCI a la pantalla següent."
+"S'ha detectat una targeta PCI XDSI, perň no es reconeix el tipus. Si us "
+"plau, seleccioneu una targeta PCI a la pantalla següent."
-#: ../../network/isdn.pm_.c:252
+#: ../../network/isdn.pm_.c:248
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"No s'ha trobat cap targeta PCI XDSI. Si us plau, seleccioneu-ne una a la "
-"pantalla següent"
+"pantalla següent."
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr ""
"Si us plau, seleccioneu el port sčrie al qual teniu connectat el mňdem."
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "Opcions de marcatge"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr "Nom de la connexió"
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
msgid "Phone number"
msgstr "Número de telčfon"
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "ID d'entrada"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "Basat en script"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "Basat en terminal"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Nom de domini"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
msgid "First DNS Server (optional)"
msgstr "Primer servidor DNS (opcional)"
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
msgid "Second DNS Server (optional)"
msgstr "Segon servidor DNS (opcional)"
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "perň que no coincideixin amb"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "Instalˇla"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "Taula"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -7659,25 +7511,25 @@ msgstr "Ara mateix no esteu connectat a Internet."
msgid "Connect"
msgstr "Connecta"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
msgid "Disconnect"
msgstr "Desconnecta"
#
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
msgid "Configure the connection"
msgstr "Configura la connexió"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
msgid "Internet connection & configuration"
msgstr "Connexió i configuració d'Internet"
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, c-format
msgid "We are now going to configure the %s connection."
-msgstr "Ara configurarem la connexió %s."
+msgstr "Ara es configurarŕ la connexió %s."
-#: ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:103
#, c-format
msgid ""
"\n"
@@ -7691,137 +7543,142 @@ msgstr ""
"\n"
"\n"
"\n"
-"Ara configurarem la connexió %s.\n"
+"Ara es configurarŕ la connexió %s.\n"
"\n"
"\n"
-"Premeu D'acord per a continuar."
+"Premeu D'acord per continuar."
-#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr "Configuració de xarxa"
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
"Click on Ok to keep your configuration, or cancel to reconfigure your "
"Internet & Network connection.\n"
msgstr ""
-"Atčs que esteu realitzant una instalˇlació de xarxa, ja teniu la xarxa "
+"Atčs que esteu realitzant una instalˇlació des de xarxa, ja teniu la xarxa "
"configurada.\n"
-"Feu clic a D'acord per conservar la configuració, o a Cancelˇla per tornar a "
-"configurar la connexió a Internet i xarxa.\n"
+"Feu clic a 'D'acord' per conservar la configuració, o a 'Cancelˇla' per "
+"tornar a configurar la connexió a Internet i a la xarxa local.\n"
-#: ../../network/netconnect.pm_.c:160
+#: ../../network/netconnect.pm_.c:157
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 ""
-"Benvingut a l'Auxiliar de configuració a xarxa\n"
+"Benvingut a l'auxiliar de configuració de xarxa\n"
"\n"
-"Ara configurarem la connexió a Internet/xarxa.\n"
+"Ara es configurarŕ la connexió a Internet/xarxa.\n"
"Si no voleu utilitzar la detecció automŕtica, desactiveu el quadre de "
"verificació.\n"
-#: ../../network/netconnect.pm_.c:166
+#: ../../network/netconnect.pm_.c:163
msgid "Choose the profile to configure"
-msgstr "Escolliu el perfil per configurar"
+msgstr "Escolliu el perfil a configurar"
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr "Utilitza la detecció automŕtica"
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3203
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
msgid "Expert Mode"
msgstr "Mode expert"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr "S'estan detectant els dispositius..."
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
msgid "Normal modem connection"
msgstr "Connexió normal per mňdem"
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, c-format
msgid "detected on port %s"
msgstr "detectat al port %s"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "Connexió normal per mňdem"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "s'ha detectat %s"
+
+#: ../../network/netconnect.pm_.c:216
msgid "ISDN connection"
msgstr "Connexió XDSI"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr "s'ha detectat %s"
#
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
msgid "ADSL connection"
msgstr "Connexió ADSL"
-#: ../../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:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "Cable connection"
-msgstr "Connexió de cable"
+msgstr "Connexió per cable"
#
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "cable connection detected"
-msgstr "Connexió de cable detectada"
+msgstr "s'ha detectat la connexió per cable"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "LAN connection"
msgstr "Connexió LAN"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr "s'han detectat una o diverses targetes Ethernet"
#
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
msgid "Choose the connection you want to configure"
-msgstr "Escolliu la connexió per voleu configurar"
+msgstr "Escolliu la connexió que voleu configurar"
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
-"heu escollit múltiples maneres de conectar-se a Internet.\n"
+"Heu configurat múltiples maneres de conectar-se a Internet.\n"
"Escolliu la que voleu utilitzar.\n"
"\n"
#
-#: ../../network/netconnect.pm_.c:226
+#: ../../network/netconnect.pm_.c:247
msgid "Internet connection"
msgstr "Connexió a Internet"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
msgid "Do you want to start the connection at boot?"
msgstr "Voleu iniciar la connexió en arrencar?"
-#: ../../network/netconnect.pm_.c:246
+#: ../../network/netconnect.pm_.c:267
msgid "Network configuration"
msgstr "Configuració de xarxa"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
-msgstr "La xarxa necessita ésser reiniciada"
+msgstr "La xarxa necessita reiniciar-se"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7832,17 +7689,17 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
"\n"
msgstr ""
"Felicitats, la configuració de xarxa i Internet ha finalitzat.\n"
-"\n"
"Ara s'aplicarŕ la configuració al sistema.\n"
+"\n"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7850,17 +7707,17 @@ 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:266
+#: ../../network/netconnect.pm_.c:287
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 ""
"Hi ha hagut problemes durant la configuració.\n"
-"Testegeu la connexió via net_monitor o mcc. Si la connexió no funciona "
-"correctament, voldreu tornar a fer la configuració."
+"Proveu la connexió via net_monitor o mcc. Si la connexió no funciona "
+"correctament, torneu a executar la configuració."
-#: ../../network/network.pm_.c:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7868,57 +7725,69 @@ msgid ""
"Modifying the fields below will override this configuration."
msgstr ""
"ATENCIÓ: Aquest dispositiu ja es va configurar per connectar-se a Internet.\n"
-"Només cal que accepteu per a mantenir-lo configurat.\n"
+"Només cal que accepteu per mantenir-lo configurat.\n"
"Si modifiqueu els camps inferiors, sobreescriureu aquesta configuració."
-#: ../../network/network.pm_.c:296
+#: ../../network/network.pm_.c:283
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 ""
"Si us plau, introduďu la configuració IP d'aquest ordinador.\n"
-"S'ha d'introduir cada element com a una adreça IP amb notació decimal amb\n"
+"S'ha d'introduir cada element com una adreça IP en notació decimal amb\n"
"punts (per exemple, 1.2.3.4)."
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr "S'estŕ configurant el dispositiu de xarxa %s"
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, c-format
msgid " (driver %s)"
msgstr " (controlador %s)"
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "Adreça IP"
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
-#: ../../standalone/drakgw_.c:295
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
-msgstr "Submŕscara de la xarxa"
+msgstr "Submŕscara de xarxa"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
-msgstr "IP automŕtic"
+msgstr "IP automŕtica"
#
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
msgid "Start at boot"
msgstr "Inicia en l'arrencada"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
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"
+msgstr "L'adreça IP ha d'estar en format 1.2.3.4"
-#: ../../network/network.pm_.c:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7926,92 +7795,90 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
"Si us plau, introduďu el nom del vostre ordinador central.\n"
-"Aquest nom ha de ser complet, com ara\n"
-"``mybox.mylab.myco.com''.\n"
-"També podeu introduir l'adreça IP de la passarelˇla, si en teniu una"
+"Aquest nom ha de ser complet, com ara \"mybox.mylab.myco.com\".\n"
+"També podeu introduir l'adreça IP de la passarelˇla, si en teniu una."
-#: ../../network/network.pm_.c:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
-msgstr "Passarelˇla(Gateway) (e.g. %s)"
+msgstr "Passarelˇla (e.g. %s)"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Dispositiu de la passarelˇla"
-#: ../../network/network.pm_.c:376
-#, fuzzy
+#: ../../network/network.pm_.c:363
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"
+msgstr "L'adreça del servidor DNS ha d'estar en format 1.2.3.4"
-#: ../../network/network.pm_.c:380
-#, fuzzy
+#: ../../network/network.pm_.c:367
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"
+msgstr "L'adreça de la passarelˇla ha d'estar en format 1.2.3.4"
-#: ../../network/network.pm_.c:394
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
-msgstr "Configuració dels proxys"
+msgstr "Configuració dels servidors intermediaris (proxies)"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
-msgstr "Proxy HTTP"
+msgstr "Intermediari per a HTTP"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
-msgstr "Proxy FTP"
+msgstr "Intermediari per a FTP"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
-msgstr "Vigila id de la targera de xarxa(d'utilitat per a laptops)"
+msgstr ""
+"Fes el seguiment de l'identificador de la targeta de xarxa (d'utilitat per a "
+"portŕtils)"
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
-msgstr "El proxy ha de ser http://..."
+msgstr "El servidor intermediari ha de ser http://..."
#
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
-#, fuzzy
+#: ../../network/network.pm_.c:388
msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "La Url hauría de començar amb 'http:'"
+msgstr "L'URL ha de començar amb 'ftp:' o 'http:'"
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:26
msgid "Firewalling configuration detected!"
-msgstr "S'ha detectat la configuració del sistema de tallafocs!"
+msgstr "S'ha detectat la configuració del tallafoc!"
-#: ../../network/shorewall.pm_.c:26
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
msgstr ""
-"Atenció! S'ha detectat una configuració existent del sistema de tallafocs. "
-"Potser us caldrŕ fer algun ajustament manual després de la instalˇlació."
+"Atenció! S'ha detectat una configuració existent del tallafoc. Potser us "
+"caldrŕ fer algun ajustament manual després de la instalˇlació."
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
msgid "Internet configuration"
msgstr "Configuració d'Internet"
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
msgid "Do you want to try to connect to the Internet now?"
msgstr "Voleu intentar connectar-vos a Internet ara?"
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
msgid "Testing your connection..."
msgstr "S'estŕ comprovant la vostra connexió..."
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
msgid "The system is now connected to Internet."
msgstr "Ara, el sistema estŕ connectat a Internet."
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr "Per raons de seguretat, ara es desconnectarŕ."
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -8019,95 +7886,94 @@ msgstr ""
"No sembla que el sistema estigui connectat a Internet.\n"
"Intenteu tornar a configurar la connexió."
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
msgid "Connection Configuration"
msgstr "Configuració de la connexió"
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr "Si us plau, ompliu o marqueu el camp inferior"
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
-msgstr "IRQ de la Targeta"
+msgstr "IRQ de la targeta"
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "Targeta de memňria (DMA)"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "E/S de la Targeta"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "E/S_0 de la Targeta"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "E/S_1 de la Targeta"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr "El vostre telčfon particular"
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr "Nom del proveďdor (p.ex. proveidor.net)"
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
msgid "Provider phone number"
msgstr "Número de telčfon del proveďdor"
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
msgid "Provider dns 1 (optional)"
msgstr "DNS 1 del proveďdor (opcional)"
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
msgid "Provider dns 2 (optional)"
msgstr "DNS 2 del proveďdor (opcional)"
#
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
msgid "Choose your country"
msgstr "Escolliu el vostre país"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
msgid "Dialing mode"
msgstr "Mode de marcatge"
#
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
msgid "Connection speed"
msgstr "Velocitat de la connexió"
-#
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
msgid "Connection timeout (in sec)"
-msgstr "Temps exedit de la connexió (en seg)"
+msgstr "Temps mŕxim per connectar (en seg)"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
msgid "Account Login (user name)"
msgstr "Entrada del compte (nom d'usuari)"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
msgid "Account Password"
msgstr "Contrasenya del compte"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr "Regne Unit"
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "ha fallat el muntatge: "
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
-msgstr "Aquesta plataforma no suporta particions esteses"
+msgstr "Aquesta plataforma no suporta particions ampliades"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -8126,12 +7992,12 @@ msgstr "Ha fallat la restauració des del fitxer %s: %s"
msgid "Bad backup file"
msgstr "Fitxer de cňpia de seguretat incorrecte"
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr "S'ha produďt un error en escriure al fitxer %s"
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -8139,11 +8005,11 @@ msgid ""
msgstr ""
"Alguna cosa no va bé en la vostra unitat. \n"
"Ha fallat una comprovació de la integritat de les dades. \n"
-"Aixň vol dir que qualsevol cosa que s'escrigui al disc acabarŕ feta malbé"
+"Aixň vol dir que qualsevol cosa que s'escrigui al disc acabarŕ feta malbé."
#: ../../pkgs.pm_.c:26
msgid "must have"
-msgstr "ha de tenir"
+msgstr "s'ha de tenir"
#: ../../pkgs.pm_.c:27
msgid "important"
@@ -8161,190 +8027,191 @@ msgstr "bonic"
msgid "maybe"
msgstr "potser"
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
+msgstr "PDQ"
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Line Printer Daemon"
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
+msgstr "LPD"
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1181
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:36
-msgid "LPD"
-msgstr "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
-#: ../../printer.pm_.c:37
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+msgid "Unknown Model"
+msgstr "Model desconegut"
-#: ../../printer.pm_.c:49
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "Impressora local"
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
msgid "Remote printer"
msgstr "Impressora remota"
#
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
msgid "Printer on remote CUPS server"
-msgstr "Impressora en servidor remot CUPS"
+msgstr "Impressora en servidor CUPS remot"
#
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
msgid "Printer on remote lpd server"
msgstr "Impressora en servidor lpd remot"
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
msgid "Network printer (TCP/Socket)"
msgstr "Impressora de xarxa (TCP/Socket)"
#
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Impressora de SMB/Windows 95/98/NT Server"
+msgstr "Impressora en servidor SMB/Windows 95/98/NT"
#
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
msgid "Printer on NetWare server"
-msgstr "Impressora en Servidor NetWare"
+msgstr "Impressora en servidor NetWare"
#
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
msgid "Enter a printer device URI"
-msgstr "Entreu un Dispositiu URI d'impressora"
+msgstr "Entreu un dispositiu URI d'impressora"
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
-msgstr "Conduir el treball cap a una ordre"
-
-#: ../../printer.pm_.c:346 ../../printer.pm_.c:388 ../../printer.pm_.c:570
-msgid "Unknown Model"
-msgstr "Model desconegut"
+msgstr "Redirecciona el treball cap a una ordre"
-#: ../../printer.pm_.c:791 ../../printer.pm_.c:982 ../../printer.pm_.c:1374
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3471
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr "Model desconegut"
#
-#: ../../printer.pm_.c:819
+#: ../../printer/main.pm_.c:317
msgid "Local Printers"
msgstr "Impressores locals"
#
-#: ../../printer.pm_.c:821 ../../printer.pm_.c:1182
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
msgid "Remote Printers"
msgstr "Impressores remotes"
-#: ../../printer.pm_.c:828 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr " en port paralˇlel \\/*%s"
-#: ../../printer.pm_.c:831 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", impressora USB \\/*%s"
-#: ../../printer.pm_.c:836
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", dispositiu multi-function en port paralˇlel \\/*%s"
+msgstr ", dispositiu multifunció en port paralˇlel \\/*%s"
-#: ../../printer.pm_.c:839
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
-msgstr ", dispositiu multi-function en USB"
+msgstr ", dispositiu multifunció en USB"
-#: ../../printer.pm_.c:841
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
-msgstr ", dispositiu multi-function en HP JetDirect"
+msgstr ", dispositiu multifunció en HP JetDirect"
-#: ../../printer.pm_.c:843
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
-msgstr ", dispositiu multi-function"
+msgstr ", dispositiu multifunció"
-#: ../../printer.pm_.c:846
+#: ../../printer/main.pm_.c:344
#, c-format
msgid ", printing to %s"
msgstr ", imprimint a %s"
-#: ../../printer.pm_.c:848
+#: ../../printer/main.pm_.c:346
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr " en servidor LPD \"%s\", impressora \"%s\""
-#: ../../printer.pm_.c:850
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", servidor TCP/IP \"%s\", port %s"
+msgstr ", host TCP/IP \"%s\", port %s"
-#: ../../printer.pm_.c:854
+#: ../../printer/main.pm_.c:352
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr " en Servidor Windows \"%s\", recurs compartit \"%s\""
+msgstr " en servidor SMB/Windows \"%s\", recurs compartit \"%s\""
-#: ../../printer.pm_.c:858
+#: ../../printer/main.pm_.c:356
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
-msgstr " en Servidor Novell \"%s\", impressora \"%s\""
+msgstr " en servidor Novell \"%s\", impressora \"%s\""
-#: ../../printer.pm_.c:860
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ", utilitzant l'ordre %s"
-#: ../../printer.pm_.c:979 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
-msgstr "Impressora en cru ('Raw') (Cap controlador)"
+msgstr "Impressora en cru (raw) (Cap controlador)"
-#: ../../printer.pm_.c:1151
+#: ../../printer/main.pm_.c:647
#, c-format
msgid "(on %s)"
msgstr "(en %s)"
-#: ../../printer.pm_.c:1153
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr "(en aquest ordinador)"
-#: ../../printer.pm_.c:1178
+#: ../../printer/main.pm_.c:674
#, c-format
msgid "On CUPS server \"%s\""
msgstr "en servidor CUPS \"%s\""
-#: ../../printer.pm_.c:1184 ../../printerdrake.pm_.c:3123
-#: ../../printerdrake.pm_.c:3134 ../../printerdrake.pm_.c:3360
-#: ../../printerdrake.pm_.c:3412 ../../printerdrake.pm_.c:3438
-#: ../../printerdrake.pm_.c:3613 ../../printerdrake.pm_.c:3615
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr " (Predeterminat)"
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr "Seleccioneu la connexió de la impressora"
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr "Com estŕ connectada la impressora?"
#
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
msgid ""
"\n"
"Printers on remote CUPS servers you do not have to configure here; these "
@@ -8354,21 +8221,21 @@ msgstr ""
"Amb un servidor CUPS remot, aquí no us cal configurar cap\n"
"impressora; les impressores es detectaran automŕticament."
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
-msgstr ""
+msgstr "Detecció automŕtica de la impressora (local, TCP/Socket i SMB)"
#
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3187
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
msgid "CUPS configuration"
msgstr "Configuració de CUPS"
#
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3188
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
msgid "Specify CUPS server"
-msgstr "Especifiqueu Servidor CUPS"
+msgstr "Especifiqueu el servidor CUPS"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
"do not have to configure anything; the CUPS servers inform your machine "
@@ -8379,15 +8246,16 @@ msgid ""
"the printer information from the server, otherwise leave these fields blank."
msgstr ""
"Per tenir accés a les impressores en servidors CUPS remots dins la vostra "
-"xarxanot heu de configurar res; els servidors CUPS informen els vostres "
+"xarxa no heu de configurar res; els servidors CUPS informen els vostres "
"ordinadors automŕticament sobre les seves impressores. Totes les impressores "
"conegudes al vostre ordinador estan llistades en la secció \"Impressores "
-"Remotes\" en la pantalla principal de Printerdrake. Quant el servidor CUPS "
-"no estŕ en la vostra xarxa local, heu de especificar l'adreça IP del "
-"servidor CUPS i opcionalment el número del port per a obtenir informació de "
-"les impressores del servidor, sinó deixeu aquests camps en blanc."
+"Remotes\" en la pantalla principal de Printerdrake. Quan el servidor CUPS no "
+"estŕ en la vostra xarxa local, heu de especificar l'adreça IP del servidor "
+"CUPS i opcionalment el número del port per obtenir informació de les "
+"impressores del servidor; si el servidor CUPS es troba a la xarxa local, "
+"deixeu aquests camps en blanc."
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
"\n"
"Normally, CUPS is automatically configured according to your network "
@@ -8397,166 +8265,176 @@ msgid ""
"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
"\n"
-"Normalment, CUPS és configura automŕticament d'acord amb l'entorn de la "
-"vostra xarxa, per tal que pogueu accedir a les impressores en el servidor "
-"CUPS en la vostra xarxa local. Si aixň no funciona, deshabiliteu "
-"\"Configuració Automŕtica de CUPS \" i editeu manualment el fitxer /etc/cups/"
-"cupsd.conf. No oblideu de reiniciar el CUPS (ordre: \"service cups restart"
-"\")."
+"Normalment, CUPS es configura automŕticament d'acord amb l'entorn de la "
+"vostra xarxa, per tal que pugueu accedir a les impressores en el servidor "
+"CUPS a la xarxa local. Si aixň no funciona, deshabiliteu \"Configuració "
+"Automŕtica de CUPS\" i editeu manualment el fitxer /etc/cups/cupsd.conf. No "
+"oblideu de reiniciar el CUPS (ordre: \"service cups restart\")."
#
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
msgid "The IP address should look like 192.168.1.20"
-msgstr "L'adreça IP ha d'estar amb el format 192.168.1.20"
+msgstr "L'adreça IP ha d'estar en el format 192.168.1.20"
#
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
msgid "The port number should be an integer!"
msgstr "El número de port ha de ser enter!"
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
msgid "CUPS server IP"
msgstr "IP del servidor CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
msgid "Port"
msgstr "Port"
#
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
msgid "Automatic CUPS configuration"
-msgstr "Configuració Automŕtica de CUPS"
-
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2792
-#: ../../printerdrake.pm_.c:2797 ../../printerdrake.pm_.c:2831
-#: ../../printerdrake.pm_.c:2836 ../../printerdrake.pm_.c:2873
-#: ../../printerdrake.pm_.c:2926 ../../printerdrake.pm_.c:2946
-#: ../../printerdrake.pm_.c:2960 ../../printerdrake.pm_.c:2994
-#: ../../printerdrake.pm_.c:3040 ../../printerdrake.pm_.c:3058
-#: ../../printerdrake.pm_.c:3147 ../../printerdrake.pm_.c:3226
-#: ../../printerdrake.pm_.c:3528 ../../printerdrake.pm_.c:3583
-#: ../../printerdrake.pm_.c:3636 ../../standalone/printerdrake_.c:57
-msgid "Printerdrake"
-msgstr "Printerdrake"
+msgstr "Configuració automŕtica de CUPS"
#
-#: ../../printerdrake.pm_.c:178
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:159
msgid "Checking your system..."
-msgstr "Reiniciant el sistema d'impressió..."
+msgstr "S'estŕ comprovant el vostre sistema..."
+
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+msgid "Printerdrake"
+msgstr "Printerdrake"
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
-msgstr ""
+msgstr "No s'ha trobat cap impressora connectada directament a l'ordinador"
-#: ../../printerdrake.pm_.c:198
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:179
msgid ""
"The following printers\n"
"\n"
-msgstr "Ara s'eliminaran els paquets següents"
+msgstr ""
+"Les impressores següents\n"
+"\n"
-#: ../../printerdrake.pm_.c:199
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:180
msgid ""
"The following printer\n"
"\n"
-msgstr "Ara s'eliminaran els paquets següents"
+msgstr ""
+"La impressora següent\n"
+"\n"
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
msgstr ""
+"\n"
+"i una impressora desconeguda estan "
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
"and %d unknown printers are "
msgstr ""
+"\n"
+"i %d impressores desconegudes estan "
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
msgstr ""
+"\n"
+"estan "
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
msgstr ""
+"\n"
+"estŕ "
#
-#: ../../printerdrake.pm_.c:210
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:189
msgid "directly connected to your system"
-msgstr "Copiar les fonts en el vostre sistema"
+msgstr "connectada(es) directament a l'ordinador"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
msgstr ""
+"\n"
+"Hi ha una impressora desconeguda connectada directament a l'ordinador."
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
"There are %d unknown printers directly connected to your system"
msgstr ""
+"\n"
+"Hi ha %d impressores desconegudes connectades directament a l'ordinador."
#
-#: ../../printerdrake.pm_.c:221
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:200
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr ""
-"Si us plau, seleccioneu el port al qual teniu connectada la impressora."
+" (Assegureu-vos que totes les impressores estan connectades i engegades.)\n"
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
msgstr ""
+"Voleu habilitar la impressió a les impressores anteriors o a les impressores "
+"de la xarxa local?\n"
-#: ../../printerdrake.pm_.c:236
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:215
msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr ""
-"Voleu definir la impressora (\"%s\")\n"
-"com a impressora per defecte?"
+msgstr "Voleu habilitar la impressió a les impressores de la xarxa local?\n"
-#: ../../printerdrake.pm_.c:238
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:217
msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Voleu iniciar la connexió en arrencar?"
+msgstr "Voleu habilitar la impressió a les impressores anteriors?\n"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr ""
+msgstr "Esteu segur que voleu habilitar la impressió en aquesta mŕquina?\n"
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
"additional software will be installed."
msgstr ""
+"NOTA: Segons el model de la impressora i el sistema d'impressió, "
+"s'instalˇlaran fins a %d MB de programari addicional."
#
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3169
-#: ../../printerdrake.pm_.c:3299
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
msgid "Add a new printer"
msgstr "Afegiu una impressora"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8569,16 +8447,16 @@ msgid ""
"connection types."
msgstr ""
"\n"
-"Benvinguts a l'Auxiliar de configuració de la impressió\n"
+"Benvingut a l'auxiliar de configuració de la impressora\n"
"\n"
-"Aquest auxiliar us permetrŕ d'instalˇlar impressores locals o remotes per "
-"usar-les en aquest ordinador i en altres ordinadors de la xarxa.\n"
+"Aquest auxiliar us permetrŕ instalˇlar impressores locals o remotes per usar-"
+"les en aquest ordinador i també des d'altres ordinadors de la xarxa.\n"
"\n"
-"Us preguntarŕ per la informació necessŕria per a definir impresssores i us "
-"proporciona accés als controladors disponibles de les impressores, les seves "
-"opcions, i tipus de connexió d'impressió."
+"Us demanarŕ la informació necessŕria per definir impressores i us "
+"proporcionarŕ accés als controladors disponibles de les impressores, les "
+"seves opcions i els tipus de connexions d'impressores."
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8599,8 +8477,26 @@ 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"
+"Benvingut a l'auxiliar de configuració de la impressora\n"
+"\n"
+"Aquest auxiliar us ajudarŕ a instalˇlar les impressores connectades "
+"directament a l'ordinador, o a la xarxa, o a una mŕquina Windows remota.\n"
+"\n"
+"Si teniu impressores connectades a aquesta mŕquina, endolleu-les i engegueu-"
+"les per tal de poder-les detectar automŕticament. Engegueu també les "
+"impressores de xarxa i les mŕquines Windows que tenen impressores "
+"connectades.\n"
+"\n"
+"Noteu que la detecció automŕtica d'impressores de la xarxa local triga més "
+"que la detecció d'impressores connectades directament a la mŕquina. Seria "
+"millor que desactivéssiu la detecció automŕtica d'impressores en xarxa o en "
+"mŕquina Windows si no la necessiteu.\n"
+"\n"
+"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancelˇla\" si no voleu "
+"configurar ara les impressores."
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8614,8 +8510,19 @@ 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"
+"Benvingut a l'auxiliar de configuració de la impressora\n"
+"\n"
+"Aquest auxiliar us ajudarŕ a instalˇlar les impressores connectades a aquest "
+"ordinador.\n"
+"\n"
+"Si teniu impressores connectades a aquesta mŕquina, endolleu-les i engegueu-"
+"les per tal de poder-les detectar automŕticament.\n"
+"\n"
+"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancelˇla\" si no voleu "
+"configurar ara les impressores."
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8634,22 +8541,42 @@ 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"
+"Benvingut a l'auxiliar de configuració de la impressora\n"
+"\n"
+"Aquest auxiliar us ajudarŕ a instalˇlar les impressores connectades a aquest "
+"ordinador o connectades directament a la xarxa local.\n"
+"\n"
+"Si teniu impressores connectades a aquesta mŕquina, endolleu-les i engegueu-"
+"les per tal de poder-les detectar automŕticament. Engegueu també les "
+"impressores de la xarxa local.\n"
+"\n"
+"Noteu que la detecció automŕtica d'impressores de la xarxa local triga més "
+"que la detecció d'impressores connectades directament a la mŕquina. Seria "
+"millor que desactivéssiu la detecció automŕtica d'impressores en xarxa si no "
+"la necessiteu.\n"
+"\n"
+"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancelˇla\" si no voleu "
+"configurar ara les impressores."
#
-#: ../../printerdrake.pm_.c:328
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:307
msgid "Auto-detect printers connected to this machine"
-msgstr "Auto-detecta impressores"
+msgstr "Detecta automŕticament les impressores connectades a aquesta mŕquina"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
+"Detecta automŕticament les impressores connectades directament a la xarxa "
+"local"
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
+"Detecta automŕticament les impressores connectades a mŕquines amb Microsoft "
+"Windows"
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8665,228 +8592,225 @@ msgstr ""
"\n"
"Felicitats, la impressora s'ha instalˇlat i configurat correctament!\n"
"\n"
-"Podeu imprimir utilitzant la ordre \"Print\" de les aplicacions (normalment "
-"en el menú \"File\").\n"
+"Podeu imprimir utilitzant l'ordre \"Imprimeix\" de les aplicacions "
+"(normalment en el menú \"Fitxer\").\n"
"\n"
-"Si voleu afegir, esborrar, o renombrar una impressora, o si voleu canviar "
-"les opcions per defecte (safata d'entrada, qualitat impressió, ...), "
-"seleccioneu \"Impressora\" en la secció \"Hardware\" del Centre de Control "
+"Si voleu afegir, esborrar o canviar el nom a una impressora, o si voleu "
+"canviar les opcions per defecte (safata d'entrada, qualitat impressió...), "
+"seleccioneu \"Impressora\" en la secció \"Maquinari\" del Centre de Control "
"Mandrake."
#
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
msgid "Printer auto-detection"
-msgstr "Fes la detecció automŕtica"
+msgstr "Detecció automŕtica d'impressores"
-#: ../../printerdrake.pm_.c:421
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:385
+#, c-format
msgid ", network printer \"%s\", port %s"
-msgstr ", servidor TCP/IP \"%s\", port %s"
+msgstr ", impressora de xarxa \"%s\", port %s"
#
-#: ../../printerdrake.pm_.c:423
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:387
+#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Impressora de SMB/Windows 95/98/NT Server"
+msgstr ", impressora \"%s\" en servidor SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, c-format
msgid "Detected %s"
-msgstr "s'ha detectat %s"
+msgstr "S'ha detectat %s"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Impressora en el port paralˇlel \\/*%s"
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr "Impressora USB \\/*%s"
-#: ../../printerdrake.pm_.c:437
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:399
+#, c-format
msgid "Network printer \"%s\", port %s"
-msgstr "Impressora de xarxa (TCP/Socket)"
+msgstr "Impressora de xarxa \"%s\", port %s"
#
-#: ../../printerdrake.pm_.c:439
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:401
+#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Impressora de SMB/Windows 95/98/NT Server"
+msgstr "Impressora \"%s\" en servidor SMB/Windows \"%s\""
#
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
msgid "Local Printer"
msgstr "Impressora local"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
"printer: /dev/usb/lp1, ...)."
msgstr ""
-"No s'ha trobat cap impressora! Per a instalˇlar-la una manualment entreu el "
-"dispositiu/fitxeren la línia d'entrada (Ports Paralˇlel: /dev/lp0, /dev/"
-"lp1, ..., equivalents a LPT1:, LPT2:, ..., 1a impresora USB: /dev/usb/lp0, "
-"2a USB impressora: /dev/usb/lp1, ...)."
+"No s'ha trobat cap impressora! Per instalˇlar-ne una manualment entreu el "
+"dispositiu/fitxer a la línia d'entrada (Ports Paralˇlel: /dev/lp0, /dev/lp1, "
+"etc., equivalents a LPT1:, LPT2:, etc.; 1a impresora USB: /dev/usb/lp0, 2a "
+"impressora USB: /dev/usb/lp1, etc.)."
#
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
msgid "You must enter a device or file name!"
-msgstr "Heu d'entrar un dispositiu o fitxer!"
+msgstr "Heu d'entrar un nom de dispositiu o de fitxer!"
#
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
msgid "No printer found!"
msgstr "No s'ha trobat cap impressora!"
-#: ../../printerdrake.pm_.c:601
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:548
msgid "Available printers"
-msgstr "Impressora local"
+msgstr "Impressores disponibles"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
msgstr ""
-"La següent impressora ha estat detectada, si no és la que voleu configurar, "
-"escriviu nom de dispositiu/nom de fitxer en la línia d'entrada"
+"S'ha detectat automŕticament la següent impressora, si no és la que voleu "
+"configurar, escriviu un nom de dispositiu/nom de fitxer en la línia d'entrada"
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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 ""
-"Aquí teniu una llista de les impressores auto-detectades. Escolliu la "
-"impressora que voleu definir o escriviu nom de dispositiu/nom de fitxer en "
-"la línia d'entrada"
+"Aquí teniu una llista de les impressores que s'han detectat. Escolliu la "
+"impressora que voleu configurar o escriviu el nom de dispositiu/nom de "
+"fitxer en la línia d'entrada"
-#: ../../printerdrake.pm_.c:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
"if you prefer a customized printer configuration, turn on \"Manual "
"configuration\"."
msgstr ""
-"La següent impressora ha estat detectada. La configuració de la impressora "
-"es farŕ d'una manera automatitzada. Si la vostra impressora no ha estat "
-"correctament detectada o si preferiu de personalitzar la seva configuració, "
-"habiliteu \"Configuració manual\"."
+"S'ha detectat la següent impressora. La configuració de la impressora es "
+"farŕ automŕticament. Si la vostra impressora no ha estat correctament "
+"detectada o si preferiu personalitzar la seva configuració, habiliteu "
+"\"Configuració manual\"."
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
"automatically. If your printer was not correctly detected or if you prefer a "
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-"Aquí hi ha una llista de impressores auto-detectades. Escolliu la impressora "
-"que voleu definir. La configuració de la impressora es farŕ d'una manera "
-"automatitzada. Si la vostra impressora no ha estat correctament detectada o "
-"si preferiu de personalitzar la seva configuració, habiliteu \"Configuració "
+"Aquí teniu una llista de les impressores que s'han detectat. Escolliu la "
+"impressora que voleu configurar. La configuració de la impressora es farŕ "
+"automŕticament. Si la vostra impressora no ha estat correctament detectada o "
+"si preferiu personalitzar la seva configuració, habiliteu \"Configuració "
"manual\"."
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
msgstr ""
-"Escolliu el port al qual estŕ connectada la impresoora o escriviu nom "
+"Escolliu el port al qual estŕ connectada la impressora o escriviu el nom de "
"dispositiu/nom de fitxer en la línia d'entrada"
#
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
msgid "Please choose the port where your printer is connected to."
msgstr ""
"Si us plau, seleccioneu el port al qual teniu connectada la impressora."
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-" (Ports Paralˇlel : /dev/lp0, /dev/lp1, ..., equivalents a LPT1:, "
-"LPT2:, ..., 1a impressora USB: /dev/usb/lp0, 2a impressora USB : /dev/usb/"
-"lp1, ...)."
+" (Ports Paralˇlel: /dev/lp0, /dev/lp1, etc., equivalents a LPT1:, LPT2:, "
+"etc.; 1a impressora USB: /dev/usb/lp0, 2a impressora USB: /dev/usb/lp1, "
+"etc.)."
#
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
msgid "You must choose/enter a printer/device!"
-msgstr "Heu d'escollir/escriure una impressora/dispositiu!"
+msgstr "Heu d'escollir/introduir una impressora/dispositiu!"
#
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
msgid "Manual configuration"
msgstr "Configuració manual"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr "Opcions de la impressora lpd remota"
#
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
msgstr ""
-"Per poder utilitzar una impressora lpd remota, necessiteu proporcionar el "
-"nom de l'ordinador central de la impressora i el nom de la impresoora en el "
-"servidor."
+"Per poder utilitzar una impressora lpd remota, cal que proporcioneu el nom "
+"de l'ordinador central que té el servidor de la impressora i el nom de la "
+"impressora en aquell servidor."
#
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
msgid "Remote host name"
msgstr "Nom de l'ordinador central remot"
#
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
msgid "Remote printer name"
msgstr "Nom de la impressora remota"
#
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
msgid "Remote host name missing!"
msgstr "Falta el nom de l'ordinador central remot!"
#
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
msgid "Remote printer name missing!"
msgstr "Falta el nom de la impressora remota!"
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#, c-format
msgid "Detected model: %s %s"
-msgstr "s'ha detectat %s"
+msgstr "Model detectat: %s %s"
#
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
msgid "Scanning network..."
-msgstr "S'estŕ arrencant la xarxa..."
+msgstr "S'estŕ escanejant la xarxa..."
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#, c-format
msgid ", printer \"%s\" on server \"%s\""
-msgstr "en Servidor Windows \"%s\", recurs compartit \"%s\""
+msgstr ", impressora \"%s\", en el servidor \"%s\""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#, c-format
msgid "Printer \"%s\" on server \"%s\""
-msgstr "S'estŕ imprimint en la impressora \"%s\""
+msgstr "Impressora \"%s\" en el servidor \"%s\""
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcions de la impressora SMB (Windows 9x/NT)"
#
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
"may be different from its TCP/IP hostname!) and possibly the IP address of "
@@ -8899,47 +8823,49 @@ msgstr ""
"de compartició de la impressora a quč voleu accedir i el nom d'usuari,\n"
"contrasenya i informació de grup si són necessaris."
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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 ""
+"Si la impressora desitjada ha estat detectada automŕticament, només cal que "
+"la seleccioneu a la llista i que hi afegiu el nom d'usuari, la contrasenya i "
+"el grup de treball, si són necessaris."
-#: ../../printerdrake.pm_.c:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr "Ordinador central del servidor SMB"
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr "IP del servidor SMB"
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr "Nom de compartició"
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "Grup de treball"
#
-#: ../../printerdrake.pm_.c:868
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:806
msgid "Auto-detected"
-msgstr "Auto-detecta impressores"
+msgstr "Detectada automŕticament"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
-msgstr "S'ha de sumministrar o el nom del servidor o la ip del servidor!"
+msgstr "Cal que subministreu o bé el nom del servidor o bé la seva IP!"
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
-msgstr "Falta El nom de compartició de Samba!"
+msgstr "Falta el nom de compartició de Samba!"
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr "AVÍS DE SEGURETAT!"
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8962,10 +8888,10 @@ msgid ""
"type in Printerdrake.\n"
"\n"
msgstr ""
-"Ara, anem a definir la impressió cap a un usuari de Windows amb contrasenya. "
+"Ara es configurarŕ la impressió cap a un usuari de Windows amb contrasenya. "
"Degut a una fallada en l'arquitectura del programari del client Samba la "
-"contrasenya estŕ en text clar en la línia de comandes que el client Samba "
-"utilitza per a transmetre i imprimir un treball en el Servidor Windows. Per "
+"contrasenya es mostra en text clar en la línia d'ordres que el client Samba "
+"utilitza per transmetre i imprimir un treball en el Servidor Windows. Per "
"tant, és possible per qualsevol usuari d'aquell ordinador de veure la "
"contrasenya en la pantalla simplement escrivint ordres tals com \"ps auxwww"
"\".\n"
@@ -8976,16 +8902,15 @@ msgstr ""
"tallafoc):\n"
"\n"
"Utilitzeu un compte sense contrasenya en el Servidor Windows, tal com \"GUEST"
-"\" o \"Invitado\" o un compte especial dedicat a la impressió. No treieu la "
-"protecció de la contrasenya d'un compte personal o del compte de "
-"l'administrador.\n"
+"\" o un compte especial dedicat a la impressió. No tragueu la protecció de "
+"la contrasenya d'un compte personal o del compte de l'administrador.\n"
"\n"
"Configureu el vostre Servidor Windows fent que la impressora estigui "
-"disponible a través del protocol LPD. Aleshores, definiu la impressió en "
-"aquest ordinador amb el tipus de connexió \"%s\" en Printerdrake.\n"
+"disponible a través del protocol LPD. Aleshores, definiu en el Printerdrake "
+"la impressió en aquest ordinador amb el tipus de connexió \"%s\".\n"
"\n"
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8993,30 +8918,30 @@ msgid ""
"type in Printerdrake.\n"
"\n"
msgstr ""
-"Configureu el vostre Servidor Windows fent que la impressora estigui "
+"Configureu el vostre servidor Windows per tal que la impressora estigui "
"disponible sota el protocol IPP i configureu la impressió en aquest "
-"ordinador amb el tipus de connexió \"%s\" en Printerdrake.\n"
+"ordinador amb el tipus de connexió \"%s\" en el Printerdrake.\n"
"\n"
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
"\n"
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-"Connecteu la vostra impressora en un servidor Linux i feu que els ordinadors "
-"Windows s'hi connectin com clients.\n"
+"Connecteu la impressora a un servidor Linux i feu que els ordinadors Windows "
+"s'hi connectin com clients.\n"
"\n"
"Realment voleu continuar configurant aquesta impressora tal com s'estŕ fent "
"ara?"
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr "Opcions de la impressora NetWare"
#
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
"name (Note! it may be different from its TCP/IP hostname!) as well as the "
@@ -9027,122 +8952,127 @@ msgstr ""
"servidor d'impressió NetWare (tingueu en compte que pot ser diferent del "
"nom\n"
"TCP/IP del seu ordinador central), així com el nom de la cua d'impressió de\n"
-"la impressora a quč voleu accedir i el nom d'usuari i contrasenya si són\n"
+"la impressora a la qual voleu accedir i el nom d'usuari i contrasenya si "
+"són\n"
"necessaris."
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr "Servidor de la impressora"
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr "Nom de la cua d'impressió"
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr "Falta el nom del Servidor NCP!"
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr "Falta el nom de la cua NCP!"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#, c-format
msgid ", host \"%s\", port %s"
-msgstr ", servidor TCP/IP \"%s\", port %s"
+msgstr ", ordinador central \"%s\", port %s"
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#, c-format
msgid "Host \"%s\", port %s"
-msgstr ", servidor TCP/IP \"%s\", port %s"
+msgstr "Ordinador central \"%s\", port %s"
#
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
msgid "TCP/Socket Printer Options"
msgstr "Opcions de la impressora per a TCP/Socket"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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 ""
+"Trieu una de les impressores detectades de la llista, o introduďu el nom de "
+"l'ordinador central o la IP i opcionalment el número de port (per defecte és "
+"el 9100) en els quadres de text."
#
-#: ../../printerdrake.pm_.c:1100
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:1033
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 ""
-"Per imprimir a una impressora TCP o Socket, heu d'indicar el nom de "
-"l'ordinador central de la impressora i, opcionalment, el número de port. En "
-"els servidors HP JetDirect el número del port normalment és el 9100, en els "
-"altres pot variar. Mireu el manual del vostre maquinari."
+"Per imprimir a una impressora TCP o Socket, heu d'indicar el nom de xarxa o "
+"la IP de la impressora i, opcionalment, el número de port. En els servidors "
+"HP JetDirect el número del port normalment és el 9100, en els altres pot "
+"variar. Mireu el manual del vostre maquinari."
#
-#: ../../printerdrake.pm_.c:1105
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:1037
msgid "Printer host name or IP missing!"
-msgstr "Falta el nom de l'ordinador central de la impressora!"
+msgstr "Falta el nom o la IP de l'ordinador central de la impressora!"
#
-#: ../../printerdrake.pm_.c:1127
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:1059
msgid "Printer host name or IP"
-msgstr "Nom de l'ordinador central de la impressora"
+msgstr "Nom o IP de l'ordinador central de la impressora"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
msgid "Printer Device URI"
msgstr "Dispositiu URI d'impressora"
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
"are supported by all the spoolers."
msgstr ""
-"Podeu especificar directament l'URI per a accedir a la impressora. L'URI ha "
-"de complir l'especificació CUPS o Foomatic. Cal remarcar que not tots els "
-"tipus de URI es suporten en tots els spoolers(cues d'impressió)."
+"Podeu especificar directament l'URI per accedir a la impressora. L'URI ha de "
+"complir les especificacions CUPS o Foomatic. Cal remarcar que alguns gestors "
+"de cues no accepten tots els tipus d'URI."
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr "Heu d'entrar un URI vŕlid!"
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-"Cada impressora necessita un nom (per exemple \"printer\"). Els camps de "
+"Cada impressora necessita un nom (per exemple \"impressora\"). Els camps de "
"Descripció i Ubicació no són necessaris. Són comentaris per als usuaris."
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr "Nom de la impressora"
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "Descripció"
+
+#: ../../printer/printerdrake.pm_.c:1466
msgid "Location"
msgstr "Ubicació"
#
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
msgid "Reading printer database..."
msgstr "S'estŕ llegint la base de dades d'impressores..."
#
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
msgid "Preparing printer database..."
-msgstr "Preparant la base de dades de impressores..."
+msgstr "S'estŕ preparant la base de dades d'impressores..."
#
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
msgid "Your printer model"
-msgstr "El vostre model d'impressora"
+msgstr "El model de la vostra impressora"
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -9156,40 +9086,40 @@ msgid ""
"\n"
"%s"
msgstr ""
-"Printerdrake ha comparat el nom del model resultant de l'autodetecció "
-"d'impressores amb els model llistats en la seva base de dades d'impressores "
-"per a trobar el millor resultat. La elecció pot ser dolenta, especialment "
-"quan l'impressió no existeix en la base de dades. Per tant, mireu si la "
-"elecció és correcta i feu clic en\"El model és correcte\" si ho és, perň "
-"sinó, feu clic en \"Selecciona model manualment\" per tal de escollir "
-"manualment el model d'impressora en la pantalla.\n"
+"Printerdrake ha comparat el nom del model resultant de la detecció "
+"automŕtica d'impressores amb els models llistats en la seva base de dades "
+"d'impressores per trobar el millor resultat. L'elecció pot ser dolenta, "
+"especialment si la vostra impressora no es troba a la base de dades. Per "
+"tant, mireu si l'elecció és correcta i feu clic a \"El model és correcte\" "
+"si ho és, o a \"Selecciona el model manualment\" per tal d'escollir "
+"manualment el model d'impressora en la pantalla següent.\n"
"\n"
"Per la vostra impressora el Printerdrake ha trobat:\n"
"\n"
"%s"
#
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
msgid "The model is correct"
msgstr "El model és correcte"
#
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
msgid "Select model manually"
-msgstr "Selecciona model manualment"
+msgstr "Selecciona el model manualment"
#
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
msgid "Printer model selection"
msgstr "Selecció del model d'impressora"
#
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
msgid "Which printer model do you have?"
-msgstr "Quin tipus de model d'impressora teniu?"
+msgstr "Quin és el model de la vostra impressora?"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -9199,24 +9129,24 @@ msgid ""
msgstr ""
"\n"
"\n"
-"Per favor, comproveu que Printerdrake ha fet l'autodetecció del model de la "
-"impressora correctament. Busqueu el model correcte en la llista quan el "
-"cursor estigui en un model erroni o en \"Impressora en cru(Raw)\"."
+"Si us plau, comproveu que Printerdrake ha detectat el model de la impressora "
+"correctament. Busqueu el model correcte a la llista quan el cursor estigui "
+"en un model erroni o en \"Impressora en cru (raw)\"."
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-"Si la vostra impressora no és a la llista, escolliu una compatible (mireu el "
-"manual de la impresora) o un de similar."
+"Si la vostra impressora no és a la llista, escolliu-ne una de compatible "
+"(mireu el manual de la impressora) o una de similar."
#
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
msgid "OKI winprinter configuration"
-msgstr "Configuració de l 'winprinter' OKI"
+msgstr "Configuració de la \"winprinter\" OKI"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -9225,33 +9155,31 @@ msgid ""
"first parallel port before you print a test page. Otherwise the printer will "
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-"Esteu configurant una 'winprinter' laser OKI. Aquestes impressores\n"
-"usen un protocol de comunicació molt especial i, per tant, només funcionen "
-"quan es conecten al primer port paralˇlel. Quan la impressora estigui "
-"conectada a un altre port o a un servidor d'impressió conecteu primer la "
-"impressora al primer port paralˇlel abans d'imprimir la pŕgina de prova. Si "
-"no ho feu, la impressora no funcionarŕ. El tipus de conecció serŕ ignorat "
-"pel controlador de la impressora."
+"Esteu configurant una \"winprinter\" lŕser OKI. Aquestes impressores\n"
+"usen un protocol de comunicació molt especial i només funcionen quan es "
+"connecten al primer port paralˇlel. Si la impressora estŕ connectada a un "
+"altre port o a un servidor d'impressió, connecteu-la al primer port "
+"paralˇlel abans d'imprimir la pŕgina de prova. Si no ho feu, la impressora "
+"no funcionarŕ. El controlador de la impressora ignorarŕ el tipus de connexió."
#
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
msgid "Lexmark inkjet configuration"
msgstr "Configuració de la Lexmark inkjet"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
"printer to a local port or configure it on the machine where it is connected "
"to."
msgstr ""
-"El controladors de inkjet proporcionats per Lexmark només suporten "
-"impressores locals, i no impressores en ordinadors remots o servidors "
-"d'impressió. Per favor, connecteu la vostra impressora en un port local o "
-"configureu-la en l'ordinador on estŕ connectada."
+"Els controladors per a la inkjet proporcionats per Lexmark només funcionen "
+"amb impressores locals, i no amb impressores en ordinadors remots o "
+"servidors d'impressió. Si us plau, connecteu la vostra impressora a un port "
+"local o configureu-la en l'ordinador on estŕ connectada."
-#: ../../printerdrake.pm_.c:1858
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:1746
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."
@@ -9262,22 +9190,23 @@ msgid ""
"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
"adjust the head alignment settings with this program."
msgstr ""
-"Per a poder imprimir amb la Lexmark inkjet i aquesta configuració, "
+"Per poder imprimir amb la Lexmark inkjet i amb aquesta configuració, "
"necessiteu els controladors de la impressora inkjet proporcionats per "
-"Lexmark (http://www.lexmark.com/). Aneu a la web d'E.U.A.(US site) i feu "
-"clic sobre el butó \"Drivers\". Aleshores escolliu el vostre model i després "
-"\"Linux\" com a sistema operatiu. Els controladors venen en paquets RPM o "
-"'shell scripts' amb una instalˇlació grŕfica interactiva. No necessiteu fer "
-"aquesta configuració amb l'interfície grŕfica. Canceleu directament després "
-"de l'acord de llicčncia. I imprimiu 'printhead alignment pages' amb "
-"\"lexmarkmaintain\" i ajusteu l'aliniació de la capçalera amb aquest "
+"Lexmark (http://www.lexmark.com/). Dins de la web de Lexmark, feu clic al "
+"botó \"Controladors\" i trieu la secció d'impressores. Aleshores escolliu el "
+"vostre model i després \"Linux\" com a sistema operatiu. Els controladors "
+"vénen en paquets RPM o en seqüčncies per a l'intčrpret d'ordres amb una "
+"instalˇlació grŕfica interactiva. No necessiteu fer aquesta configuració amb "
+"la interfície grŕfica. Cancelˇleu directament després de l'acord de "
+"llicčncia. Llavors imprimiu pŕgines d'alineació dels capçals d'impressió amb "
+"l'ordre \"lexmarkmaintain\" i ajusteu l'alineació dels capçals amb aquest "
"programa."
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr ""
+msgstr "Impressora lŕser GDI que empra el format Zenographics ZJ-Stream"
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -9299,8 +9228,29 @@ 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 ""
+"La vostra impressora pertany al grup d'impressores lŕser GDI (winprinters: "
+"orientades principalment a Windows) distribuďdes per diversos fabricants, i "
+"fa servir el format de trama Zenographics ZJ-stream per a les dades enviades "
+"a la impressora. El controlador per a aquest tipus d'impressores encara es "
+"troba en una etapa inicial de desenvolupament i, per tant, és possible que "
+"no sempre funcioni de manera correcta. En concret, és molt possible que la "
+"impressora només funcioni si trieu com a mida de paper l'A4.\n"
+"\n"
+"Alguna d'aquestes impressores, com l'HP Laserjet 1000, per a la qual es va "
+"crear aquest controlador en un principi, necessiten que els carregueu el "
+"microprogramari (firmware) després d'engegar-les. En el cas de l'HP Laserjet "
+"1000, haureu de cercar el fitxer \"sihp1000.img\" en el CD de controladors "
+"d'impressora de Windows o a la partició Windows, i carregar-lo a la "
+"impressora amb una de les ordres següents:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"La primera d'elles la pot introduir qualsevol usuari, mentre que la segona "
+"s'ha d'executar com a root. Un cop fet aixň, podreu imprimir amb "
+"normalitat.\n"
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
msgid ""
"Printer default settings\n"
"\n"
@@ -9309,44 +9259,44 @@ msgid ""
"duplex unit, extra trays) are set correctly. Note that with a very high "
"printout quality/resolution printing can get substantially slower."
msgstr ""
-"Parŕmetres per defecte de la impressora\n"
+"Parŕmetres predeterminats de la impressora\n"
"\n"
-"Us hauríeu d'assegurar que són correctes la mida de la pŕgina, el mode "
-"d'impressió/tipus de tinta (si estŕ disponible) i també la configuració del "
-"maquinari de les impressores lŕser (memňria, unitat duplex, safates extra). "
-"Cal remarcar que amb una molt alta qualitat d'impresssió/resolució la "
+"Us hauríeu d'assegurar que la mida de pŕgina, el tipus de tinta i el mode "
+"d'impressió (si estan disponibles) i també la configuració del maquinari de "
+"les impressores lŕser (memňria, unitat dúplex, safates extra) són correctes. "
+"Cal remarcar que amb una qualitat d'impressió o una resolució molt altes la "
"impressió pot ser molt lenta."
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
-msgstr "La opció %s ha de ser un número enter!"
+msgstr "L'opció %s ha de ser un número enter!"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
-msgstr "La opció %s ha de ser un número!"
+msgstr "L'opció %s ha de ser un número!"
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
-msgstr "La opció %s estŕ fora de rang!"
+msgstr "L'opció %s estŕ fora de rang!"
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
"Voleu definir la impressora (\"%s\")\n"
-"com a impressora per defecte?"
+"com a impressora predeterminada?"
#
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
msgid "Test pages"
msgstr "Pŕgines de prova"
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on "
@@ -9356,47 +9306,47 @@ msgstr ""
"Escolliu les pŕgines de prova que voleu imprimir.\n"
"Nota: la pŕgina de prova de fotografia pot ser molt lenta d'imprimir i en "
"impressores lŕser amb poca memňria podria no acabar d'imprimir-se. "
-"Normalment n'hi ha prou en imprimir la pŕgina de prova estŕndar."
+"Normalment n'hi ha prou d'imprimir la pŕgina de prova estŕndard."
#
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
msgid "No test pages"
msgstr "Cap pŕgina de prova"
#
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
msgid "Print"
msgstr "Imprimeix"
#
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
msgid "Standard test page"
-msgstr "Pŕgina estŕndar de prova"
+msgstr "Pŕgina de prova estŕndard"
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
-msgstr "Pŕgina alternativa de prova (Carta)"
+msgstr "Pŕgina de prova alternativa (Carta)"
#
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
msgid "Alternative test page (A4)"
-msgstr "Pŕgina alternativa de prova (A4)"
+msgstr "Pŕgina de prova alternativa (A4)"
#
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
msgid "Photo test page"
msgstr "Pŕgina de prova de fotografia"
#
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
msgid "Do not print any test page"
-msgstr "No imprimir cap pŕgina de prova"
+msgstr "No imprimeixis cap pŕgina de prova"
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
-msgstr "S'esta(n) imprimint la(es) pŕgina(es) de prova... "
+msgstr "S'esta(n) imprimint la(es) pŕgina(es) de prova..."
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -9412,7 +9362,7 @@ msgstr ""
"\n"
#
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -9420,16 +9370,16 @@ msgstr ""
"La(es) pŕgina(es) de prova s'ha(n) enviat a la impressora.\n"
"Pot passar un cert temps abans no comenci la impressió.\n"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr "Ha funcionat correctament?"
#
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3473
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
msgid "Raw printer"
-msgstr "Impressora en cru(Raw)"
+msgstr "Impressora en cru (raw)"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -9437,24 +9387,23 @@ msgid ""
"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
"to modify the option settings easily.\n"
msgstr ""
-"Per a imprimir un fitxer des de la línia de comandes (finestra de terminal) "
-"podeu utilitzar la comanda \"%s <fitxer>\" o una utilitat d'impressió "
-"grŕfica : \"xpp <fitxer>\" o \"kprinter <fitxer>\". La utilitat grŕfica us "
-"permet d'escollir la impressora i de modificar els parŕmetres opcions "
-"fŕcilment.\n"
+"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) podeu "
+"utilitzar la comanda \"%s <fitxer>\" o una eina d'impressió grŕfica: \"xpp "
+"<fitxer>\" o \"kprinter <fitxer>\". Les eines grŕfiques us permeten escollir "
+"la impressora i modificar-ne els parŕmetres fŕcilment.\n"
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-"Podeu utilitzar aquestes comandes en el camp \"Comandes d'Impressió\" dels "
-"diŕlegs d'impressió de moltes aplicacions, perň ara no subministreu el "
-"fitxer perquč el fitxer per a imprimir ja el proporciona l'aplicació.\n"
+"Podeu utilitzar aquestes ordres en el camp \"Ordre d'impressió\" dels "
+"diŕlegs d'impressió de moltes aplicacions, perň ara no heu de subministrar "
+"el fitxer perquč el fitxer per imprimir ja el proporciona l'aplicació.\n"
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -9463,69 +9412,68 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
"\n"
-"La comanda \"%s\" també us permet de modificar els parŕmetres per a un "
-"treball d'impressió particular. Simplement afegiu els parŕmetres desitjats "
-"en la línia de comandes, e. g. \"%s <fitxer>\". "
+"L'ordre \"%s\" també us permet modificar els parŕmetres per a un treball "
+"d'impressió concret. Simplement afegiu els parŕmetres desitjats a la línia "
+"d'ordres, p.ex.: \"%s <fitxer>\". "
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, 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 ""
-"Per a cončixer quines són les opcions disponibles per la impressora actual "
-"lleigiu la llista de sota o feu clic en el butó \"Imprimir llista d'opcions"
-"\".%s%s\n"
+"Per cončixer les opcions disponibles per a la impressora actual, llegiu la "
+"llista de sota o feu clic al botó \"Imprimeix la llista d'opcions\".%s%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-"Aquí hi ha una llista de les opcions d'impressió disponibles per la "
+"Aquí teniu una llista de les opcions d'impressió disponibles per a la "
"impressora actual:\n"
"\n"
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-"Per a imprimir un fitxer des de la línia de comandes (finestra de terminal) "
-"useu la comanda \"%s <fitxer>\".\n"
+"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) useu "
+"l'ordre \"%s <fitxer>\".\n"
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
"because the file to print is provided by the application.\n"
msgstr ""
-"També podeu utilitzar aquesta ordre en el camp \"Ordres d'impressió\" dels "
-"diŕlegs d'impressió de moltes aplicacions. Perň ara no subministreu el "
-"fitxer perquč el fitxer per a imprimir ja el proporciona l'aplicació.\n"
+"També podeu utilitzar aquesta ordre en el camp \"Ordre d'impressió\" dels "
+"diŕlegs d'impressió de moltes aplicacions. Perň ara no heu de subministrar "
+"el fitxer perquč el fitxer per imprimir ja el proporciona l'aplicació.\n"
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-"Per a veure una llista d'opcions disponibles per a la impressora actual feu "
-"clic sobre el butó \"Llista d'opcions d'impressió\"."
+"Per veure una llista de les opcions disponibles per a la impressora actual "
+"feu clic sobre el botó \"Imprimeix la llista d'opcions\"."
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\" or \"%s <file>\".\n"
msgstr ""
-"Per a imprimir un fitxer des de la línia de comandes (finestra de terminal) "
+"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) "
"utilitzeu l'ordre \"%s <fitxer>\" o \"%s <fitxer>\".\n"
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -9534,14 +9482,15 @@ msgid ""
"jobs immediately when you click it. This is for example useful for paper "
"jams.\n"
msgstr ""
-"Podeu utilitzar l'interfěcie grŕfica \"xpdq\" per a definir opcions per a la "
-"gestió de treballs d'impressió.\n"
-"Si esteu utilitzant KDE com a entorn grŕfic per defecte, teniu una icona en "
-"l'escritori \"panic button\", labeled with \"STOP Printer!\", que para tots "
-"el treballs d'impressió inmediatament quan ho cliqueu. Aixň és útil, per "
-"exemple, quan se us ha enganxat el paper en la impressora.\n"
+"També podeu emprar la interfície grŕfica \"xpdq\" per configurar opcions i "
+"gestionar treballs d'impressió.\n"
+"Si esteu utilitzant KDE com a entorn grŕfic per defecte, teniu un \"botó "
+"d'emergčncia\", una icona a l'escriptori, etiquetada amb \"ATURA la "
+"impressora!\", que atura tots el treballs d'impressió immediatament en fer-"
+"hi clic. Aixň és útil, per exemple, quan se us enganxa el paper en la "
+"impressora.\n"
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -9550,46 +9499,46 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
"\n"
-"Les comandes \"%s\" i \"%s\" també permeten modificar els parŕmetres per a "
-"un treball d'impressió particular. Simplement afegiu els parŕmetres que "
-"voleu en la línia de comandes, p.e. \"%s <fitxer>\".\n"
+"Les ordres \"%s\" i \"%s\" també permeten modificar els parŕmetres per a un "
+"treball d'impressió concret. Simplement afegiu els parŕmetres que vulgueu a "
+"la línia d'ordres, p.ex. \"%s <fitxer>\".\n"
-#: ../../printerdrake.pm_.c:2388
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:2271
+#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Imprimint/Scannejant en \"%s\""
+msgstr "S'estŕ imprimint/escanejant/llegint targetes de fotos en \"%s\""
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, c-format
msgid "Printing/Scanning on \"%s\""
-msgstr "Imprimint/Scannejant en \"%s\""
+msgstr "S'estŕ imprimint/escanejant en \"%s\""
-#: ../../printerdrake.pm_.c:2391
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:2274
+#, c-format
msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Imprimint/Scannejant en \"%s\""
+msgstr "S'estŕ imprimint o llegint una targeta de fotos en \"%s\""
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "S'estŕ imprimint en la impressora \"%s\""
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3457 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
msgid "Close"
msgstr "Tanca"
#
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
msgid "Print option list"
-msgstr "Llista d'opcions d'impressió"
+msgstr "Imprimeix la llista d'opcions"
-#: ../../printerdrake.pm_.c:2418
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:2301
+#, 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 "
@@ -9601,17 +9550,17 @@ msgid ""
"\n"
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-"El vostre dispositiu HP multi-function ha estat configurat automŕticament "
-"per a poder scanejar. Ara podeu scanejar amb \"scanimage\" (\"scanimage -d "
-"hp:%s\" per a especificar l'scanner quan n'hi ha més d'un) des de la línia "
-"de comandes o amb l'interfícies grŕfiques \"xscanimage\" o \"xsane\". Si "
-"esteu utilitzant el GIMP, també podeu escanejar escollint el punt apropiat "
-"en menú \"File\"/\"Acquire\". Executeu \"man scanimage\" i \"man sane-hp\" "
-"en la línia de comandes per a més informació.\n"
+"El vostre dispositiu multifunció ha estat configurat automŕticament per "
+"poder escanejar. Ara podeu escanejar amb \"scanimage\" (\"scanimage -d hp:%s"
+"\" per especificar l'escŕner si n'hi ha més d'un) des de la línia d'ordres o "
+"amb les interfícies grŕfiques \"xscanimage\" o \"xsane\". Si esteu "
+"utilitzant el GIMP, també podeu escanejar escollint el punt apropiat en el "
+"menú \"Fitxer\"/\"Adquireix\". Executeu \"man scanimage\" a la línia "
+"d'ordres per a més informació.\n"
"\n"
"No utilitzeu \"scannerdrake\" amb aquest dispositiu!"
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -9623,20 +9572,30 @@ msgid ""
"can switch between drive letters with the field at the upper-right corners "
"of the file lists."
msgstr ""
+"La impressora ha estat configurada automŕticament per permetre-us l'accés "
+"als dispositius de targetes de fotos del vostre PC. Ara podeu accedir a les "
+"targetes de fotos emprant l'eina grŕfica \"MtoolsFM\" (menú \"Aplicacions\" -"
+"> \"Eines d'arxivament\" -> \"Gestor de fitxers MTools\") o les utilitats de "
+"la línia d'ordres \"mtools\" (introduďu \"man mtools\" a la línia d'ordres "
+"per a més informació). Trobareu el sistema de fitxers de la targeta sota la "
+"lletra d'unitat \"p:\", o a les lletres següents si teniu més d'una "
+"impressora HP amb unitats de targetes de fotos. Al \"MToolsFM\" podeu "
+"explorar les diferents lletres d'unitat amb el camp que es troba a la "
+"cantonada superior dreta de les llistes de fitxers."
#
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2927
-#: ../../printerdrake.pm_.c:3227
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
msgid "Reading printer data..."
-msgstr "S'estŕ llegint dades de la impressora..."
+msgstr "S'estan llegint dades de la impressora..."
#
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
msgid "Transfer printer configuration"
-msgstr "Configuració de transferčncia de la impressió"
+msgstr "Configuració de la transferčncia de la impressió"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -9646,87 +9605,87 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
"Podeu copiar la configuració d'impressió que he fet per la cua %s a la %s, "
-"la cua d'impressió actual. Tota la configuració de dades (nom d'impressora, "
-"descripció, ubicació, tipus de connexió, i parŕmetres per defecte) is "
-"sobreescrita, perň els treballs d'impressió no seran transferits.\n"
-"No totes les cues d'impressió poden ser transferides degut a les següents "
-"raons:\n"
+"la cua d'impressió actual. Totes les dades de configuració (nom "
+"d'impressora, descripció, ubicació, tipus de connexió i parŕmetres per "
+"defecte) se sobreescriuran, perň els treballs d'impressió no seran "
+"transferits.\n"
+"No totes les cues d'impressió poden ser transferides degut a les raons "
+"següents:\n"
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
"CUPS no permet l'ús d'impressores en servidors Novell ni que les impressores "
-"enviďn les dades cap a una ordre lliure de forma.\n"
+"enviďn les dades dins d'una ordre formada arbitrŕriament.\n"
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-"PDQ només suporta impressores locals, impressores LPD remotes, i impressores "
-"de Socket/TCP.\n"
+"PDQ només funciona amb impressores locals, impressores LPD remotes, i "
+"impressores de Socket/TCP.\n"
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD i LPRng no suporten impressores IPP.\n"
+msgstr "LPD i LPRng no funcionen amb impressores IPP.\n"
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-"A més a més, les cues que han estat creades amb altres programes que no són "
-"aquest i \"foomatic-configure\" no poden ser transferides."
+"A més, les cues que no han estat creades amb aquest programa o amb "
+"\"foomatic-configure\" no es poden transferir."
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
"or with native CUPS drivers cannot be transferred."
msgstr ""
"\n"
-"També les impressores configurades amb els fitxers PPD proporcionats pels "
-"seus fabricants o amb controladors nadius per a CUPS no poden ser "
-"transferides."
+"Tampoc poden transferir-se les impressores configurades amb els fitxers PPD "
+"proporcionats pels seus fabricants o amb controladors nadius per a CUPS."
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
"\n"
-"Marqueu les impressores que voleu transferir i feu clic en \n"
-"\"Transferir\"."
+"Marqueu les impressores que voleu transferir i feu clic a \n"
+"\"Transfereix\"."
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
-msgstr "No transferir cap impressora"
+msgstr "No transfereixis cap impressora"
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
-msgstr "Transferir"
+msgstr "Transfereix"
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
"Click \"Transfer\" to overwrite it.\n"
"You can also type a new name or skip this printer."
msgstr ""
-"Un nom d'impressora anomenat \"%s\" ja existeix en %s. \n"
-"Feu clic en \"Transferir\" per a sobreescriure'l.\n"
-"També podeu escriure un nou nom o saltar-se aquesta impressora."
+"Ja existeix una impressora amb nom \"%s\" en %s. \n"
+"Feu clic a \"Transfereix\" per sobreescriure-la.\n"
+"També podeu escriure un nom nou o ometre aquesta impressora."
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"El nom de la impressora només pot constar de lletres, números i el carŕcter "
"de subratllat"
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -9736,69 +9695,70 @@ msgstr ""
"realment voleu sobreescriure la seva configuració?"
#
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
msgid "New printer name"
msgstr "Nou nom d'impressora"
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
-msgstr "Transferint %s..."
+msgstr "S'estŕ transferint %s..."
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, 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 ""
-"Heu tranferit la vostra última impressora per defecte (\"%s\"), Hauria de "
-"ser també la impressora per defecte en el nou sistema d'impressió %s?"
+"Heu tranferit la vostra impressora predeterminada anterior (\"%s\"). Voleu "
+"que també sigui la impressora predeterminada en el nou sistema d'impressió %"
+"s?"
#
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
msgid "Refreshing printer data..."
-msgstr "S'estŕ refrescant les dades de les impressores..."
+msgstr "S'estan refrescant les dades de les impressores..."
#
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
msgid "Configuration of a remote printer"
msgstr "Configuració d'una impressora remota"
#
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
msgid "Starting network..."
msgstr "S'estŕ arrencant la xarxa..."
#
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
msgid "Configure the network now"
msgstr "Configureu la xarxa ara"
#
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
msgid "Network functionality not configured"
msgstr "La funcionalitat de xarxa no ha estat configurada"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 ""
-"Ara estem a punt per a configurar una impressora remota. Aixň necessita una "
-"connexió de xarxa que funcioni, perň la vostra xarxa no estŕ configurada "
-"encara. Si continueu sense configurar la xarxa, no podreu utilitzar la "
-"impressora que esteu ara configurant. Quč voleu fer?"
+"Esteu a punt de configurar una impressora remota. Aixň necessita una "
+"connexió de xarxa operativa, perň la vostra xarxa encara no estŕ "
+"configurada. Si continueu sense configurar la xarxa, no podreu utilitzar la "
+"impressora que esteu configurant ara. Quč voleu fer?"
#
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
msgid "Go on without configuring the network"
-msgstr "Continuar sense configurar la xarxa"
+msgstr "Continua sense configurar la xarxa"
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9810,11 +9770,11 @@ msgstr ""
"La configuració de xarxa feta durant la instalˇlació no s'ha pogut iniciar "
"ara. Comproveu si la xarxa es torna accessible després de reiniciar el "
"sistema i corregiu la configuració utilitzant el Centre de Control Mandrake, "
-"la secció \"Xarxa & Internet\"/\"Connexió\", i després configureu la "
+"a la secció \"Xarxa & Internet\"/\"Connexió\", i després configureu la "
"impressora, també usant el Centre de Control Mandrake, secció \"Maquinari\"/"
"\"Impressores\""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
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 "
@@ -9825,26 +9785,27 @@ msgstr ""
"remota una altra vegada."
#
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
msgid "Restarting printing system..."
-msgstr "Reiniciant el sistema d'impressió..."
+msgstr "S'estŕ reiniciant el sistema d'impressió..."
#
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "high"
-msgstr "Alt"
+msgstr "alt"
#
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "paranoid"
-msgstr "Paranoic"
+msgstr "paranoic"
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
-msgstr "Instalˇlant un sistema d'impressió amb el nivell de seguretat %s"
+msgstr ""
+"S'estŕ instalˇlant un sistema d'impressió amb el nivell de seguretat %s"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9858,23 +9819,23 @@ msgid ""
"\n"
"Do you really want to configure printing on this machine?"
msgstr ""
-"Estem a punt d'instalˇlar el sistema d'impressió %s en un sistema executant-"
-"se en el nivell de seguretat %s.\n"
+"Ara s'instalˇlarŕ el sistema d'impressió %s en un sistema que s'executa en "
+"el nivell de seguretat %s.\n"
"\n"
"Aquest sistema d'impressió executa un dimoni (procés en segon pla) que "
"espera els treballs d'impressió i els gestiona. Aquest dimoni és accessible "
-"per ordinadors remots conectats a la xarxa i, per tant, és un possible punt "
-"d'atac. Per tant, uns pocs seleccionats dimonis són arrencats per defecte en "
-"aquest nivel de seguretat.\n"
+"per ordinadors remots connectats a la xarxa i, per tant, és un possible punt "
+"d'atac. Per tant, només s'arrenquen per defecte uns pocs dimonis triats en "
+"aquest nivell de seguretat.\n"
"\n"
-"Realment voleu configurar l'impressió en aquest ordinador?"
+"Realment voleu configurar la impressió en aquest ordinador?"
#
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
msgid "Starting the printing system at boot time"
-msgstr "Iniciant el sistema d'impressió en arrencar l'ordinador"
+msgstr "S'estŕ iniciant el sistema d'impressió en arrencar l'ordinador"
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9888,351 +9849,265 @@ msgid ""
"again?"
msgstr ""
"El sistema d'impressió (%s) no s'arrencarŕ automŕticament quan l'ordinador "
-"s'inicďi.\n"
+"s'iniciď.\n"
"\n"
"És possible que l'arrencada automŕtica fos deshabilitada en canviar a un "
-"nivell de seguretat més gran, perquč el sistema d'impressió és un potencial "
-"punt d'atac.\n"
+"nivell de seguretat més alt, perquč el sistema d'impressió és un punt d'atac "
+"potencial.\n"
"\n"
-"Voleu que l'arrencada automŕtica del sistema d'impressió és torni a "
-"habilitar una altra vegada?"
+"Voleu tornar a habilitar l'arrencada automŕtica del sistema d'impressió?"
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2793
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2874
-#: ../../printerdrake.pm_.c:2995
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
-msgstr "Comprovant el programari instalˇat"
+msgstr "S'estŕ comprovant el programari instalˇlat..."
-#: ../../printerdrake.pm_.c:2798
-msgid "Removing LPRng..."
-msgstr "Treient LPRng..."
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "S'estŕ esborrant %s"
-#: ../../printerdrake.pm_.c:2837
-msgid "Removing LPD..."
-msgstr "Treient LPD..."
+#
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "S'estan instalˇlant els paquets..."
#
-#: ../../printerdrake.pm_.c:2910
+#: ../../printer/printerdrake.pm_.c:2685
msgid "Select Printer Spooler"
msgstr "Seleccioneu la cua d'impressió"
#
-#: ../../printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2686
msgid "Which printing system (spooler) do you want to use?"
-msgstr "Quin sistema d'impressió(cua) voleu utilitzar?"
+msgstr "Quin sistema d'impressió (cua) voleu utilitzar?"
-#: ../../printerdrake.pm_.c:2947
+#: ../../printer/printerdrake.pm_.c:2720
#, c-format
msgid "Configuring printer \"%s\"..."
-msgstr "Configurant la impressora \"%s\"..."
+msgstr "S'estŕ configurant la impressora \"%s\"..."
#
-#: ../../printerdrake.pm_.c:2961
+#: ../../printer/printerdrake.pm_.c:2731
msgid "Installing Foomatic..."
-msgstr "S'estŕ instalˇlant Foomatic..."
+msgstr "S'estŕ instalˇlant el Foomatic..."
-#: ../../printerdrake.pm_.c:3031 ../../printerdrake.pm_.c:3072
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr "Opcions de la impressora"
#
-#: ../../printerdrake.pm_.c:3041
-#, fuzzy
+#: ../../printer/printerdrake.pm_.c:2810
msgid "Preparing Printerdrake..."
-msgstr "S'estŕ preparant PrinterDrake..."
+msgstr "S'estŕ preparant el PrinterDrake..."
#
-#: ../../printerdrake.pm_.c:3059 ../../printerdrake.pm_.c:3637
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
msgid "Configuring applications..."
-msgstr "S'estŕ configurant aplicacions..."
+msgstr "S'estan configurant les aplicacions..."
#
-#: ../../printerdrake.pm_.c:3079
+#: ../../printer/printerdrake.pm_.c:2845
msgid "Would you like to configure printing?"
msgstr "Voleu configurar la impressió?"
-#: ../../printerdrake.pm_.c:3091
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr "Sistema d'impressió: "
#
-#: ../../printerdrake.pm_.c:3151
+#: ../../printer/printerdrake.pm_.c:2915
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 ""
-"Les impressores següents estan configurades. Feu doble-clic en una "
-"impressora per a modificar els parŕmetres; per a fer-la per defecte; per a "
-"veure'n la informació; o per a fer que una impressora en un servidor remot "
-"CUPS sigui disponible per a Star Office/OpenOffice.org/GIMP."
+"Les impressores següents estan configurades. Feu doble clic en una "
+"impressora per modificar-ne els parŕmetres, per fer-la la impressora per "
+"defecte, per veure'n la informació o per fer que una impressora en un "
+"servidor remot CUPS estigui disponible per a Star Office/OpenOffice.org/GIMP."
#
-#: ../../printerdrake.pm_.c:3152
+#: ../../printer/printerdrake.pm_.c:2916
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; or to view information about "
"it."
msgstr ""
-"Les impressores següents estan configurades. Feu doble-clic en una "
-"impressora per a modificar els parŕmetres; per a fer-la per defecte; per a "
-"veure la informació de la impressora."
+"Les impressores següents estan configurades. Feu doble clic en una "
+"impressora per modificar-ne els parŕmetres, per fer-la la impressora per "
+"defecte o per veure la informació de la impressora."
-#: ../../printerdrake.pm_.c:3179
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-"Refresqueu la llista d'impressores (per a veure totes les impressores CUPS "
+"Refresca la llista d'impressores (per veure totes les impressores CUPS "
"remotes disponibles)"
#
-#: ../../printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:2960
msgid "Change the printing system"
-msgstr "Modificar el sistema d'impressió"
+msgstr "Modifica el sistema d'impressió"
-#: ../../printerdrake.pm_.c:3202 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
msgid "Normal Mode"
msgstr "Mode normal"
#
-#: ../../printerdrake.pm_.c:3367 ../../printerdrake.pm_.c:3417
-#: ../../printerdrake.pm_.c:3630
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
msgid "Do you want to configure another printer?"
msgstr "Voleu configurar una altra impressora?"
#
-#: ../../printerdrake.pm_.c:3452
+#: ../../printer/printerdrake.pm_.c:3211
msgid "Modify printer configuration"
-msgstr "Modificar la configuració de la impressora"
+msgstr "Modifica la configuració de la impressora"
-#: ../../printerdrake.pm_.c:3454
+#: ../../printer/printerdrake.pm_.c:3213
#, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr ""
"Impressora %s\n"
-"Voleu modificar la impressora?"
+"Quines modificacions voleu fer en aquesta impressora?"
-#: ../../printerdrake.pm_.c:3458
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr "Fes-ho!"
#
-#: ../../printerdrake.pm_.c:3463 ../../printerdrake.pm_.c:3518
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
msgid "Printer connection type"
msgstr "Tipus de connexió de la impressora"
#
-#: ../../printerdrake.pm_.c:3464 ../../printerdrake.pm_.c:3522
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
msgid "Printer name, description, location"
msgstr "Nom de la impressora, descripció, ubicació"
-#: ../../printerdrake.pm_.c:3466 ../../printerdrake.pm_.c:3540
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr "Fabricant de la impressora, model, controlador"
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3541
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr "Fabricant de la impressora, model"
-#: ../../printerdrake.pm_.c:3476 ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
-msgstr "Fes aquesta impressora la impr. per defecte"
+msgstr "Fes que aquesta sigui la impressora predeterminada"
-#: ../../printerdrake.pm_.c:3478 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr "Afegeix aquesta impressora a Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3479 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Treu aquesta impressora de Star Office/OpenOffice.org/GIMP"
+msgstr "Suprimeix aquesta impressora de Star Office/OpenOffice.org/GIMP"
#
-#: ../../printerdrake.pm_.c:3480 ../../printerdrake.pm_.c:3574
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
msgid "Print test pages"
msgstr "Imprimeix la(es) pŕgina(es) de prova"
#
-#: ../../printerdrake.pm_.c:3481 ../../printerdrake.pm_.c:3576
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
msgid "Know how to use this printer"
-msgstr "Aprengueu a utilitzar aquesta impressora"
+msgstr "Apreneu a utilitzar aquesta impressora"
#
-#: ../../printerdrake.pm_.c:3483 ../../printerdrake.pm_.c:3578
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
msgid "Remove printer"
-msgstr "Esborra impressora"
+msgstr "Suprimeix la impressora"
-#: ../../printerdrake.pm_.c:3529
+#: ../../printer/printerdrake.pm_.c:3282
#, c-format
msgid "Removing old printer \"%s\"..."
-msgstr "S'estŕ esborrant la impressora antiga \"%s\"..."
+msgstr "S'estŕ suprimint la impressora antiga \"%s\"..."
#
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3307
msgid "Default printer"
-msgstr "Impressora per defecte"
+msgstr "Impressora predeterminada"
-#: ../../printerdrake.pm_.c:3555
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
-msgstr "La impressora \"%s\" és la impressora per defecte ara."
+msgstr "La impressora \"%s\" és ara la impressora per defecte."
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Afegint impressora a Star Office/OpenOffice.org/GIMP"
+msgstr "S'estŕ afegint la impressora a Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"La impressora \"%s\" ha estat afegida correctament a Star Office/OpenOffice."
-"org."
+"S'ha afegit correctament la impressora \"%s\" a Star Office/OpenOffice.org/"
+"GIMP."
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"S'ha fallat en afegir la impressora \"%s\" a Star Office/OpenOffice.org/GIMP."
+"És impossible d'afegir la impressora \"%s\" a Star Office/OpenOffice.org/"
+"GIMP."
-#: ../../printerdrake.pm_.c:3568 ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "S'estŕ esborrant la impressora de Star Office/OpenOffice.org/GIMP"
+msgstr "S'estŕ suprimint la impressora d'Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-"La impressora \"%s\" ha estat esborrada correctament de Star Office/"
-"OpenOffice.org/GIMP."
+"La impressora \"%s\" ha estat suprimida d'Star Office/OpenOffice.org/GIMP "
+"amb čxit."
-#: ../../printerdrake.pm_.c:3572
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-"S'ha fallat en esborrar la impressora \"%s\" de Star Office/OpenOffice.org/"
+"És impossible de suprimir la impressora \"%s\" d'Star Office/OpenOffice.org/"
"GIMP."
-#: ../../printerdrake.pm_.c:3580
+#: ../../printer/printerdrake.pm_.c:3325
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Voleu relment esborrar la impressora \"%s\"?"
+msgstr "Voleu realment suprimir la impressora \"%s\"?"
-#: ../../printerdrake.pm_.c:3584
+#: ../../printer/printerdrake.pm_.c:3329
#, c-format
msgid "Removing printer \"%s\"..."
-msgstr "S'estŕ esborrant la impressora \"%s\"..."
-
-#
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Configuració del proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Benvingut a la utilitat de configuració del proxy.\n"
-"\n"
-"Aquí, podreu definir i configurar els vostres proxies http i ftp\n"
-"amb o sense entrada i contrasenya\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Per favor, entreu les informacions del proxy http\n"
-"Deixeu buit si no voleu un proxy http"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "Port"
-
-#
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "La Url hauría de començar amb 'http:'"
-
-#
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "El número de port ha de ser numčric"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Per favor, entreu les informacions del proxy ftp\n"
-"Deixeu en blanc si no voleu un proxy ftp"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Per favor, entreu l'entrada i la contrasenya del proxy, si en voleu.\n"
-"Deixeu en blanc si no voleu entrada/contrasenya"
-
-#
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "entrada"
-
-#
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "contrasenya"
-
-#
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "re-entreu contrasenya"
-
-#
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Les contrasenyes no coincideixen. Proveu-ho una altre cop!"
+msgstr "S'estŕ suprimint la impressora \"%s\"..."
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "No es pot afegir una partició a un RAID _formatat_ md%d"
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr "No es pot escriure el fitxer %s"
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
-msgstr "mkraid ha fallat"
+msgstr "L'mkraid ha fallat"
#: ../../raid.pm_.c:137
msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid ha fallat (potser manquen eines del RAID(raidtools)?)"
+msgstr "L'mkraid ha fallat (potser manquen les eines del RAID (raidtools)?)"
#: ../../raid.pm_.c:153
#, c-format
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:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -10256,92 +10131,100 @@ msgid ""
"be sent to this user (username or\n"
"\t email)"
msgstr ""
+"Estŕndard: Aquesta és la seguretat estŕndard recomanada per a un ordinador "
+"que es connectarŕ a Internet com a client.\n"
+"\n"
+"Alta: Hi ha algunes restriccions, i cada nit s'executen més tests que "
+"al nivell estŕndard.\n"
+"\n"
+"Més alta: La seguretat és prou elevada perquč el sistema funcioni com a "
+"servidor que pugui acceptar connexions de diversos clients. Si aquesta "
+"mŕquina només serŕ un client a Internet, hauríeu de triar un nivell més "
+"baix.\n"
+"\n"
+"Paranoic: Similar al nivell anterior, perň el sistema es tanca completament "
+"i les característiques de seguretat estan al mŕxim\n"
+"\n"
+"Administrador de seguretat:\n"
+" Si les \"Alarmes de seguretat\" estan activades, s'enviaran a "
+"aquest usuari (nom d'usuari o adreça electrňnica)"
#
-#: ../../security/main.pm_.c:65
-#, fuzzy
+#: ../../security/main.pm_.c:66
msgid "Security Level:"
-msgstr "El nivell de seguretat"
+msgstr "Nivell de seguretat:"
+
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr " (per defecte: %s)"
#
-#: ../../security/main.pm_.c:99
-#, fuzzy
+#: ../../security/main.pm_.c:113
msgid "Security Alerts:"
-msgstr "El nivell de seguretat"
+msgstr "Alarmes de seguretat:"
-#: ../../security/main.pm_.c:101
-#, fuzzy
+#: ../../security/main.pm_.c:115
msgid "Security Administrator:"
-msgstr "Seguretat d'usuari (login o email)"
+msgstr "Administrador de seguretat:"
#
-#: ../../security/main.pm_.c:114
-#, fuzzy
+#: ../../security/main.pm_.c:128
msgid "Network Options"
-msgstr "Més opcions"
+msgstr "Opcions de xarxa"
#
-#: ../../security/main.pm_.c:114
-#, fuzzy
+#: ../../security/main.pm_.c:128
msgid "System Options"
-msgstr "Més opcions"
+msgstr "Opcions de sistema"
-#: ../../security/main.pm_.c:119 ../../security/main.pm_.c:148
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
msgid ""
"The following options can be set to customize your\n"
"system security. If you need explanations, click on Help.\n"
msgstr ""
+"Les opcions següents es poden modificar per personalitzar la seguretat\n"
+"del vostre sistema. Feu clic a \"Ajuda\" si voleu més informació.\n"
-#: ../../security/main.pm_.c:137
-#, fuzzy, c-format
-msgid " (default: %s)"
-msgstr " (Predeterminat)"
-
-#: ../../security/main.pm_.c:161
-msgid "Periodic Checks 2"
-msgstr ""
-
-#: ../../security/main.pm_.c:162
+#: ../../security/main.pm_.c:177
msgid "Periodic Checks"
-msgstr ""
+msgstr "Comprovacions periňdiques"
-#: ../../security/main.pm_.c:176
-#, fuzzy
+#: ../../security/main.pm_.c:191
msgid "Please wait, setting security level..."
-msgstr "S'estŕ establint el nivell de seguretat"
+msgstr "Espereu si us plau, s'estŕ configurant el nivell de seguretat..."
-#: ../../security/main.pm_.c:182
-#, fuzzy
+#: ../../security/main.pm_.c:197
msgid "Please wait, setting security options..."
-msgstr "Si us plau, espereu, s'estŕ preparant la instalˇlació..."
+msgstr "Espereu si us plau, s'estan configurant les opcions de seguretat..."
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Llançar el sistema de so ALSA (Advanced Linux Sound Architecture)"
+msgstr "Executa el sistema de so ALSA (Advanced Linux Sound Architecture)"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr "Anacron, un programador d'ordres periňdiques."
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
msgstr ""
"L'apmd s'utilitza per monitoritzar l'estat de la bateria i registrar-lo "
-"mitjançant el registre del sistema.\n"
+"mitjançant el registre del sistema (syslog).\n"
"També es pot utilitzar per apagar l'ordinador quan queda poca bateria."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
msgstr ""
"Executa les ordres programades per l'ordre 'at' a l'hora que es va\n"
-"especificar en executar 'at', i executa les ordres 'batch' quan la\n"
+"especificar en executar 'at', i executa les ordres automŕtiques quan la\n"
"mitjana de cŕrrega és prou baixa."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -10353,7 +10236,7 @@ msgstr ""
"característiques al cron bŕsic, incloent seguretat millorada i opcions\n"
"de configuració més potents."
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -10364,22 +10247,22 @@ msgstr ""
"el Midnight Commander. També permet operacions de tallar i enganxar amb el "
"ratolí, i inclou suport de menús desplegables a la consola."
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
-"HardDrake fa una prova del maquinari, i opcionalment configura\n"
-"maquinari nou/canviat."
+"El HardDrake fa una prova del maquinari, i opcionalment configura\n"
+"el maquinari nou/canviat."
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"L'Apache és un servidor de World Wide Web. S'utilitza per servir fitxers\n"
"HTML i CGI."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -10388,73 +10271,71 @@ msgid ""
"disables\n"
"all of the services it is responsible for."
msgstr ""
-"El procés superservidor d'Internet (conegut normalment com 'inetd') inicia\n"
+"El dimoni superservidor d'Internet (conegut normalment com 'inetd') inicia\n"
"altres serveis d'Internet a mesura que es van necessitant. És el "
"responsable\n"
"d'iniciar molts serveis, incloent el telnet, l'ftp, l'rsh i l'rlogin. Si\n"
-"s'inhabilita l'inetd s'inhabiliten tots els serveis de quč és responsable."
+"s'inhabilita l'inetd, s'inhabiliten tots els serveis de quč és responsable."
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
-"Arrencar el filtrador de paquets per la sčrie Linux kernel 2.2, per a "
-"instalˇlar\n"
+"Executa el filtratge de paquets per als nuclis Linux 2.2, per instalˇlar\n"
"un tallafoc que protegeixi el vostre ordinador d'atacs des de la xarxa."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
"You should leave this enabled for most machines."
msgstr ""
"Aquest paquet carrega el mapa de teclat seleccionat segons s'ha definit\n"
-"a /etc/sysconfig/keyboard. Aixň es pot seleccionar mitjançant la utilitat\n"
+"a /etc/sysconfig/keyboard. Es pot seleccionar mitjançant la utilitat\n"
"kbdconfig.\n"
"Per a la majoria d'ordinadors, s'ha de deixar habilitat."
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-"Regeneració automŕtica del header de nucli(kernel) in /boot per\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Regeneració automŕtica del capçal de nucli a /boot per\n"
+"/usr/include/linux/{autoconf,versió}.h"
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-"Detecció i configuració automŕtica del maquinari en iniciar l'ordinador."
+"Detecció i configuració automŕtica de maquinari en iniciar l'ordinador."
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
-"Linuxconf algunes vegades determinarŕ que s'han de fer algunes tasques\n"
-"en iniciar l'ordinador per a mantenir la configuració del sistema."
+"De vegades, el Linuxconf determinarŕ que s'han de fer algunes tasques\n"
+"en iniciar l'ordinador per mantenir la configuració del sistema."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
msgstr ""
-"L'lpd és el procés d'impressió necessari per a que l'lpr funcioni\n"
+"L'lpd és el dimoni d'impressió necessari perquč l'lpr funcioni\n"
"correctament. Bŕsicament, es tracta d'un servidor que assigna les\n"
"tasques d'impressió a la(es) impressora(es)."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
-"Linux Virtual Server, és usat per construir un servidor de gran capacitat i "
-"gran \n"
-"robustesa."
+"El Servidor Virtual de Linux (LVS) s'usa per construir un servidor de \n"
+"gran capacitat i robustesa."
#
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
"names to IP addresses."
@@ -10462,7 +10343,7 @@ msgstr ""
"named (BIND) és un servidor de noms de domini (DNS) que s'utilitza per "
"convertir noms d'ordinadors centrals en adreces IP."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -10470,7 +10351,7 @@ msgstr ""
"Munta i desmunta tots els punts de muntatge dels sistemes de fitxers\n"
"de xarxa (NFS), SMB (gestor de xarxes d'ŕrea local/Windows) i NCP (NetWare)."
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -10478,61 +10359,63 @@ msgstr ""
"Activa/Desactiva totes les interfícies de xarxa configurades per\n"
"iniciar-se durant l'arrencada."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
"/etc/exports file."
msgstr ""
-"L'NFS és un popular protocol de compartició de fitxers en xarxes TCP/IP.\n"
+"L'NFS és un protocol popular de compartició de fitxers en xarxes TCP/IP.\n"
"Aquest servei proporciona la funcionalitat del servidor NFS, que es\n"
"configura mitjançant el fitxer /etc/exports."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
msgstr ""
-"L'NFS és un popular protocol de compartició de fitxers en xarxes TCP/IP\n"
-"Aquest servei proporciona la funcionalitat de blocatge del fitxer NFS."
+"L'NFS és un protocol popular de compartició de fitxers en xarxes TCP/IP\n"
+"Aquest servei proporciona la funcionalitat de blocatge de fitxer NFS."
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
msgstr ""
-"Engega automŕticament a l'arrencada el bloquejador de la tecla\n"
-"de fixació del teclat numčric a la consola i sota XFree."
+"Engega automŕticament a l'arrencada la tecla de fixació del \n"
+"teclat numčric a la consola i sota XFree."
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Suport per a OKI 4w i winprinters compatibles."
+msgstr "Funciona amb OKI 4w i winprinters compatibles."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
"have\n"
"it installed on machines that don't need it."
msgstr ""
-"El suport PCMCIA serveix normalment per suportar coses com ara l'ethernet\n"
+"El suport PCMCIA serveix normalment per funcionar amb coses com ara "
+"l'ethernet\n"
"i els mňdems en portŕtils. No s'iniciarŕ tret que es configuri, de manera\n"
"que no hi ha problema per instalˇlar-lo en ordinadors que no el necessiten."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
"machines\n"
"which act as servers for protocols which make use of the RPC mechanism."
msgstr ""
-"El portmapper gestiona les connexions RPC, que són utilitzades per\n"
-"protocols com ara l'NFS i l'NIS. El servidor portmap s'ha d'estar\n"
+"El mapador de ports (portmapper) gestiona les connexions RPC, que s'usen "
+"per\n"
+"protocols com ara l'NFS i el NIS. El servidor portmap s'ha d'estar\n"
"executant en ordinadors que actuen com a servidors per a protocols que\n"
"utilitzen el mecanisme RPC."
#
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
"one machine to another."
@@ -10540,43 +10423,43 @@ msgstr ""
"El Postfix és un Agent de Transport de Correu, que és el programa que passa "
"el correu d'un ordinador a un altre."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
msgstr ""
"Desa i recupera el generador d'entropia del sistema per a\n"
-"la generació de nombres aleatoris d'una més alta qualitat."
+"la generació de nombres aleatoris d'una qualitat més alta."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
msgstr ""
-"Asignar els dispositius en cru(raw) a dispositius de blocs (tals com les "
+"Assigna els dispositius en cru (raw) a dispositius de blocs (tals com les "
"particions de\n"
-"disc dur), per que siguin utilitzats per aplicacions com ara Oracle"
+"disc dur), perquč siguin utilitzats per aplicacions com ara Oracle"
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
"routing protocols are needed for complex networks."
msgstr ""
-"El procés 'routed' permet que la taula d'encaminadors IP automŕtics\n"
+"El dimoni 'routed' permet que la taula d'encaminadors IP automŕtics\n"
"s'actualitzi mitjançant el protocol RIP. Mentre que el RIP s'utilitza\n"
"ŕmpliament en xarxes petites, les xarxes complexes necessiten protocols\n"
-"d'encaminament més complexs."
+"d'encaminament més complexos."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
msgstr ""
"El protocol rstat permet que els usuaris d'una xarxa recuperin\n"
-"mčtrics de funcionament de qualsevol ordinador de la mateixa."
+"mesures de rendiment de qualsevol ordinador de la mateixa."
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -10584,94 +10467,94 @@ msgstr ""
"El protocol rusers permet que els usuaris d'una xarxa identifiquin\n"
"qui estŕ connectat en altres ordinadors de la mateixa."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
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 ""
"El protocol rwho permet que els usuaris remots obtinguin una llista\n"
-"de tots els usuaris que están connectats a un ordinador que estŕ\n"
-"executant el procés rwho (similar al finger)."
+"de tots els usuaris que estan connectats a un ordinador que estŕ\n"
+"executant el dimoni rwho (similar al finger)."
#
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
-msgstr "Llança el sistema de so en el vostre ordinador"
+msgstr "Executa el sistema de so en el vostre ordinador"
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
msgstr ""
-"El syslog és el sistema que utilitzen molts processos per registrar\n"
+"El syslog és el sistema que utilitzen molts dimonis per registrar\n"
"missatges en diversos fitxers de registre del sistema. És aconsellable\n"
"executar-lo sempre."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
-msgstr "Carrega els controladors per als dispositius usb."
+msgstr "Carrega els controladors per a dispositius USB."
#
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Inicia l'X Font Server (aixň és necessari per a que XFree funcioni)."
+msgstr "Inicia l'X Font Server (aixň és necessari perquč l'XFree funcioni)."
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr ""
"Escolliu els serveis que s'han d'iniciar automŕticament durant l'arrencada"
#
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
msgid "Printing"
msgstr "Impressió"
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr "Compartició de fitxers"
#
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
msgid "System"
msgstr "Sistema"
#
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
msgid "Remote Administration"
msgstr "Administració remota"
#
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
msgid "Database Server"
msgstr "Servidor de base de dades"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Serveis: %d activats per %d registrats"
#
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
msgid "Services"
msgstr "Serveis"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "running"
msgstr "s'estŕ executant"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "stopped"
msgstr "aturat"
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr "Serveis i dimonis"
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
@@ -10679,19 +10562,19 @@ msgstr ""
"Malauradament no hi ha més informació\n"
"sobre aquest servei."
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
msgid "On boot"
msgstr "En arrencar"
#
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
msgid "Start"
-msgstr "Iniciar"
+msgstr "Inicia"
#
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
msgid "Stop"
-msgstr "Aturar"
+msgstr "Atura"
#: ../../share/advertising/01-thanks.pl_.c:9
msgid "Thank you for choosing Mandrake Linux 9.0"
@@ -10699,7 +10582,7 @@ msgstr "Grŕcies per triar Mandrake Linux 9.0"
#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
-msgstr "Benvinguts al món del Codi Font Obert"
+msgstr "Benvingut al món del Codi Font Obert"
#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
@@ -10709,86 +10592,79 @@ msgid ""
msgstr ""
"L'čxit de MandrakeSoft es basa en els principis del Codi Font Obert. El "
"vostre nou sistema operatiu és el resultat del treball en colˇlaboració de "
-"tota la Comunitat Linux de tot el Món"
+"la Comunitat Linux de tot el món"
#: ../../share/advertising/02-community.pl_.c:9
msgid "Get involved in the Free Software world"
-msgstr "Uneix-te al Codi Font Obert arreu del món"
+msgstr "Uniu-vos al món del Codi Font Obert"
#: ../../share/advertising/02-community.pl_.c:10
msgid "Want to know more about the Open Source community?"
-msgstr ""
+msgstr "Voleu saber més coses de la comunitat del Codi Font Obert?"
#: ../../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 ""
-"Investigueu en la comunitat de l'Open Source i feu-vos'en membre. Apreneu, "
-"ensenyeu, i ajudeu als altres tot i participant en els múltiples forums de "
-"discussió que trobareu en les pŕgines de la \"Comunitat\"."
+"Per compartir el vostre coneixement i ajudar a construir eines per a Linux, "
+"apunteu-vos als fňrums de discussió que trobareu a les nostres pŕgines de la "
+"\"Comunitat\""
#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
msgid "Get the most from the Internet"
-msgstr "Connecta't a internet"
+msgstr "Extragueu-li el suc a Internet"
#: ../../share/advertising/03-internet.pl_.c:10
-#, fuzzy
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 ""
-"Mandrake Linux 9.0 proporciona el millor programari per a accedir tot el que "
-"Internet us pot oferir: navegueu la web i veieu animacions amb Mozilla i "
-"Konqueror, envieu missatges i organitzeu-vos la informació personal amb "
-"Evolution i Kmail, i molt més"
+"Mandrake Linux 9.0 us ha triat el millor programari. Navegueu per la Web i "
+"veieu animacions amb Mozilla i Konqueror, o envieu missatges i organitzeu-"
+"vos la informació personal amb Evolution i Kmail"
#: ../../share/advertising/04-multimedia.pl_.c:9
msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr ""
+msgstr "Descobriu les eines grŕfiques i multimčdia més modernes!"
#: ../../share/advertising/04-multimedia.pl_.c:10
msgid "Push multimedia to its limits!"
-msgstr ""
+msgstr "Porteu el multimčdia fins al límit!"
#: ../../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 us permet utilitzar el vostre ordinador multimčdia fins "
-"al límit! Useu l'últim programari per a tocar música i fitxers de so, editar "
-"i organitzar les vostres imatges i fotos, mirar la TV i videos, i molt més"
+"Mandrake Linux 9.0 us permet utilitzar el programari més actual per "
+"reproduir fitxers d'ŕudio, editar i organitzar les vostres imatges i fotos, "
+"i reproduir vídeos"
#: ../../share/advertising/05-games.pl_.c:9
msgid "Games"
msgstr "Jocs"
#: ../../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 9.0 proporciona els millors jocs en Open Source - arcade, "
-"acció, cartes, esports, estratčgia, ..."
+"Mandrake Linux 9.0 proporciona els millors jocs de codi obert: arcade, "
+"acció, estratčgia..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
msgid "Mandrake Control Center"
msgstr "Centre de Control 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 ""
-"El Centre de Control Mandrake Linux 8.2 és el lloc de parada per a "
-"customitzar i configurar completament del vostre sistema Mandrake"
+"Mandrake Linux 9.0 proporciona una eina potent per personalitzar i "
+"configurar completament la vostra mŕquina"
#
#: ../../share/advertising/07-desktop.pl_.c:9
@@ -10800,76 +10676,77 @@ msgid ""
"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 us proporciona onze interfícies d'usuari totalment "
+"modificables: KDE 3, Gnome 2, WindowMaker..."
#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
msgid "Development simplified"
-msgstr "Desenvolupament"
+msgstr "Desenvolupament simplificat"
#: ../../share/advertising/08-development.pl_.c:10
msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
+msgstr "Mandrake Linux 9.0 és l'últim en plataformes de desenvolupament"
#: ../../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 és l'última plataforma de desenvolupament més "
-"actualitzada. Descubreix el poder del compilador GNU gcc hagi com el dels "
-"millors entorns de desenvolupament en Codi Font Obert"
+"Useu tota la capacitat del compilador GNU gcc 3, així com els millors "
+"entorns de desenvolupament de codi font obert"
#: ../../share/advertising/09-server.pl_.c:9
msgid "Turn your machine into a reliable server"
-msgstr ""
+msgstr "Convertiu la vostra mŕquina en un servidor fiable"
#: ../../share/advertising/09-server.pl_.c:10
-#, fuzzy
msgid ""
"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 "
-"clics del ratolí: Servidor web, email, tallafoc, encaminador, servidor de "
-"fitxers i d'impressió, ..."
+"Transformeu el vostre ordinador en un potent servidor Linux amb només uns "
+"quants clics del ratolí: servidor Web, correu electrňnic, tallafoc, "
+"encaminador, servidor de fitxers i d'impressió..."
#: ../../share/advertising/10-mnf.pl_.c:9
msgid "Optimize your security"
-msgstr ""
+msgstr "Optimitzeu la vostra seguretat"
#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
"F.)"
msgstr ""
+"L'abast de MandrakeSecurity inclou l'aplicació Multi Network Firewall (MNF), "
+"el tallafoc per a xarxes múltiples"
#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
+"Aquest tallafoc inclou les característiques de xarxa que us permetran "
+"satisfer tots els vostres requeriments de seguretat"
#: ../../share/advertising/10-mnf.pl_.c:12
msgid "This product is available on MandrakeStore website"
-msgstr ""
+msgstr "Aquest producte es troba disponible al lloc web de MandrakeStore"
#: ../../share/advertising/11-mdkstore.pl_.c:9
msgid "The official MandrakeSoft store"
-msgstr ""
+msgstr "La botiga oficial de 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:"
msgstr ""
-"Trobareu tota la gama de solucions Linux, així com ofertes especials en "
-"productes en la nostra botiga online"
+"Trobareu tot el conjunt de solucions Linux, així com ofertes especials en "
+"productes i altres avantatges, a la nostra botiga en línia:"
#: ../../share/advertising/12-mdkstore.pl_.c:9
msgid "Strategic partners"
-msgstr ""
+msgstr "Socis estratčgics"
#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
@@ -10877,20 +10754,25 @@ msgid ""
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
+"MandrakeSoft treballa al costat d'un conjunt d'empreses que ofereixen "
+"solucions professionals compatibles amb el Mandrake Linux. Trobareu una "
+"llista d'aquests socis al MandrakeStore"
#: ../../share/advertising/13-mdkcampus.pl_.c:9
msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr ""
+msgstr "Descobriu el catŕleg d'aprenentatge de MandrakeSoft: el 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 ""
+"El programa d'aprenentatge s'ha creat per respondre a la demanda tant "
+"d'usuaris com d'experts (administradors de xarxa i de sistemes)"
#: ../../share/advertising/13-mdkcampus.pl_.c:11
msgid "Certify yourself on Linux"
-msgstr ""
+msgstr "Qualifiqueu-vos en Linux"
#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
@@ -10898,18 +10780,22 @@ msgid ""
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
"certification program (worldwide professional technical certification)"
msgstr ""
+"Tant si trieu aprendre en línia o mitjançant la xarxa d'aprenentatge dels "
+"nostres socis, el catŕleg Linux-Campus us prepara per al reconegut programa "
+"de certificació LPI (certificació tčcnica i professional a tot el món)"
#
#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
msgid "Become a MandrakeExpert"
-msgstr "MandrakeExpert"
+msgstr "Esdeveniu un MandrakeExpert"
#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
"Find the solutions of your problems via MandrakeSoft's online support "
"platform"
msgstr ""
+"Cerqueu les solucions als vostres problemes a través de la nostra plataforma "
+"de suport en línia"
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
@@ -10917,26 +10803,32 @@ msgid ""
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
+"Uniu-vos als grups de suport de MandrakeSoft i a la Comunitat Linux en línia "
+"per compartir els vostres coneixements i ajudar els altres esdevenint un "
+"expert reconegut al lloc web de suport tčcnic en línia:"
#
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert"
+msgstr "Grup corporatiu MandrakeExpert"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
msgid "An online platform to respond to company's specific support needs"
msgstr ""
+"Una plataforma en línia per respondre a les necessitats de suport especials "
+"de les empreses"
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
+"Cada incident serŕ investigat per un expert tčcnic qualificat de "
+"MandrakeSoft."
#: ../../share/advertising/17-mdkclub.pl_.c:9
msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr ""
+msgstr "Descobriu el MandrakeClub i el Club Corporatiu de Mandrake"
#: ../../share/advertising/17-mdkclub.pl_.c:10
msgid ""
@@ -10947,203 +10839,586 @@ msgid ""
"competititve edge, if you want to support Mandrake Linux development, join "
"MandrakeClub!"
msgstr ""
+"El MandrakeClub i el Club Corporatiu Mandrake es van crear per a empreses i "
+"usuaris privats de Mandrake Linux que volen participar directament de la "
+"seva distribució Linux preferida, i rebre alguns privilegis especials. Si "
+"gaudiu dels nostres productes, si la vostra empresa es beneficia dels "
+"nostres productes per guanyar competitivitat, si voleu recolzar el "
+"desenvolupament de Mandrake Linux, uniu-vos al MandrakeClub!"
+
+#: ../../standalone.pm_.c:21
+#, fuzzy
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+" Aquest programa és programari lliure; el podeu redistribuir i/o modificar\n"
+" sota els termes de la 'GNU General Public License' publicada per\n"
+" la Free Software Foundation; tant la versió 2 com (si voleu)\n"
+" qualsevol versió posterior.\n"
+"\n"
+" Aquest programa és distribueix amb l'esperança que serŕ útil,\n"
+" perň SENSE CAP GARANTIA; sense ni tant sols la garantia implícita de\n"
+" MERCANTIBILITAT o CAPACITAT DE REALITZAR UN DETERMINAT PROPŇSIT. Mireu la\n"
+" 'GNU General Public License' per a més detalls.\n"
+"\n"
+" Hauríeu d'haver rebut una cňpia de la 'GNU General Public License'\n"
+" amb el programa; si no és així, escriviu a la Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Teclat"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
#
-#: ../../standalone.pm_.c:49
+#: ../../standalone.pm_.c:168
msgid "Installing packages..."
-msgstr "S'estŕ instalˇlant els paquets..."
+msgstr "S'estan instalˇlant els paquets..."
-#: ../../standalone/XFdrake_.c:148
+#: ../../standalone/XFdrake_.c:138
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:152
+#: ../../standalone/XFdrake_.c:142
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
#
-#: ../../standalone/drakTermServ_.c:188
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:239
msgid "Mandrake Terminal Server Configuration"
-msgstr "Configuració de transferčncia de la impressió"
+msgstr "Configuració del Servidor de Terminal de Mandrake"
#
-#: ../../standalone/drakTermServ_.c:203
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:253
msgid "Enable Server"
-msgstr "Servidor de base de dades"
+msgstr "Habilita el servidor"
#
-#: ../../standalone/drakTermServ_.c:210
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:260
msgid "Disable Server"
-msgstr "Servidor de base de dades"
+msgstr "Inhabilita el servidor"
-#: ../../standalone/drakTermServ_.c:218
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:268
msgid "Start Server"
-msgstr "Servidor NIS"
+msgstr "Inicia el servidor"
-#: ../../standalone/drakTermServ_.c:225
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:275
msgid "Stop Server"
-msgstr "Servidor NIS"
+msgstr "Atura el servidor"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
msgid "Etherboot Floppy/ISO"
-msgstr ""
+msgstr "Disquet/ISO per a Etherboot"
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
-msgstr ""
+msgstr "Imatges d'arrencada de la xarxa"
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:294
msgid "Add/Del Users"
-msgstr "Afegeix un usuari"
+msgstr "Afegeix/Suprimeix usuaris"
-#: ../../standalone/drakTermServ_.c:241
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:299
msgid "Add/Del Clients"
-msgstr "Client DHCP"
+msgstr "Afegeix/Suprimeix clients"
+
+#: ../../standalone/drakTermServ_.c:328
+#, fuzzy
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+" actualitzacions 2002 MandrakeSoft per Stew Benedict <sbenedict"
+"\\@mandrakesoft.com>"
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
-msgstr ""
+msgstr "Disquet d'arrencada"
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
-msgstr ""
+msgstr "ISO d'arrencada"
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
-msgstr ""
+msgstr "Munta tot el nucli -->"
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
-msgstr ""
+msgstr "Aixň trigarŕ uns minuts."
-#: ../../standalone/drakTermServ_.c:521
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:573
msgid "No kernel selected!"
-msgstr "No s'ha detectat cap targeta de TV!"
+msgstr "No heu seleccionat cap nucli!"
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
-msgstr ""
+msgstr "Munta un NIC senzill -->"
-#: ../../standalone/drakTermServ_.c:535
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:587
msgid "No nic selected!"
-msgstr "Sense connexió"
+msgstr "No heu seleccionat cap NIC!"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
-msgstr ""
+msgstr "Munta tots els nuclis -->"
-#: ../../standalone/drakTermServ_.c:552
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:604
msgid "<-- Delete"
-msgstr "Suprimeix"
+msgstr "<-- Suprimeix"
#
-#: ../../standalone/drakTermServ_.c:559
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:611
msgid "Delete All NBIs"
-msgstr "Selecciona Tot"
+msgstr "Suprimeix tots els NBI"
-#: ../../standalone/drakTermServ_.c:621
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
msgid "Add User -->"
-msgstr "Afegeix un usuari"
+msgstr "Afegeix un usuari -->"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
-msgstr ""
+msgstr "<-- Suprimeix un usuari"
+
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Tipus: "
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
-msgstr ""
+msgstr "No s'ha creat cap imatge d'arrencada des de xarxa"
+
+#: ../../standalone/drakTermServ_.c:773
+#, fuzzy
+msgid "Thin Client"
+msgstr "Client DHCP"
+
+#: ../../standalone/drakTermServ_.c:775
+#, fuzzy
+msgid "Allow Thin Clients"
+msgstr "Afegeix/Suprimeix clients"
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
-msgstr ""
+msgstr "Afegeix un client -->"
-#: ../../standalone/drakTermServ_.c:742
+#: ../../standalone/drakTermServ_.c:821
#, fuzzy
-msgid "<-- Del Client"
-msgstr "Client DHCP"
+msgid "<-- Edit Client"
+msgstr "<-- Suprimeix un client"
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:837
#, fuzzy
+msgid "Delete Client"
+msgstr "<-- Suprimeix un client"
+
+#: ../../standalone/drakTermServ_.c:843
msgid "dhcpd Config..."
-msgstr "S'estŕ configurant..."
+msgstr "Configuració del dhcpd..."
-#
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Submŕscara de xarxa"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Nom de domini"
+
+#: ../../standalone/drakTermServ_.c:937
#, fuzzy
+msgid "Name Servers:"
+msgstr "Servidor Samba"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#
+#: ../../standalone/drakTermServ_.c:1001
msgid "dhcpd Server Configuration"
-msgstr "Configuració Avançada"
+msgstr "Configuració del servidor dhcpd"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
+#, fuzzy
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
+"La majoria d'aquests valors s'han obtingut\n"
+"del vostre sistema actual. Podeu modificar-los si cal."
-#: ../../standalone/drakTermServ_.c:875
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1018
msgid "Write Config"
-msgstr "torna a configurar"
+msgstr "Escriu la configuració"
-#: ../../standalone/drakTermServ_.c:965
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:1120
msgid "Please insert floppy disk:"
-msgstr "Inseriu el disquet d'arrencada utilitzat a la unitat %s"
+msgstr "Si us plau, inseriu un disquet:"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
-msgstr ""
+msgstr "No s'ha pogut accedir al disquet!"
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
-msgstr ""
+msgstr "Ja podeu extreure el disquet"
-#: ../../standalone/drakTermServ_.c:974
-#, fuzzy
+#: ../../standalone/drakTermServ_.c:1129
msgid "No floppy drive available!"
-msgstr "No hi ha cap unitat de disquet disponible"
+msgstr "No s'ha trobat cap unitat de disquet!"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
-msgstr ""
+msgstr "La imatge ISO per a Etherboot és %s"
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
-msgstr ""
+msgstr "Alguna cosa ha anat malament! Teniu instalˇlat l'mkisofs?"
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
+msgstr "Abans cal crear /etc/dhcpd.conf!"
+
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
#
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakautoinst_.c:40
msgid "Error!"
-msgstr "Error!"
+msgstr "S'ha produďt un error!"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
-msgstr "No he trobat el fitxer necessari `%s'."
+msgstr "No he trobat el fitxer d'imatge necessari `%s'."
#
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
msgid "Auto Install Configurator"
-msgstr "Configurador de la auto-instalˇlació"
+msgstr "Configuració de la instalˇlació automŕtica"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -11157,38 +11432,47 @@ msgid ""
"\n"
"Do you want to continue?"
msgstr ""
-"Ara configurarem un disquet d'Auto-Instalˇlació. Aquesta funcionalitat és "
-"perillosa i s'ha d'utilitzar amb molta cura.\n"
+"Ara es configurarŕ un disquet d'instalˇlació automŕtica. Aquesta "
+"característica és perillosa i s'ha d'utilitzar amb molta cura.\n"
"\n"
-"Amb aquesta característica, sereu capŕs de repetir la instalˇlació que ja "
-"heu fet en aquest ordinador, tot i que per se us preguntarŕ en alguns pasos, "
-"perquč pogueu canviar els valors.\n"
+"Amb aquesta característica, sereu capaç de repetir la instalˇlació que ja "
+"heu fet en aquest ordinador, tot i que se us consultarŕ en alguns passos, "
+"perquč pugueu canviar els valors.\n"
"\n"
-"Per mŕxima seguretat, el particionament i formatat serŕ executat "
+"Per mŕxima seguretat, el particionament i la formatació mai seran executats "
"automŕticament, independentment del que trieu durant la instalˇlació "
"d'aquest ordinador.\n"
"\n"
"Voleu continuar?"
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "Repeteix"
+
#
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:66
msgid "Automatic Steps Configuration"
-msgstr "Configuració automatitzada dels pasos"
+msgstr "Configuració automatitzada dels passos"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
msgstr ""
-"Per favor, escolliu per cada pas si es repetirŕ la vostra instalˇlació, o si "
+"Si us plau, escolliu per cada pas si es repetirŕ la vostra instalˇlació o si "
"serŕ manual"
#
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
msgid "Creating auto install floppy"
msgstr "S'estŕ creant el disquet d'instalˇlació automŕtica"
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -11198,65 +11482,64 @@ msgstr ""
"\n"
"Benvingut.\n"
"\n"
-"Els parŕmetres de la auto-instalˇlació estan disponibles en les seccions de "
-"la esquerra"
+"Els parŕmetres de la instalˇlació automŕtica estan disponibles en les "
+"seccions de l'esquerra"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:508
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr "Felicitats!"
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
msgstr ""
-"El disquet ha estat generat correctament.\n"
+"El disquet s'ha creat correctament.\n"
"Ara podeu repetir la vostra instalˇlació."
#
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
msgid "Auto Install"
-msgstr "Auto-Instalˇla"
+msgstr "Instalˇla automŕticament"
#
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
msgid "Add an item"
msgstr "Afegeix un element"
#
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
msgid "Remove the last item"
msgstr "Esborra l'últim element"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
-msgstr ""
+msgstr "El cron encara no és disponible per a usuaris que no siguin root"
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
-msgstr ""
+msgstr "AVÍS"
-#: ../../standalone/drakbackup_.c:724
-#, fuzzy
+#: ../../standalone/drakbackup_.c:691
msgid "FATAL"
-msgstr "FAT"
+msgstr "FATAL"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
-msgstr ""
+msgstr "INFORMACIÓ"
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
"\n"
-" Informe DrakBackup \n"
+" Informe del DrakBackup \n"
"\n"
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -11264,11 +11547,11 @@ msgid ""
"\n"
msgstr ""
"\n"
-" Informe DrakBackup Daemon\n"
+" Informe del Dimoni DrakBackup\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -11276,16 +11559,16 @@ msgid ""
"\n"
msgstr ""
"\n"
-" Detalls Informe DrakBackup\n"
+" Detalls de l'Informe del DrakBackup\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
msgid "Total progess"
msgstr "Progrés total"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -11293,42 +11576,45 @@ 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'ha trobat %s, voleu suprimir-lo?\n"
+"Avís: Si ja heu seguit aquest procés, probablement us calgui\n"
+"purgar l'entrada del parŕmetre 'authorized_keys' en el servidor."
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
-msgstr ""
+msgstr "La generació de les claus pot trigar una estona."
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
-msgstr ""
+msgstr "S'ha produďt un error: no s'ha pogut engendrar %s."
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
-msgstr ""
+msgstr "No es demana cap contrasenya a %s en el port %s"
-#: ../../standalone/drakbackup_.c:852
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:819
+#, c-format
msgid "Bad password on %s"
-msgstr "Sense contrasenya"
+msgstr "Contrasenya incorrecta a %s"
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgstr "S'ha denegat el permís per transferir %s a %s"
-#: ../../standalone/drakbackup_.c:854
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:821
+#, c-format
msgid "Can't find %s on %s"
-msgstr "No es pot obrir %s: %s\n"
+msgstr "No s'ha trobat %s a %s"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
-msgstr ""
+msgstr "%s no respon"
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -11338,78 +11624,86 @@ msgid ""
"\n"
"without being prompted for a password."
msgstr ""
+"La transferčncia s'ha completat amb čxit\n"
+"Comproveu que podeu entrar al servidor amb:\n"
+"\n"
+"ssh -i %s %s\\@%s\n"
+"\n"
+"sense que se us demani una contrasenya."
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgstr "El lloc remot WebDAV ja estŕ sincronitzat!"
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
-msgstr ""
+msgstr "La transferčncia WebDAV ha fallat!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
-msgstr ""
+msgstr "No s'ha trobat cap unitat de CDR/DVDR!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
-msgstr ""
+msgstr "Sembla que el suport no és enregistrable!"
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
-msgstr ""
+msgstr "Aquest suport no es pot esborrar!"
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
-msgstr ""
+msgstr "Esborrar el suport pot trigar una estona."
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
-msgstr ""
+msgstr "Hi ha hagut un problema de permisos en accedir al CD."
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
-msgstr ""
+msgstr "No s'ha trobat cap cinta a %s"
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
-msgstr "Cňpia de seguretat de fitxers del sistema..."
+msgstr "Fes una cňpia de seguretat dels fitxers del sistema..."
#
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
msgid "Hard Disk Backup files..."
-msgstr "Els fitxers de la cňpia de seguretat del disc dur..."
+msgstr "Cňpies de seguretat del disc dur..."
#
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
msgid "Backup User files..."
-msgstr "Cňpia de seguretat de fitxers d'usuari..."
+msgstr "Fes una cňpia de seguretat dels fitxers d'usuari..."
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
-msgstr "Progrčs de la cňpia de seguretat en disc dur..."
+msgstr "Progrés de la cňpia de seguretat del disc dur..."
#
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
msgid "Backup Other files..."
-msgstr "Els fitxers de cňpia de seguretat d'altres fitxers..."
+msgstr "Fes una cňpia de seguretat d'altres fitxers..."
#
-#: ../../standalone/drakbackup_.c:1323
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1296
msgid "No changes to backup!"
-msgstr "Utilitzar la cinta per a fer la cňpia de seguretat"
+msgstr "No s'ha fet cap canvi a la cňpia de seguretat"
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
"Drakbackup activities via %s:\n"
"\n"
msgstr ""
+"\n"
+"Activitats del Drakbackup a través de %s:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -11418,77 +11712,84 @@ msgstr ""
"llista de fitxers enviada per FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
"\n"
-" problema en la connexió FTP: No ha estat possible enviar els fitxers de la "
-"cňpia de seguretat per FTP.\n"
+" Hi ha hagut un problema en la connexió FTP: No ha estat possible enviar els "
+"fitxers de la cňpia de seguretat per FTP.\n"
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
+"\n"
+"Activitats del Drakbackup a través del CD:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
+"\n"
+"Activitats del Drakbackup a travčs de cinta:\n"
+"\n"
#
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
msgid " Error during mail sending. \n"
msgstr " S'ha produďt un error en enviar el correu electrňnic. \n"
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
-msgstr ""
+msgstr "No s'ha pogut crear el catŕleg!"
#
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
msgid "File Selection"
msgstr "Selecció de fitxers"
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
-msgstr "Seleccioneu els fitxers i directoris i feu clic en 'Afegir'"
+msgstr "Seleccioneu els fitxers i directoris i feu clic a 'Afegeix'"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
"\n"
-"Per favor, comproveu totes les opcions que necessiteu.\n"
+"Si us plau, marqueu totes les opcions que us calguin.\n"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
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"
+"Aquestes opcions poden fer cňpia de seguretat i restaurar tots els fitxers "
+"del directory /etc.\n"
-#: ../../standalone/drakbackup_.c:1604
+#: ../../standalone/drakbackup_.c:1575
msgid "Backup your System files. (/etc directory)"
-msgstr "Fer cňpia de seguretat dels fitxers del Sistema. ( directori /etc ) "
+msgstr "Fes una cňpia de seguretat dels fitxers del sistema (directori /etc)."
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
-msgstr "Utilitzar cňpia incremental (no reemplaça cňpies antigues)"
+msgstr ""
+"Usa la cňpia de seguretat incremental (no reemplacis les cňpies antigues)"
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "No incloure fitxers crítics (passwd, group, fstab)"
+msgstr "No incloguis fitxers crítics (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -11497,251 +11798,252 @@ msgstr ""
" del directori /etc."
#
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
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:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
-msgstr "No incloure la memňria cau del navegador"
+msgstr "No incloguis la memňria cau del navegador"
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Utilitza cňpies incrementals (no reemplaça antigues cňpies)"
+msgstr ""
+"Usa les cňpies de seguretat incrementals (no reemplacis les cňpies antigues)"
#
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
msgid "Remove Selected"
-msgstr "Elimina el seleccionat"
+msgstr "Elimina la selecció"
#
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
msgid "Windows (FAT32)"
-msgstr "Windows(FAT32)"
+msgstr "Windows (FAT32)"
#
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
msgid "Users"
msgstr "Usuaris"
-#: ../../standalone/drakbackup_.c:1777
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1740
msgid "Use network connection to backup"
-msgstr "Utilitza connexió FTP per fer la cňpia de seguretat"
+msgstr "Empra la connexió de xarxa per fer la cňpia de seguretat"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
-msgstr ""
+msgstr "Mčtode de xarxa:"
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
-msgstr ""
+msgstr "Usa Expect en l'SSH"
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
+"Crea/Transfereix\n"
+"la cňpia de seguretat de les claus per a SSH"
-#: ../../standalone/drakbackup_.c:1785
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1748
msgid ""
" Transfer \n"
"Now"
-msgstr "Transferir"
+msgstr ""
+" Transfereix-ho \n"
+"ara"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
msgstr ""
+"Ja hi ha les claus d'un altre programa\n"
+"(diferent del Drakbackup)"
#
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
msgid "Please enter the host name or IP."
-msgstr "Si us plau, proporcioneu el nom de l'ordinador o la IP."
+msgstr "Si us plau, introduďu el nom de l'ordinador o la IP."
-#: ../../standalone/drakbackup_.c:1795
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1758
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-"Si us plau, entreu el directori on\n"
-" posar la cňpia de seguretat d'aquest ordinador central."
+"Si us plau, entreu el directori (o mňdul) d'aquest\n"
+"ordinador central on voleu desar la cňpia de seguretat."
#
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
msgid "Please enter your login"
-msgstr "Si us plau, entreu la entrada"
+msgstr "Si us plau, introduďu la vostra identificació (login)"
#
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
msgid "Please enter your password"
-msgstr "Si us plau, entreu la contrasenya"
+msgstr "Si us plau, introduďu la contrasenya"
#
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
msgid "Remember this password"
-msgstr "Recordar aquesta contrasenya"
+msgstr "Recorda aquesta contrasenya"
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr ""
+"Cal introduir el nom de l'ordinador central, el nom d'usuari i la "
+"contrasenya!"
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
-msgstr "Utilitzar CD/DVDROM per fer la cňpia"
+msgstr "Utilitzar CD/DVDROM per fer la cňpia de seguretat"
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
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 ""
+"Seleccioneu el vostre dispositiu de CD/DVD\n"
+"(Premeu Retorn perquč aquestes opcions es propaguin a d'altres camps.\n"
+"Aquest camp no és necessari, només és una eina per omplir el formulari.)"
#
-#: ../../standalone/drakbackup_.c:1925
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1887
msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Si us plau, escolliu l'espai del CD"
+msgstr "Si us plau, escolliu l'espai disponible en el CD/DVD (en MB)"
#
-#: ../../standalone/drakbackup_.c:1931
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1893
msgid "Please check for multisession CD"
-msgstr "Si us plau, comproveu si feu servir un medi CDRW"
+msgstr "Marqueu aquesta opció si voleu un CD multisessió"
#
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
msgid "Please check if you are using CDRW media"
-msgstr "Si us plau, comproveu si feu servir un medi CDRW"
+msgstr "Marqueu aquesta opció si feu servir un suport CDRW"
-#: ../../standalone/drakbackup_.c:1943
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1905
msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
+msgstr "Marqueu aquesta opció si voleu esborrar el suport RW (1a sessió)"
-#: ../../standalone/drakbackup_.c:1944
+#: ../../standalone/drakbackup_.c:1906
msgid " Erase Now "
-msgstr ""
+msgstr " Esborra'l ara"
#
-#: ../../standalone/drakbackup_.c:1950
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1912
msgid "Please check if you are using a DVDR device"
-msgstr "Si us plau, comproveu si feu servir un medi CDRW"
+msgstr "Marqueu aquesta opció si feu servir un dispositiu DVDR"
#
-#: ../../standalone/drakbackup_.c:1956
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1918
msgid "Please check if you are using a DVDRAM device"
-msgstr "Si us plau, comproveu si feu servir un medi CDRW"
+msgstr "Marqueu aquesta opció si feu servir un dispositiu DVDRAM"
-#: ../../standalone/drakbackup_.c:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-"Si us plau, entreu el nom del dispositiu del CD Writer\n"
+"Si us plau, entreu el nom de dispositiu de l'enregistradora de CD\n"
" ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
msgid "No CD device defined!"
-msgstr ""
+msgstr "No s'ha definit cap dispositiu de CD!"
#
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
msgid "Use tape to backup"
-msgstr "Utilitzar la cinta per a fer la cňpia de seguretat"
+msgstr "Utilitza una cinta per fer la cňpia de seguretat"
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
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"
+"Si us plau, introduďu el nom del dispositiu a utilitzar per fer la cňpia"
-#: ../../standalone/drakbackup_.c:2059
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2021
msgid "Please check if you want to use the non-rewinding device."
-msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
+msgstr "Marqueu aquesta opció si voleu emprar el dispositiu no rebobinable."
-#: ../../standalone/drakbackup_.c:2065
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2027
msgid "Please check if you want to erase your tape before the backup."
-msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
+msgstr ""
+"Marqueu aquesta opció si voleu esborrar la cinta abans de fer la cňpia de "
+"seguretat."
-#: ../../standalone/drakbackup_.c:2071
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2033
msgid "Please check if you want to eject your tape after the backup."
-msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
+msgstr "Marqueu aquesta opció si voleu expulsar la cinta en acabar."
-#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-"Si us plau, digueu la mida mŕxima\n"
+"Si us plau, especifiqueu la mida mŕxima\n"
" permesa per a Drakbackup"
#
-#: ../../standalone/drakbackup_.c:2142
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2103
msgid "Please enter the directory to save to:"
-msgstr "Si us plau, subministreu el directori per a desar:"
+msgstr "Introduďu el directori on desar la cňpia de seguretat:"
#
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
msgid "Use quota for backup files."
-msgstr "Utilitzar la cuota de disc per als fitxers de cňpia de seguretat"
+msgstr "Usa la quota de disc per als fitxers de cňpia de seguretat."
#
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
msgid "Network"
msgstr "Xarxa"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
-msgstr ""
+msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr "Disc Dur / NFS"
-#: ../../standalone/drakbackup_.c:2238
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2195
msgid "Tape"
-msgstr "Tipus"
+msgstr "Cinta"
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr "cada hora"
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr "diŕria"
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr "setmanal"
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr "mensual"
#
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
msgid "Use daemon"
msgstr "Utilitza dimoni"
#
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11750,97 +12052,100 @@ msgstr ""
"de temps entre cada cňpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
msgid ""
"Please choose the\n"
"media for backup."
msgstr ""
"Si us plau, trieu el\n"
-"medi per a la cňpia."
+"suport per a la cňpia."
-#: ../../standalone/drakbackup_.c:2291
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2247
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 ""
-"Si us plau assegureu-vos que el dimoni cron estŕ inclňs en els serveis."
+"Si us plau assegureu-vos que el dimoni cron estŕ inclňs en els serveis. \n"
+"\n"
+"Noteu que ara mateix tots els suports de xarxa també fan servir el disc dur."
-#: ../../standalone/drakbackup_.c:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
-msgstr "Envieu informe per correu electrňnic després de cada cňpia a :"
+msgstr "Envia un informe per correu electrňnic després de cada cňpia a:"
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
+"Suprimeix els arxius tar del disc dur després de fer una cňpia de seguretat "
+"en un altre suport."
#
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
msgid "What"
-msgstr "Que"
+msgstr "Quč"
#
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
msgid "Where"
msgstr "On"
#
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
msgid "When"
-msgstr "Quant"
+msgstr "Quan"
#
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
msgid "More Options"
msgstr "Més opcions"
#
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
msgid "Drakbackup Configuration"
-msgstr "Configuració de Drakbackup"
+msgstr "Configuració del Drakbackup"
#
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
msgid "Please choose where you want to backup"
msgstr "Si us plau, escolliu on voleu fer la cňpia de seguretat"
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
-msgstr "en el Disc Dur"
+msgstr "en el disc dur"
#
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
msgid "across Network"
-msgstr "per la Xarxa"
+msgstr "a la xarxa"
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
-msgstr ""
+msgstr "en CDROM"
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
msgid "on Tape Device"
-msgstr ""
+msgstr "en un dispositiu de cinta"
#
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
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:2499
+#: ../../standalone/drakbackup_.c:2450
msgid "Backup system"
-msgstr "Cňpia del seguretat del sistema"
+msgstr "Cňpia de seguretat del sistema"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr "Cňpia de seguretat dels usuaris"
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr "Seleccioneu l'usuari manualment"
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
@@ -11848,88 +12153,92 @@ msgstr ""
"\n"
"Fonts de la cňpia: \n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
msgstr ""
"\n"
-"- Fitxers del Sistema:\n"
+"- Fitxers de sistema:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
msgstr ""
"\n"
-"- Fitxers d'Usuari:\n"
+"- Fitxers d'usuari:\n"
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
"\n"
-"- Altres Fitxers:\n"
+"- Altres fitxers:\n"
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- Desar-ho en el Disc Dur en el camí: %s\n"
+"- Desa-ho en el disc dur en el camí: %s\n"
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
+"\n"
+"- Suprimeix el arxius tar del disc dur en acabar.\n"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
msgstr ""
+"\n"
+"- Crema a un CD"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
-msgstr ""
+msgstr "RW"
-#: ../../standalone/drakbackup_.c:2604
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2555
+#, c-format
msgid " on device: %s"
-msgstr "Dispositiu del ratolí: %s\n"
+msgstr " en el dispositiu: %s"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
-msgstr ""
+msgstr " (multisessió)"
-#: ../../standalone/drakbackup_.c:2606
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2557
+#, c-format
msgid ""
"\n"
"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Desar-ho en FTP en l'ordinador central: %s\n"
+"- Desa-ho a una cinta en el dispositiu: %s"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
-msgstr ""
+msgstr "\t\tEsborra=%s"
-#: ../../standalone/drakbackup_.c:2610
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2561
+#, c-format
msgid ""
"\n"
"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Desar-ho en FTP en l'ordinador central: %s\n"
+"- Desa-ho a través de %s en l'ordinador central: %s\n"
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11939,7 +12248,7 @@ msgstr ""
"\t\t en el camí: %s \n"
#
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
msgid ""
"\n"
"- Options:\n"
@@ -11947,68 +12256,68 @@ msgstr ""
"\n"
"- Opcions:\n"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
-msgstr "\tNo incloure Fitxers del Sistema\n"
+msgstr "\tNo incloguis els fitxers de sistema\n"
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr "\tLes cňpies de seguretat utilitzen tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr "\tLes cňpies de seguretat utilitzen tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
"- Daemon (%s) include:\n"
msgstr ""
"\n"
-"- Dimoni (%s) inclňs :\n"
+"- Dimoni (%s) inclou:\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
-msgstr "\t.Disc dur.\n"
+msgstr "\t-Disc dur.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
msgid "\t-Tape \n"
-msgstr ""
+msgstr "\t-Cinta \n"
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr "\t-Xarxa per FTP.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr "\t-Xarxa per SSH.\n"
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
msgid "\t-Network by rsync.\n"
msgstr "\t-Xarxa per rsync.\n"
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
msgid "\t-Network by webdav.\n"
msgstr "\t-Xarxa per webdav.\n"
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Cap configuració, si us plau cliqueu en Auxiliar o Avançat.\n"
+msgstr "Cap configuració, si us plau feu clic a 'Auxiliar' o a 'Avançat'.\n"
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-"Llista de dades per a restaurar:\n"
+"Llista de dades per restaurar:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
@@ -12017,387 +12326,386 @@ msgstr ""
"\n"
#
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
msgid "Please uncheck or remove it on next time."
-msgstr "Si us plau, deseleccioneu o esborreu-ho la prňxima vegada."
+msgstr "Si us plau, desseleccioneu-ho o esborreu-ho la prňxima vegada."
-#: ../../standalone/drakbackup_.c:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr "Els fitxers de la cňpia de seguretat estan corromputs"
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
msgid " All of your selected data have been "
-msgstr " Totes les dades seleccionades han estat "
+msgstr " Totes les dades seleccionades han estat "
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
-msgstr " Restaurades Correctament en %s "
+msgstr " restaurades amb čxit en %s "
#
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
msgid " Restore Configuration "
-msgstr " Configuració de Restauració "
+msgstr " Configuració de restauració "
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
-msgstr "D'acord per a restaurar els altres fitxers."
+msgstr "'D'acord' per restaurar els altres fitxers."
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
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 "
+"Llista d'usuaris per restaurar (només és important la data més recent per "
"usuari)"
#
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup_.c:3019
msgid "Backup the system files before:"
-msgstr "Abans cňpia de seguretat de fitxers del sistema:"
+msgstr "Fes primer la cňpia de seguretat dels fitxers de sistema:"
#
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
msgid "please choose the date to restore"
msgstr "Si us plau, seleccioneu la data a restaurar"
#
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
msgid "Use Hard Disk to backup"
-msgstr "Utilitzar el Disc Dur per a fer la cňpia de seguretat"
+msgstr "Usa el disc dur per fer la cňpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
msgid "Please enter the directory to save:"
-msgstr "Si us plau, subministreu el directori per a desar:"
+msgstr "Si us plau, introduďu el directori on voleu desar-ho:"
#
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
msgid "FTP Connection"
msgstr "Connexió FTP"
#
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
msgid "Secure Connection"
-msgstr "Connexió Segura"
+msgstr "Connexió segura"
#
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
msgid "Restore from Hard Disk."
msgstr "Restaura des del disc dur."
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
-msgstr "Si us plau, entreu el directori on les cňpies es guarden"
+msgstr "Si us plau, entreu el directori on es guarden les cňpies de seguretat"
#
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
msgid "Select another media to restore from"
-msgstr "Si us plau, seleccioneu un altre medi des del qual restaurar"
+msgstr "Seleccioneu un altre suport des del qual restaurar"
#
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
msgid "Other Media"
-msgstr "Altres Medis"
+msgstr "Altres suports"
#
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
msgid "Restore system"
-msgstr "Restaura el Sistema"
+msgstr "Restaura el sistema"
#
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
msgid "Restore Users"
-msgstr "Restaura els Usuaris"
+msgstr "Restaura els usuaris"
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
msgid "Restore Other"
-msgstr "Restaura Altres"
+msgstr "Restaura altres"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
msgid "select path to restore (instead of /)"
-msgstr "seleccioneu camí al qual restaurar ( en comptes de / )"
+msgstr "seleccioneu el camí al qual restaurar (en comptes de /)"
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
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 "
+"Fes una nova cňpia de seguretat abans de restaurar (només per les cňpies "
"incrementals.)"
-#: ../../standalone/drakbackup_.c:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
-msgstr "Esborrar directoris d'usuaris abans de restaurar."
+msgstr "Esborra els directoris d'usuari abans de restaurar."
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
msgstr ""
+"Restaura l'entrada\n"
+"del catŕleg seleccionada"
#
-#: ../../standalone/drakbackup_.c:3396
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3344
msgid ""
"Restore Selected\n"
"Files"
-msgstr "Elimina el seleccionat"
+msgstr ""
+"Restaura els fitxers\n"
+"seleccionats"
-#: ../../standalone/drakbackup_.c:3413
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3361
msgid ""
"Change\n"
"Restore Path"
-msgstr "Restaura Altres"
+msgstr ""
+"Canvia el camí\n"
+"on restaurar"
-#: ../../standalone/drakbackup_.c:3479
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:3427
+#, c-format
msgid "Backup files not found at %s."
-msgstr "Els fitxers de la cňpia de seguretat estan corromputs"
+msgstr "No s'han trobat els fitxers de cňpia de seguretat a %s"
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
+"Inseriu el CD amb l'etiqueta de volum %s\n"
+" a la unitat de CD sota el punt de muntatge /mnt/cdrom"
#
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3440
msgid "Restore From CD"
-msgstr "Restaura des del disc dur."
+msgstr "Restaura des de CD"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
-msgstr ""
+msgstr "L'etiqueta del CD no és correcta. L'etiqueta d'aquest disc és %s."
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
+"Inseriu la cinta amb l'etiqueta de volum %s\n"
+" al dispositiu de cinta %s"
#
-#: ../../standalone/drakbackup_.c:3504
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3452
msgid "Restore From Tape"
-msgstr "Restaura la taula de particions"
+msgstr "Restaura des de cinta"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
+"L'etiqueta de la cinta no és correcta. L'etiqueta d'aquesta cinta és %s."
#
-#: ../../standalone/drakbackup_.c:3526
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3474
msgid "Restore Via Network"
-msgstr "Restaura els Usuaris"
+msgstr "Restaura a través de la xarxa"
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
-msgstr ""
+msgstr "Restaura mitjançant el protocol de xarxa: %s"
-#: ../../standalone/drakbackup_.c:3527
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3475
msgid "Host Name"
msgstr "Nom de l'ordinador central"
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
-msgstr ""
+msgstr "Camí de l'ordinador central o mňdul"
-#: ../../standalone/drakbackup_.c:3535
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3483
msgid "Password required"
-msgstr "Contrasenya"
+msgstr "La contrasenya és necessŕria"
-#: ../../standalone/drakbackup_.c:3541
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3489
msgid "Username required"
-msgstr "Nom d'usuari"
+msgstr "El nom d'usuari és necessari"
-#: ../../standalone/drakbackup_.c:3544
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3492
msgid "Hostname required"
-msgstr "Nom de l'ordinador central: "
+msgstr "El nom de l'ordinador central (host) és necessari"
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
-msgstr ""
+msgstr "El camí o el mňdul són necessaris"
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
-msgstr ""
+msgstr "S'han restaurat els fitxers..."
-#: ../../standalone/drakbackup_.c:3565
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3513
msgid "Restore Failed..."
-msgstr "Restaura Altres"
+msgstr "La restauració ha fallat..."
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
-msgstr "Restaurar totes les cňpies"
+msgstr "Restaura totes les cňpies de seguretat"
#
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
msgid "Custom Restore"
-msgstr "Restauració Personalitzada"
+msgstr "Restauració personalitzada"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
-msgstr ""
+msgstr "El CD és a lloc. Continua."
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
-msgstr ""
+msgstr "Navega per trobar un nou dipňsit de restauració"
#
-#: ../../standalone/drakbackup_.c:3867
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3813
msgid "Restore From Catalog"
-msgstr "Restaura la taula de particions"
+msgstr "Restaura des de catŕleg"
#
-#: ../../standalone/drakbackup_.c:3895
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3841
msgid "Restore Progress"
-msgstr "Restaura els Usuaris"
+msgstr "Progrés de la restauració"
#
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
msgid "Previous"
msgstr "Anterior"
#
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
msgid "Save"
msgstr "Desa"
#
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
msgid "Build Backup"
msgstr "Construeix la cňpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
msgid "Restore"
msgstr "Restaura"
-#: ../../standalone/drakbackup_.c:4233
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4189
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-"Error durant sendmail\n"
-" el vostre missatge d'informe no ha estat enviat\n"
+"S'ha produďt un error en enviar el correu.\n"
+" El vostre informe no ha estat enviat.\n"
" Si us plau configureu el sendmail"
-#: ../../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 següents"
-
-#: ../../standalone/drakbackup_.c:4280
+#: ../../standalone/drakbackup_.c:4195
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-"Error durant l'enviament del fitxer via FTP.\n"
-" Si us plau corregiu la configuració de FTP."
+"S'ha produďt un error en enviar el fitxer a través d'FTP.\n"
+" Si us plau, corregiu la configuració de l'FTP."
+
+#: ../../standalone/drakbackup_.c:4209
+msgid ""
+"The following packages need to be installed:\n"
+" @list_of_rpm_to_install"
+msgstr ""
+"Cal instalˇlar els paquets següents:\n"
+" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4232
msgid "Please select data to restore..."
-msgstr "Si us plau, seleccioneu les dades per a restaurar..."
+msgstr "Si us plau, seleccioneu les dades per restaurar..."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
msgid "Please select media for backup..."
-msgstr "Si us plau seleccioneu el medi per a la cňpia..."
+msgstr "Si us plau seleccioneu el suport per a la cňpia..."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
msgid "Please select data to backup..."
-msgstr "Si us plau seleccioneu les dades per fer la cňpia..."
+msgstr "Seleccioneu les dades de les quals voleu fer la cňpia..."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
"No s'ha trobat el fitxer de configuració \n"
-"si us plau feu clic en Auxiliar o Avançat."
+"si us plau, feu clic a 'Auxiliar' o a 'Avançat'."
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
-msgstr "Sota Desenvolupament ... si us plau espereu."
+msgstr "Sota desenvolupament ... espereu si us plau."
#
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
msgid "Backup system files"
-msgstr "Cňpia de seguretat dels fitxers del sistema"
+msgstr "Cňpia de seguretat dels fitxers de sistema"
#
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
msgid "Backup user files"
-msgstr "Cňpia de seguretat de fitxers d'usuari"
+msgstr "Cňpia de seguretat dels fitxers d'usuari"
#
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
msgid "Backup other files"
msgstr "Cňpia de seguretat d'altres fitxers"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
-msgstr "Progrés Total"
+msgstr "Progrés total"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr "fitxers que s'estan enviant per FTP"
#
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
msgid "Sending files..."
-msgstr "Enviant els fitxers..."
+msgstr "S'estan enviant els fitxers..."
#
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
msgid "Backup Now from configuration file"
-msgstr "Fes la Cňpia de Seguretat des del fitxer de configuració"
+msgstr "Fes la cňpia de seguretat des del fitxer de configuració"
#
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
msgid "View Backup Configuration."
-msgstr "Veure la Configuració de la Cňpia de Seguretat"
+msgstr "Visualitza la configuració de la cňpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
msgid "Wizard Configuration"
-msgstr "Auxiliar de Configuració"
+msgstr "Auxiliar de configuració"
#
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
msgid "Advanced Configuration"
-msgstr "Configuració Avançada"
+msgstr "Configuració avançada"
#
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
msgid "Backup Now"
-msgstr "Fes Cňpia de Seguretat"
+msgstr "Fes la cňpia de seguretat"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
msgid ""
"options description:\n"
"\n"
@@ -12428,29 +12736,28 @@ msgid ""
" \n"
"\n"
msgstr ""
-"descripció d'opcions:\n"
+"descripció de les opcions:\n"
"\n"
-" En aquest pas Drakbackup us permet de modificar:\n"
+" En aquest pas, el Drakbackup us permet modificar:\n"
"\n"
" - El mode de compressió:\n"
" \n"
" Si seleccioneu compressió bzip2, comprimireu\n"
-" les dades millor que amb gzip (més o menys 2-10 %).\n"
+" les dades millor que amb gzip (una millora entre 2-10 %).\n"
" Aquesta opció no estŕ activada per defecte perquč\n"
-" necessita molt més temps ( 1000% més).\n"
+" necessita molt més temps (deu vegades més).\n"
" \n"
" - El mode d'actualització:\n"
"\n"
-" Aquesta opció us permet d'actualitzar una cňpia de seguretat, perň "
-"aquesta\n"
-" opció no es gaire útil perquč s'ha de \n"
-" descomprimir les dades copiades abans d'actualitzar-les.\n"
+" Aquesta opció us permet actualitzar una cňpia de seguretat,\n"
+" perň no és gaire útil perquč s'han de descomprimir les\n"
+" dades copiades abans de poder-les actualitzar.\n"
" \n"
-" - el mode .backupignore:\n"
+" - El mode .backupignore:\n"
"\n"
" Igual que el cvs, el Drakbackup ignorarŕ totes les referčncies\n"
" incloses en els fitxers .backupignore de cada directori.\n"
-" ex: \n"
+" P.ex.: \n"
" /*> cat .backupignore*/\n"
" *.o\n"
" *~\n"
@@ -12458,7 +12765,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -12468,11 +12775,11 @@ msgid ""
msgstr ""
"\n"
" Alguns errors durant el procés de sendmail són causats per \n"
-" una configuració dolenta de postfix. Per a resoldre-ho hauríeu de\n"
+" una configuració dolenta de postfix. Per resoldre-ho hauríeu de\n"
" definir myhostname o mydomain en /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -12512,46 +12819,44 @@ msgid ""
"\n"
"\n"
msgstr ""
-"descripció d'opcions:\n"
+"descripció de les opcions:\n"
"\n"
-" - Fer cňpia de seguretat de fitxers del sistema:\n"
+" - Cňpia de seguretat dels fitxers de sistema:\n"
" \n"
-"\tAquesta opció permet de cňpies del directori /etc,\n"
+"\tAquesta opció us permet fer cňpies del directori /etc,\n"
"\tque conté tots els fitxers de configuració. Tingueu\n"
-"\tcura durant el pas de restauració per a no sobreescriure:\n"
+"\tcura durant el pas de restauració de no sobreescriure:\n"
"\t\t/etc/passwd \n"
"\t\t/etc/group \n"
"\t\t/etc/fstab\n"
"\n"
-" - Fer cňpia de seguretat dels fitxers d'usuari: \n"
+" - Cňpia de seguretat dels fitxers d'usuari: \n"
"\n"
-"\tAquesta opció permet de seleccionar els usuaris dels quals voleu \n"
+"\tAquesta opció permet seleccionar els usuaris dels quals voleu \n"
"\tfer cňpia de seguretat.\n"
-"\tPer a preservar espai en disc, es recomenable que no inclogueu \n"
+"\tPer preservar espai de disc, es recomanable que no inclogueu \n"
"\tla memňria cau del navegador.\n"
"\n"
-" - Fer cňpia de seguretat d'altres fitxers: \n"
+" - Cňpia de seguretat d'altres fitxers: \n"
"\n"
-"\tAquesta opció us permet d'afegir més dades per a desar.\n"
-"\tAmb les altres cňpies de seguretat no es possible d'activar la \n"
-"\topció de cňpia incremental en el moment de la seleció.\t\t\n"
+"\tAquesta opció us permet afegir més dades per desar.\n"
+"\tAmb aquesta opció de cňpia encara no és possible activar\n"
+"\tl'opció de cňpia incremental.\t\t\n"
" \n"
-" - Cňpia Incremental:\n"
+" - Cňpia de seguretat incremental:\n"
"\n"
-"\tLa cňpia incremental és una opció poderosa a l'hora de fer \n"
-"\tcňpies de seguretat. Aquesta opció permet fer una cňpia \n"
-"\t de seguretat de totes les dades la primera vegada, i \n"
-"\tnomés les dades canviades després.\n"
+"\tLa cňpia incremental és l'opció més potent a l'hora de fer \n"
+"\tcňpies de seguretat. Aquesta opció us permet fer una cňpia \n"
+"\tde seguretat de totes les dades la primera vegada, i \n"
+"\tnomés de les dades canviades després.\n"
"\tMés tard, sereu capaç, durant el procés de restauració, \n"
-"\tde restaurar les vostres dades des de una data \n"
-"\tdeterminada.\n"
+"\tde restaurar les dades d'una data determinada.\n"
"\tSi no s'activa aquesta opció totes les cňpies de \n"
-"\tseguretat antigues són esborrades abans de cada nova cňpia. \n"
+"\tseguretat antigues s'esborren abans de cada nova cňpia. \n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4788
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4701
msgid ""
"restore description:\n"
" \n"
@@ -12578,73 +12883,47 @@ msgid ""
"\n"
"\n"
msgstr ""
-"descripció de restaurar:\n"
+"descripció de la restauració:\n"
" \n"
-"Només la data més recent serŕ utilitzada, perquč les cňpies\n"
-"incrementals necessiten restaurar un a un totes les cňpies antigues.\n"
+"Només s'utilitzarŕ la data més recent, perquč les cňpies incrementals\n"
+"necessiten restaurar una a una totes les cňpies antigues.\n"
"\n"
"Per tant, si no voleu restaurar un usuari deactiveu tots els seus\n"
"quadres de verificació.\n"
"\n"
"D'altra banda, només podeu seleccionar aquesta opció\n"
"\n"
-" - Cňpia Incremental:\n"
+" - Cňpia de seguretat incremental:\n"
"\n"
-"\tLa cňpia incremental és una opció poderosa a l'hora d'utilitzar \n"
-"\tles cňpies de seguretat, ja que aquesta opció us permet fer una cňpia \n"
-"\t de seguretat de totes les dades la primera vegada, i \n"
-"\tnomés les dades canviades després.\n"
+"\tLa cňpia incremental és l'opció més potent a l'hora de fer \n"
+"\tcňpies de seguretat. Aquesta opció us permet fer una cňpia \n"
+"\tde seguretat de totes les dades la primera vegada, i \n"
+"\tnomés de les dades canviades després.\n"
"\tMés tard, sereu capaç, durant el procés de restauració, \n"
-"\tde restaurar les vostres dades des de una data \n"
-"\tdeterminada.\n"
+"\tde restaurar les dades d'una data determinada.\n"
"\tSi no s'activa aquesta opció totes les cňpies de \n"
-"\tseguretat antigues són esborrades abans de cada nova cňpia. \n"
+"\tseguretat antigues s'esborren abans de cada nova cňpia. \n"
"\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
+#, fuzzy
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft per DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
+" actualitzacions 2002 MandrakeSoft per Stew Benedict <sbenedict"
+"\\@mandrakesoft.com>"
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Aquest programa és programari lliure; el podeu redistribuir i/o modificar\n"
-" sota els termes de la 'GNU General Public License' publicada per\n"
-" la Free Software Foundation; o la versió 2, o (si voleu)\n"
-" qualsevol versió posterior.\n"
-"\n"
-" Aquest programa és distribueix amb l'esperança que serŕ útil,\n"
-" perň SENSE CAP GARANTIA; sense ni tant sols la garantia implicita de\n"
-" MERCANTIBILITAT o CAPACITAT DE REALITZAR UN DETERMINAT PROPŇSIT. Mireu la\n"
-" 'GNU General Public License' per a més detalls.\n"
-"\n"
-" Hauríeu d'haver rebut una cňpia de la 'GNU General Public License'\n"
-" 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:4832
+#: ../../standalone/drakbackup_.c:4732
+#, fuzzy
msgid ""
"Description:\n"
"\n"
@@ -12673,7 +12952,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -12685,42 +12963,43 @@ msgid ""
msgstr ""
"Descripció:\n"
"\n"
-" Drakbackup s'utilitza per fer cňpies de seguretat del sistema.\n"
+" El Drakbackup s'usa per fer cňpies de seguretat del sistema.\n"
" Durant la configuració podeu seleccionar: \n"
-"\t- fitxers del Sistema, \n"
-"\t- fitxers d'Usuari, \n"
-"\t- Altres fitxers.\n"
-"\to Tot el Sistema ... i Altres (com les Particions de Windows)\n"
-"\n"
-" Drakbackup us permet de fer cňpies de seguretat del sistema en:\n"
-"\t- Disc Durs.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (amb auto-arrencada, rescat i auto-instalˇlació.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup us permet de restaurar el sistema a\n"
+"\t- Fitxers de sistema\n"
+"\t- Fitxers d'usuari\n"
+"\t- Altres fitxers\n"
+"\to Tot el Sistema... i Altres (com les Particions de Windows)\n"
+"\n"
+" El Drakbackup us permet fer cňpies de seguretat del sistema en:\n"
+"\t- Disc dur\n"
+"\t- NFS\n"
+"\t- CDROM (CDRW), DVDROM (amb arrencada automŕtica, rescat i instalˇlació "
+"automŕtica)\n"
+"\t- FTP\n"
+"\t- Rsync\n"
+"\t- Webdav\n"
+"\t- Cinta\n"
+"\n"
+" El Drakbackup us permet restaurar el sistema a\n"
" un directori seleccionat d'usuari.\n"
"\n"
-" Per defecte totes les cňpies de seguretat són guardades en\n"
+" Per defecte totes les cňpies de seguretat es guarden en\n"
" el directori /var/lib/drakbackup\n"
"\n"
" Fitxer de Configuració:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
"\n"
-"Passos de Restaurar:\n"
+"El pas de restauració:\n"
" \n"
-" Durant el pas de restaurar, DrakBackup esborrarŕ \n"
-" els directoris originals i verificarŕ que totes \n"
-" les cňpies de seguretat no estan malmeses. És recomanable que \n"
+" Durant el pas de restauració, el DrakBackup esborrarŕ \n"
+" els directoris originals i verificarŕ que cap de \n"
+" les cňpies de seguretat no estŕ malmesa. És recomanable que \n"
" feu una última cňpia de seguretat abans de restaurar.\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -12730,16 +13009,15 @@ msgid ""
"drive before sending it to the server.\n"
"\n"
msgstr ""
-"descripció d'opcions:\n"
+"descripció de les opcions:\n"
"\n"
-"Si us plau, aneu amb compte quan feu cňpies de seguretat amb FTP, perquč "
-"només \n"
-"s'envien al servidor les cňpies creades correctament.\n"
+"Si us plau, aneu amb compte quan feu cňpies de seguretat amb FTP, \n"
+"perquč només s'envien al servidor les cňpies creades correctament.\n"
"Per tant, ara necessiteu construir la cňpia de seguretat en el vostre disc \n"
"dur abans d'enviar-la al servidor.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12752,202 +13030,97 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
"\n"
-"Problemes durant la Restauració de Cňpies de Seguretat:\n"
+"Problemes durant la restauració de cňpies de seguretat:\n"
"\n"
-"Durant el pas de restauració, Drakbackup verificarŕ tots\n"
+"Durant el pas de restauració, el Drakbackup verificarŕ tots\n"
"els fitxers de les cňpies de seguretat abans de restaurar-los.\n"
-"Abans de la restauració, Drakbackup esborrarŕ \n"
+"Abans de la restauració, el Drakbackup esborrarŕ \n"
"els directoris originals, i perdreu totes les vostres \n"
"dades. És important de tenir cura i no modificar a mŕ els \n"
"fitxers de cňpia de seguretat.\n"
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Descripció:\n"
-"\n"
-" Drakbackup s'utilitza per fer cňpies de seguretat del sistema.\n"
-" Durant la configuració podeu seleccionar \n"
-"\t- fitxers del Sistema, \n"
-"\t- fitxers d'Usuari, \n"
-"\t- Altres fitxers.\n"
-"\to Tot el Sistema ... i Altres (com les Particions de Windows)\n"
-"\n"
-" Drakbackup us permet de fer cňpies de seguretat del sistema en:\n"
-"\t- Disc Durs.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (amb auto-arrencada, rescat i auto-instalˇlació.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup us permet de restaurar el sistema a\n"
-" un directori seleccionat d'usuari.\n"
-"\n"
-" Per defecte totes les cňpies de seguretat són guardades en\n"
-" el directori /var/lib/drakbackup\n"
-"\n"
-" Fitxer de Configuració:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Passos de Restaurar:\n"
-" \n"
-" Durant el pas de restaurar, DrakBackup esborrarŕ \n"
-" els directoris originals i verificarŕ que totes \n"
-" les cňpies de seguretat no estan malmeses. És recomanable que \n"
-" feu una última cňpia de seguretat abans de restaurar.\n"
-" \n"
-"\n"
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
-msgstr "Ha fallat la instalˇlació del %s. S'ha produďt l'error següent:"
-
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
+msgstr "Ha fallat la instalˇlació de %s. S'ha produďt l'error següent:"
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
-msgstr ""
+msgstr "Eina per a la comunicació d'errors de programació (bugs) de Mandrake"
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
-msgstr ""
+msgstr "Auxiliar per a la primera vegada"
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
-msgstr ""
+msgstr "Eina de sincronització"
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
-#, fuzzy
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
msgid "Standalone Tools"
-msgstr "Eines de consola"
+msgstr "Eines autňnomes"
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
msgid "HardDrake"
msgstr "HardDrake"
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
msgid "Mandrake Online"
msgstr "Mandrake Online"
#
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
msgid "Menudrake"
msgstr "Menudrake"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
msgid "Msec"
msgstr "Msec"
-#: ../../standalone/drakbug_.c:77
-#, fuzzy
+#: ../../standalone/drakbug_.c:57
msgid "Remote Control"
-msgstr "Impressora remota"
+msgstr "Control Remot"
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
+#: ../../standalone/drakbug_.c:58
msgid "Software Manager"
-msgstr "Nom de compartició"
+msgstr "Gestor de programari"
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
-msgstr ""
+msgstr "Urpmi"
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
msgid "Windows Migration tool"
-msgstr ""
+msgstr "Eina de migració des de Windows"
-#: ../../standalone/drakbug_.c:81
-#, fuzzy
+#: ../../standalone/drakbug_.c:61
msgid "Userdrake"
-msgstr "Printerdrake"
+msgstr "Userdrake"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
msgid "Configuration Wizards"
msgstr "Auxiliars de configuració"
-#: ../../standalone/drakbug_.c:97
-#, fuzzy
+#: ../../standalone/drakbug_.c:75
msgid "Application:"
-msgstr "Autenticació"
+msgstr "Aplicació:"
#
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
msgid "Package: "
msgstr "Paquet: "
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
-msgstr ""
+msgstr "Nucli: "
-#: ../../standalone/drakbug_.c:100
-#, fuzzy
+#: ../../standalone/drakbug_.c:78
msgid "Release: "
-msgstr "Si us plau, espereu"
+msgstr "Llançament: "
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -12958,189 +13131,202 @@ msgid ""
"transferred to that server\n"
"\n"
msgstr ""
+"\n"
+"\n"
+"Per trametre un informe d'error de programació, feu clic al botó 'Informa'.\n"
+"S'obrirŕ una finestra del navegador web amb la pŕgina https://drakbug."
+"mandrakesoft.com\n"
+"on trobareu un formulari per omplir. La informació que es mostra més amunt "
+"s'enviarŕ al servidor.\n"
+"\n"
#
-#: ../../standalone/drakbug_.c:134
-#, fuzzy
+#: ../../standalone/drakbug_.c:112
msgid "Report"
-msgstr "Port"
+msgstr "Informa"
#
-#: ../../standalone/drakbug_.c:171
-#, fuzzy
+#: ../../standalone/drakbug_.c:148
msgid "Not installed"
-msgstr "Post Desinstalˇlació"
+msgstr "No instalˇlat"
-#: ../../standalone/drakbug_.c:189
+#
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "No instalˇlat"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
-msgstr ""
+msgstr "s'estŕ connectant amb l'auxiliar de Bugzilla..."
-#: ../../standalone/drakbug_.c:196
-#, fuzzy
+#: ../../standalone/drakbug_.c:180
msgid "No browser available! Please install one"
-msgstr "Les instŕncies estaran disponibles després d'instalˇlar a %s"
+msgstr "No hi ha cap navegador disponible! Si us plau, instalˇleu-ne un"
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Configuració de xarxa (%d adaptadors)"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
msgid "Profile: "
msgstr "Perfil: "
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr "Suprimeix el perfil..."
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr "Perfil a suprimir:"
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr "Perfil nou..."
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
msgstr ""
-"Nom del perfil a crear (el nou perfil es crea com una cňpia de l'actual) :"
+"Nom del perfil a crear (el nou perfil es crea com una cňpia de l'actual):"
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
msgid "Hostname: "
msgstr "Nom de l'ordinador central: "
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
msgid "Internet access"
msgstr "Accés a Internet"
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
msgid "Type:"
msgstr "Tipus:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "Passarelˇla:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Interface:"
msgstr "Intefície:"
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr "Estat:"
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr "Espereu si us plau"
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
msgid "Configure Internet Access..."
msgstr "Configura l'accés a Internet..."
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
msgid "LAN configuration"
msgstr "Configuració de la LAN"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Driver"
-msgstr "Programa de control"
+msgstr "Controlador"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Interface"
msgstr "Interfície"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr "Protocol"
#
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "State"
msgstr "Estat"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
msgid "Configure Local Area Network..."
msgstr "Configura la xarxa d'ŕrea local..."
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
-msgstr "feu clic aquí per a executar l'auxiliar ->"
+msgstr "Feu clic aquí per executar l'auxiliar ->"
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "Auxiliar..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr "Aplica"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Connected"
msgstr "Connectat"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Not connected"
msgstr "Sense connexió"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr "Connecta..."
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr "Desconnecta..."
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
-"Avís, una altra connexió a Internet ha esta detectada, podria estar "
-"utilitzant la vostra xarxa"
+"Avís: s'ha detectat una altra connexió a Internet, podria estar utilitzant "
+"la vostra xarxa"
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
"No teniu cap interfície configurada.\n"
-"Configureu-la primer tot clicant en 'Configura'"
+"Configureu-la primer fent clic a 'Configura'"
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
msgid "LAN Configuration"
msgstr "Configuració de la LAN"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr "Adaptador %s: %s"
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr "Protocol d'arrencada"
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr "Iniciat en l'arrencada"
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr "Client DHCP"
#
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "activate now"
-msgstr "Activa ara"
+msgstr "Activa'l ara"
#
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "deactivate now"
-msgstr "Desactiva ara"
+msgstr "Desactiva'l ara"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
@@ -13148,143 +13334,139 @@ msgstr ""
"Aquesta interfície encara no s'ha configurat.\n"
"Executeu l'auxiliar de configuració en la finestra principal"
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
msgstr ""
-"No teniu cap connexió a internet.\n"
-"Creeu-ne una tot clicant en 'Configura'"
+"No teniu cap connexió a Internet.\n"
+"Creeu-ne una fent clic a 'Configura'"
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
msgid "Internet connection configuration"
msgstr "Configuració de la connexió a Internet"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
msgid "Internet Connection Configuration"
msgstr "Configuració de la connexió a Internet"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
msgid "Connection type: "
msgstr "Tipus de connexió: "
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr "Parŕmetres"
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Passarelˇla"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr "Targeta Ethernet"
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr "Client DHCP"
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr "sintaxi: drakfloppy\n"
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Module name"
msgstr "Nom del mňdul"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Size"
msgstr "Mida"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
msgid "drakfloppy"
msgstr "drakfloppy"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
msgid "boot disk creation"
msgstr "creació de discs d'arrencada"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "predeterminat"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr "Error del DrakFloppy: %s"
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
msgid "kernel version"
msgstr "versió del nucli"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
msgid "General"
msgstr "General"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
msgid "Expert Area"
msgstr "Ŕrea d'experts"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
-msgstr "Arguments opcional de l'mkinitrd"
+msgstr "Arguments opcionals de l'mkinitrd"
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
msgid "Add a module"
msgstr "Afegeix un mňdul"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
msgid "force"
msgstr "imposa"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr "si cal"
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
msgid "omit scsi modules"
msgstr "omet els mňduls SCSI"
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr "omet els mňduls RAID"
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
msgid "Remove a module"
msgstr "Elimina un mňdul"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr "Sortida"
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr "Munta el disc"
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, 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:382
+#: ../../standalone/drakfloppy_.c:341
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-"No hi ha cap suport al dispositiu %s.\n"
+"No hi ha cap suport al dispositiu %s o estŕ protegit contra escriptura.\n"
"Si us plau, inseriu-ne un."
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, c-format
msgid "Unable to fork: %s"
msgstr "No es pot bifurcar: %s"
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -13295,105 +13477,105 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
-msgstr "Cercar les fonts instalˇlades"
+msgstr "Cerca les fonts instalˇlades"
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
-msgstr "Deseleccionar les fonts instalˇlades"
+msgstr "Desselecciona les fonts instalˇlades"
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
-msgstr "Analitzar totes les fonts"
+msgstr "analitza totes les fonts"
#
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
msgid "no fonts found"
msgstr "no s'han trobat fonts"
#
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
msgid "done"
-msgstr "Fet"
+msgstr "fet"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr "no s'ha pogut trobar cap font en les particions muntades"
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
-msgstr "Reseleccionar les fonts correctes"
+msgstr "Torna a seleccionar les fonts correctes"
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr "no s'ha trobat cap font.\n"
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr "Cerca les fonts en la llista de les instalˇlades"
#
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
msgid "Fonts copy"
-msgstr "Copiar fonts"
+msgstr "Cňpia de fonts"
#
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
msgid "True Type fonts installation"
msgstr "Instalˇlació de les fonts True Type"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
-msgstr "si us plau espereu durant ttmkfdir..."
+msgstr "espereu si us plau durant ttmkfdir..."
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr "Instalˇlació de True Type feta"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr "Conversió de fonts"
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
-msgstr ""
+msgstr "construcció de type1inst"
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
-msgstr "referenciant Ghostscript"
+msgstr "referenciat Ghostscript"
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr "convesió de fonts ttf"
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr "conversió de fonts pfm"
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
-msgstr "Suprimir Fitxers temporals"
+msgstr "Suprimeix els fitxers temporals"
#
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
msgid "Restart XFS"
-msgstr "Reiniciar XFS"
+msgstr "Reinicia l'XFS"
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
-msgstr "Suprimeix els Fitxers de Fonts"
+msgstr "Suprimeix els fitxers de fonts"
#
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
msgid "xfs restart"
-msgstr "reiniciar xfs"
+msgstr "reinicialització de l'xfs"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -13401,132 +13583,234 @@ msgid ""
"-You can install the fonts using the normal way. In rare cases, bogus fonts "
"may hang up your X Server."
msgstr ""
-"Abans d'instalˇlar cap font, estigueu segurs que teniu el dret a usar-la i "
-"instalˇlar-la en el vostre sistema.\n"
+"Abans d'instalˇlar cap font, assegureu-vos que teniu el dret a usar-les i "
+"instalˇlar-les en el vostre sistema.\n"
"\n"
-"Podeu instalˇlar les fonts utilitzant la forma normal. En casos extranys, "
-"fonts amb errors poden penjar el vostre Servidor X."
+"Podeu instalˇlar les fonts de la manera habitual. En casos estranys, fonts "
+"amb errors poden penjar el vostre servidor X."
#
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
msgid "Fonts Importation"
-msgstr "Importació de Fonts"
+msgstr "Importació de fonts"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
-msgstr "Aconsegueix les Fons de Windows"
+msgstr "Aconsegueix les fonts de Windows"
#
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
msgid "Uninstall Fonts"
-msgstr "Desinstalˇlar les Fonts"
+msgstr "Desinstalˇla fonts"
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
msgid "Advanced Options"
-msgstr "Opcions Avançades"
+msgstr "Opcions avançades"
#
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
msgid "Font List"
-msgstr "Llista de Fonts"
+msgstr "Llista de fonts"
-#
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+#, fuzzy
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+" Aquest programa és programari lliure; el podeu redistribuir i/o modificar\n"
+" sota els termes de la 'GNU General Public License' publicada per\n"
+" la Free Software Foundation; tant la versió 2 com (si voleu)\n"
+" qualsevol versió posterior.\n"
+"\n"
+" Aquest programa és distribueix amb l'esperança que serŕ útil,\n"
+" perň SENSE CAP GARANTIA; sense ni tant sols la garantia implícita de\n"
+" MERCANTIBILITAT o CAPACITAT DE REALITZAR UN DETERMINAT PROPŇSIT. Mireu la\n"
+" 'GNU General Public License' per a més detalls.\n"
+"\n"
+" Hauríeu d'haver rebut una cňpia de la 'GNU General Public License'\n"
+" amb el programa; si no és així, escriviu a la Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#
+#: ../../standalone/drakfont_.c:862
msgid "Choose the applications that will support the fonts:"
-msgstr "Escolliu l'aplicació que suportarŕ les fonts :"
+msgstr "Escolliu les aplicacions que suportaran les fonts:"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr "Ghostscript"
#
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
msgid "StarOffice"
msgstr "StarOffice"
#
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
msgid "Abiword"
msgstr "Abiword"
#
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
msgid "Generic Printers"
-msgstr "Impressores Genčriques"
+msgstr "Impressores genčriques"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
-msgstr "Seleccioneu el fitxer o directori de fonts i feu clic en 'Afegir'"
+msgstr "Seleccioneu el fitxer o directori de fonts i feu clic a 'Afegeix'"
#
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
msgid "Install List"
msgstr "Llista d'instalˇlació"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
-msgstr "cliqueu aquí si ho teniu clar."
+msgstr "feu clic aquí si ho teniu clar."
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr "aquí si no."
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
-msgstr "Deselecciona Tot"
+msgstr "Desselecciona-ho tot"
#
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
msgid "Selected All"
-msgstr "Selecciona Tot"
+msgstr "Selecciona-ho tot"
#
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
msgid "Remove List"
-msgstr "Esborra Llista"
+msgstr "Esborra la llista"
#
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
msgid "Initials tests"
msgstr "Comprovacions inicials"
#
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
msgid "Copy fonts on your system"
msgstr "Copiar les fonts en el vostre sistema"
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr "Instalˇla i converteix les Fonts"
#
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
msgid "Post Install"
-msgstr "Post-Instalˇla"
+msgstr "Post-instalˇlació"
#
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
msgid "Remove fonts on your system"
-msgstr "Esborrar fonts del vostre sistema"
+msgstr "Esborra fonts del sistema"
#
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
msgid "Post Uninstall"
-msgstr "Post Desinstalˇlació"
+msgstr "Post-desinstalˇlació"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
msgid "Internet Connection Sharing"
msgstr "Connexió a Internet compartida"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
-msgstr "Ho sento, només suportem el nuclis(kernels) 2.4"
+msgstr "Només s'accepten nuclis de la sčrie 2.4."
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr "La connexió a Internet compartida estŕ habilitada"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -13538,19 +13822,19 @@ msgstr ""
"\n"
"Quč voleu fer?"
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
msgid "disable"
msgstr "inhabilita"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr "deixa-ho córrer"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "reconfigure"
msgstr "torna a configurar"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
msgid "Disabling servers..."
msgstr "S'estan inhabilitant els servidors..."
@@ -13558,11 +13842,11 @@ msgstr "S'estan inhabilitant els servidors..."
msgid "Internet connection sharing is now disabled."
msgstr "Ara, la compartició de la connexió a Internet estŕ inhabilitada."
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr "La connexió a Internet compartida estŕ inhabilitada"
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -13574,20 +13858,19 @@ msgstr ""
"\n"
"Quč voleu fer?"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
msgid "enable"
msgstr "habilita"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr "S'estan habilitant els servidors..."
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
msgid "Internet connection sharing is now enabled."
msgstr "Ara, la connexió compartida a Internet estŕ habilitada."
-#: ../../standalone/drakgw_.c:185
-#, fuzzy
+#: ../../standalone/drakgw_.c:183
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -13599,29 +13882,31 @@ msgid ""
"Note: you need a dedicated Network Adapter to set up a Local Area Network "
"(LAN)."
msgstr ""
-"Ara configurareu l'ordinador per tal que comparteixi la connexió a "
+"Ara es configurarŕ l'ordinador per tal que comparteixi la connexió a "
"Internet.\n"
"Amb aquesta característica, altres ordinadors de la vostra xarxa local\n"
"podran utilitzar la connexió a Internet d'aquest ordinador.\n"
"\n"
+"Assegureu-vos d'haver configurat l'accés a Internet i a la xarxa local amb "
+"el drakconnect abans de continuar.\n"
"Nota: per configurar una xarxa d'ŕrea local (LAN), us cal un adaptador de "
"xarxa dedicat."
-#: ../../standalone/drakgw_.c:213
+#: ../../standalone/drakgw_.c:211
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfície %s (utilitzant el mňdul %s)"
-#: ../../standalone/drakgw_.c:214
+#: ../../standalone/drakgw_.c:212
#, c-format
msgid "Interface %s"
msgstr "Interfície %s"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:220
msgid "No network adapter on your system!"
msgstr "No teniu cap adaptador de xarxa al sistema!"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:221
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -13629,11 +13914,11 @@ msgstr ""
"No s'ha detectat cap adaptador de xarxa ethernet al sistema. Si us plau, "
"executeu l'eina de configuració de maquinari."
-#: ../../standalone/drakgw_.c:229
+#: ../../standalone/drakgw_.c:227
msgid "Network interface"
msgstr "Interfície de la xarxa"
-#: ../../standalone/drakgw_.c:230
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -13646,22 +13931,22 @@ msgstr ""
"\n"
"%s\n"
"\n"
-"Ara configuraré la vostra xarxa d'ŕrea local amb aquest adaptador."
+"Ara es configurarŕ la vostra xarxa d'ŕrea local amb aquest adaptador."
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-"Si us plau, escolliu l'adaptador de xarxa que es connectarŕ\n"
-"a la vostra xarxa d'ŕrea local."
+"Si us plau, escolliu l'adaptador de xarxa que es connectarŕ a la vostra "
+"xarxa d'ŕrea local."
#
-#: ../../standalone/drakgw_.c:265
+#: ../../standalone/drakgw_.c:261
msgid "Network interface already configured"
-msgstr "l'intefície de xarxa ja estŕ configurada"
+msgstr "La intefície de xarxa ja estŕ configurada"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -13670,23 +13955,33 @@ msgid ""
"\n"
"You can do it manually but you need to know what you're doing."
msgstr ""
-"Avís, l'adaptador de xarxa (%s) ja estŕ configurat.\n"
+"Avís: l'adaptador de xarxa (%s) ja estŕ configurat.\n"
"\n"
-"Voleu que faci una reconfiguració automŕtica?\n"
+"Voleu fer una reconfiguració automŕtica?\n"
"\n"
"Ho podeu fer manualment perň heu de saber quč feu."
#
-#: ../../standalone/drakgw_.c:271
+#: ../../standalone/drakgw_.c:267
msgid "Automatic reconfiguration"
msgstr "Reconfiguració automŕtica"
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
#
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:268
msgid "Show current interface configuration"
msgstr "Mostra la configuració actual de la interfície"
-#: ../../standalone/drakgw_.c:274
+#
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "Mostra la configuració actual de la interfície"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -13696,14 +13991,14 @@ msgid ""
"IP attribution: %s\n"
"Driver: %s"
msgstr ""
-"Configuration actual de `%s':\n"
+"Configuració actual de '%s':\n"
"\n"
"Xarxa: %s\n"
"Adreça IP: %s\n"
"Atribució IP: %s\n"
"Controlador: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:283
#, fuzzy
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
@@ -13713,26 +14008,29 @@ msgid ""
"\n"
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
-"\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
msgstr ""
"Podeu conservar la configuració actual i assumir que ja heu definit un "
-"servidor DHCP; en aquest cas verifiqueu que llegeixo correctament la Xarxa "
-"de Classe C que utilitzeu per a la vostra xarxa local; No la reconfiguraré i "
-"no tocaré la configuració del servidor DHCP.\n"
+"servidor DHCP. En aquest cas, verifiqueu que s'ha llegit correctament la "
+"xarxa de classe C que utilitzeu per a la vostra xarxa local. No es "
+"reconfigurarŕ ni es modificarŕ la configuració del servidor DHCP.\n"
+"\n"
+"L'entrada DNS per defecte és el servidor de noms amb memňria cau que s'ha "
+"configurat al tallafoc. Podeu substituir-lo, per exemple, per la IP del DNS "
+"del vostre proveďdor d'accés.\n"
"\n"
"Alternativament, podeu reconfigurar la interfície i (re)configurar un "
-"servidor DHCP vós mateix.\n"
+"servidor DHCP per a ús propi.\n"
"\n"
-#: ../../standalone/drakgw_.c:294
-#, fuzzy
+#: ../../standalone/drakgw_.c:290
msgid "Local Network adress"
-msgstr "Xarxa Local de Classe C"
+msgstr "Adreça de la xarxa local"
-#: ../../standalone/drakgw_.c:298
+#: ../../standalone/drakgw_.c:294
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -13740,71 +14038,74 @@ msgid ""
"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
msgstr ""
+"Configuració del servidor DHCP.\n"
+"\n"
+"Aquí podreu seleccionar diverses opcions per a la configuració del servidor "
+"DHCP.\n"
+"Si no sabeu el significat d'una opció, deixeu-la com estŕ.\n"
#
-#: ../../standalone/drakgw_.c:304
+#: ../../standalone/drakgw_.c:300
msgid "(This) DHCP Server IP"
-msgstr "(Aquest) IP del Servidor DHCP"
+msgstr "IP d'aquest servidor DHCP"
#
-#: ../../standalone/drakgw_.c:305
-#, fuzzy
+#: ../../standalone/drakgw_.c:301
msgid "The DNS Server IP"
-msgstr "(Aquest) IP del Servidor DHCP"
+msgstr "IP del Servidor DNS"
#
-#: ../../standalone/drakgw_.c:306
-#, fuzzy
+#: ../../standalone/drakgw_.c:302
msgid "The internal domain name"
-msgstr "Nou nom d'impressora"
+msgstr "Nom intern de domini"
-#: ../../standalone/drakgw_.c:307
+#: ../../standalone/drakgw_.c:303
msgid "The DHCP start range"
-msgstr ""
+msgstr "L'adreça inicial del rang del DHCP"
-#: ../../standalone/drakgw_.c:308
+#: ../../standalone/drakgw_.c:304
msgid "The DHCP end range"
-msgstr ""
+msgstr "L'adreça final del rang del DHCP"
-#: ../../standalone/drakgw_.c:309
+#: ../../standalone/drakgw_.c:305
msgid "The default lease (in seconds)"
-msgstr ""
+msgstr "Lísing per defecte (en segons)"
-#: ../../standalone/drakgw_.c:310
+#: ../../standalone/drakgw_.c:306
msgid "The maximum lease (in seconds)"
-msgstr ""
+msgstr "Lísing mŕxim (en segons)"
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
-msgstr "Reconfigurar interfície i Servidor DHCP"
+msgstr "Torna a configurar la interfície i el servidor DHCP"
-#: ../../standalone/drakgw_.c:318
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "La Xarxa Local no finalitza amb '.0', ho deixem córrer."
+msgstr "La xarxa local no finalitza amb '.0', ho deixem córrer."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"S'ha trobat un conflicte potencial d'adreça LAN en la configuració actual de "
"%s!\n"
-#: ../../standalone/drakgw_.c:339
+#: ../../standalone/drakgw_.c:335
msgid "Configuring..."
msgstr "S'estŕ configurant..."
-#: ../../standalone/drakgw_.c:340
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"S'estan configurant les seqüčncies, instalˇlant el programari, iniciant els "
"servidors..."
-#: ../../standalone/drakgw_.c:376
+#: ../../standalone/drakgw_.c:372
#, c-format
msgid "Problems installing package %s"
msgstr "Hi ha hagut problemes en instalˇlar el paquet %s"
-#: ../../standalone/drakgw_.c:509
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -13815,23 +14116,23 @@ msgstr ""
"vostra xarxa d'ŕrea local utilitzant la configuració automŕtica de xarxa "
"(DHCP)."
-#: ../../standalone/drakgw_.c:528
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr "La configuració ja s'ha realitzat, perň ara estŕ inhabilitada."
-#: ../../standalone/drakgw_.c:529
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr "La configuració ja s'ha realitzat i ara estŕ habilitada."
-#: ../../standalone/drakgw_.c:530
+#: ../../standalone/drakgw_.c:525
msgid "No Internet Connection Sharing has ever been configured."
msgstr "No s'ha configurat mai cap connexió compartida a Internet."
-#: ../../standalone/drakgw_.c:535
+#: ../../standalone/drakgw_.c:531
msgid "Internet connection sharing configuration"
msgstr "Configuració de la compartició de la connexió a Internet"
-#: ../../standalone/drakgw_.c:542
+#: ../../standalone/drakgw_.c:539
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -13844,165 +14145,153 @@ msgstr ""
"\n"
"%s\n"
"\n"
-"Feu clic a Configura per executar l'auxiliar de configuració."
+"Feu clic a 'Configura' per executar l'auxiliar de configuració."
-#: ../../standalone/drakperm_.c:42
-#, fuzzy
+#: ../../standalone/drakperm_.c:36
msgid "group"
-msgstr "Grup de treball"
+msgstr "grup"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
-msgstr ""
+msgstr "camí"
-#: ../../standalone/drakperm_.c:42
-#, fuzzy
+#: ../../standalone/drakperm_.c:36
msgid "permissions"
-msgstr "partició %s"
+msgstr "permisos"
#
-#: ../../standalone/drakperm_.c:42
-#, fuzzy
+#: ../../standalone/drakperm_.c:36
msgid "user"
-msgstr "Usuari"
+msgstr "usuari"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
-msgstr ""
+msgstr "Puja"
-#: ../../standalone/drakperm_.c:50
-#, fuzzy
+#: ../../standalone/drakperm_.c:44
msgid "delete"
-msgstr "Suprimeix"
+msgstr "suprimeix"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
msgid "edit"
-msgstr ""
+msgstr "edita"
-#: ../../standalone/drakperm_.c:52
-#, fuzzy
+#: ../../standalone/drakperm_.c:46
msgid "Down"
-msgstr "Fet"
+msgstr "Baixa"
-#: ../../standalone/drakperm_.c:53
-#, fuzzy
+#: ../../standalone/drakperm_.c:47
msgid "add a rule"
-msgstr "Afegeix un mňdul"
+msgstr "afegeix una regla"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
-msgstr ""
+msgstr "seleccioneu el fitxer perm que voleu veure/editar"
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
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 ""
+"El Drakperm s'usa per veure els fitxers que es faran servir per ajustar els "
+"permisos, propietaris i grups a través de l'msec.\n"
+"També podeu editar les vostres prňpies regles, que sobreescriuran les regles "
+"predeterminades."
#
-#: ../../standalone/drakperm_.c:62
-#, fuzzy
+#: ../../standalone/drakperm_.c:56
msgid "Add a new rule at the end"
-msgstr "Afegiu una impressora"
+msgstr "Afegeix una regla nova al final"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
-msgstr ""
+msgstr "Edita la regla actual"
-#: ../../standalone/drakperm_.c:64
-#, fuzzy
+#: ../../standalone/drakperm_.c:58
msgid "Up selected rule one level"
-msgstr "Deselecciona Tot"
+msgstr "Puja la regla actual un nivell"
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
-msgstr ""
+msgstr "Baixa la regla actual un nivell"
#
-#: ../../standalone/drakperm_.c:66
-#, fuzzy
+#: ../../standalone/drakperm_.c:60
msgid "Delete selected rule"
-msgstr "Elimina el seleccionat"
+msgstr "Elimina la regla seleccionada"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
-msgstr ""
+msgstr "navega"
-#: ../../standalone/drakperm_.c:244
-#, fuzzy
+#: ../../standalone/drakperm_.c:231
msgid "Current user"
-msgstr "Accepta l'usuari"
+msgstr "Usuari actual"
-#: ../../standalone/drakperm_.c:249
-#, fuzzy
+#: ../../standalone/drakperm_.c:236
msgid "Permissions"
-msgstr "Versió: %s\n"
+msgstr "Permisos"
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
-msgstr ""
+msgstr "Camí"
-#: ../../standalone/drakperm_.c:251
-#, fuzzy
+#: ../../standalone/drakperm_.c:238
msgid "Property"
-msgstr "Port"
+msgstr "Propietat"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
-msgstr ""
+msgstr "sticky-bit"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
-msgstr ""
+msgstr "Set-UID"
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
-msgstr ""
+msgstr "Set-GID"
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
msgstr ""
+"Usat per al directori:\n"
+" només el propietari del directori o del fitxer en aquest directori poden "
+"suprimir-lo"
-#: ../../standalone/drakperm_.c:311
-#, fuzzy
+#: ../../standalone/drakperm_.c:297
msgid "Use owner id for execution"
-msgstr "Utilitza la detecció automŕtica"
+msgstr "Usa l'identificador del propietari (UID) per a l'execució"
-#: ../../standalone/drakperm_.c:312
-#, fuzzy
+#: ../../standalone/drakperm_.c:298
msgid "Use group id for execution"
-msgstr "Utilitza la detecció automŕtica"
+msgstr "Usa l'identificador del grup (GID) per a l'execució"
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
-msgstr ""
+msgstr "si ho marqueu, no es canviaran ni el propietari ni el grup"
-#: ../../standalone/drakperm_.c:318
-#, fuzzy
+#: ../../standalone/drakperm_.c:304
msgid "Path selection"
-msgstr "Desa la selecció de paquets"
+msgstr "Selecció del camí"
#
-#: ../../standalone/drakperm_.c:364
-#, fuzzy
+#: ../../standalone/drakperm_.c:350
msgid "user :"
-msgstr "Usuari"
+msgstr "usuari :"
-#: ../../standalone/drakperm_.c:366
-#, fuzzy
+#: ../../standalone/drakperm_.c:352
msgid "group :"
-msgstr "Grup de treball"
+msgstr "grup :"
-#: ../../standalone/draksound_.c:47
-#, fuzzy
+#: ../../standalone/draksound_.c:46
msgid "No Sound Card detected!"
-msgstr "No s'ha detectat cap targeta de TV!"
+msgstr "No s'ha detectat cap targeta de so!"
-#: ../../standalone/draksound_.c:48
-#, fuzzy
+#: ../../standalone/draksound_.c:47
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -14013,9 +14302,9 @@ msgid ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-"No s'ha detectat cap targeta de TV en el vostre ordinador. Si us plau "
-"verifiqueu que la targeta de Video/TV amb suport per a Linux estigui "
-"correctament insertada.\n"
+"No s'ha detectat cap targeta de so en el vostre ordinador. Si us plau, "
+"verifiqueu que teniu correctament inserida una targeta de so compatible amb "
+"Linux.\n"
"\n"
"\n"
"Podeu visitar la nostra base de dades de maquinari a:\n"
@@ -14023,7 +14312,7 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -14031,144 +14320,149 @@ msgid ""
"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"
+"Nota: si teniu una targeta de so ISA PnP, haureu de fer servir el programa "
+"sndconfig. Només cal que teclegeu \"sndconfig\" a la consola."
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
+"el paquet 'ImageMagick' és necessari per a un correcte funcionament.\n"
+"Feu clic a \"D'acord\" per intalˇlar-lo o a \"Cancelˇla\" per sortir"
-#: ../../standalone/draksplash_.c:78
-#, fuzzy
+#: ../../standalone/draksplash_.c:67
msgid "first step creation"
-msgstr "creació de discs d'arrencada"
+msgstr "creació del primer pas"
-#: ../../standalone/draksplash_.c:79
-#, fuzzy
+#: ../../standalone/draksplash_.c:70
msgid "final resolution"
-msgstr "Resolució"
+msgstr "resolució definitiva"
#
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
-#, fuzzy
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
msgid "choose image file"
-msgstr "Trieu un fitxer"
+msgstr "trieu un fitxer d'imatge"
-#: ../../standalone/draksplash_.c:81
-#, fuzzy
+#: ../../standalone/draksplash_.c:72
msgid "Theme name"
-msgstr "Nom de compartició"
+msgstr "Nom del tema"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
-msgstr ""
+msgstr "Navega"
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
-#, fuzzy
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
msgid "Configure bootsplash picture"
-msgstr "Configura els serveis"
+msgstr "Configura la imatge de presentació de l'arrencada"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
msgstr ""
+"coordenada x de la caixa de text\n"
+"en nombre de carŕcters"
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
msgstr ""
+"coordenada y de la caixa de text\n"
+"en nombre de carŕcters"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
-msgstr ""
+msgstr "amplada del text"
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
-msgstr ""
+msgstr "alçŕria de la caixa de text"
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
+"coordenada x de la cantonada superior\n"
+"esquerra de la barra de progrés"
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
+"coordenada y de la cantonada superior\n"
+"esquerra de la barra de progrés"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
-msgstr ""
+msgstr "l'amplada de la barra de progrés"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
-msgstr ""
+msgstr "l'alçŕria de la barra de progrés"
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
-msgstr ""
+msgstr "el color de la barra de progrés"
-#: ../../standalone/draksplash_.c:121
-#, fuzzy
+#: ../../standalone/draksplash_.c:113
msgid "Preview"
-msgstr "dispositiu"
+msgstr "Vista prčvia"
-#: ../../standalone/draksplash_.c:123
-#, fuzzy
+#: ../../standalone/draksplash_.c:115
msgid "Save theme"
-msgstr "Instalˇla el sistema"
+msgstr "Desa el tema"
-#: ../../standalone/draksplash_.c:124
-#, fuzzy
+#: ../../standalone/draksplash_.c:116
msgid "Choose color"
-msgstr "Escolliu un monitor"
+msgstr "Escolliu un color"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
-msgstr ""
+msgstr "Mostra el logotip a la consola"
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
-msgstr ""
+msgstr "Fes que, per defecte, no apareguin els missatges del nucli"
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
+"Aquest tema encara no té cap pantalla de presentació de l'arrencada en %s!"
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
-msgstr ""
+msgstr "s'estŕ desant el tema Bootsplash..."
#
-#: ../../standalone/draksplash_.c:435
-#, fuzzy
+#: ../../standalone/draksplash_.c:428
msgid "ProgressBar color selection"
-msgstr "Selecció del model d'impressora"
+msgstr "Selecció del color de la barra de progrés"
#
-#: ../../standalone/draksplash_.c:456
-#, fuzzy
+#: ../../standalone/draksplash_.c:449
msgid "You must choose an image file first!"
-msgstr "Heu d'escollir/escriure una impressora/dispositiu!"
+msgstr "Abans heu de triar un fitxer d'imatge!"
#
-#: ../../standalone/draksplash_.c:465
-#, fuzzy
+#: ../../standalone/draksplash_.c:458
msgid "Generating preview ..."
-msgstr "S'estan detectant els dispositius..."
+msgstr "S'estŕ generant la vista prčvia..."
#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:511
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
-msgstr ""
+msgstr "Vista prčvia del BootSplash %s (%s)"
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -14182,85 +14476,86 @@ msgid ""
"\n"
"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-"XawTV no s'ha instalˇlat!\n"
+"No teniu instalˇlat el XawTV!\n"
"\n"
"\n"
-"Si teniu una targeta de TV perň DrakX no l'ha detectat (no el mňdul\n"
-"bttv o saa7134 in \"/etc/modules\") o no s'ha instalˇlat xawtv,\n"
+"Si teniu una targeta de TV perň el DrakX no l'ha detectada (no hi ha el "
+"mňdul\n"
+"bttv o el saa7134 a \"/etc/modules\") o no heu instalˇlat xawtv,\n"
"si us plau envieu els resultats de \"lspcidrake -v -f\"\n"
-"a \"install\\@mandrakesoft.com\" amb l'assumpte de \"undetected TV card\".\n"
+"a \"install\\@mandrakesoft.com\" amb l'assumpte \"undetected TV card\".\n"
"\n"
"\n"
-"El podeu instalˇlar tot escrivint \"urpmi xawtv\" com a root, en la consola."
+"El podeu instalˇlar teclejant \"urpmi xawtv\" com a root, en la consola."
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "Canada (cable)"
-msgstr "Canada (cable)"
+msgstr "Canadŕ (cable)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (broadcast)"
-msgstr "USA (Emissió)"
+msgstr "EUA (difusió)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
-msgstr "USA (cable)"
+msgstr "EUA (cable)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
-msgstr "USA (bable-hrc)"
+msgstr "EUA (cable-hrc)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "China (broadcast)"
-msgstr "Xina (emissió)"
+msgstr "Xina (difusió)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (broadcast)"
-msgstr "Japó (emissió)"
+msgstr "Japó (difusió)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr "Japó (cable)"
#
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "East Europe"
msgstr "Europa de l'Est"
#
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "France [SECAM]"
msgstr "França [SECAM]"
#
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "Ireland"
msgstr "Irlanda"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "West Europe"
msgstr "Europa de l'Oest"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Australia"
msgstr "Austrŕlia"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr "Nova Zelanda"
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr "Sud-ŕfrica"
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr "Argentina"
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
-msgstr ""
+msgstr "TV per cable australiana Optus"
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
@@ -14268,44 +14563,44 @@ msgstr ""
"Si us plau,\n"
"entreu la vostra normativa de tv i el país"
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
-msgstr "Normativa TV :"
+msgstr "Normativa de TV:"
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
-msgstr "Ŕrea :"
+msgstr "Ŕrea:"
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."
-msgstr "Examinant els canals de TV en progrés ..."
+msgstr "La cerca de canals de TV estŕ en progrés..."
-#: ../../standalone/drakxtv_.c:122
+#: ../../standalone/drakxtv_.c:116
msgid "Scanning for TV channels"
-msgstr "Examinant els canals de TV"
+msgstr "S'estan cercant canals de TV"
#
-#: ../../standalone/drakxtv_.c:125
+#: ../../standalone/drakxtv_.c:120
msgid "There was an error while scanning for TV channels"
-msgstr "S'ha produďt un error examinant el canals de TV"
+msgstr "S'ha produďt un error en cercar els canals de TV"
-#: ../../standalone/drakxtv_.c:126
+#: ../../standalone/drakxtv_.c:121
msgid "XawTV isn't installed!"
-msgstr "XawTV no s'ha instalˇlat!"
+msgstr "No teniu instalˇlat XawTV!"
-#: ../../standalone/drakxtv_.c:129
+#: ../../standalone/drakxtv_.c:124
msgid "Have a nice day!"
msgstr "Tingueu un bon dia!"
-#: ../../standalone/drakxtv_.c:130
+#: ../../standalone/drakxtv_.c:125
msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr "Ara, podeu executar xawtv (sota X Window!) !\n"
-#: ../../standalone/drakxtv_.c:153
+#: ../../standalone/drakxtv_.c:147
msgid "No TV Card detected!"
msgstr "No s'ha detectat cap targeta de TV!"
-#: ../../standalone/drakxtv_.c:154
+#: ../../standalone/drakxtv_.c:148
msgid ""
"No TV Card has been detected on your machine. Please verify that a Linux-"
"supported Video/TV Card is correctly plugged in.\n"
@@ -14317,8 +14612,8 @@ msgid ""
"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
"No s'ha detectat cap targeta de TV en el vostre ordinador. Si us plau "
-"verifiqueu que la targeta de Video/TV amb suport per a Linux estigui "
-"correctament insertada.\n"
+"verifiqueu que teniu correctament inserida una targeta de Vídeo/TV "
+"compatible amb Linux.\n"
"\n"
"\n"
"Podeu visitar la nostra base de dades de maquinari a:\n"
@@ -14326,350 +14621,873 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/harddrake2_.c:8
+#
+#: ../../standalone/harddrake2_.c:17
+msgid "Alternative drivers"
+msgstr "Controladors alternatius"
+
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
+msgstr "la llista de controladors alternatius per a aquesta targeta de so"
+
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
+msgstr "Bus"
+
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr ""
+"aquest és el bus físic al qual el dispositiu estŕ connectat (p.ex.: PCI, "
+"USB...)"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "Channel"
+msgstr "Canal"
+
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
+msgstr "Canal EIDE/SCSI"
+
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:23
+msgid ""
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:26
+msgid "Bus identification"
+msgstr "Identificació del bus"
+
+#: ../../standalone/harddrake2_.c:27
+msgid ""
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
+msgstr ""
+"- Dispositius PCI i USB: es llisten els identificadors PCI/USB del venedor, "
+"del dispositiu, del subvenedor i del subdispositiu"
+
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr "Ubicació en el bus"
+
+#: ../../standalone/harddrake2_.c:30
+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"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+"- dispositius PCI: dóna la ranura PCI, el dispositiu i la funció d'aquesta "
+"targeta\n"
+"- dispositius EIDE: diu si el dispositiu ésta configurat com a mestre o com "
+"a esclau\n"
+"- dispositius SCSI: dóna el bus SCSI i els identificadors SCSI del dispositiu"
+
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "mida del fragment"
+
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
+
+#
+#: ../../standalone/harddrake2_.c:36
+#, fuzzy
+msgid "Cpuid level"
+msgstr "Nivell de seguretat"
+
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:37
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:38
+#, fuzzy
+msgid "This field describes the device"
+msgstr "aquest camp descriu el dispositiu"
+
+#: ../../standalone/harddrake2_.c:39
+msgid "Old device file"
+msgstr "Fitxer de dispositiu antic"
+
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr "nom antic de dispositiu estŕtic, usat en el paquet de desenvolupament"
+
+#: ../../standalone/harddrake2_.c:41
+msgid "New devfs device"
+msgstr "Nou dispositiu devfs"
+
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
+msgstr "nou nom de dispositiu dinŕmic generat pel devfs intern del nucli"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "Module"
+msgstr "Mňdul"
+
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
+msgstr "el mňdul del nucli GNU/Linux que gestiona aquest dispositiu"
+
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:46
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:53
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "Formata"
+
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "nivell"
+
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
+msgstr "Tipus de mitjŕ"
+
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
+msgstr "tipus de dispositiu de maquinari"
+
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+msgid "Model"
+msgstr "Model"
+
+#: ../../standalone/harddrake2_.c:58
+msgid "hard disk model"
+msgstr "model de disc dur"
+
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "Nom del mňdul"
+
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Official vendor name of the cpu"
+msgstr "el nom del venedor del dispositiu"
+
+#: ../../standalone/harddrake2_.c:61
+msgid "Number of buttons"
+msgstr "Nombre de botons"
+
+#: ../../standalone/harddrake2_.c:62
#, fuzzy
+msgid "Name"
+msgstr "Nom: "
+
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr ", impressora de xarxa \"%s\", port %s"
+
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:64
+#, fuzzy
+msgid "the number of the processor"
+msgstr "el color de la barra de progrés"
+
+#
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "parŕmetre de cŕrrega"
+
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:66
+#, fuzzy
+msgid "The type of bus on which the mouse is connected"
+msgstr "Si us plau, seleccioneu el port sčrie a quč estŕ connectat el ratolí."
+
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
+msgstr "el nom del venedor del dispositiu"
+
+#: ../../standalone/harddrake2_.c:68
+#, fuzzy
+msgid "the vendor name of the processor"
+msgstr "el nom del venedor del dispositiu"
+
+#: ../../standalone/harddrake2_.c:82
+msgid "/_Quit"
+msgstr "/_Surt"
+
+#
+#: ../../standalone/harddrake2_.c:83
+#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "Detectada automŕticament"
+
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+msgid "/_Options"
+msgstr "/_Opcions"
+
+#
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "Detectada automŕticament"
+
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr "/_Ajuda"
+
+#: ../../standalone/harddrake2_.c:89
+msgid "/_Help..."
+msgstr "/_Ajuda..."
+
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
+msgstr "Ajuda del Harddrake"
+
+#: ../../standalone/harddrake2_.c:93
msgid ""
+"Description of the fields:\n"
+"\n"
+msgstr ""
+"Descripció dels camps:\n"
"\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"
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
+msgstr ""
+
+#
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "Seleccioneu un escŕner"
+
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
+msgstr "/_Informeu d'un error"
+
+#: ../../standalone/harddrake2_.c:102
+msgid "/_About..."
+msgstr "_Quant a..."
+
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
+msgstr "Quant al Harddrake"
+
+#: ../../standalone/harddrake2_.c:105
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
+msgstr ""
+"Aquest és el HardDrake, l'eina de configuració de maquinari de Mandrake.\n"
+"Versió:"
+
+#: ../../standalone/harddrake2_.c:106
+msgid "Author:"
+msgstr "Autor:"
+
+#: ../../standalone/harddrake2_.c:113
+msgid "Detection in progress"
+msgstr "Detecció en procés"
+
+#: ../../standalone/harddrake2_.c:119
+msgid "Harddrake2 version "
+msgstr "Versió del Harddrake2 "
+
+#: ../../standalone/harddrake2_.c:126
+msgid "Detected hardware"
+msgstr "S'ha detectat el següent maquinari"
+
+#: ../../standalone/harddrake2_.c:129
+msgid "Information"
+msgstr "Informació"
+
+#: ../../standalone/harddrake2_.c:131
+msgid "Configure module"
+msgstr "Configura el mňdul"
+
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
+msgstr "Executa l'eina de configuració"
+
+#: ../../standalone/harddrake2_.c:143
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr "S'estŕ executant \"%s\"..."
+
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
+msgstr ""
+
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
+msgstr "primari"
-#: ../../standalone/keyboarddrake_.c:32
+#: ../../standalone/harddrake2_.c:231
+msgid "secondary"
+msgstr "secundari"
+
+#
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
+msgstr "Detectada automŕticament"
+
+#
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "Detectada automŕticament"
+
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "/_Opcions"
+
+#: ../../standalone/keyboarddrake_.c:26
msgid "Please, choose your keyboard layout."
-msgstr "Si us plau, selecioneu la disposició del vostre teclat."
+msgstr "Si us plau, seleccioneu la disposició del vostre teclat."
-#: ../../standalone/keyboarddrake_.c:41
+#: ../../standalone/keyboarddrake_.c:35
msgid "Do you want the BackSpace to return Delete in console?"
msgstr "Voleu que la tecla Enrere efectuď un Suprimeix en la consola?"
-#: ../../standalone/livedrake_.c:24
+#: ../../standalone/livedrake_.c:18
msgid "Change Cd-Rom"
msgstr "Canvieu el CD-ROM"
-#: ../../standalone/livedrake_.c:25
+#: ../../standalone/livedrake_.c:19
msgid ""
"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
"If you don't have it, press Cancel to avoid live upgrade."
msgstr ""
-"Si us plau, inseriu el CD-ROM d'instalˇlació a la unitat i després\n"
-"premeu D'acord.\n"
-"Si no el teniu, premeu Cancelˇla per evitar l'actualització en directe."
+"Si us plau, inseriu el CD-ROM d'instalˇlació a la unitat i premeu "
+"'D'acord'.\n"
+"Si no el teniu, premeu 'Cancelˇla' per evitar l'actualització en directe."
-#: ../../standalone/livedrake_.c:35
+#: ../../standalone/livedrake_.c:29
msgid "Unable to start live upgrade !!!\n"
-msgstr "No es pot iniciar l'actualització en directe !!!\n"
+msgstr "No es pot iniciar l'actualització en directe!!!\n"
-#: ../../standalone/localedrake_.c:33
+#: ../../standalone/localedrake_.c:34
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:86 ../../ugtk.pm_.c:285
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
msgid "logdrake"
msgstr "logdrake"
#
-#: ../../standalone/logdrake_.c:96
+#: ../../standalone/logdrake_.c:68
msgid "Show only for the selected day"
-msgstr "Mostrar-ho només per el dia seleccionat"
+msgstr "Mostrar-ho només per al dia seleccionat"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "/File/_New"
msgstr "/Fitxer/_Nou"
-#: ../../standalone/logdrake_.c:103
+#: ../../standalone/logdrake_.c:75
msgid "<control>N"
msgstr "<control>N"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "/File/_Open"
msgstr "/Fitxer/_Obre"
-#: ../../standalone/logdrake_.c:104
+#: ../../standalone/logdrake_.c:76
msgid "<control>O"
msgstr "<control>O"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "/File/_Save"
-msgstr "/Fitxer/_Desa"
+msgstr "/Fitxer/De_sa"
-#: ../../standalone/logdrake_.c:105
+#: ../../standalone/logdrake_.c:77
msgid "<control>S"
msgstr "<control>S"
-#: ../../standalone/logdrake_.c:106
+#: ../../standalone/logdrake_.c:78
msgid "/File/Save _As"
msgstr "/Fitxer/_Anomena i desa"
-#: ../../standalone/logdrake_.c:107
+#: ../../standalone/logdrake_.c:79
msgid "/File/-"
msgstr "/Fitxer/-"
-#: ../../standalone/logdrake_.c:109
-msgid "/_Options"
-msgstr "/_Opcions"
-
-#: ../../standalone/logdrake_.c:110
+#: ../../standalone/logdrake_.c:82
msgid "/Options/Test"
msgstr "/Opcions/Prova"
-#: ../../standalone/logdrake_.c:112
+#: ../../standalone/logdrake_.c:84
msgid "/Help/_About..."
msgstr "/Ajuda/_Quant a.."
-#: ../../standalone/logdrake_.c:119
-msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#: ../../standalone/logdrake_.c:120
-msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
#
-#: ../../standalone/logdrake_.c:174
+#: ../../standalone/logdrake_.c:145
msgid "User"
msgstr "Usuari"
#
-#: ../../standalone/logdrake_.c:175
+#: ../../standalone/logdrake_.c:146
msgid "Messages"
msgstr "Missatges"
#
-#: ../../standalone/logdrake_.c:176
+#: ../../standalone/logdrake_.c:147
msgid "Syslog"
msgstr "Syslog"
-#: ../../standalone/logdrake_.c:177
+#: ../../standalone/logdrake_.c:148
msgid "Mandrake Tools Explanations"
msgstr "Explicació d'Eines Mandrake"
-#: ../../standalone/logdrake_.c:180
+#: ../../standalone/logdrake_.c:151
msgid "search"
msgstr "cerca"
-#: ../../standalone/logdrake_.c:186
+#: ../../standalone/logdrake_.c:161
msgid "A tool to monitor your logs"
msgstr "Eina per veure els registres"
-#: ../../standalone/logdrake_.c:187
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
msgid "Settings"
msgstr "Parŕmetres"
-#: ../../standalone/logdrake_.c:192
+#: ../../standalone/logdrake_.c:167
msgid "matching"
msgstr "que coincideixin amb"
-#: ../../standalone/logdrake_.c:193
+#: ../../standalone/logdrake_.c:168
msgid "but not matching"
-msgstr "perň que no coincideixein amb"
+msgstr "perň que no coincideixin amb"
-#: ../../standalone/logdrake_.c:197
+#: ../../standalone/logdrake_.c:172
msgid "Choose file"
msgstr "Escolliu el fitxer"
-#: ../../standalone/logdrake_.c:202
+#: ../../standalone/logdrake_.c:181
msgid "Calendar"
msgstr "Calendari"
-#: ../../standalone/logdrake_.c:212
+#: ../../standalone/logdrake_.c:191
msgid "Content of the file"
msgstr "Contingut del fitxer"
-#: ../../standalone/logdrake_.c:216 ../../standalone/logdrake_.c:392
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
msgid "Mail alert"
-msgstr "Alerta Correu"
+msgstr "Alerta de correu"
-#: ../../standalone/logdrake_.c:268
+#: ../../standalone/logdrake_.c:245
#, c-format
msgid "please wait, parsing file: %s"
-msgstr "si us plau, espereu, s'estŕ analitzant el fitxer: %s"
+msgstr "espereu si us plau, s'estŕ analitzant el fitxer: %s"
#
-#: ../../standalone/logdrake_.c:409
+#: ../../standalone/logdrake_.c:392
msgid "Mail alert configuration"
-msgstr "Configuració de l'alerta Correu"
+msgstr "Configuració de l'alerta de correu"
-#: ../../standalone/logdrake_.c:410
+#: ../../standalone/logdrake_.c:393
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-"Benvingut a la utilitat de configuració de Correu.\n"
+"Benvingut a la utilitat de configuració del correu.\n"
"\n"
-"Aquí, sereu capaç de definir el sistema d'alerta.\n"
+"Aquí podreu configurar el sistema d'alerta.\n"
-#: ../../standalone/logdrake_.c:417
+#: ../../standalone/logdrake_.c:400
msgid "Apache World Wide Web Server"
-msgstr ""
+msgstr "Servidor World Wide Web Apache"
-#: ../../standalone/logdrake_.c:418
-#, fuzzy
+#: ../../standalone/logdrake_.c:401
msgid "Domain Name Resolver"
-msgstr "Nom de domini"
+msgstr "Sistema de resolució de nom de domini"
-#: ../../standalone/logdrake_.c:419
+#: ../../standalone/logdrake_.c:402
msgid "Ftp Server"
msgstr "Servidor FTP"
-#: ../../standalone/logdrake_.c:420
+#: ../../standalone/logdrake_.c:403
msgid "Postfix Mail Server"
msgstr "Servidor de correu Postfix"
-#: ../../standalone/logdrake_.c:421
-#, fuzzy
+#: ../../standalone/logdrake_.c:404
msgid "Samba Server"
-msgstr "Servidor de base de dades"
+msgstr "Servidor Samba"
-#: ../../standalone/logdrake_.c:422
-#, fuzzy
+#: ../../standalone/logdrake_.c:405
msgid "SSH Server"
-msgstr "Servidor NIS"
+msgstr "Servidor SSH"
#
-#: ../../standalone/logdrake_.c:423
-#, fuzzy
+#: ../../standalone/logdrake_.c:406
msgid "Webmin Service"
-msgstr "Serveis"
+msgstr "Servei Webmin"
-#: ../../standalone/logdrake_.c:424
-#, fuzzy
+#: ../../standalone/logdrake_.c:407
msgid "Xinetd Service"
-msgstr "Servidor de la impressora"
+msgstr "Servei Xinetd"
#
-#: ../../standalone/logdrake_.c:431
+#: ../../standalone/logdrake_.c:414
msgid "service setting"
-msgstr "parametritzant el servei"
+msgstr "parŕmetre de servei"
-#: ../../standalone/logdrake_.c:432
-#, fuzzy
+#: ../../standalone/logdrake_.c:415
msgid ""
"You will receive an alert if one of the selected services is no more running"
-msgstr ""
-"Rebreu una alerta si algun dels serveis seleccionats deixa de funcionar"
+msgstr "Rebreu un avís si algun dels serveis seleccionats deixa de funcionar"
#
-#: ../../standalone/logdrake_.c:444
+#: ../../standalone/logdrake_.c:428
msgid "load setting"
-msgstr "carrega parŕmetres"
+msgstr "parŕmetre de cŕrrega"
-#: ../../standalone/logdrake_.c:445
+#: ../../standalone/logdrake_.c:429
msgid "You will receive an alert if the load is higher than this value"
-msgstr "Rebreu una alerta si la cŕrrega és més gran que aquest valor"
+msgstr "Rebreu un avís si la cŕrrega és més gran que aquest valor"
#
-#: ../../standalone/logdrake_.c:458
+#: ../../standalone/logdrake_.c:444
msgid "alert configuration"
-msgstr "Configuració de l'alerta"
+msgstr "Configuració de l'avís"
#
-#: ../../standalone/logdrake_.c:459
-#, fuzzy
+#: ../../standalone/logdrake_.c:445
msgid "Please enter your email address below "
-msgstr "Si us plau, entreu la contrasenya"
+msgstr "Si us plau, entreu la vostra adreça electrňnica"
-#: ../../standalone/logdrake_.c:498
+#: ../../standalone/logdrake_.c:486
msgid "Save as.."
msgstr "Anomena i desa..."
-#: ../../standalone/mousedrake_.c:45
+#: ../../standalone/mousedrake_.c:37
msgid "Please, choose the type of your mouse."
-msgstr "Si us plau, seleccioneu el vostre tipus de ratolí."
+msgstr "Si us plau, seleccioneu el tipus del vostre ratolí."
-#: ../../standalone/mousedrake_.c:58
+#: ../../standalone/mousedrake_.c:50
msgid "Emulate third button?"
msgstr "Voleu emular el tercer botó?"
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "Configuració de xarxa"
+
+#: ../../standalone/net_monitor_.c:96
+#, fuzzy
+msgid "Profile "
+msgstr "Perfil: "
+
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
+msgstr ""
+
#
-#: ../../standalone/printerdrake_.c:57
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "S'estan enviant els fitxers..."
+
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "Tipus de connexió: "
+
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
+msgid "Wait please, testing your connection..."
+msgstr "S'estŕ comprovant la vostra connexió..."
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "Connecta't a Internet"
+
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Disconnecting from Internet "
+msgstr "Connecta't a Internet"
+
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
+msgstr ""
+
+#
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "Velocitat de la connexió"
+
+#: ../../standalone/net_monitor_.c:226
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "Configuració de l'avís"
+
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
+msgstr ""
+
+#
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "Fitxers locals"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
+msgstr ""
+
+#: ../../standalone/net_monitor_.c:453
+#, fuzzy
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+"Avís: s'ha detectat una altra connexió a Internet, podria estar utilitzant "
+"la vostra xarxa"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Connecta"
+
+#: ../../standalone/net_monitor_.c:459
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Desconnecta"
+
+#
+#: ../../standalone/printerdrake_.c:47
msgid "Reading printer data ..."
-msgstr "S'estŕ llegint les dades de impressió..."
+msgstr "S'estan llegint les dades d'impressió..."
#
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Detecting devices ..."
msgstr "S'estan detectant els dispositius..."
-#: ../../standalone/scannerdrake_.c:41
+#: ../../standalone/scannerdrake_.c:39
msgid "Test ports"
-msgstr "Ports de comprovació"
+msgstr "Comprova els ports"
-#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
-#: ../../standalone/scannerdrake_.c:81
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr ""
+msgstr "El %s no és compatible amb aquesta versió de Mandrake Linux."
-#: ../../standalone/scannerdrake_.c:56
-#, fuzzy, c-format
+#: ../../standalone/scannerdrake_.c:54
+#, c-format
msgid "%s found on %s, configure it?"
-msgstr "%s trobat en %s, configurar-lo ?"
+msgstr "S'ha trobat %s en %s, voleu configurar-lo?"
-#: ../../standalone/scannerdrake_.c:59
+#: ../../standalone/scannerdrake_.c:57
#, c-format
msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
+"%s no és a la base de dades de l'escŕner, voleu configurar-lo manualment?"
#
-#: ../../standalone/scannerdrake_.c:65
+#: ../../standalone/scannerdrake_.c:63
msgid "Select a scanner"
-msgstr "Seleccioneu un scanner"
+msgstr "Seleccioneu un escŕner"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:91
#, c-format
msgid "This %s scanner is unsupported"
-msgstr "Aquest scanner %s no se suporta"
+msgstr "Aquest escŕner %s no és suportat"
-#: ../../standalone/scannerdrake_.c:107
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
"Please select the device where your scanner is plugged"
msgstr ""
-"Scannerdrake no ha pogut detectar el vostre scanner %s.\n"
-"Si us plau seleccioneu el dispositiu en el qual teniu l'scanner"
+"Scannerdrake no ha pogut detectar el vostre escŕner %s.\n"
+"Si us plau seleccioneu el dispositiu al qual teniu connectat l'escŕner"
#
-#: ../../standalone/scannerdrake_.c:109
+#: ../../standalone/scannerdrake_.c:107
msgid "choose device"
-msgstr "Escolliu dispositiu"
+msgstr "escolliu un dispositiu"
-#: ../../standalone/scannerdrake_.c:115
+#: ../../standalone/scannerdrake_.c:113
#, 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 ""
-"Aquest scanner %s s'ha de configurar amb printerdrake.\n"
+"Aquest escŕner %s s'ha de configurar amb printerdrake.\n"
"Podeu executar printerdrake des del Centre de Control Mandrake en la secció "
"de Maquinari."
-#: ../../standalone/scannerdrake_.c:120
+#: ../../standalone/scannerdrake_.c:118
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
"applications menu."
msgstr ""
-"El vostre scanner %s ha estat configurat.\n"
-"Ara podeu scannejar documents utilitzant ``XSane'' des de Multimedia/Grŕfics "
+"El vostre escŕner %s ha estat configurat.\n"
+"Ara podeu escanejar documents utilitzant \"XSane\" des de Multimčdia/Grŕfics "
"en el menú d'aplicacions."
#: ../../standalone/service_harddrake_.c:44
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr ""
+msgstr "S'han suprimit alguns dispositius en la classe \"%s\" de maquinari:\n"
#: ../../standalone/service_harddrake_.c:48
msgid "Some devices were added:\n"
-msgstr ""
+msgstr "S'han afegit alguns dispositius:\n"
+
+#: ../../standalone/service_harddrake_.c:64
+#, fuzzy
+msgid "Hardware probing in progress"
+msgstr "Detecció en procés"
#: ../../steps.pm_.c:14
msgid "Choose your language"
@@ -14725,7 +15543,7 @@ msgstr "Configura els serveis"
#: ../../steps.pm_.c:29
msgid "Install bootloader"
-msgstr "Instalˇla el LILO"
+msgstr "Instalˇla el carregador de l'arrencada"
#: ../../steps.pm_.c:31
msgid "Create a bootdisk"
@@ -14744,10 +15562,14 @@ msgstr "Instalˇla actualitzacions del sistema"
msgid "Exit install"
msgstr "Surt de la instalˇlació"
-#: ../../ugtk.pm_.c:648
+#: ../../ugtk.pm_.c:636
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
+msgstr ""
+
#: ../../share/compssUsers:999
msgid "Web/FTP"
msgstr "Web/FTP"
@@ -14782,15 +15604,15 @@ msgstr "Tallafoc/Encaminador"
#: ../../share/compssUsers:999
msgid "Domain Name and Network Information Server"
-msgstr "Servidor de Noms de Domini i Informació de la Xarxa (DNS/NIS)"
+msgstr "Servidor de Noms de Domini i d'Informació de la Xarxa (DNS/NIS)"
#: ../../share/compssUsers:999
msgid ""
"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
"gnumeric), pdf viewers, etc"
msgstr ""
-"Programes d'ofimŕtica: processadors de textos (kword, abiword), gestors de "
-"fulls de cŕlcul (kspread, gnumeric), visualitzadors pdf, etc."
+"Programes d'ofimŕtica: processadors de textos (kword, abiword), fulls de "
+"cŕlcul (kspread, gnumeric), visualitzadors pdf, etc."
#: ../../share/compssUsers:999
msgid "Audio-related tools: mp3 or midi players, mixers, etc"
@@ -14798,7 +15620,7 @@ msgstr "Eines d'ŕudio: reproductors d'mp3 o midi, mescladors, etc."
#: ../../share/compssUsers:999
msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgstr "Base Estŕndard de Linux (LSB). Suport a aplicacions de tercers"
#: ../../share/compssUsers:999
msgid "Books and Howto's on Linux and Free Software"
@@ -14847,7 +15669,7 @@ msgstr "Eines de consola"
#: ../../share/compssUsers:999
msgid "Postfix mail server, Inn news server"
-msgstr "Servidor de correu Postfix, Servidor de Notícies Inn"
+msgstr "Servidor de correu Postfix, servidor de Notícies Inn"
#: ../../share/compssUsers:999
msgid "Internet station"
@@ -14871,7 +15693,8 @@ msgid ""
"The K Desktop Environment, the basic graphical environment with a collection "
"of accompanying tools"
msgstr ""
-"Entorn d'Escriptori K(KDE), l'entorn grŕfic bŕsic que inclou diverses eines"
+"L'entorn d'escriptori K (KDE), l'entorn grŕfic bŕsic que inclou diverses "
+"eines"
#: ../../share/compssUsers:999
msgid "Graphical Environment"
@@ -14887,11 +15710,11 @@ msgstr "Apache i Pro-ftpd"
#: ../../share/compssUsers:999
msgid "Tools to create and burn CD's"
-msgstr "Eines per crear i gravar CD"
+msgstr "Eines per crear i enregistrar CD"
#: ../../share/compssUsers:999
msgid "Office Workstation"
-msgstr "Estació de treball Office"
+msgstr "Estació de treball d'oficina"
#: ../../share/compssUsers:999
msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
@@ -14899,7 +15722,7 @@ msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc."
#: ../../share/compssUsers:999
msgid "Graphics programs such as The Gimp"
-msgstr "Programes grŕfics com ara el Gimp"
+msgstr "Programes grŕfics com El Gimp"
#: ../../share/compssUsers:999
msgid "DNS/NIS "
@@ -14907,7 +15730,7 @@ msgstr "DNS/NIS "
#: ../../share/compssUsers:999
msgid "C and C++ development libraries, programs and include files"
-msgstr "Biblioteques de desenvolupament C i C++, programes i fitxers inclosos"
+msgstr "Biblioteques de desenvolupament C i C++, programes i fitxers include"
#: ../../share/compssUsers:999
msgid "Network Computer server"
@@ -14959,12 +15782,12 @@ msgstr "Clients per a diferents protocols, incloent l'ssh"
#: ../../share/compssUsers:999
msgid "LSB"
-msgstr ""
+msgstr "LSB"
#
#: ../../share/compssUsers:999
msgid "Internet gateway"
-msgstr "Passarelˇla(gateway) a Internet"
+msgstr "Passarelˇla a Internet"
#: ../../share/compssUsers:999
msgid "Sound and video playing/editing programs"
@@ -14988,8 +15811,315 @@ msgstr "Gestió d'informació personal"
#: ../../share/compssUsers:999
msgid "Multimedia - CD Burning"
-msgstr "Multimčdia - Gravació de CD"
+msgstr "Multimčdia - Enregistrament de CD"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
-msgstr "Estació científica de treball"
+msgstr "Estació de treball científica"
+
+#~ msgid "can not open /etc/inittab for reading: %s"
+#~ msgstr "no s'ha pogut obrir /etc/inittab per a lectura: %s"
+
+#, fuzzy
+#~ msgid "cpu number "
+#~ msgstr "un número"
+
+#~ msgid ""
+#~ "You now have the opportunity to download encryption software.\n"
+#~ "\n"
+#~ "WARNING:\n"
+#~ "\n"
+#~ "Due to different general requirements applicable to these software and "
+#~ "imposed\n"
+#~ "by various jurisdictions, customer and/or end user of theses software "
+#~ "should\n"
+#~ "ensure that the laws of his/their jurisdiction allow him/them to "
+#~ "download, stock\n"
+#~ "and/or use these software.\n"
+#~ "\n"
+#~ "In addition customer and/or end user shall particularly be aware to not "
+#~ "infringe\n"
+#~ "the laws of his/their jurisdiction. Should customer and/or end user not\n"
+#~ "respect the provision of these applicable laws, he/they will incure "
+#~ "serious\n"
+#~ "sanctions.\n"
+#~ "\n"
+#~ "In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
+#~ "liable\n"
+#~ "for special, indirect or incidental damages whatsoever (including, but "
+#~ "not\n"
+#~ "limited to loss of profits, business interruption, loss of commercial "
+#~ "data and\n"
+#~ "other pecuniary losses, and eventual liabilities and indemnification to "
+#~ "be paid\n"
+#~ "pursuant to a court decision) arising out of use, possession, or the "
+#~ "sole\n"
+#~ "downloading of these software, to which customer and/or end user could\n"
+#~ "eventually have access after having sign up the present agreement.\n"
+#~ "\n"
+#~ "\n"
+#~ "For any queries relating to these agreement, please contact \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+#~ msgstr ""
+#~ "Ara teniu la possibilitat de descarregar programari destinat al "
+#~ "xifratge.\n"
+#~ "\n"
+#~ "AVÍS:\n"
+#~ "Degut a diversos requeriments generals aplicables a aquest programari, i\n"
+#~ "imposats per diverses jurisdiccions, el client i/o l'usuari final "
+#~ "d'aquest\n"
+#~ "programari s'ha(n) d'assegurar que les lleis de la(es) seva(es)\n"
+#~ "jurisdicció(ns) li(els) permeten descarregar-lo, emmagatzemar-lo i/o\n"
+#~ "utilitzar-lo.\n"
+#~ "\n"
+#~ "A mes, el client i/o l'usuari final ha(n) de tenir especialment en "
+#~ "compte\n"
+#~ "que no ha(n) d'infrigir les lleis de la(es) seva(es) jurisdicció(ns). Si\n"
+#~ "el client i/o l'usuari final no respecta(en) les disposicions d'aquestes\n"
+#~ "lleis, pot(den) ser severament sancionat(s).\n"
+#~ "\n"
+#~ "Mandrakesoft i els seus fabricants i/o proveďdors no seran en cap cas\n"
+#~ "responsables de cap dany especial, indirecte o incidental (incloent,\n"
+#~ "perň sense limitar-se a, la pčrdua de beneficis, interrupció del negoci,\n"
+#~ "pčrdua de dades comercials i altres pčrdues econňmiques, i eventuals\n"
+#~ "responsabilitats i idemnitzacions que s'hagin de pagar per sentčncia\n"
+#~ "judicial) derivat de l'ús, la possessió o la simple descŕrrega d'aquest\n"
+#~ "programari, al qual el client i/o l'usuari final pugui(n), eventualment,\n"
+#~ "tenir accés després d'haver signat el present acord.\n"
+#~ "\n"
+#~ "Per a qualsevol consulta relativa a aquest acord, podeu adreçar-vos a \n"
+#~ "Mandrakesoft, Inc.\n"
+#~ "2400 N. Lincoln Avenue Suite 243\n"
+#~ "Altadena California 91001\n"
+#~ "USA"
+
+#
+#~ msgid "Proxy configuration"
+#~ msgstr "Configuració del servidor intermediari"
+
+#~ msgid ""
+#~ "Welcome to the proxy configuration utility.\n"
+#~ "\n"
+#~ "Here, you'll be able to set up your http and ftp proxies\n"
+#~ "with or without login and password\n"
+#~ msgstr ""
+#~ "Benvingut a la utilitat de configuració del servidor intermediari "
+#~ "(proxy).\n"
+#~ "\n"
+#~ "Aquí, podreu definir i configurar els vostres servidors intermediaris \n"
+#~ "d'HTTP i FTP, amb o sense entrada i contrasenya\n"
+
+#~ msgid ""
+#~ "Please fill in the http proxy informations\n"
+#~ "Leave it blank if you don't want an http proxy"
+#~ msgstr ""
+#~ "Si us plau, completeu les dades del servidor intermediari d'http\n"
+#~ "Deixeu-ho en blanc si no voleu cap servidor intermediari d'HTTP"
+
+#~ msgid "URL"
+#~ msgstr "URL"
+
+#
+#~ msgid "port"
+#~ msgstr "Port"
+
+#
+#~ msgid "Url should begin with 'http:'"
+#~ msgstr "L'URL ha de començar amb 'http:'"
+
+#
+#~ msgid "The port part should be numeric"
+#~ msgstr "El port ha de ser numčric"
+
+#~ msgid ""
+#~ "Please fill in the ftp proxy informations\n"
+#~ "Leave it blank if you don't want an ftp proxy"
+#~ msgstr ""
+#~ "Si us plau, completeu les dades del servidor intermediari d'FTP\n"
+#~ "Deixeu-ho en blanc si no voleu un servidor intermediari d'FTP"
+
+#~ msgid ""
+#~ "Please enter proxy login and password, if any.\n"
+#~ "Leave it blank if you don't want login/passwd"
+#~ msgstr ""
+#~ "Introduďu el nom d'entrada i la contrasenya per al servidor intermediari, "
+#~ "si en voleu.\n"
+#~ "Deixeu-ho en blanc si no voleu entrada/contrasenya"
+
+#
+#~ msgid "login"
+#~ msgstr "entrada"
+
+#
+#~ msgid "password"
+#~ msgstr "contrasenya"
+
+#
+#~ msgid "re-type password"
+#~ msgstr "contrasenya (un altre cop)"
+
+#
+#~ msgid "The passwords don't match. Try again!"
+#~ msgstr "Les contrasenyes no coincideixen. Proveu-ho un altre cop!"
+
+#~ msgid "Can't write file %s"
+#~ msgstr "No es pot escriure el fitxer %s"
+
+#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+
+#, fuzzy
+#~ msgid ""
+#~ "Warning, another internet connexion has been detected, maybe using your "
+#~ "network"
+#~ msgstr ""
+#~ "Avís: s'ha detectat una altra connexió a Internet, podria estar "
+#~ "utilitzant la vostra xarxa"
+
+#~ msgid "no help implemented yet.\n"
+#~ msgstr "encara no s'ha implementat cap ajuda.\n"
+
+#
+#~ msgid "Please click on a medium"
+#~ msgstr "Si us plau, feu clic a un suport físic"
+
+#~ msgid "Removing LPRng..."
+#~ msgstr "S'estŕ suprimint l'LPRng..."
+
+#~ msgid "Removing LPD..."
+#~ msgstr "S'estŕ suprimint l'LPD..."
+
+#~ msgid ""
+#~ "Description:\n"
+#~ "\n"
+#~ " Drakbackup is used to backup your system.\n"
+#~ " During the configuration you can select \n"
+#~ "\t- System files, \n"
+#~ "\t- Users files, \n"
+#~ "\t- Other files.\n"
+#~ "\tor All your system ... and Other (like Windows Partitions)\n"
+#~ "\n"
+#~ " Drakbackup allows you to backup your system on:\n"
+#~ "\t- Harddrive.\n"
+#~ "\t- NFS.\n"
+#~ "\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+#~ "\t- FTP.\n"
+#~ "\t- Rsync.\n"
+#~ "\t- Webdav.\n"
+#~ "\t- Tape.\n"
+#~ "\n"
+#~ " Drakbackup allows you to restore your system to\n"
+#~ " a user selected directory.\n"
+#~ "\n"
+#~ " Per default all backup will be stored on your\n"
+#~ " /var/lib/drakbackup directory\n"
+#~ "\n"
+#~ " Configuration file:\n"
+#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "\n"
+#~ "Restore Step:\n"
+#~ " \n"
+#~ " During the restore step, Drakbackup will remove\n"
+#~ " your original directory and verify that all\n"
+#~ " backup files are not corrupted. It is recommended\n"
+#~ " you do a last backup before restoring.\n"
+#~ " \n"
+#~ "\n"
+#~ msgstr ""
+#~ "Descripció:\n"
+#~ "\n"
+#~ " El Drakbackup s'usa per fer cňpies de seguretat del sistema.\n"
+#~ " Durant la configuració podeu seleccionar: \n"
+#~ "\t- Fitxers de sistema\n"
+#~ "\t- Fitxers d'usuari\n"
+#~ "\t- Altres fitxers\n"
+#~ "\to Tot el Sistema... i Altres (com les particions de Windows)\n"
+#~ "\n"
+#~ " El Drakbackup us permet fer cňpies de seguretat del sistema en:\n"
+#~ "\t- Disc dur\n"
+#~ "\t- NFS\n"
+#~ "\t- CDROM (CDRW), DVDROM (amb arrencada automŕtica, rescat i instalˇlació "
+#~ "automŕtica)\n"
+#~ "\t- FTP\n"
+#~ "\t- Rsync\n"
+#~ "\t- Webdav\n"
+#~ "\t- Cinta\n"
+#~ "\n"
+#~ " El Drakbackup us permet restaurar el sistema a\n"
+#~ " un directori seleccionat d'usuari.\n"
+#~ "\n"
+#~ " Per defecte totes les cňpies de seguretat es guarden en\n"
+#~ " el directori /var/lib/drakbackup\n"
+#~ "\n"
+#~ " Fitxer de Configuració:\n"
+#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "\n"
+#~ "\n"
+#~ "El pas de restauració:\n"
+#~ " \n"
+#~ " Durant el pas de restauració, el DrakBackup esborrarŕ \n"
+#~ " els directoris originals i verificarŕ que cap de \n"
+#~ " les cňpies de seguretat no estŕ malmesa. És recomanable que \n"
+#~ " feu una última cňpia de seguretat abans de restaurar.\n"
+#~ " \n"
+#~ "\n"
+
+#~ msgid ""
+#~ "drakbug version %s\n"
+#~ "Copyright (C) 2002 MandrakeSoft.\n"
+#~ "This is free software and may be redistributed under the terms of the GNU "
+#~ "GPL.\n"
+#~ "\n"
+#~ "usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
+#~ "\n"
+#~ "OPTIONS:\n"
+#~ msgstr ""
+#~ "drakbug versió %s\n"
+#~ "Copyright (C) 2002 MandrakeSoft.\n"
+#~ "Aquest programa és programari lliure i pot redistribuir-se sota els "
+#~ "termes de la GNU GPL.\n"
+#~ "\n"
+#~ "sintaxi: drakbug [OPCIONS] [NOM_PROGRAMA]\n"
+#~ "\n"
+#~ "OPCIONS:\n"
+
+#~ msgid " --help - print this help message.\n"
+#~ msgstr " --help - mostra aquest missatge d'ajuda.\n"
+
+#~ msgid " --report - program should be one of mandrake tools\n"
+#~ msgstr ""
+#~ " --report - presenta una interfície grŕfica per informar d'un "
+#~ "error de programació\n"
+
+#~ msgid " --incident - program should be one of mandrake tools\n"
+#~ msgstr ""
+#~ " --incident - presenta una interfície grŕfica per informar d'un "
+#~ "error de programació\n"
+
+#~ msgid "usage: drakfloppy\n"
+#~ msgstr "sintaxi: drakfloppy\n"
+
+#~ msgid ""
+#~ "\n"
+#~ "Usage: harddrake [-h|--help] [--test]\n"
+#~ msgstr ""
+#~ "\n"
+#~ "Sintaxi: harddrake [-h|--help] [--test]\n"
+
+#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
+#~ msgstr "sintaxi: keyboarddrake [--expert] [teclat]\n"
+
+#~ msgid "Probing %s class\n"
+#~ msgstr "S'estŕ sondejant la classe %s\n"
+
+#~ msgid "detected on interface %s"
+#~ msgstr "detectat a la interfície %s"
+
+#~ msgid "Periodic Checks 2"
+#~ msgstr "Comprovacions periňdiques 2"
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index 06086b625..e8ab62de7 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-09-20 11:43+0200\n"
-"PO-Revision-Date: 2002-09-12 18:18GMT\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\n"
+"PO-Revision-Date: 2002-09-25 09:59GMT\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
"MIME-Version: 1.0\n"
@@ -71,44 +71,44 @@ msgstr ""
"Váš systém podporuje zobrazení na dvou monitorech.\n"
"Co chcete dělat?"
-#: ../../Xconfig/card.pm_.c:286
+#: ../../Xconfig/card.pm_.c:288
msgid "Select the memory size of your graphics card"
msgstr "Kolik paměti je na vaší grafické kartě ?"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "XFree configuration"
msgstr "Nastavení XFree"
-#: ../../Xconfig/card.pm_.c:349
+#: ../../Xconfig/card.pm_.c:351
msgid "Which configuration of XFree do you want to have?"
msgstr "Které XFree by jste chtěli použít?"
-#: ../../Xconfig/card.pm_.c:381
+#: ../../Xconfig/card.pm_.c:383
msgid "Configure all heads independently"
msgstr "Konfigurovat všechny monitory nezávisle"
-#: ../../Xconfig/card.pm_.c:382
+#: ../../Xconfig/card.pm_.c:384
msgid "Use Xinerama extension"
msgstr "Použít rozšíření Xinerama"
-#: ../../Xconfig/card.pm_.c:387
+#: ../../Xconfig/card.pm_.c:389
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigurovat pouze kartu \"%s\"%s"
-#: ../../Xconfig/card.pm_.c:399 ../../Xconfig/card.pm_.c:400
+#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:411 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s s hardwarovou 3D akcelerací"
-#: ../../Xconfig/card.pm_.c:414
+#: ../../Xconfig/card.pm_.c:416
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -118,17 +118,17 @@ msgstr ""
"Pokud použijete XFree %s, můžete na druhou stranu dosáhnout lepších výsledků "
"ve 2D."
-#: ../../Xconfig/card.pm_.c:416 ../../Xconfig/card.pm_.c:439
+#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "S XFree %s může vaše karta využít 3D hardwarové akcelerace."
-#: ../../Xconfig/card.pm_.c:424 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s s EXPERIMENTÁLNÍ 3D hardwarovou akcelerací"
-#: ../../Xconfig/card.pm_.c:427
+#: ../../Xconfig/card.pm_.c:429
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"TOTO JE POUZE EXPERIMENTÁLNÍ VERZE, A MŮŽE VÉST K NESTABILITĚ SYSTÉMU.\n"
"Vaše karta je podporována i v XFree %s, kde může mít lepší podporu pro 2D."
-#: ../../Xconfig/card.pm_.c:430 ../../Xconfig/card.pm_.c:447
+#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -148,12 +148,12 @@ msgstr ""
"S XFree %s může vaše karta využít 3D hardwarové akcelerace.\n"
" TOTO JE POUZE EXPERIMENTÁLNÍ VERZE, A MŮŽE VÉST K NESTABILITĚ SYSTÉMU."
-#: ../../Xconfig/card.pm_.c:453
+#: ../../Xconfig/card.pm_.c:455
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalační ovladač pro obrazovku)"
#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:978
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
msgid "Custom"
msgstr "Vlastní"
@@ -165,7 +165,7 @@ msgstr "Grafická karta"
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
msgid "Resolution"
msgstr "Rozlišení"
@@ -174,27 +174,28 @@ msgid "Test"
msgstr "Test"
#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:385 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
+#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
+#: ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Volby"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
+#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
+#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:195 ../../interactive/newt.pm_.c:197
+#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
#: ../../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 ../../security/main.pm_.c:166
-#: ../../standalone/drakbackup_.c:3974 ../../standalone/drakbackup_.c:4069
-#: ../../standalone/drakbackup_.c:4088
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
+#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
+#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
+#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
msgid "Ok"
msgstr "Ok"
#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../harddrake/ui.pm_.c:96 ../../printerdrake.pm_.c:3207
-#: ../../standalone/draksplash_.c:122 ../../standalone/logdrake_.c:225
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
+#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
msgid "Quit"
msgstr "Konec"
@@ -223,7 +224,8 @@ msgstr "Plug'n Play"
msgid "Generic"
msgstr "Obecná"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
+#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
+#: ../../standalone/harddrake2_.c:68
msgid "Vendor"
msgstr "Dodavatel"
@@ -283,50 +285,52 @@ msgstr "16 miliónů barev (24 bitů)"
msgid "4 billion colors (32 bits)"
msgstr "4 miliardy barev (32 bitů)"
-#: ../../Xconfig/resolution_and_depth.pm_.c:129
+#: ../../Xconfig/resolution_and_depth.pm_.c:130
msgid "Resolutions"
msgstr "Rozlišení"
-#: ../../Xconfig/resolution_and_depth.pm_.c:254
+#: ../../Xconfig/resolution_and_depth.pm_.c:255
msgid "Choose the resolution and the color depth"
msgstr "Vyberte si rozlišení a barevnou hloubku"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
+#: ../../Xconfig/resolution_and_depth.pm_.c:256
#, c-format
msgid "Graphics card: %s"
msgstr "Grafická karta: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1019
-#: ../../bootlook.pm_.c:344 ../../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:195
+#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
+#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
+#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
+#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
#: ../../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:42 ../../printerdrake.pm_.c:2169
-#: ../../security/main.pm_.c:216 ../../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:235 ../../standalone/drakfont_.c:970
-#: ../../standalone/drakgw_.c:560 ../../standalone/logdrake_.c:225
-#: ../../ugtk.pm_.c:296
+#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
+#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
+#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
+#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
+#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
+#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
+#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
+#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
+#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
+#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
+#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
+#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
+#: ../../ugtk2.pm_.c:926
msgid "Cancel"
msgstr "Zrušit"
-#: ../../Xconfig/test.pm_.c:30
+#: ../../Xconfig/test.pm_.c:29
msgid "Test of the configuration"
msgstr "Vyzkoušet nastavení"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Do you want to test the configuration?"
msgstr "Chcete si vyzkoušet nastavení?"
-#: ../../Xconfig/test.pm_.c:31
+#: ../../Xconfig/test.pm_.c:30
msgid "Warning: testing this graphic card may freeze your computer"
msgstr "Varování: test na této grafické kartě může způsobit zatuhnutí počítače"
@@ -427,163 +431,163 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Jakou normu váš televizor používá?"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133
+#: ../../any.pm_.c:107 ../../any.pm_.c:132
msgid "First sector of boot partition"
msgstr "První sektor zaváděcího diskového oddílu"
-#: ../../any.pm_.c:108 ../../any.pm_.c:133 ../../any.pm_.c:210
+#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
msgid "First sector of drive (MBR)"
msgstr "První sektor disku (MBR)"
-#: ../../any.pm_.c:112
+#: ../../any.pm_.c:111
msgid "SILO Installation"
msgstr "Instalace SILO"
-#: ../../any.pm_.c:113 ../../any.pm_.c:126
+#: ../../any.pm_.c:112 ../../any.pm_.c:125
msgid "Where do you want to install the bootloader?"
msgstr "Kam chcete nainstalovat zaváděcí program?"
-#: ../../any.pm_.c:125
+#: ../../any.pm_.c:124
msgid "LILO/grub Installation"
msgstr "Instalace LILO/Grub"
-#: ../../any.pm_.c:137 ../../any.pm_.c:151
+#: ../../any.pm_.c:136 ../../any.pm_.c:150
msgid "SILO"
msgstr "SILO"
-#: ../../any.pm_.c:139
+#: ../../any.pm_.c:138
msgid "LILO with text menu"
msgstr "LILO s textovou nabídkou"
-#: ../../any.pm_.c:140 ../../any.pm_.c:151
+#: ../../any.pm_.c:139 ../../any.pm_.c:150
msgid "LILO with graphical menu"
msgstr "LILO s grafickou nabídkou"
-#: ../../any.pm_.c:143
+#: ../../any.pm_.c:142
msgid "Grub"
msgstr "Grub"
-#: ../../any.pm_.c:147
+#: ../../any.pm_.c:146
msgid "Boot from DOS/Windows (loadlin)"
msgstr "Spuštění s DOS/Windows (loadlin)"
-#: ../../any.pm_.c:149 ../../any.pm_.c:151
+#: ../../any.pm_.c:148 ../../any.pm_.c:150
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
+#: ../../any.pm_.c:158 ../../any.pm_.c:189
msgid "Bootloader main options"
msgstr "Základní nastavení zaváděcího programu"
-#: ../../any.pm_.c:160 ../../any.pm_.c:191
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader to use"
msgstr "Zaváděcí program"
-#: ../../any.pm_.c:162
+#: ../../any.pm_.c:161
msgid "Bootloader installation"
msgstr "Instalace zaváděcího programu"
-#: ../../any.pm_.c:164 ../../any.pm_.c:193
+#: ../../any.pm_.c:163 ../../any.pm_.c:192
msgid "Boot device"
msgstr "Startovací zařízení"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "Compact"
msgstr "Kompaktní"
-#: ../../any.pm_.c:165
+#: ../../any.pm_.c:164
msgid "compact"
msgstr "kompaktní"
-#: ../../any.pm_.c:166 ../../any.pm_.c:291
+#: ../../any.pm_.c:165 ../../any.pm_.c:289
msgid "Video mode"
msgstr "Textový režim"
-#: ../../any.pm_.c:168
+#: ../../any.pm_.c:167
msgid "Delay before booting default image"
msgstr "Prodleva před automatickým spuštěním"
-#: ../../any.pm_.c:170 ../../any.pm_.c:789
+#: ../../any.pm_.c:169 ../../any.pm_.c:772
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1097 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:865 ../../printerdrake.pm_.c:980
-#: ../../standalone/drakbackup_.c:3530 ../../standalone/drakconnect_.c:624
-#: ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
+#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
+#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
+#: ../../standalone/drakconnect_.c:647
msgid "Password"
msgstr "Heslo"
-#: ../../any.pm_.c:171 ../../any.pm_.c:790
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../any.pm_.c:170 ../../any.pm_.c:773
+#: ../../install_steps_interactive.pm_.c:1078
msgid "Password (again)"
msgstr "Heslo (podruhé)"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "Restrict command line options"
msgstr "Omezení nastavení z příkazové řádky"
-#: ../../any.pm_.c:172
+#: ../../any.pm_.c:171
msgid "restrict"
msgstr "omezení"
-#: ../../any.pm_.c:174
+#: ../../any.pm_.c:173
msgid "Clean /tmp at each boot"
msgstr "Vyčistit /tmp při každém startu"
-#: ../../any.pm_.c:175
+#: ../../any.pm_.c:174
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Pokud je třeba, upřesněte velikost paměti (nalezeno %d MB)"
-#: ../../any.pm_.c:177
+#: ../../any.pm_.c:176
msgid "Enable multi profiles"
msgstr "Povolit více profilů"
-#: ../../any.pm_.c:181
+#: ../../any.pm_.c:180
msgid "Give the ram size in MB"
msgstr "Zadejte velikost paměti v MB"
-#: ../../any.pm_.c:183
+#: ../../any.pm_.c:182
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"Volba ''Omezení nastavení z příkazové řádky'' je bezpředmětné bez hesla"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../diskdrake/interactive.pm_.c:1195
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../diskdrake/interactive.pm_.c:1204
+#: ../../install_steps_interactive.pm_.c:1072
msgid "Please try again"
msgstr "Zkuste to znovu, prosím"
-#: ../../any.pm_.c:184 ../../any.pm_.c:765
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../any.pm_.c:183 ../../any.pm_.c:748
+#: ../../install_steps_interactive.pm_.c:1072
msgid "The passwords do not match"
msgstr "Hesla nejsou shodná"
-#: ../../any.pm_.c:192
+#: ../../any.pm_.c:191
msgid "Init Message"
msgstr "Úvodní zpráva"
-#: ../../any.pm_.c:194
+#: ../../any.pm_.c:193
msgid "Open Firmware Delay"
msgstr "Prodleva pro firmware"
-#: ../../any.pm_.c:195
+#: ../../any.pm_.c:194
msgid "Kernel Boot Timeout"
msgstr "Prodleva při spuštění"
-#: ../../any.pm_.c:196
+#: ../../any.pm_.c:195
msgid "Enable CD Boot?"
msgstr "Povolit spuštění z CD?"
-#: ../../any.pm_.c:197
+#: ../../any.pm_.c:196
msgid "Enable OF Boot?"
msgstr "Povolit zavaděč OF?"
-#: ../../any.pm_.c:198
+#: ../../any.pm_.c:197
msgid "Default OS?"
msgstr "Výchozí OS?"
-#: ../../any.pm_.c:232
+#: ../../any.pm_.c:231
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
@@ -597,7 +601,7 @@ msgstr ""
"\n"
"Ze kterého disku spouštíte systém?"
-#: ../../any.pm_.c:248
+#: ../../any.pm_.c:247
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can add some more or change the existing ones."
@@ -605,148 +609,150 @@ msgstr ""
"Tady jsou všechny záznamy.\n"
"Můžete přidat další nebo změnit stávající."
-#: ../../any.pm_.c:258 ../../standalone/drakbackup_.c:1560
-#: ../../standalone/drakbackup_.c:1673 ../../standalone/drakfont_.c:1011
-#: ../../standalone/drakfont_.c:1054
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
+#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
+#: ../../standalone/drakfont_.c:996
msgid "Add"
msgstr "Přidat"
-#: ../../any.pm_.c:258 ../../any.pm_.c:777 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
+#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3207 ../../standalone/drakbackup_.c:2774
+#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
msgid "Done"
msgstr "Hotovo"
-#: ../../any.pm_.c:258
+#: ../../any.pm_.c:257
msgid "Modify"
msgstr "Změnit"
-#: ../../any.pm_.c:266
+#: ../../any.pm_.c:265
msgid "Which type of entry do you want to add?"
msgstr "Jaký typ záznamu chcete přidat?"
-#: ../../any.pm_.c:267 ../../standalone/drakbackup_.c:1707
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
msgid "Linux"
msgstr "Linux"
-#: ../../any.pm_.c:267
+#: ../../any.pm_.c:266
msgid "Other OS (SunOS...)"
msgstr "Jiný systém (SunOs...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (MacOS...)"
msgstr "Jiný systém (MacOs...)"
-#: ../../any.pm_.c:268
+#: ../../any.pm_.c:267
msgid "Other OS (windows...)"
msgstr "Jiný systém (Windows...)"
-#: ../../any.pm_.c:287
+#: ../../any.pm_.c:285
msgid "Image"
msgstr "Obraz(image)"
-#: ../../any.pm_.c:288 ../../any.pm_.c:299
+#: ../../any.pm_.c:286 ../../any.pm_.c:297
msgid "Root"
msgstr "Kořenový(root)"
-#: ../../any.pm_.c:289 ../../any.pm_.c:317
+#: ../../any.pm_.c:287 ../../any.pm_.c:315
msgid "Append"
msgstr "Připojit"
-#: ../../any.pm_.c:293
+#: ../../any.pm_.c:291
msgid "Initrd"
msgstr "Initrd"
-#: ../../any.pm_.c:294
+#: ../../any.pm_.c:292
msgid "Read-write"
msgstr "Pro čtení i zápis"
-#: ../../any.pm_.c:301
+#: ../../any.pm_.c:299
msgid "Table"
msgstr "Tabulka"
-#: ../../any.pm_.c:302
+#: ../../any.pm_.c:300
msgid "Unsafe"
msgstr "Nejistý"
-#: ../../any.pm_.c:309 ../../any.pm_.c:314 ../../any.pm_.c:316
+#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
msgid "Label"
msgstr "Značka"
-#: ../../any.pm_.c:311 ../../any.pm_.c:321 ../../harddrake/v4l.pm_.c:200
+#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
msgid "Default"
msgstr "Výchozí"
-#: ../../any.pm_.c:318
+#: ../../any.pm_.c:316
msgid "Initrd-size"
msgstr "Initrd-velikost"
-#: ../../any.pm_.c:320
+#: ../../any.pm_.c:318
msgid "NoVideo"
msgstr "Bez Videa"
-#: ../../any.pm_.c:328
+#: ../../any.pm_.c:326
msgid "Remove entry"
msgstr "Odstranit záznam"
-#: ../../any.pm_.c:331
+#: ../../any.pm_.c:329
msgid "Empty label not allowed"
msgstr "Prázdná značka není povolena"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a kernel image"
msgstr "Musíte zadat soubor s jádrem"
-#: ../../any.pm_.c:332
+#: ../../any.pm_.c:330
msgid "You must specify a root partition"
msgstr "Musíte zadat kořenový oddíl"
-#: ../../any.pm_.c:333
+#: ../../any.pm_.c:331
msgid "This label is already used"
msgstr "Tato značka se již používá"
-#: ../../any.pm_.c:657
+#: ../../any.pm_.c:640
#, c-format
msgid "Found %s %s interfaces"
msgstr "Našel jsem %s %s rozhraní"
-#: ../../any.pm_.c:658
+#: ../../any.pm_.c:641
msgid "Do you have another one?"
msgstr "Máte ještě nějaké jiné?"
-#: ../../any.pm_.c:659
+#: ../../any.pm_.c:642
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Máte nějaké %s rozhraní?"
-#: ../../any.pm_.c:661 ../../any.pm_.c:824 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:661 ../../any.pm_.c:823 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286
+#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
+#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
msgid "Yes"
msgstr "Ano"
-#: ../../any.pm_.c:662
+#: ../../any.pm_.c:645
msgid "See hardware info"
msgstr "Ukázat informace o hardware"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:678
+#: ../../any.pm_.c:662
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Instaluji ovladač pro %s kartu %s"
-#: ../../any.pm_.c:679
+#: ../../any.pm_.c:663
#, c-format
msgid "(module %s)"
msgstr "(modul %s)"
-#: ../../any.pm_.c:690
+#: ../../any.pm_.c:674
#, c-format
msgid ""
"You may now provide its options to module %s.\n"
@@ -755,7 +761,7 @@ msgstr ""
"Nyní lze zadat volby pro modul %s.\n"
"Pozn.: každá adresa by měla být ve tvaru 0x např. '0x123'"
-#: ../../any.pm_.c:696
+#: ../../any.pm_.c:680
#, c-format
msgid ""
"You may now provide options to module %s.\n"
@@ -766,17 +772,17 @@ msgstr ""
"Volby se zadávají ve tvaru ''název=hodnota název2=hodnota2 ...''.\n"
"Například, ''io=0x300 irq=7''"
-#: ../../any.pm_.c:698
+#: ../../any.pm_.c:682
msgid "Module options:"
msgstr "Volby modulu:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:710
+#: ../../any.pm_.c:694
#, c-format
msgid "Which %s driver should I try?"
msgstr "Který %s ovladač mám zkusit?"
-#: ../../any.pm_.c:719
+#: ../../any.pm_.c:703
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
@@ -796,15 +802,15 @@ msgstr ""
"nemělo\n"
"by v žádném případě způsobit jiné škody."
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Autoprobe"
msgstr "Automatické prozkoumání"
-#: ../../any.pm_.c:723
+#: ../../any.pm_.c:707
msgid "Specify options"
msgstr "Zadejte možnosti"
-#: ../../any.pm_.c:735
+#: ../../any.pm_.c:719
#, c-format
msgid ""
"Loading module %s failed.\n"
@@ -813,61 +819,61 @@ msgstr ""
"Spuštění modulu %s selhalo.\n"
"Chcete to zkusit s jinými parametry?"
-#: ../../any.pm_.c:751
+#: ../../any.pm_.c:734
msgid "access to X programs"
msgstr "přístup k programům v X prostředí"
-#: ../../any.pm_.c:752
+#: ../../any.pm_.c:735
msgid "access to rpm tools"
msgstr "přístup k rpm nástrojům"
-#: ../../any.pm_.c:753
+#: ../../any.pm_.c:736
msgid "allow \"su\""
msgstr "povolit \"su\""
-#: ../../any.pm_.c:754
+#: ../../any.pm_.c:737
msgid "access to administrative files"
msgstr "přístup k administrativním souborům"
-#: ../../any.pm_.c:755
+#: ../../any.pm_.c:738
msgid "access to network tools"
msgstr "přístup k síťovým nástrojům"
-#: ../../any.pm_.c:756
+#: ../../any.pm_.c:739
msgid "access to compilation tools"
msgstr "přístup k nástrojům pro kompilaci"
-#: ../../any.pm_.c:761
+#: ../../any.pm_.c:744
#, c-format
msgid "(already added %s)"
msgstr "(už byl přidán %s)"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:749
msgid "This password is too simple"
msgstr "Toto heslo je příliš jednoduché"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:750
msgid "Please give a user name"
msgstr "Prosím zadejte uživatelské jméno"
-#: ../../any.pm_.c:768
+#: ../../any.pm_.c:751
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Uživatelské jméno může obsahovat pouze malá písmena, čísla, '-' a '_'"
-#: ../../any.pm_.c:769
+#: ../../any.pm_.c:752
msgid "The user name is too long"
msgstr "Toto uživatelské jméno je příliš dlouhé"
-#: ../../any.pm_.c:770
+#: ../../any.pm_.c:753
msgid "This user name is already added"
msgstr "Toto uživatelské jméno už bylo přidáno"
-#: ../../any.pm_.c:774
+#: ../../any.pm_.c:757
msgid "Add user"
msgstr "Přidat uživatele"
-#: ../../any.pm_.c:775
+#: ../../any.pm_.c:758
#, c-format
msgid ""
"Enter a user\n"
@@ -876,32 +882,32 @@ msgstr ""
"Zadejte uživatele\n"
"%s"
-#: ../../any.pm_.c:776
+#: ../../any.pm_.c:759
msgid "Accept user"
msgstr "Vytvořit uživatele"
-#: ../../any.pm_.c:787
+#: ../../any.pm_.c:770
msgid "Real name"
msgstr "Skutečné jméno"
-#: ../../any.pm_.c:788 ../../printerdrake.pm_.c:864
-#: ../../printerdrake.pm_.c:979
+#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
+#: ../../printer/printerdrake.pm_.c:915
msgid "User name"
msgstr "Uživatelské jméno"
-#: ../../any.pm_.c:791
+#: ../../any.pm_.c:774
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:793
+#: ../../any.pm_.c:776
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:820
+#: ../../any.pm_.c:803
msgid "Autologin"
msgstr "Automatické přihlášení"
-#: ../../any.pm_.c:821
+#: ../../any.pm_.c:804
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -910,56 +916,56 @@ msgstr ""
"uživatele.\n"
"Chcete použít tuto možnost?"
-#: ../../any.pm_.c:825
+#: ../../any.pm_.c:808
msgid "Choose the default user:"
msgstr "Zvolte standardního uživatele :"
-#: ../../any.pm_.c:826
+#: ../../any.pm_.c:809
msgid "Choose the window manager to run:"
msgstr "Vyberte si, který správce oken má být spouštěn:"
-#: ../../any.pm_.c:841
+#: ../../any.pm_.c:824
msgid "Please choose a language to use."
msgstr "Prosím zvolte si jazyk, který chcete používat."
-#: ../../any.pm_.c:843
+#: ../../any.pm_.c:826
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 si zvolit další jazyky, které budou dostupné po instalaci"
-#: ../../any.pm_.c:857 ../../install_steps_interactive.pm_.c:690
-#: ../../standalone/drakxtv_.c:73
+#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
+#: ../../standalone/drakxtv_.c:70
msgid "All"
msgstr "Všechno"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "Allow all users"
msgstr "Povolit všem uživatelům"
-#: ../../any.pm_.c:978
+#: ../../any.pm_.c:961
msgid "No sharing"
msgstr "Nesdílet"
-#: ../../any.pm_.c:988 ../../install_any.pm_.c:1199 ../../standalone.pm_.c:66
+#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Balíček %s musí být nainstalován. Chcete ho nainstalovat?"
-#: ../../any.pm_.c:991
+#: ../../any.pm_.c:973
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"Nyní lze provést export přes protokol NFS nebo Samba. Vyberte prosím, který "
"chcete použít."
-#: ../../any.pm_.c:999 ../../install_any.pm_.c:1204 ../../standalone.pm_.c:71
+#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Chybí potřebný balíček %s"
-#: ../../any.pm_.c:1005
+#: ../../any.pm_.c:987
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 "
@@ -974,11 +980,11 @@ msgstr ""
"\n"
"Lze také provést \"Vlastní\" povolení pro jednotlivé uživatele.\n"
-#: ../../any.pm_.c:1019
+#: ../../any.pm_.c:1001
msgid "Launch userdrake"
msgstr "Spustit UserDrake"
-#: ../../any.pm_.c:1021
+#: ../../any.pm_.c:1003
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -986,31 +992,31 @@ msgstr ""
"Sdílení mezi uživateli používá skupinu \"fileshare\". \n"
"Uživatele lze do této skupiny přidat pomocí nástroje UserDrake."
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
msgid "Welcome To Crackers"
msgstr "Dveře dokořán"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
msgid "Poor"
msgstr "Slabá"
-#: ../../any.pm_.c:1074 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
msgid "Standard"
msgstr "Standardní"
-#: ../../any.pm_.c:1075
+#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
msgid "High"
msgstr "Vysoká"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
msgid "Higher"
msgstr "Vyšší"
-#: ../../any.pm_.c:1077
+#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
msgid "Paranoid"
msgstr "Paranoidní"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1061
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"
@@ -1021,14 +1027,14 @@ msgstr ""
"systém, ale na druhou stranu je velmi citlivý: Nesmí být použit pro\n"
"počítač připojený k Internetu. Pro přihlášení není zapotřebí žádné heslo."
-#: ../../any.pm_.c:1083
+#: ../../any.pm_.c:1064
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
"Hesla jsou nyní aktivní, ale stále nedoporučuji použít tento počítač na síti."
-#: ../../any.pm_.c:1084
+#: ../../any.pm_.c:1065
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1036,14 +1042,14 @@ msgstr ""
"Toto je standardní úroveň zabezpečení pro počítač, který je používán jako "
"klient pro připojení k internetu."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1066
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
"Existují zde některá omezení a každou noc jsou spuštěny automatické testy."
-#: ../../any.pm_.c:1086
+#: ../../any.pm_.c:1067
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1058,7 +1064,7 @@ msgstr ""
"je možné připojit mnoho klientů. Poznámka: pokud je počítač používán pouze "
"jako klient pro připojení k Internetu, je lepší zvolit nižší úroveň."
-#: ../../any.pm_.c:1089
+#: ../../any.pm_.c:1070
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1066,34 +1072,34 @@ msgstr ""
"Tato úroveň má vlastnosti předchozí úrovně, ale systém je úplně uzavřen.\n"
"Zabezpečení je nastaveno na maximum."
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1076
msgid "DrakSec Basic Options"
msgstr "Základní volby programu DrakSec"
-#: ../../any.pm_.c:1096
+#: ../../any.pm_.c:1077
msgid "Please choose the desired security level"
msgstr "Vyberte prosím požadovanou úroveň zabezpečení"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1080
msgid "Security level"
msgstr "Úroveň zabezpečení"
-#: ../../any.pm_.c:1101
+#: ../../any.pm_.c:1082
msgid "Use libsafe for servers"
msgstr "Použít libsafe pro servery"
-#: ../../any.pm_.c:1102
+#: ../../any.pm_.c:1083
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Knihovna, které zabraňuje útokům proti přetečení bufferu nebo proti špatnému "
"formátování řetězců."
-#: ../../any.pm_.c:1103
+#: ../../any.pm_.c:1084
msgid "Security Administrator (login or email)"
msgstr "Administrátor bezpečnosti (přihlašovací jméno nebo email)"
-#: ../../any.pm_.c:1192
+#: ../../any.pm_.c:1166
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1109,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:429
+#: ../../bootloader.pm_.c:436
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
@@ -1133,7 +1139,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:989
+#: ../../bootloader.pm_.c:983
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Vita Vas GRUB, program pro vyber operacniho systemu"
@@ -1146,7 +1152,7 @@ msgstr "Vita Vas GRUB, program pro vyber operacniho systemu"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:992
+#: ../../bootloader.pm_.c:986
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Pro vyber polozek pouzijte klavesy %c a %c."
@@ -1160,7 +1166,7 @@ msgstr "Pro vyber polozek pouzijte klavesy %c a %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:995
+#: ../../bootloader.pm_.c:989
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Stisknete ENTER pro start vybraného OS, 'e' pro upravu"
@@ -1173,95 +1179,90 @@ msgstr "Stisknete ENTER pro start vybraného OS, 'e' pro upravu"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:998
+#: ../../bootloader.pm_.c:992
msgid "commands before booting, or 'c' for a command-line."
msgstr "spoustecich parametru, nebo 'c' pro prikazovou radku."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:1001
+#: ../../bootloader.pm_.c:995
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Vybrana polozka bude automaticky spustena za %d sekund."
-#: ../../bootloader.pm_.c:1005
+#: ../../bootloader.pm_.c:999
msgid "not enough room in /boot"
msgstr "není dost místa v adresář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:1105
+#: ../../bootloader.pm_.c:1099
msgid "Desktop"
msgstr "Pracovní plocha"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1107
+#: ../../bootloader.pm_.c:1101
msgid "Start Menu"
msgstr "Nabídka Start"
-#: ../../bootloader.pm_.c:1126
+#: ../../bootloader.pm_.c:1120
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Zaváděcí program nelze nainstalovat na oddíl %s\n"
-#: ../../bootlook.pm_.c:46 ../../standalone/drakperm_.c:15
-#: ../../standalone/draksplash_.c:26
-msgid "no help implemented yet.\n"
-msgstr "nápověda zatím nedostupná.\n"
-
-#: ../../bootlook.pm_.c:62
+#: ../../bootlook.pm_.c:53
msgid "Boot Style Configuration"
msgstr "Nastavení stylu zavádění"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:82
-#: ../../standalone/logdrake_.c:102
+#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
+#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
+#: ../../standalone/logdrake_.c:74
msgid "/_File"
msgstr "/_Soubor"
-#: ../../bootlook.pm_.c:80 ../../standalone/drakfloppy_.c:83
-#: ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/logdrake_.c:80
msgid "/File/_Quit"
msgstr "/Soubor/U_končit"
-#: ../../bootlook.pm_.c:80 ../../harddrake/ui.pm_.c:63
-#: ../../standalone/drakfloppy_.c:83 ../../standalone/logdrake_.c:108
+#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
+#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
msgid "<control>Q"
msgstr "<control>K"
-#: ../../bootlook.pm_.c:91
+#: ../../bootlook.pm_.c:82
msgid "NewStyle Categorizing Monitor"
msgstr "Novější zatříděný monitor "
-#: ../../bootlook.pm_.c:92
+#: ../../bootlook.pm_.c:83
msgid "NewStyle Monitor"
msgstr "Novější monitor"
-#: ../../bootlook.pm_.c:93
+#: ../../bootlook.pm_.c:84
msgid "Traditional Monitor"
msgstr "Tradiční monitor"
-#: ../../bootlook.pm_.c:94
+#: ../../bootlook.pm_.c:85
msgid "Traditional Gtk+ Monitor"
msgstr "Tradiční GTK+ monitor"
-#: ../../bootlook.pm_.c:95
+#: ../../bootlook.pm_.c:86
msgid "Launch Aurora at boot time"
msgstr "Spustit Auroru při startu"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Lilo/grub mode"
msgstr "Režim Lilo/Grub"
-#: ../../bootlook.pm_.c:98
+#: ../../bootlook.pm_.c:89
msgid "Yaboot mode"
msgstr "Režim Yaboot"
-#: ../../bootlook.pm_.c:146
+#: ../../bootlook.pm_.c:138
msgid "Install themes"
msgstr "Instalovat témata"
-#: ../../bootlook.pm_.c:147
+#: ../../bootlook.pm_.c:139
msgid ""
"Display theme\n"
"under console"
@@ -1269,46 +1270,46 @@ msgstr ""
"Zobrazit téma\n"
"na konzoli"
-#: ../../bootlook.pm_.c:148
+#: ../../bootlook.pm_.c:140
msgid "Create new theme"
msgstr "Vytvořit nové téma"
-#: ../../bootlook.pm_.c:192
+#: ../../bootlook.pm_.c:184
#, c-format
msgid "Backup %s to %s.old"
msgstr "Zálohuji %s do %s.old"
-#: ../../bootlook.pm_.c:195
+#: ../../bootlook.pm_.c:187
#, c-format
msgid "Copy %s to %s"
msgstr "Kopíruji %s do %s"
-#: ../../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:77 ../../diskdrake/hd_gtk.pm_.c:116
-#: ../../diskdrake/interactive.pm_.c:213 ../../diskdrake/interactive.pm_.c:344
-#: ../../diskdrake/interactive.pm_.c:359 ../../diskdrake/interactive.pm_.c:473
-#: ../../diskdrake/interactive.pm_.c:478 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
+#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
+#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
+#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
+#: ../../diskdrake/interactive.pm_.c:486 ../../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:34
+#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
msgid "Error"
msgstr "Chyba"
-#: ../../bootlook.pm_.c:200
+#: ../../bootlook.pm_.c:192
msgid "Lilo message not found"
msgstr "Zpráva LiLo nebyla nalezena"
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Nelze zapsat soubor /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:230
+#: ../../bootlook.pm_.c:222
#, c-format
msgid "Write %s"
msgstr "Zapsat %s"
-#: ../../bootlook.pm_.c:232
+#: ../../bootlook.pm_.c:224
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1316,17 +1317,17 @@ msgstr ""
"Nelze zapsat soubor /etc/sysconfig/bootsplash\n"
"Soubor nebyl nalezen."
-#: ../../bootlook.pm_.c:243
+#: ../../bootlook.pm_.c:235
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Nelze spustit mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:238
#, c-format
msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Provést initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:252
+#: ../../bootlook.pm_.c:244
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1335,24 +1336,24 @@ msgstr ""
"Chcete-li dokončit instalaci tématu pro LiLo, spusťte na příkazové řádce "
"\"lilo\" jako uživatel root."
-#: ../../bootlook.pm_.c:256
+#: ../../bootlook.pm_.c:248
msgid "Relaunch 'lilo'"
msgstr "Znovu spustit 'lilo'"
-#: ../../bootlook.pm_.c:258 ../../standalone/draksplash_.c:165
-#: ../../standalone/draksplash_.c:329 ../../standalone/draksplash_.c:456
+#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
+#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
msgid "Notice"
msgstr "Poznámka"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Instalace témat pro LiLo a Bootsplash provedena úspěšně!"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm_.c:251
msgid "Theme installation failed!"
msgstr "Instalace témata selhala!"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:259
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1361,21 +1362,21 @@ msgstr ""
"Jako správce zavádění nyní používáte %s.\n"
"Pokud chcete spustit průvodce nastavením, klepněte na Nastavit."
-#: ../../bootlook.pm_.c:269 ../../standalone/drakbackup_.c:2429
-#: ../../standalone/drakbackup_.c:2439 ../../standalone/drakbackup_.c:2449
-#: ../../standalone/drakbackup_.c:2457 ../../standalone/drakgw_.c:554
+#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
+#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
+#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
msgid "Configure"
msgstr "Nastavit"
-#: ../../bootlook.pm_.c:276
+#: ../../bootlook.pm_.c:268
msgid "Splash selection"
msgstr "Výběr zaváděcího obrázku"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:271
msgid "Themes"
msgstr "Témata"
-#: ../../bootlook.pm_.c:281
+#: ../../bootlook.pm_.c:273
msgid ""
"\n"
"Select theme for\n"
@@ -1389,89 +1390,84 @@ msgstr ""
"můžete je vybrat\n"
"každé zvlášť"
-#: ../../bootlook.pm_.c:284
+#: ../../bootlook.pm_.c:276
msgid "Lilo screen"
msgstr "Obrazovka LiLo"
-#: ../../bootlook.pm_.c:289
+#: ../../bootlook.pm_.c:281
msgid "Bootsplash"
msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:324
+#: ../../bootlook.pm_.c:316
msgid "System mode"
msgstr "Systémový režim"
-#: ../../bootlook.pm_.c:326
+#: ../../bootlook.pm_.c:318
msgid "Launch the graphical environment when your system starts"
msgstr "Spustit grafické prostředí při startu systému"
-#: ../../bootlook.pm_.c:331
+#: ../../bootlook.pm_.c:323
msgid "No, I don't want autologin"
msgstr "Ne, nechci automatické přihlášení"
-#: ../../bootlook.pm_.c:333
+#: ../../bootlook.pm_.c:325
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ano, chci automatické přihlášení s tímto (uživatelem, desktopem)"
-#: ../../bootlook.pm_.c:343 ../../network/netconnect.pm_.c:97
-#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../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/drakfont_.c:612 ../../standalone/drakfont_.c:799
-#: ../../standalone/drakfont_.c:876 ../../standalone/drakfont_.c:963
-#: ../../ugtk.pm_.c:289
+#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
+#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
+#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
+#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
+#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
+#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
+#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
+#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
+#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
+#: ../../ugtk2.pm_.c:355
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
-#, c-format
-msgid "can not open /etc/inittab for reading: %s"
-msgstr "nelze otevřít /etc/inittab pro čtení: %s"
-
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "GB"
msgstr "GB"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "KB"
msgstr "KB"
-#: ../../common.pm_.c:99
+#: ../../common.pm_.c:107
msgid "MB"
msgstr "MB"
-#: ../../common.pm_.c:107
+#: ../../common.pm_.c:115
msgid "TB"
msgstr "TB"
-#: ../../common.pm_.c:115
+#: ../../common.pm_.c:123
#, c-format
msgid "%d minutes"
msgstr "%d minut(y)"
-#: ../../common.pm_.c:117
+#: ../../common.pm_.c:125
msgid "1 minute"
msgstr "1 minuta"
-#: ../../common.pm_.c:119
+#: ../../common.pm_.c:127
#, c-format
msgid "%d seconds"
msgstr "%d sekund"
-#: ../../common.pm_.c:164
+#: ../../common.pm_.c:172
msgid "Can't make screenshots before partitioning"
msgstr "Nelze provést sejmutí obrazovky před rozdělením disků"
-#: ../../common.pm_.c:171
+#: ../../common.pm_.c:179
#, c-format
msgid "Screenshots will be available after install in %s"
msgstr "Sejmuté obrazovky budou dostupné po instalaci v adresáři %s"
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:113
+#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:127
msgid "France"
msgstr "Francie"
@@ -1479,8 +1475,8 @@ msgstr "Francie"
msgid "Costa Rica"
msgstr "Costa Rica"
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:116
+#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:130
msgid "Belgium"
msgstr "Belgie"
@@ -1504,13 +1500,13 @@ msgstr "Norsko"
msgid "Sweden"
msgstr "Švédsko"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:114
+#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:128
msgid "Netherlands"
msgstr "Nizozemí"
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:115 ../../standalone/drakxtv_.c:68
+#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
msgid "Italy"
msgstr "Itálie"
@@ -1518,8 +1514,8 @@ msgstr "Itálie"
msgid "Austria"
msgstr "Rakousko"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:104
-#: ../../network/tools.pm_.c:117
+#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:131
msgid "United States"
msgstr "Spojené státy americké"
@@ -1541,12 +1537,12 @@ msgstr ""
msgid "New"
msgstr "Nový"
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
#: ../../diskdrake/smbnfs_gtk.pm_.c:81
msgid "Unmount"
msgstr "Odpojit"
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
#: ../../diskdrake/smbnfs_gtk.pm_.c:82
msgid "Mount"
msgstr "Připojit"
@@ -1555,10 +1551,9 @@ msgstr "Připojit"
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:383
-#: ../../diskdrake/interactive.pm_.c:572 ../../diskdrake/interactive.pm_.c:599
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
-#: ../../diskdrake/smbnfs_gtk.pm_.c:85
+#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
+#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Přípojný bod"
@@ -1574,28 +1569,28 @@ msgstr "URL musí začínat znaky http:// nebo https://"
msgid "Server: "
msgstr "Server: "
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:444
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
+#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1177
msgid "Mount point: "
msgstr "Adresář připojení (mount point): "
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1174
+#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
#, c-format
msgid "Options: %s"
msgstr "Volby: %s"
-#: ../../diskdrake/hd_gtk.pm_.c:94
+#: ../../diskdrake/hd_gtk.pm_.c:97
msgid "Please make a backup of your data first"
msgstr "Zálohujte si nejdřív svá data, prosím"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:938
-#: ../../diskdrake/interactive.pm_.c:947
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
+#: ../../diskdrake/interactive.pm_.c:956
+#: ../../diskdrake/interactive.pm_.c:1022
msgid "Read carefully!"
msgstr "Čtěte pozorně!"
-#: ../../diskdrake/hd_gtk.pm_.c:97
+#: ../../diskdrake/hd_gtk.pm_.c:100
msgid ""
"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
"enough)\n"
@@ -1604,15 +1599,15 @@ msgstr ""
"Jestliže chcete používat aboot, musíte nechat volné místo na začátku disku\n"
"(2048 sektorů stačí)"
-#: ../../diskdrake/hd_gtk.pm_.c:151
+#: ../../diskdrake/hd_gtk.pm_.c:154
msgid "Wizard"
msgstr "Průvodce"
-#: ../../diskdrake/hd_gtk.pm_.c:184 ../../diskdrake/removable_gtk.pm_.c:24
+#: ../../diskdrake/hd_gtk.pm_.c:187
msgid "Choose action"
msgstr "Co uděláte ?"
-#: ../../diskdrake/hd_gtk.pm_.c:188
+#: ../../diskdrake/hd_gtk.pm_.c:191
msgid ""
"You have one big FAT partition\n"
"(generally used by MicroSoft Dos/Windows).\n"
@@ -1625,152 +1620,152 @@ msgstr ""
"(klepněte na něj a potom na\n"
"\"Změnit velikost\")"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../diskdrake/hd_gtk.pm_.c:194
msgid "Please click on a partition"
msgstr "Prosím klepněte na oddíl"
-#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:465
+#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
+#: ../../install_steps_gtk.pm_.c:464
msgid "Details"
msgstr "Detaily"
-#: ../../diskdrake/hd_gtk.pm_.c:252
+#: ../../diskdrake/hd_gtk.pm_.c:254
msgid "No hard drives found"
msgstr "Nenalezeny žádné pevné disky!"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Ext2"
msgstr "Ext2"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "FAT"
msgstr "FAT"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "HFS"
msgstr "HFS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Journalised FS"
msgstr "Žurnálovací FS"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "SunOS"
msgstr "SunOs"
-#: ../../diskdrake/hd_gtk.pm_.c:323
+#: ../../diskdrake/hd_gtk.pm_.c:325
msgid "Swap"
msgstr "Odkládací (swap)"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
msgid "Empty"
msgstr "Prázdný"
-#: ../../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:1756
+#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
+#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
+#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
msgid "Other"
msgstr "Další"
-#: ../../diskdrake/hd_gtk.pm_.c:328
+#: ../../diskdrake/hd_gtk.pm_.c:330
msgid "Filesystem types:"
msgstr "Souborové systémy:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:406
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
msgid "Create"
msgstr "Vytvořit"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:384
-#: ../../diskdrake/interactive.pm_.c:535 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../diskdrake/removable_gtk.pm_.c:17
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
+#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
+#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
msgid "Type"
msgstr "Změnit typ"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/hd_gtk.pm_.c:347
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
#, c-format
msgid "Use ``%s'' instead"
msgstr "Místo toho použijte ``%s''"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:393
+#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
msgid "Delete"
msgstr "Smazat"
-#: ../../diskdrake/hd_gtk.pm_.c:351
+#: ../../diskdrake/hd_gtk.pm_.c:353
msgid "Use ``Unmount'' first"
msgstr "Nejprve použijte ``Odpojit''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:522
+#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Tím že změníte typ oddílu %s přijdete o všechna jeho data"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose a partition"
msgstr "Vyberte oddíl"
-#: ../../diskdrake/interactive.pm_.c:174
+#: ../../diskdrake/interactive.pm_.c:177
msgid "Choose another partition"
msgstr "Vyberte jiný oddíl"
-#: ../../diskdrake/interactive.pm_.c:199
+#: ../../diskdrake/interactive.pm_.c:202
msgid "Exit"
msgstr "Konec"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to expert mode"
msgstr "Přepnout se do módu 'expert'"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Toggle to normal mode"
msgstr "Přepnout se do módu 'normální'"
-#: ../../diskdrake/interactive.pm_.c:225
+#: ../../diskdrake/interactive.pm_.c:228
msgid "Undo"
msgstr "Zpět"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:247
msgid "Continue anyway?"
msgstr "Přesto chcete pokračovat?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without saving"
msgstr "Konec bez uložení"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:252
msgid "Quit without writing the partition table?"
msgstr "Chcete skončit bez zapsání do tabulky oddílů?"
-#: ../../diskdrake/interactive.pm_.c:254
+#: ../../diskdrake/interactive.pm_.c:257
msgid "Do you want to save /etc/fstab modifications"
msgstr "Chcete uložit úpravy souboru /etc/fstab?"
-#: ../../diskdrake/interactive.pm_.c:267
-msgid "Auto allocate"
-msgstr "Automaticky rozmístit"
-
-#: ../../diskdrake/interactive.pm_.c:267
+#: ../../diskdrake/interactive.pm_.c:271
msgid "Clear all"
msgstr "Vše smazat"
-#: ../../diskdrake/interactive.pm_.c:267
-#: ../../install_steps_interactive.pm_.c:214
+#: ../../diskdrake/interactive.pm_.c:272
+msgid "Auto allocate"
+msgstr "Automaticky rozmístit"
+
+#: ../../diskdrake/interactive.pm_.c:273
+#: ../../install_steps_interactive.pm_.c:220
msgid "More"
msgstr "Více"
-#: ../../diskdrake/interactive.pm_.c:271
+#: ../../diskdrake/interactive.pm_.c:278
msgid "Hard drive information"
msgstr "Informace o pevném disku"
-#: ../../diskdrake/interactive.pm_.c:302
+#: ../../diskdrake/interactive.pm_.c:310
msgid "All primary partitions are used"
msgstr "Všechny primární oddíly (partitions) jsou používány"
-#: ../../diskdrake/interactive.pm_.c:303
+#: ../../diskdrake/interactive.pm_.c:311
msgid "I can't add any more partition"
msgstr "Nemůžu přidat žádný další oddíl"
-#: ../../diskdrake/interactive.pm_.c:304
+#: ../../diskdrake/interactive.pm_.c:312
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1779,31 +1774,31 @@ msgstr ""
"místě\n"
"vytvořit rozšířený (extended) oddíl"
-#: ../../diskdrake/interactive.pm_.c:314
+#: ../../diskdrake/interactive.pm_.c:322
msgid "Save partition table"
msgstr "Uložit tabulku oddílů"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:323
msgid "Restore partition table"
msgstr "Obnovit tabulku oddílů"
-#: ../../diskdrake/interactive.pm_.c:316
+#: ../../diskdrake/interactive.pm_.c:324
msgid "Rescue partition table"
msgstr "Záchrana tabulky oddílů"
-#: ../../diskdrake/interactive.pm_.c:318
+#: ../../diskdrake/interactive.pm_.c:326
msgid "Reload partition table"
msgstr "Znovu načíst tabulku oddílů"
-#: ../../diskdrake/interactive.pm_.c:323
+#: ../../diskdrake/interactive.pm_.c:331
msgid "Removable media automounting"
msgstr "Automatické připojování pro vyjímatelná média"
-#: ../../diskdrake/interactive.pm_.c:332 ../../diskdrake/interactive.pm_.c:352
+#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
msgid "Select file"
msgstr "Zvolit soubor"
-#: ../../diskdrake/interactive.pm_.c:339
+#: ../../diskdrake/interactive.pm_.c:347
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1811,11 +1806,12 @@ msgstr ""
"Záložní tabulka oddílů nemá stejnou velikost\n"
"Chcete přesto chcete pokračovat?"
-#: ../../diskdrake/interactive.pm_.c:353 ../../harddrake/sound.pm_.c:200
+#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
+#: ../../network/modem.pm_.c:95
msgid "Warning"
msgstr "Varování"
-#: ../../diskdrake/interactive.pm_.c:354
+#: ../../diskdrake/interactive.pm_.c:362
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1823,71 +1819,71 @@ msgstr ""
"Vložte disketu do mechaniky\n"
"Všechna data na této disketě budou smazána"
-#: ../../diskdrake/interactive.pm_.c:365
+#: ../../diskdrake/interactive.pm_.c:373
msgid "Trying to rescue partition table"
msgstr "Pokouším se obnovit tabulku oddílů"
-#: ../../diskdrake/interactive.pm_.c:371
+#: ../../diskdrake/interactive.pm_.c:379
msgid "Detailed information"
msgstr "Podrobné informace"
-#: ../../diskdrake/interactive.pm_.c:386 ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
msgid "Resize"
msgstr "Změnit velikost"
-#: ../../diskdrake/interactive.pm_.c:387 ../../diskdrake/interactive.pm_.c:719
+#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
msgid "Move"
msgstr "Přesunout"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:396
msgid "Format"
msgstr "Formátovat"
-#: ../../diskdrake/interactive.pm_.c:390
+#: ../../diskdrake/interactive.pm_.c:398
msgid "Add to RAID"
msgstr "Přidat do RAIDu"
-#: ../../diskdrake/interactive.pm_.c:391
+#: ../../diskdrake/interactive.pm_.c:399
msgid "Add to LVM"
msgstr "Přidat do LVMu"
-#: ../../diskdrake/interactive.pm_.c:394
+#: ../../diskdrake/interactive.pm_.c:402
msgid "Remove from RAID"
msgstr "Odebrat z RAIDu"
-#: ../../diskdrake/interactive.pm_.c:395
+#: ../../diskdrake/interactive.pm_.c:403
msgid "Remove from LVM"
msgstr "Odebrat z LVMu"
-#: ../../diskdrake/interactive.pm_.c:396
+#: ../../diskdrake/interactive.pm_.c:404
msgid "Modify RAID"
msgstr "Změnit RAID"
-#: ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/interactive.pm_.c:405
msgid "Use for loopback"
msgstr "Použít loopback"
-#: ../../diskdrake/interactive.pm_.c:437
+#: ../../diskdrake/interactive.pm_.c:445
msgid "Create a new partition"
msgstr "Vytvořit nový oddíl"
-#: ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:448
msgid "Start sector: "
msgstr "Počáteční sektor: "
-#: ../../diskdrake/interactive.pm_.c:442 ../../diskdrake/interactive.pm_.c:819
+#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
msgid "Size in MB: "
msgstr "Velikost v MB: "
-#: ../../diskdrake/interactive.pm_.c:443 ../../diskdrake/interactive.pm_.c:820
+#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
msgid "Filesystem type: "
msgstr "Souborový systém: "
-#: ../../diskdrake/interactive.pm_.c:448
+#: ../../diskdrake/interactive.pm_.c:456
msgid "Preference: "
msgstr "Nastavení: "
-#: ../../diskdrake/interactive.pm_.c:473
+#: ../../diskdrake/interactive.pm_.c:481
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
@@ -1897,33 +1893,33 @@ msgstr ""
"(protože jste již dosáhli maximálního počtu primárních oddílů).\n"
"Nejprve odstraňte některý primární oddíl a vytvořte oddíl rozšířený."
-#: ../../diskdrake/interactive.pm_.c:503
+#: ../../diskdrake/interactive.pm_.c:511
msgid "Remove the loopback file?"
msgstr "Odstranit soubor loopbacku?"
-#: ../../diskdrake/interactive.pm_.c:533
+#: ../../diskdrake/interactive.pm_.c:541
msgid "Change partition type"
msgstr "Změnit typ oddílu"
-#: ../../diskdrake/interactive.pm_.c:534 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Který souborový systém chcete použít?"
-#: ../../diskdrake/interactive.pm_.c:540
+#: ../../diskdrake/interactive.pm_.c:548
msgid "Switching from ext2 to ext3"
msgstr "Přepínám z ext2 na ext3"
-#: ../../diskdrake/interactive.pm_.c:570
+#: ../../diskdrake/interactive.pm_.c:578
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kam chcete připojit loopback %s?"
-#: ../../diskdrake/interactive.pm_.c:571
+#: ../../diskdrake/interactive.pm_.c:579
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kam chcete připojit zařízení %s?"
-#: ../../diskdrake/interactive.pm_.c:577
+#: ../../diskdrake/interactive.pm_.c:585
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1931,135 +1927,135 @@ msgstr ""
"Nemůžu smazat přípojný bod, protože tento oddíl je používán pro loopback.\n"
"Odstraňte nejprve loopback"
-#: ../../diskdrake/interactive.pm_.c:598
+#: ../../diskdrake/interactive.pm_.c:606
#, c-format
msgid "Where do you want to mount %s?"
msgstr "Kam chcete připojit %s?"
-#: ../../diskdrake/interactive.pm_.c:622
+#: ../../diskdrake/interactive.pm_.c:630
msgid "Computing FAT filesystem bounds"
msgstr "Počítám hranice souborového systému fat"
-#: ../../diskdrake/interactive.pm_.c:622 ../../diskdrake/interactive.pm_.c:681
-#: ../../install_interactive.pm_.c:133
+#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
+#: ../../install_interactive.pm_.c:131
msgid "Resizing"
msgstr "Měním velikost"
-#: ../../diskdrake/interactive.pm_.c:654
+#: ../../diskdrake/interactive.pm_.c:662
msgid "This partition is not resizeable"
msgstr "Na tomto diskovém oddílu nelze měnit velikost"
-#: ../../diskdrake/interactive.pm_.c:659
+#: ../../diskdrake/interactive.pm_.c:667
msgid "All data on this partition should be backed-up"
msgstr "Všechna data z tohoto oddílu by měla být zálohována"
-#: ../../diskdrake/interactive.pm_.c:661
+#: ../../diskdrake/interactive.pm_.c:669
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Když změníte velikost oddílu %s, ztratíte tím všechna jeho data"
-#: ../../diskdrake/interactive.pm_.c:666
+#: ../../diskdrake/interactive.pm_.c:674
msgid "Choose the new size"
msgstr "Zvolte novou velikost"
-#: ../../diskdrake/interactive.pm_.c:667
+#: ../../diskdrake/interactive.pm_.c:675
msgid "New size in MB: "
msgstr "Nová velikost v MB: "
-#: ../../diskdrake/interactive.pm_.c:720
+#: ../../diskdrake/interactive.pm_.c:728
msgid "Which disk do you want to move it to?"
msgstr "Na který disk chcete oddíl přesunout?"
-#: ../../diskdrake/interactive.pm_.c:721
+#: ../../diskdrake/interactive.pm_.c:729
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:722
+#: ../../diskdrake/interactive.pm_.c:730
msgid "Which sector do you want to move it to?"
msgstr "Na který sektor chcete oddíl přesunout?"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving"
msgstr "Přesouvám"
-#: ../../diskdrake/interactive.pm_.c:725
+#: ../../diskdrake/interactive.pm_.c:733
msgid "Moving partition..."
msgstr "Přesouvám oddíl..."
-#: ../../diskdrake/interactive.pm_.c:742
+#: ../../diskdrake/interactive.pm_.c:750
msgid "Choose an existing RAID to add to"
msgstr "Zvolte existující RAID pro přidání"
-#: ../../diskdrake/interactive.pm_.c:743 ../../diskdrake/interactive.pm_.c:760
+#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
msgid "new"
msgstr "nový"
-#: ../../diskdrake/interactive.pm_.c:758
+#: ../../diskdrake/interactive.pm_.c:766
msgid "Choose an existing LVM to add to"
msgstr "Zvolte existující LVM pro přidání"
-#: ../../diskdrake/interactive.pm_.c:763
+#: ../../diskdrake/interactive.pm_.c:771
msgid "LVM name?"
msgstr "Název pro LVM?"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:812
msgid "This partition can't be used for loopback"
msgstr "Tento oddíl nemůže být použit pro loopback"
-#: ../../diskdrake/interactive.pm_.c:817
+#: ../../diskdrake/interactive.pm_.c:825
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:818
+#: ../../diskdrake/interactive.pm_.c:826
msgid "Loopback file name: "
msgstr "Název souboru loopbacku:"
-#: ../../diskdrake/interactive.pm_.c:823
+#: ../../diskdrake/interactive.pm_.c:831
msgid "Give a file name"
msgstr "Zadejte název souboru"
-#: ../../diskdrake/interactive.pm_.c:826
+#: ../../diskdrake/interactive.pm_.c:834
msgid "File already used by another loopback, choose another one"
msgstr "Soubor už je používán jiným loopbackem, zvolte si jiný"
-#: ../../diskdrake/interactive.pm_.c:827
+#: ../../diskdrake/interactive.pm_.c:835
msgid "File already exists. Use it?"
msgstr "Soubor už existuje. Mám ho použít?"
-#: ../../diskdrake/interactive.pm_.c:850
+#: ../../diskdrake/interactive.pm_.c:858
msgid "Mount options"
msgstr "Volby pro připojení"
-#: ../../diskdrake/interactive.pm_.c:857
+#: ../../diskdrake/interactive.pm_.c:865
msgid "Various"
msgstr "Další"
-#: ../../diskdrake/interactive.pm_.c:921 ../../standalone/drakfloppy_.c:104
+#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
msgid "device"
msgstr "zařízení"
-#: ../../diskdrake/interactive.pm_.c:922
+#: ../../diskdrake/interactive.pm_.c:930
msgid "level"
msgstr "úroveň"
-#: ../../diskdrake/interactive.pm_.c:923
+#: ../../diskdrake/interactive.pm_.c:931
msgid "chunk size"
msgstr "Velikost bloku (chunk)"
-#: ../../diskdrake/interactive.pm_.c:938
+#: ../../diskdrake/interactive.pm_.c:947
msgid "Be careful: this operation is dangerous."
msgstr "Buďte opatrní: tato akce je nebezpečná."
-#: ../../diskdrake/interactive.pm_.c:953
+#: ../../diskdrake/interactive.pm_.c:962
msgid "What type of partitioning?"
msgstr "Jaký typ diskového oddílu?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:978
#, c-format
msgid "The package %s is needed. Install it?"
msgstr "Balíček %s musí být nainstalován. Chcete ho nainstalovat?"
-#: ../../diskdrake/interactive.pm_.c:983
+#: ../../diskdrake/interactive.pm_.c:992
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2071,7 +2067,7 @@ msgstr ""
"Buďto použijete LILO a nebude to fungovat, nebo nepoužijete LILO a tedy "
"nepotřebujete /boot"
-#: ../../diskdrake/interactive.pm_.c:987
+#: ../../diskdrake/interactive.pm_.c:996
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2084,7 +2080,7 @@ msgstr ""
"manager),\n"
"přidejte ještě /boot oddíl"
-#: ../../diskdrake/interactive.pm_.c:993
+#: ../../diskdrake/interactive.pm_.c:1002
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2094,44 +2090,44 @@ msgstr ""
"S tím se není schopný vypořádat žádný zaváděcí program bez použití oddílu\n"
"/boot. Ujistěte se prosím, že tento oddíl máte."
-#: ../../diskdrake/interactive.pm_.c:1013
+#: ../../diskdrake/interactive.pm_.c:1022
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Bude zapsána nová tabulka oddílů na disku %s!"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "You'll need to reboot before the modification can take place"
msgstr "Aby se změny uplatnily budete muset restartovat počítač"
-#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../diskdrake/interactive.pm_.c:1037
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Když naformátujete oddíl %s, ztratíte tím všechna jeho data"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Formatting"
msgstr "Formátuji"
-#: ../../diskdrake/interactive.pm_.c:1031
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formátuji soubor loopbacku %s"
-#: ../../diskdrake/interactive.pm_.c:1032
-#: ../../install_steps_interactive.pm_.c:459
+#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../install_steps_interactive.pm_.c:466
#, c-format
msgid "Formatting partition %s"
msgstr "Formátuji oddíl %s"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Hide files"
msgstr "Schovat soubory"
-#: ../../diskdrake/interactive.pm_.c:1043
+#: ../../diskdrake/interactive.pm_.c:1052
msgid "Move files to the new partition"
msgstr "Přesunout soubory na nový diskový oddíl"
-#: ../../diskdrake/interactive.pm_.c:1044
+#: ../../diskdrake/interactive.pm_.c:1053
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2140,83 +2136,83 @@ msgstr ""
"Adresář %s již obsahuje nějaká data\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1055
+#: ../../diskdrake/interactive.pm_.c:1064
msgid "Moving files to the new partition"
msgstr "Přesunuji soubory na nový diskový oddíl"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1068
#, c-format
msgid "Copying %s"
msgstr "Kopíruji %s"
-#: ../../diskdrake/interactive.pm_.c:1063
+#: ../../diskdrake/interactive.pm_.c:1072
#, c-format
msgid "Removing %s"
msgstr "Odstraňuji %s"
-#: ../../diskdrake/interactive.pm_.c:1073
+#: ../../diskdrake/interactive.pm_.c:1082
#, c-format
msgid "partition %s is now known as %s"
msgstr "oddíl %s je nyní rozpoznán jako %s"
-#: ../../diskdrake/interactive.pm_.c:1094
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1162
msgid "Device: "
msgstr "Zařízení: "
-#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1104
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Písmeno v DOSu: %s (jenom odhad)\n"
-#: ../../diskdrake/interactive.pm_.c:1099
-#: ../../diskdrake/interactive.pm_.c:1107
-#: ../../diskdrake/interactive.pm_.c:1172
+#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1181
msgid "Type: "
msgstr "Typ: "
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1112
msgid "Name: "
msgstr "Jméno: "
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1120
#, c-format
msgid "Start: sector %s\n"
msgstr "Začátek: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Size: %s"
msgstr "Velikost: %s"
-#: ../../diskdrake/interactive.pm_.c:1114
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid ", %s sectors"
msgstr ", %s sektorů"
-#: ../../diskdrake/interactive.pm_.c:1116
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Od cylindru %d do cylindru %d\n"
-#: ../../diskdrake/interactive.pm_.c:1117
+#: ../../diskdrake/interactive.pm_.c:1126
msgid "Formatted\n"
msgstr "Naformátovaný\n"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1127
msgid "Not formatted\n"
msgstr "Nenaformátovaný\n"
-#: ../../diskdrake/interactive.pm_.c:1119
+#: ../../diskdrake/interactive.pm_.c:1128
msgid "Mounted\n"
msgstr "Připojený\n"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../diskdrake/interactive.pm_.c:1129
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1122
+#: ../../diskdrake/interactive.pm_.c:1131
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2225,7 +2221,7 @@ msgstr ""
"Loopback soubor(y): \n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../diskdrake/interactive.pm_.c:1132
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2233,27 +2229,27 @@ msgstr ""
"Standardní startovací oddíl\n"
" (Pro MS-DOS, ne pro LILO)\n"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../diskdrake/interactive.pm_.c:1134
#, c-format
msgid "Level %s\n"
msgstr "Úroveň %s\n"
-#: ../../diskdrake/interactive.pm_.c:1126
+#: ../../diskdrake/interactive.pm_.c:1135
#, c-format
msgid "Chunk size %s\n"
msgstr "Velikost bloku(chunk) %s\n"
-#: ../../diskdrake/interactive.pm_.c:1127
+#: ../../diskdrake/interactive.pm_.c:1136
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID disky %s\n"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../diskdrake/interactive.pm_.c:1138
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback soubor: %s"
-#: ../../diskdrake/interactive.pm_.c:1132
+#: ../../diskdrake/interactive.pm_.c:1141
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2265,7 +2261,7 @@ msgstr ""
"s ovladači, je lepší\n"
"no nechat neporušený.\n"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../diskdrake/interactive.pm_.c:1144
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2277,61 +2273,61 @@ msgstr ""
"oddíl je pro spuštění\n"
"dalšího systému.\n"
-#: ../../diskdrake/interactive.pm_.c:1154
+#: ../../diskdrake/interactive.pm_.c:1163
msgid "Read-only"
msgstr "Pouze pro čtení"
-#: ../../diskdrake/interactive.pm_.c:1155
+#: ../../diskdrake/interactive.pm_.c:1164
#, c-format
msgid "Size: %s\n"
msgstr "Velikost: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1156
+#: ../../diskdrake/interactive.pm_.c:1165
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrie: %s cylindrů, %s hlav, %s sektorů\n"
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1166
msgid "Info: "
msgstr "Informace: "
-#: ../../diskdrake/interactive.pm_.c:1158
+#: ../../diskdrake/interactive.pm_.c:1167
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM disky %s\n"
-#: ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/interactive.pm_.c:1168
#, c-format
msgid "Partition table type: %s\n"
msgstr "Typ tabulky oddílů: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1160
+#: ../../diskdrake/interactive.pm_.c:1169
#, c-format
msgid "on channel %d id %d\n"
msgstr "na kanále %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1190
+#: ../../diskdrake/interactive.pm_.c:1199
msgid "Filesystem encryption key"
msgstr "Klíč pro kryptovaný souborový systém"
-#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../diskdrake/interactive.pm_.c:1200
msgid "Choose your filesystem encryption key"
msgstr "Vyberte si kryptovací klíč pro souborový systém"
-#: ../../diskdrake/interactive.pm_.c:1194
+#: ../../diskdrake/interactive.pm_.c:1203
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Tento klíč je příliš jednoduchý (musí být alespoň %d znaků dlouhý)"
-#: ../../diskdrake/interactive.pm_.c:1195
+#: ../../diskdrake/interactive.pm_.c:1204
msgid "The encryption keys do not match"
msgstr "Kryptovací klíče se neshodují"
-#: ../../diskdrake/interactive.pm_.c:1198
+#: ../../diskdrake/interactive.pm_.c:1207
msgid "Encryption key"
msgstr "Kryptovací klíč"
-#: ../../diskdrake/interactive.pm_.c:1199
+#: ../../diskdrake/interactive.pm_.c:1208
msgid "Encryption key (again)"
msgstr "Kryptovací klíč (znovu)"
@@ -2339,10 +2335,6 @@ msgstr "Kryptovací klíč (znovu)"
msgid "Change type"
msgstr "Změnit typ"
-#: ../../diskdrake/removable_gtk.pm_.c:28
-msgid "Please click on a medium"
-msgstr "Prosím klepněte na zdroj"
-
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
@@ -2367,7 +2359,7 @@ msgstr ""
"Prosím zadejte své uživatelské jméno, heslo a název domény, pod kterými "
"chcete přistupovat k tomuto počítači."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3529
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
msgid "Username"
msgstr "Uživatelské jméno"
@@ -2379,23 +2371,23 @@ msgstr "Doména"
msgid "Search servers"
msgstr "Vyhledat servery"
-#: ../../fs.pm_.c:545 ../../fs.pm_.c:555 ../../fs.pm_.c:559 ../../fs.pm_.c:563
-#: ../../fs.pm_.c:567 ../../fs.pm_.c:571
+#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
+#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formátování %s skončilo chybou"
-#: ../../fs.pm_.c:608
+#: ../../fs.pm_.c:610
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "nevím jak naformátovat %s na typ %s"
-#: ../../fs.pm_.c:682 ../../fs.pm_.c:725
+#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "připojení oddílu %s v adresáři %s selhalo"
-#: ../../fs.pm_.c:740 ../../partition_table.pm_.c:598
+#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
#, c-format
msgid "error unmounting %s: %s"
msgstr "chyba odpojování %s: %s"
@@ -2482,11 +2474,15 @@ msgstr "Nic nedělat"
msgid "Error opening %s for writing: %s"
msgstr "Chyba při otevírání %s pro zápis: %s"
-#: ../../harddrake/sound.pm_.c:168
+#: ../../harddrake/data.pm_.c:71
+msgid "cpu /* "
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:170
msgid "No alternative driver"
msgstr "Bez alternativního ovladače"
-#: ../../harddrake/sound.pm_.c:169
+#: ../../harddrake/sound.pm_.c:171
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
@@ -2495,11 +2491,11 @@ msgstr ""
"Pro vaši zvukovou kartu (%s), která nyní používá ovladač \"%s\", není žádný "
"známý OSS/ALSA alternativní ovladač."
-#: ../../harddrake/sound.pm_.c:171
+#: ../../harddrake/sound.pm_.c:173
msgid "Sound configuration"
msgstr "Nastavení zvuku"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
@@ -2508,7 +2504,7 @@ msgstr ""
"Zde si pro vaši zvukovou (%s) kartu můžete vybrat alternativní ovladač (buď "
"OSS nebo ALSA)"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../harddrake/sound.pm_.c:176
#, c-format
msgid ""
"\n"
@@ -2521,25 +2517,25 @@ msgstr ""
"Vaše karta nyní používá ovladač %s\"%s\" (výchozí ovladač pro vaši kartu je "
"\"%s\")"
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:178
msgid "Driver:"
msgstr "Ovladač:"
-#: ../../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
+#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
+#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
+#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
+#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
+#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
+#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
+#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
msgid "Help"
msgstr "Nápověda"
-#: ../../harddrake/sound.pm_.c:183
+#: ../../harddrake/sound.pm_.c:185
msgid "Switching between ALSA and OSS help"
msgstr "Přepínám mezi nápovědou pro ALSA a OSS"
-#: ../../harddrake/sound.pm_.c:184
+#: ../../harddrake/sound.pm_.c:186
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 "
@@ -2572,7 +2568,7 @@ msgstr ""
"- nové ALSA API, které poskytuje daleko více možností, ale vyžaduje použít "
"knihovnu ALSA.\n"
-#: ../../harddrake/sound.pm_.c:200
+#: ../../harddrake/sound.pm_.c:202
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -2587,29 +2583,30 @@ msgstr ""
"\n"
"Při dalším spuštění bude použit pouze nový ovladač \"%s\" "
-#: ../../harddrake/sound.pm_.c:203 ../../standalone/drakconnect_.c:301
+#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
msgid "Please Wait... Applying the configuration"
msgstr "Čekejte prosím... Aktivuji konfiguraci"
-#: ../../harddrake/sound.pm_.c:203 ../../harddrake/ui.pm_.c:111
-#: ../../interactive.pm_.c:391
+#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
+#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
+#: ../../standalone/service_harddrake_.c:64
msgid "Please wait"
msgstr "Prosím počkejte"
-#: ../../harddrake/sound.pm_.c:208
+#: ../../harddrake/sound.pm_.c:210
msgid "No known driver"
msgstr "Není rozpoznán žádný ovladač"
-#: ../../harddrake/sound.pm_.c:209
+#: ../../harddrake/sound.pm_.c:211
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Pro vaši zvukovou kartu (%s) není žádný známý ovladač"
-#: ../../harddrake/sound.pm_.c:212
+#: ../../harddrake/sound.pm_.c:214
msgid "Unkown driver"
msgstr "Neznámý ovladač"
-#: ../../harddrake/sound.pm_.c:213
+#: ../../harddrake/sound.pm_.c:215
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
@@ -2624,217 +2621,11 @@ msgstr ""
"adresu <install at mandrakesoft dot com>\n"
"s předmětem: unlisted sound driver \"%s\""
-#: ../../harddrake/ui.pm_.c:16
-msgid "Model"
-msgstr "Model"
-
-#: ../../harddrake/ui.pm_.c:16
-msgid "hard disk model"
-msgstr "model pevného disku"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "Channel"
-msgstr "Kanál"
-
-#: ../../harddrake/ui.pm_.c:17
-msgid "EIDE/SCSI channel"
-msgstr "Kanál EIDE/SCSI"
-
-#: ../../harddrake/ui.pm_.c:19
-msgid "Bus"
-msgstr "Sběrnice"
-
-#: ../../harddrake/ui.pm_.c:20
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-"toto je fyzická sběrnice, na kterou je připojeno zařízení (např. PCI, "
-"USB, ...)"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "Module"
-msgstr "Modul"
-
-#: ../../harddrake/ui.pm_.c:21
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr "modul jádra systému GNU/Linux, který ovládá toto zařízení"
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "Media class"
-msgstr "Třída médií"
-
-#: ../../harddrake/ui.pm_.c:22
-msgid "class of hardware device"
-msgstr "třída hardwarového zařízení"
-
-#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1562
-msgid "Description"
-msgstr "Popis"
-
-#: ../../harddrake/ui.pm_.c:23
-msgid "this field describe the device"
-msgstr "toto pole popisuje zařízení"
-
-#: ../../harddrake/ui.pm_.c:25
-msgid "Bus identification"
-msgstr "Identifikace sběrnice"
-
-#: ../../harddrake/ui.pm_.c:26
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-"- zařízení PCI a USB: vypisuje se dodavatel, zařízení, poddodavatel a "
-"podzařízení (ID PCI/USB)"
-
-#: ../../harddrake/ui.pm_.c:28
-msgid "Location on the bus"
-msgstr "Umístění na sběrnici"
-
-#: ../../harddrake/ui.pm_.c:29
-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"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-"- zařízení PCI: udává slot PCI, zařízení a funkci této karty\n"
-"- zařízení EIDE: zařízení je buď master nebo slave\n"
-"- zařízení SCSI: udává ID sběrnice a zařízení SCSI"
-
-#: ../../harddrake/ui.pm_.c:32
-msgid "Old device file"
-msgstr "Starý soubor se zařízením"
-
-#: ../../harddrake/ui.pm_.c:33
-msgid "old static device name used in dev package"
-msgstr "starý, statický název zařízení, který se používá v balíčku dev"
-
-#: ../../harddrake/ui.pm_.c:34
-msgid "New devfs device"
-msgstr "Nové zařízení devfs"
-
-#: ../../harddrake/ui.pm_.c:35
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
-"nový, dynamický název zařízení, který generuje zabudovaný systém jádra devfs"
-
-#: ../../harddrake/ui.pm_.c:36
-msgid "Number of buttons"
-msgstr "Počet tlačítek"
-
-#: ../../harddrake/ui.pm_.c:37
-msgid "the vendor name of the device"
-msgstr "jméno dodavatele zařízení"
-
-#: ../../harddrake/ui.pm_.c:38
-msgid "Alternative drivers"
-msgstr "Alternativní ovladače"
-
-#: ../../harddrake/ui.pm_.c:39
-msgid "the list of alternative drivers for this sound card"
-msgstr "seznam alternativních ovladačů pro vaši zvukovou kartu"
-
-#: ../../harddrake/ui.pm_.c:63
-msgid "/_Quit"
-msgstr "/_Konec"
-
-#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
-#: ../../harddrake/ui.pm_.c:71 ../../harddrake/ui.pm_.c:73
-#: ../../standalone/logdrake_.c:111
-msgid "/_Help"
-msgstr "/_Nápověda"
-
-#: ../../harddrake/ui.pm_.c:65
-msgid "/_Help..."
-msgstr "/_Nápověda..."
-
-#: ../../harddrake/ui.pm_.c:66
-msgid "Harddrake help"
-msgstr "Nápověda pro HardDrake"
-
-#: ../../harddrake/ui.pm_.c:67
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-"Popis polí:\n"
-"\n"
-
-#: ../../harddrake/ui.pm_.c:71
-msgid "/_Report Bug"
-msgstr "/Nah_lásit chybu"
-
-#: ../../harddrake/ui.pm_.c:73
-msgid "/_About..."
-msgstr "/_O aplikaci..."
-
-#: ../../harddrake/ui.pm_.c:74
-msgid "About Harddrake"
-msgstr "O aplikaci HardDrake"
-
-#: ../../harddrake/ui.pm_.c:75
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
-msgstr ""
-"Toto je HardDrake, nástroj společnosti Mandrake pro nastavení hardware.\n"
-"Verze:"
-
-#: ../../harddrake/ui.pm_.c:76
-msgid "Author:"
-msgstr "Autor:"
-
-#: ../../harddrake/ui.pm_.c:86
-msgid "Harddrake2 version "
-msgstr "Verze Harddrake2 "
-
-#: ../../harddrake/ui.pm_.c:101
-msgid "Detected hardware"
-msgstr "Nalezený hardware"
-
-#: ../../harddrake/ui.pm_.c:103
-msgid "Information"
-msgstr "Informace"
-
-#: ../../harddrake/ui.pm_.c:106
-msgid "Configure module"
-msgstr "Nastavit modul"
-
-#: ../../harddrake/ui.pm_.c:107
-msgid "Run config tool"
-msgstr "Spustit nástroj pro nastavení"
-
-#: ../../harddrake/ui.pm_.c:111
-msgid "Detection in progress"
-msgstr "Probíhá detekce"
-
-#: ../../harddrake/ui.pm_.c:148
-msgid "You can configure each parameter of the module here."
-msgstr "Zde můžete nastavit každý z parametrů modulu."
-
-#: ../../harddrake/ui.pm_.c:166
-#, c-format
-msgid "Running \"%s\" ..."
-msgstr "Spouštím \"%s\" ..."
-
-#: ../../harddrake/ui.pm_.c:180
-#, c-format
-msgid "Probing %s class\n"
-msgstr "Zkouším třídu %s\n"
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "primary"
-msgstr "primární"
-
-#: ../../harddrake/ui.pm_.c:201
-msgid "secondary"
-msgstr "sekundární"
-
#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
msgid "Auto-detect"
msgstr "Autodetekce"
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:185
+#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
msgid "Unknown|Generic"
msgstr "Neznámá|Obecná"
@@ -2846,7 +2637,7 @@ msgstr "Neznámá|CPH05X (bt878) [více dodavatelů]"
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr "Neznámá|CPH06X (bt878) [více dodavatelů]"
-#: ../../harddrake/v4l.pm_.c:209
+#: ../../harddrake/v4l.pm_.c:224
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
@@ -2858,31 +2649,31 @@ msgstr ""
"Je-li vaše karta špatně detekována, lze nastavit správný typ karty a tuneru "
"ručně zde. Pokud je to potřeba, vyberte také parametry vaší TV karty."
-#: ../../harddrake/v4l.pm_.c:212
+#: ../../harddrake/v4l.pm_.c:227
msgid "Card model:"
msgstr "Model karty :"
-#: ../../harddrake/v4l.pm_.c:213
+#: ../../harddrake/v4l.pm_.c:228
msgid "Tuner type:"
msgstr "Typ tuneru :"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "Number of capture buffers:"
msgstr "Počet bufferů pro zachycení :"
-#: ../../harddrake/v4l.pm_.c:214
+#: ../../harddrake/v4l.pm_.c:229
msgid "number of capture buffers for mmap'ed capture"
msgstr "Počet bufferů pro zachycení systémem mmap"
-#: ../../harddrake/v4l.pm_.c:216
+#: ../../harddrake/v4l.pm_.c:231
msgid "PLL setting:"
msgstr "Nastavení PLL :"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "Radio support:"
msgstr "Podpora rádia :"
-#: ../../harddrake/v4l.pm_.c:217
+#: ../../harddrake/v4l.pm_.c:232
msgid "enable radio support"
msgstr "Zapnout podporu rádia"
@@ -4642,6 +4433,7 @@ msgstr ""
" * Výchozí OS: vyberte výchozí OS, který se spustí po uplynutí prodlevy."
#: ../../help.pm_.c:860
+#, fuzzy
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
"your installed hardware, you may (or may not), see the following entries:\n"
@@ -4664,10 +4456,10 @@ msgid ""
"presented there is similar to the one used at installation time;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here. No modification possible at installation time;\n"
+"displayed here.\n"
"\n"
" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
"displayed here. You can click on the button to change the parameters\n"
@@ -4790,16 +4582,16 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr "Nelze použít všesměrové vysílání bez NIS domény"
-#: ../../install_any.pm_.c:870
+#: ../../install_any.pm_.c:879
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Vložte naformátovanou disketu do %s"
-#: ../../install_any.pm_.c:874
+#: ../../install_any.pm_.c:883
msgid "This floppy is not FAT formatted"
msgstr "Tato disketa není formátována"
-#: ../../install_any.pm_.c:886
+#: ../../install_any.pm_.c:895
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4807,12 +4599,12 @@ msgstr ""
"Pokud chcete použít uložený výběr balíčků, spusťte instalaci takto: 'linux "
"defcfg=floppy'"
-#: ../../install_any.pm_.c:909 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Chyba při čtení souboru %s"
-#: ../../install_any.pm_.c:1031
+#: ../../install_any.pm_.c:1040
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"
@@ -4820,7 +4612,7 @@ msgstr ""
"Stala se chyba - nebylo nalezeno žádné zařízení na kterém by se daly "
"vytvořit nové souborové systémy. Zkontrolujte prosím hardware"
-#: ../../install_interactive.pm_.c:23
+#: ../../install_interactive.pm_.c:21
#, c-format
msgid ""
"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
@@ -4830,7 +4622,7 @@ msgstr ""
"pracovat.\n"
"Další informace můžete nalézt na: %s"
-#: ../../install_interactive.pm_.c:58
+#: ../../install_interactive.pm_.c:56
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
@@ -4841,11 +4633,11 @@ msgstr ""
"(nebo vytvořit nový), zvolit 'Přípojný bod'\n"
"a nastavit ho na '/'"
-#: ../../install_interactive.pm_.c:63
+#: ../../install_interactive.pm_.c:61
msgid "You must have a swap partition"
msgstr "Musíte mít odkládací oddíl"
-#: ../../install_interactive.pm_.c:64
+#: ../../install_interactive.pm_.c:62
msgid ""
"You don't have a swap partition.\n"
"\n"
@@ -4855,59 +4647,59 @@ msgstr ""
"\n"
"Chcete přesto pokračovat?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
+#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Musíte mít FAT oddíl připojený na /boot/efi"
-#: ../../install_interactive.pm_.c:92
+#: ../../install_interactive.pm_.c:90
msgid "Use free space"
msgstr "Použít volné místo"
-#: ../../install_interactive.pm_.c:94
+#: ../../install_interactive.pm_.c:92
msgid "Not enough free space to allocate new partitions"
msgstr "Není dostatek místa pro vytvoření nového diskového oddílu"
-#: ../../install_interactive.pm_.c:102
+#: ../../install_interactive.pm_.c:100
msgid "Use existing partitions"
msgstr "Použít existující oddíl"
-#: ../../install_interactive.pm_.c:104
+#: ../../install_interactive.pm_.c:102
msgid "There is no existing partition to use"
msgstr "Není zde žádný existující oddíl k použití"
-#: ../../install_interactive.pm_.c:111
+#: ../../install_interactive.pm_.c:109
msgid "Use the Windows partition for loopback"
msgstr "Použít Windows oddíl jako loopback"
-#: ../../install_interactive.pm_.c:114
+#: ../../install_interactive.pm_.c:112
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Který diskový oddíl chcete použít pro Linux4Win?"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:114
msgid "Choose the sizes"
msgstr "Zvolte velikosti"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:115
msgid "Root partition size in MB: "
msgstr "Velikost kořenového oddílu v MB:"
-#: ../../install_interactive.pm_.c:118
+#: ../../install_interactive.pm_.c:116
msgid "Swap partition size in MB: "
msgstr "Velikost odkládacího oddílu v MB: "
-#: ../../install_interactive.pm_.c:128
+#: ../../install_interactive.pm_.c:126
msgid "Use the free space on the Windows partition"
msgstr "Použít volné místo na Windows oddílu"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:129
msgid "Which partition do you want to resize?"
msgstr "Na kterém oddílu chcete měnit velikost?"
-#: ../../install_interactive.pm_.c:133
+#: ../../install_interactive.pm_.c:131
msgid "Resizing Windows partition"
msgstr "Počítám hranice souborového systému s Windows"
-#: ../../install_interactive.pm_.c:136
+#: ../../install_interactive.pm_.c:134
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4916,7 +4708,7 @@ msgstr ""
"Změnu velikost FAT není možné provést, \n"
"vyskytla se následující chyba: %s"
-#: ../../install_interactive.pm_.c:139
+#: ../../install_interactive.pm_.c:137
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4925,7 +4717,7 @@ msgstr ""
"Váš diskový oddíl s Windows je příliš fragmentován, použijte nejdříve\n"
"program 'defrag'"
-#: ../../install_interactive.pm_.c:140
+#: ../../install_interactive.pm_.c:138
msgid ""
"WARNING!\n"
"\n"
@@ -4946,21 +4738,21 @@ msgstr ""
"Také byste si měli data zálohovat. Až si budete jistí, že chcete pokračovat\n"
"stiskněte Ok."
-#: ../../install_interactive.pm_.c:150
+#: ../../install_interactive.pm_.c:148
msgid "Which size do you want to keep for Windows on"
msgstr "Jakou velikost oddílu chcete nechat pro Windows na"
-#: ../../install_interactive.pm_.c:151
+#: ../../install_interactive.pm_.c:149
#, c-format
msgid "partition %s"
msgstr "diskovém oddílu %s"
-#: ../../install_interactive.pm_.c:158
+#: ../../install_interactive.pm_.c:156
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Změna FAT oddílu neuspěla: %s"
-#: ../../install_interactive.pm_.c:173
+#: ../../install_interactive.pm_.c:171
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4968,32 +4760,32 @@ msgstr ""
"Nejsou zde žádné FAT oddíly, které by bylo možné změnit (nebo není dostatek "
"místa)"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Erase entire disk"
msgstr "Smazat celý disk"
-#: ../../install_interactive.pm_.c:179
+#: ../../install_interactive.pm_.c:177
msgid "Remove Windows(TM)"
msgstr "Odstranit Windows(TM)"
-#: ../../install_interactive.pm_.c:182
+#: ../../install_interactive.pm_.c:180
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Máte více než jeden pevný disk, na který chcete instalovat Linux?"
-#: ../../install_interactive.pm_.c:185
+#: ../../install_interactive.pm_.c:183
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "VŠECHNY diskové oddíly a data na disku %s budou zrušena"
-#: ../../install_interactive.pm_.c:193
+#: ../../install_interactive.pm_.c:191
msgid "Custom disk partitioning"
msgstr "Vlastní rozdělení disku"
-#: ../../install_interactive.pm_.c:197
+#: ../../install_interactive.pm_.c:195
msgid "Use fdisk"
msgstr "Použít fdisk"
-#: ../../install_interactive.pm_.c:200
+#: ../../install_interactive.pm_.c:198
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -5002,28 +4794,28 @@ msgstr ""
"Nyní můžete rozdělit váš pevný disk %s.\n"
"Až skončíte, nezapomeňte uložit změny pomocí 'w'"
-#: ../../install_interactive.pm_.c:229
+#: ../../install_interactive.pm_.c:227
msgid "You don't have enough free space on your Windows partition"
msgstr "Nemáte dostatek volného místa na oddílu s Windows"
-#: ../../install_interactive.pm_.c:245
+#: ../../install_interactive.pm_.c:243
msgid "I can't find any room for installing"
msgstr "Nemůžu najít žádné volné místo pro instalaci"
-#: ../../install_interactive.pm_.c:248
+#: ../../install_interactive.pm_.c:246
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Průvodce DrakX našel následující řešení:"
-#: ../../install_interactive.pm_.c:252
+#: ../../install_interactive.pm_.c:250
#, c-format
msgid "Partitioning failed: %s"
msgstr "Vytváření diskových oddílů selhalo: %s"
-#: ../../install_interactive.pm_.c:262
+#: ../../install_interactive.pm_.c:260
msgid "Bringing up the network"
msgstr "Startuji síť"
-#: ../../install_interactive.pm_.c:267
+#: ../../install_interactive.pm_.c:265
msgid "Bringing down the network"
msgstr "Zastavuji síť"
@@ -5051,12 +4843,12 @@ msgstr ""
"Je možné, že je poškozen CD disk nebo CD-ROM mechanika.\n"
"Zkontrolujete to použitím příkazu \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:452
+#: ../../install_steps.pm_.c:450
#, c-format
msgid "Welcome to %s"
msgstr "Vítá vás %s"
-#: ../../install_steps.pm_.c:542 ../../install_steps.pm_.c:781
+#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
msgid "No floppy drive available"
msgstr "Není dostupná žádná disketová mechanika"
@@ -5066,7 +4858,7 @@ msgstr "Není dostupná žádná disketová mechanika"
msgid "Entering step `%s'\n"
msgstr "Začínám '%s'\n"
-#: ../../install_steps_gtk.pm_.c:150
+#: ../../install_steps_gtk.pm_.c:146
msgid ""
"Your system is low on resources. You may have some problem installing\n"
"Mandrake Linux. If that occurs, you can try a text install instead. For "
@@ -5078,78 +4870,78 @@ msgstr ""
"verzi instalačního programu. Ta se spouští tak, že při startu\n"
"z CD mechaniky stisknete 'F1' a poté napíšete 'text'."
-#: ../../install_steps_gtk.pm_.c:161 ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
msgid "Install Class"
msgstr "Typ instalace"
-#: ../../install_steps_gtk.pm_.c:164
+#: ../../install_steps_gtk.pm_.c:160
msgid "Please choose one of the following classes of installation:"
msgstr "Prosím zvolte jednu z následujících instalačních tříd:"
-#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:676
+#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
msgid "Package Group Selection"
msgstr "Výběr skupiny balíčků"
-#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:691
+#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
msgid "Individual package selection"
msgstr "Výběr jednotlivých balíčků"
-#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:614
+#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Celková velikost: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_steps_gtk.pm_.c:334
msgid "Bad package"
msgstr "Špatný balíček"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_steps_gtk.pm_.c:335
#, c-format
msgid "Name: %s\n"
msgstr "Jméno: %s\n"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Version: %s\n"
msgstr "Verze: %s\n"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Size: %d KB\n"
msgstr "Velikost: %d kB\n"
-#: ../../install_steps_gtk.pm_.c:339
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Importance: %s\n"
msgstr "Důležitost: %s\n"
-#: ../../install_steps_gtk.pm_.c:361
+#: ../../install_steps_gtk.pm_.c:360
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Nemůžete označit tento balíček, protože pro jeho instalaci není dost místa"
-#: ../../install_steps_gtk.pm_.c:366
+#: ../../install_steps_gtk.pm_.c:365
msgid "The following packages are going to be installed"
msgstr "Tyto balíčky budou instalovány"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be removed"
msgstr "Tyto balíčky budou odebrány"
-#: ../../install_steps_gtk.pm_.c:379
+#: ../../install_steps_gtk.pm_.c:378
msgid "You can't select/unselect this package"
msgstr "Nemůžete vybrat/nevybrat tento balíček"
-#: ../../install_steps_gtk.pm_.c:391
+#: ../../install_steps_gtk.pm_.c:390
msgid "This is a mandatory package, it can't be unselected"
msgstr "Toto je nepostradatelný balíček, nemůže být odstraněn"
-#: ../../install_steps_gtk.pm_.c:393
+#: ../../install_steps_gtk.pm_.c:392
msgid "You can't unselect this package. It is already installed"
msgstr "Nemůžete od-označit tento balíček, protože je už nainstalovaný"
-#: ../../install_steps_gtk.pm_.c:396
+#: ../../install_steps_gtk.pm_.c:395
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -5157,74 +4949,74 @@ msgstr ""
"Tento balíček musí být obnoven\n"
"Jste si jisti, že ho nechcete zvolit?"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:398
msgid "You can't unselect this package. It must be upgraded"
msgstr "Tento balíček musí být obnoven, nemůžete ho nezvolit"
-#: ../../install_steps_gtk.pm_.c:404
+#: ../../install_steps_gtk.pm_.c:403
msgid "Show automatically selected packages"
msgstr "Ukázat automaticky vybrané balíčky"
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4259
+#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
+#: ../../standalone/drakbackup_.c:4211
msgid "Install"
msgstr "Instalovat"
-#: ../../install_steps_gtk.pm_.c:408
+#: ../../install_steps_gtk.pm_.c:407
msgid "Load/Save on floppy"
msgstr "Uložit/Nahrát na/z disketu/y"
-#: ../../install_steps_gtk.pm_.c:409
+#: ../../install_steps_gtk.pm_.c:408
msgid "Updating package selection"
msgstr "Aktualizuji výběr balíčků"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:413
msgid "Minimal install"
msgstr "Minimální instalace"
-#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
+#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
msgid "Choose the packages you want to install"
msgstr "Vyberte si balíčky, které chcete nainstalovat"
-#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
msgid "Installing"
msgstr "Instaluji"
-#: ../../install_steps_gtk.pm_.c:451
+#: ../../install_steps_gtk.pm_.c:450
msgid "Estimating"
msgstr "Odhaduji"
-#: ../../install_steps_gtk.pm_.c:458
+#: ../../install_steps_gtk.pm_.c:457
msgid "Time remaining "
msgstr "Zbývající čas "
-#: ../../install_steps_gtk.pm_.c:470
+#: ../../install_steps_gtk.pm_.c:469
msgid "Please wait, preparing installation..."
msgstr "Čekejte prosím, připravuji instalaci"
-#: ../../install_steps_gtk.pm_.c:554
+#: ../../install_steps_gtk.pm_.c:551
#, c-format
msgid "%d packages"
msgstr "%d balíčků(y)"
-#: ../../install_steps_gtk.pm_.c:559
+#: ../../install_steps_gtk.pm_.c:556
#, c-format
msgid "Installing package %s"
msgstr "Instaluji balíček %s"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
-#: ../../standalone/drakautoinst_.c:202
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
+#: ../../standalone/drakautoinst_.c:197
msgid "Accept"
msgstr "Potvrdit"
-#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:784
+#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
+#: ../../install_steps_interactive.pm_.c:791
msgid "Refuse"
msgstr "Odmítnout"
-#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:785
+#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5239,17 +5031,17 @@ msgstr ""
"\n"
"Pokud toto CD nemáte, stiskněte Zrušit a toto CD nebude nainstalováno."
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
-#: ../../install_steps_interactive.pm_.c:797
-#: ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
+#: ../../install_steps_interactive.pm_.c:804
+#: ../../install_steps_interactive.pm_.c:808
msgid "Go on anyway?"
msgstr "Přesto pokračovat?"
-#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:797
+#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
msgid "There was an error ordering packages:"
msgstr "Stala se chyba při řazení balíčků:"
-#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:801
+#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
msgid "There was an error installing packages:"
msgstr "Stala se chyba při instalaci balíčků:"
@@ -5558,108 +5350,108 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:191
+#: ../../install_steps_interactive.pm_.c:197
msgid "Are you sure you refuse the licence?"
msgstr "Jste si jistý, že odmítáte licenční ujednání?"
-#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1021
-#: ../../standalone/keyboarddrake_.c:31
+#: ../../install_steps_interactive.pm_.c:217
+#: ../../install_steps_interactive.pm_.c:995
+#: ../../standalone/keyboarddrake_.c:25
msgid "Keyboard"
msgstr "Klávesnice"
-#: ../../install_steps_interactive.pm_.c:212
+#: ../../install_steps_interactive.pm_.c:218
msgid "Please choose your keyboard layout."
msgstr "Vyberte si rozložení vaší klávesnice."
-#: ../../install_steps_interactive.pm_.c:213
+#: ../../install_steps_interactive.pm_.c:219
msgid "Here is the full list of keyboards available"
msgstr "Zde je kompletní seznam dostupných klávesnic"
-#: ../../install_steps_interactive.pm_.c:231
+#: ../../install_steps_interactive.pm_.c:237
msgid "Which installation class do you want?"
msgstr "Který typ instalace chcete?"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Install/Update"
msgstr "Instalace/Aktualizace"
-#: ../../install_steps_interactive.pm_.c:235
+#: ../../install_steps_interactive.pm_.c:241
msgid "Is this an install or an update?"
msgstr "Je to instalace nebo aktualizace?"
-#: ../../install_steps_interactive.pm_.c:244
+#: ../../install_steps_interactive.pm_.c:250
msgid "Recommended"
msgstr "Doporučená"
-#: ../../install_steps_interactive.pm_.c:247
-#: ../../install_steps_interactive.pm_.c:250
+#: ../../install_steps_interactive.pm_.c:253
+#: ../../install_steps_interactive.pm_.c:256
msgid "Expert"
msgstr "Expertní"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade"
msgstr "Aktualizovat"
-#: ../../install_steps_interactive.pm_.c:255
-#: ../../install_steps_interactive.pm_.c:259
+#: ../../install_steps_interactive.pm_.c:261
+#: ../../install_steps_interactive.pm_.c:265
msgid "Upgrade packages only"
msgstr "Aktualizovat pouze balíčky"
-#: ../../install_steps_interactive.pm_.c:275
+#: ../../install_steps_interactive.pm_.c:282
msgid "Please choose the type of your mouse."
msgstr "Vyberte si typ vaší myši."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
msgid "Mouse Port"
msgstr "Připojení myši"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
+#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Ke kterému sériovému portu je připojena vaše myš?"
-#: ../../install_steps_interactive.pm_.c:290
+#: ../../install_steps_interactive.pm_.c:297
msgid "Buttons emulation"
msgstr "Emulace tlačítek"
-#: ../../install_steps_interactive.pm_.c:292
+#: ../../install_steps_interactive.pm_.c:299
msgid "Button 2 Emulation"
msgstr "Emulace 2 tlačítka"
-#: ../../install_steps_interactive.pm_.c:293
+#: ../../install_steps_interactive.pm_.c:300
msgid "Button 3 Emulation"
msgstr "Emulace 3 tlačítka"
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "Configuring PCMCIA cards..."
msgstr "Nastavuji PCMCIA karty..."
-#: ../../install_steps_interactive.pm_.c:314
+#: ../../install_steps_interactive.pm_.c:321
msgid "PCMCIA"
msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "Configuring IDE"
msgstr "Nastavuji IDE"
-#: ../../install_steps_interactive.pm_.c:321
+#: ../../install_steps_interactive.pm_.c:328
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:338
+#: ../../install_steps_interactive.pm_.c:345
msgid "No partition available"
msgstr "nejsou dostupné žádné diskové oddíly"
-#: ../../install_steps_interactive.pm_.c:341
+#: ../../install_steps_interactive.pm_.c:348
msgid "Scanning partitions to find mount points"
msgstr "Hledám oddíly, které lze připojit"
-#: ../../install_steps_interactive.pm_.c:349
+#: ../../install_steps_interactive.pm_.c:356
msgid "Choose the mount points"
msgstr "Zvolte si přípojné(mount) body"
-#: ../../install_steps_interactive.pm_.c:379
+#: ../../install_steps_interactive.pm_.c:386
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
"system, you'll need to create the bootstrap partition in DiskDrake"
@@ -5667,40 +5459,40 @@ msgstr ""
"Pro bootstrap není potřebné místo o velikosti 1MB! Instalace může pokračovat "
"ale pro spuštění systému musíte vytvořit bootstrap oddíl pomocí DiskDrake"
-#: ../../install_steps_interactive.pm_.c:388
+#: ../../install_steps_interactive.pm_.c:395
msgid "No root partition found to perform an upgrade"
msgstr "Nebyl nalezen kořenový oddíl pro provedení aktualizace"
-#: ../../install_steps_interactive.pm_.c:389
+#: ../../install_steps_interactive.pm_.c:396
msgid "Root Partition"
msgstr "Kořenový oddíl"
-#: ../../install_steps_interactive.pm_.c:390
+#: ../../install_steps_interactive.pm_.c:397
msgid "What is the root partition (/) of your system?"
msgstr "Který diskový oddíl je kořenový (/) ?"
-#: ../../install_steps_interactive.pm_.c:404
+#: ../../install_steps_interactive.pm_.c:411
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Musíte restartovat počítač aby se projevily změny v tabulce oddílů"
-#: ../../install_steps_interactive.pm_.c:428
+#: ../../install_steps_interactive.pm_.c:435
msgid "Choose the partitions you want to format"
msgstr "Zvolte diskové oddíly které chcete naformátovat"
-#: ../../install_steps_interactive.pm_.c:429
+#: ../../install_steps_interactive.pm_.c:436
msgid "Check bad blocks?"
msgstr "Otestovat na vadné stopy?"
-#: ../../install_steps_interactive.pm_.c:456
+#: ../../install_steps_interactive.pm_.c:463
msgid "Formatting partitions"
msgstr "Formátuji oddíly"
-#: ../../install_steps_interactive.pm_.c:458
+#: ../../install_steps_interactive.pm_.c:465
#, c-format
msgid "Creating and formatting file %s"
msgstr "Vytvářím a formátuji soubor %s"
-#: ../../install_steps_interactive.pm_.c:463
+#: ../../install_steps_interactive.pm_.c:470
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
@@ -5709,27 +5501,27 @@ msgstr ""
"Selhala kontrola souborového systému %s. Chcete opravit chyby? (pozor, může "
"dojít ke ztrátě dat)"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm_.c:472
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Není dostatek odkládacího prostoru k instalaci, prosím přidejte nějaký"
-#: ../../install_steps_interactive.pm_.c:472
+#: ../../install_steps_interactive.pm_.c:479
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Hledám dostupné balíčky a znovu sestavuji databázi balíčků..."
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:480
msgid "Looking for available packages..."
msgstr "Hledám dostupné balíčky"
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../install_steps_interactive.pm_.c:483
msgid "Looking at packages already installed..."
msgstr "Prohledávám již instalované balíčky..."
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:487
msgid "Finding packages to upgrade..."
msgstr "Vyhledávám balíčky pro aktualizaci"
-#: ../../install_steps_interactive.pm_.c:498
+#: ../../install_steps_interactive.pm_.c:505
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5737,7 +5529,7 @@ msgid ""
msgstr ""
"Na vašem systému není dostatek místa pro instalaci nebo aktualizaci (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:534
+#: ../../install_steps_interactive.pm_.c:541
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5745,35 +5537,35 @@ msgstr ""
"Vyberte si, zda chcete uložit nebo nahrát výběr balíčků na disketu.\n"
"Formát výběru je stejný jako formát automaticky generované diskety."
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Load from floppy"
msgstr "Nahrát z diskety"
-#: ../../install_steps_interactive.pm_.c:536
+#: ../../install_steps_interactive.pm_.c:543
msgid "Save on floppy"
msgstr "Uložit na disketu"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Loading from floppy"
msgstr "Nahrávám z diskety"
-#: ../../install_steps_interactive.pm_.c:540
+#: ../../install_steps_interactive.pm_.c:547
msgid "Package selection"
msgstr "Výběr balíčků"
-#: ../../install_steps_interactive.pm_.c:545
+#: ../../install_steps_interactive.pm_.c:552
msgid "Insert a floppy containing package selection"
msgstr "Vložte disketu obsahující výběr balíčků"
-#: ../../install_steps_interactive.pm_.c:627
+#: ../../install_steps_interactive.pm_.c:634
msgid "Selected size is larger than available space"
msgstr "Velikost vybraných balíčků je větší než místo na disku"
-#: ../../install_steps_interactive.pm_.c:642
+#: ../../install_steps_interactive.pm_.c:649
msgid "Type of install"
msgstr "Typ instalace"
-#: ../../install_steps_interactive.pm_.c:643
+#: ../../install_steps_interactive.pm_.c:650
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5781,19 +5573,19 @@ msgstr ""
"Nevybrali jste žádnou skupinu balíčků\n"
"Vyberte si prosím alespoň minimální instalaci"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:653
msgid "With X"
msgstr "X prostředí"
-#: ../../install_steps_interactive.pm_.c:648
+#: ../../install_steps_interactive.pm_.c:655
msgid "With basic documentation (recommended!)"
msgstr "Základní dokumentace (doporučeno!)"
-#: ../../install_steps_interactive.pm_.c:649
+#: ../../install_steps_interactive.pm_.c:656
msgid "Truly minimal install (especially no urpmi)"
msgstr "Opravdu minimální instalace (speciálně bez urpmi)"
-#: ../../install_steps_interactive.pm_.c:734
+#: ../../install_steps_interactive.pm_.c:741
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5803,16 +5595,16 @@ msgstr ""
"Pokud nemáte žádné z nich, klepněte na Zrušit.\n"
"Pokud Vám chybí pouze některé z nich, odznačte je, a zvolte Ok."
-#: ../../install_steps_interactive.pm_.c:739
+#: ../../install_steps_interactive.pm_.c:746
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM označené \"%s\""
-#: ../../install_steps_interactive.pm_.c:760
+#: ../../install_steps_interactive.pm_.c:767
msgid "Preparing installation"
msgstr "Připravuji instalaci"
-#: ../../install_steps_interactive.pm_.c:769
+#: ../../install_steps_interactive.pm_.c:776
#, c-format
msgid ""
"Installing package %s\n"
@@ -5821,89 +5613,21 @@ msgstr ""
"Instaluji balíček %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_interactive.pm_.c:822
msgid "Post-install configuration"
msgstr "Probíhá nastavování po instalaci"
-#: ../../install_steps_interactive.pm_.c:821
+#: ../../install_steps_interactive.pm_.c:828
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Vložte prosím spouštěcí disketu do %s"
-#: ../../install_steps_interactive.pm_.c:827
+#: ../../install_steps_interactive.pm_.c:834
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Vložte prosím disketu s moduly do %s"
-#: ../../install_steps_interactive.pm_.c:847
-msgid ""
-"You now have the opportunity to download encryption software.\n"
-"\n"
-"WARNING:\n"
-"\n"
-"Due to different general requirements applicable to these software and "
-"imposed\n"
-"by various jurisdictions, customer and/or end user of theses software "
-"should\n"
-"ensure that the laws of his/their jurisdiction allow him/them to download, "
-"stock\n"
-"and/or use these software.\n"
-"\n"
-"In addition customer and/or end user shall particularly be aware to not "
-"infringe\n"
-"the laws of his/their jurisdiction. Should customer and/or end user not\n"
-"respect the provision of these applicable laws, he/they will incure serious\n"
-"sanctions.\n"
-"\n"
-"In no event shall Mandrakesoft nor its manufacturers and/or suppliers be "
-"liable\n"
-"for special, indirect or incidental damages whatsoever (including, but not\n"
-"limited to loss of profits, business interruption, loss of commercial data "
-"and\n"
-"other pecuniary losses, and eventual liabilities and indemnification to be "
-"paid\n"
-"pursuant to a court decision) arising out of use, possession, or the sole\n"
-"downloading of these software, to which customer and/or end user could\n"
-"eventually have access after having sign up the present agreement.\n"
-"\n"
-"\n"
-"For any queries relating to these agreement, please contact \n"
-"Mandrakesoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-msgstr ""
-"Nyní si můžete stáhnout šifrovací software.\n"
-"\n"
-"VAROVÁNÍ:\n"
-"\n"
-"Kvůli různým obecným požadavkům a nařízením různých soudních úřadů,\n"
-"vztahujícím se na tento druh software, by se měl zákazník a/nebo koncový\n"
-"uživatel ujistit, zda mu jeho soudní správa umožňuje stáhnout si, uložit\n"
-"a používat tento software.\n"
-"\n"
-"Zákazník a/nebo koncový uživatel by si měl být vědomý toho, že nesmí\n"
-"přestupovat zákony své jurisdikce. Pokud zákazník a/nebo koncový uživatel\n"
-"nebude respektovat ustanovení vztahujících se zákonů, může se vystavit\n"
-"postihu.\n"
-"\n"
-"V každém případě se MandrakeSoft i jeho výrobny a dodavatelé vzdávají\n"
-"jakékoliv zodpovědnosti za přímé i nepřímé škody (včetně ztráty zisků,\n"
-"přerušení podnikání, ztráty obchodních informací, jakožto i jiných "
-"peněžních\n"
-"ztrát a eventuálních postihů, požadavků na odškodnění a žalob) vzniklé\n"
-"vlastnictvím, používáním nebo pouhým stahováním tohoto software, ke kterému\n"
-"může mít zákazník a/nebo nebo koncový uživatel přístup když odsouhlasí\n"
-"tuto dohodu.\n"
-"\n"
-"\n"
-"Pokud máje jakékoliv dotazy vztahující se k této dohodě, kontaktujte prosím\n"
-"MandrakeSoft, Inc.\n"
-"2400 N. Lincoln Avenue Suite 243\n"
-"Altadena California 91001\n"
-"USA"
-
-#: ../../install_steps_interactive.pm_.c:886
+#: ../../install_steps_interactive.pm_.c:861
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,155 +5647,155 @@ msgstr ""
"\n"
"Chcete nainstalovat aktualizace?"
-#: ../../install_steps_interactive.pm_.c:901
+#: ../../install_steps_interactive.pm_.c:876
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Kontaktuji web Mandrake Linux pro získání seznamu dostupných zrcadel"
-#: ../../install_steps_interactive.pm_.c:906
+#: ../../install_steps_interactive.pm_.c:881
msgid "Choose a mirror from which to get the packages"
msgstr "Zvolte si zrcadlo (mirror) pro stahování balíčků"
-#: ../../install_steps_interactive.pm_.c:915
+#: ../../install_steps_interactive.pm_.c:890
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Stahuji ze zrcadla(mirror) seznam dostupných balíčků"
-#: ../../install_steps_interactive.pm_.c:943
+#: ../../install_steps_interactive.pm_.c:918
msgid "Which is your timezone?"
msgstr "Jaké je vaše časové pásmo?"
-#: ../../install_steps_interactive.pm_.c:948
+#: ../../install_steps_interactive.pm_.c:923
msgid "Hardware clock set to GMT"
msgstr "Hardwarové hodiny nastaveny na GMT"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:924
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatická synchronizace času (pomocí NTP)"
-#: ../../install_steps_interactive.pm_.c:956
+#: ../../install_steps_interactive.pm_.c:931
msgid "NTP Server"
msgstr "NTP Server"
-#: ../../install_steps_interactive.pm_.c:990
-#: ../../install_steps_interactive.pm_.c:998
+#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:972
msgid "Remote CUPS server"
msgstr "Vzdálený CUPS server"
-#: ../../install_steps_interactive.pm_.c:991
+#: ../../install_steps_interactive.pm_.c:966
msgid "No printer"
msgstr "Bez tiskárny"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:982
msgid "Do you have an ISA sound card?"
msgstr "Máte nějakou zvukovou kartu na ISA sběrnici?"
-#: ../../install_steps_interactive.pm_.c:1010
+#: ../../install_steps_interactive.pm_.c:984
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "Pro nastavení zvukové karty spusťte po instalaci \"sndconfig\"."
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm_.c:986
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nebyla nalezena zvuková karta. Zkuste spustit po instalaci \"harddrake\"."
-#: ../../install_steps_interactive.pm_.c:1017 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Souhrn"
-#: ../../install_steps_interactive.pm_.c:1020
+#: ../../install_steps_interactive.pm_.c:994
msgid "Mouse"
msgstr "Myš"
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:996
msgid "Timezone"
msgstr "Časová zóna"
-#: ../../install_steps_interactive.pm_.c:1023 ../../printerdrake.pm_.c:2989
-#: ../../printerdrake.pm_.c:3078
+#: ../../install_steps_interactive.pm_.c:997
+#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
msgid "Printer"
msgstr "Tiskárna"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:999
msgid "ISDN card"
msgstr "ISDN karta"
-#: ../../install_steps_interactive.pm_.c:1028
-#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1003
+#: ../../install_steps_interactive.pm_.c:1009
msgid "Sound card"
msgstr "Zvuková karta"
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1012
msgid "TV card"
msgstr "TV karta"
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm_.c:1055
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1084
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1113
+#: ../../install_steps_interactive.pm_.c:1056
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1093
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1077
-#: ../../install_steps_interactive.pm_.c:1100
-#: ../../install_steps_interactive.pm_.c:1121
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1057
+#: ../../install_steps_interactive.pm_.c:1080
+#: ../../install_steps_interactive.pm_.c:1101
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Windows Domain"
msgstr "Doména Windows"
-#: ../../install_steps_interactive.pm_.c:1078
-#: ../../install_steps_interactive.pm_.c:1100
+#: ../../install_steps_interactive.pm_.c:1058
+#: ../../install_steps_interactive.pm_.c:1080
msgid "Local files"
msgstr "Lokální soubory"
-#: ../../install_steps_interactive.pm_.c:1087
-#: ../../install_steps_interactive.pm_.c:1088 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1067
+#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Hlavní(root) heslo"
-#: ../../install_steps_interactive.pm_.c:1089
+#: ../../install_steps_interactive.pm_.c:1069
msgid "No password"
msgstr "Bez hesla"
-#: ../../install_steps_interactive.pm_.c:1094
+#: ../../install_steps_interactive.pm_.c:1074
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Toto heslo je příliš jednoduché (musí být alespoň %d znaků dlouhé)"
-#: ../../install_steps_interactive.pm_.c:1100 ../../network/modem.pm_.c:49
-#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:173
+#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
+#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
msgid "Authentication"
msgstr "Ověření"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1088
msgid "Authentication LDAP"
msgstr "Ověření pomocí LDAP"
-#: ../../install_steps_interactive.pm_.c:1109
+#: ../../install_steps_interactive.pm_.c:1089
msgid "LDAP Base dn"
msgstr "Základní dn pro LDAP"
-#: ../../install_steps_interactive.pm_.c:1110
+#: ../../install_steps_interactive.pm_.c:1090
msgid "LDAP Server"
msgstr "LDAP server"
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1096
msgid "Authentication NIS"
msgstr "Ověření pomocí NIS"
-#: ../../install_steps_interactive.pm_.c:1117
+#: ../../install_steps_interactive.pm_.c:1097
msgid "NIS Domain"
msgstr "NIS Doména"
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1098
msgid "NIS Server"
msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1104
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 /"
@@ -6100,19 +5824,19 @@ msgstr ""
"Příkaz 'wbinfo -t' otestuje, zda-li vaše tajné informace pro ověření jsou "
"správné."
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1106
msgid "Authentication Windows Domain"
msgstr "Doména Windows pro ověření"
-#: ../../install_steps_interactive.pm_.c:1128
+#: ../../install_steps_interactive.pm_.c:1108
msgid "Domain Admin User Name"
msgstr "Uživatelské jméno Správce domény"
-#: ../../install_steps_interactive.pm_.c:1129
+#: ../../install_steps_interactive.pm_.c:1109
msgid "Domain Admin Password"
msgstr "Heslo Správce domény"
-#: ../../install_steps_interactive.pm_.c:1164
+#: ../../install_steps_interactive.pm_.c:1144
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 "
@@ -6141,19 +5865,20 @@ msgstr ""
"Pokud chcete vytvořit startovací disketu, vložte disketu do mechaniky\n"
"a stiskněte \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1180
+#: ../../install_steps_interactive.pm_.c:1160
msgid "First floppy drive"
msgstr "první mechaniky"
-#: ../../install_steps_interactive.pm_.c:1181
+#: ../../install_steps_interactive.pm_.c:1161
msgid "Second floppy drive"
msgstr "druhé mechaniky"
-#: ../../install_steps_interactive.pm_.c:1182 ../../printerdrake.pm_.c:2515
+#: ../../install_steps_interactive.pm_.c:1162
+#: ../../printer/printerdrake.pm_.c:2397
msgid "Skip"
msgstr "Přeskočit"
-#: ../../install_steps_interactive.pm_.c:1187
+#: ../../install_steps_interactive.pm_.c:1167
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6177,7 +5902,7 @@ msgstr ""
"účinnou pomoc při havárii systému. Chcete vytvořit startovací disketu?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1193
+#: ../../install_steps_interactive.pm_.c:1173
msgid ""
"\n"
"\n"
@@ -6191,28 +5916,28 @@ msgstr ""
"spouštěcí diskety bude zřejmě neúspěšné, protože XFS\n"
"potřebuje velmi velký ovladač)"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1181
msgid "Sorry, no floppy drive available"
msgstr "Bohužel není dostupná žádná disketová mechanika"
-#: ../../install_steps_interactive.pm_.c:1205
+#: ../../install_steps_interactive.pm_.c:1185
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Zvolte mechaniku, kde chcete vytvořit startovací disketu"
-#: ../../install_steps_interactive.pm_.c:1209
+#: ../../install_steps_interactive.pm_.c:1189
#, c-format
msgid "Insert a floppy in %s"
msgstr "Vložte disketu do %s"
-#: ../../install_steps_interactive.pm_.c:1212
+#: ../../install_steps_interactive.pm_.c:1192
msgid "Creating bootdisk..."
msgstr "Vytvářím startovací disketu"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1199
msgid "Preparing bootloader..."
msgstr "Připravuji zaváděcí program"
-#: ../../install_steps_interactive.pm_.c:1230
+#: ../../install_steps_interactive.pm_.c:1210
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6224,11 +5949,11 @@ msgstr ""
"Instalace bude pokračovat, ale budete\n"
"potřebovat BootX pro spuštění systému."
-#: ../../install_steps_interactive.pm_.c:1236
+#: ../../install_steps_interactive.pm_.c:1216
msgid "Do you want to use aboot?"
msgstr "Chcete použít aboot?"
-#: ../../install_steps_interactive.pm_.c:1239
+#: ../../install_steps_interactive.pm_.c:1219
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6236,15 +5961,15 @@ msgstr ""
"Stala se chyba při instalaci aboot,\n"
"mám se pokusit o instalaci i když to zruší první oddíl na disku?"
-#: ../../install_steps_interactive.pm_.c:1246
+#: ../../install_steps_interactive.pm_.c:1226
msgid "Installing bootloader"
msgstr "Instaluji zaváděcí program"
-#: ../../install_steps_interactive.pm_.c:1252
+#: ../../install_steps_interactive.pm_.c:1232
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalace zaváděcího programu neuspěla. Stala se tato chyba:"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1240
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6261,17 +5986,17 @@ msgstr ""
" Potom zadejte: shut-down\n"
"Při dalším spuštění už uvidíte prompt."
-#: ../../install_steps_interactive.pm_.c:1294
-#: ../../standalone/drakautoinst_.c:79
+#: ../../install_steps_interactive.pm_.c:1274
+#: ../../standalone/drakautoinst_.c:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Vložte prázdnou disketu do %s"
-#: ../../install_steps_interactive.pm_.c:1298
+#: ../../install_steps_interactive.pm_.c:1278
msgid "Creating auto install floppy..."
msgstr "Vytvářím disketu pro automatickou instalaci"
-#: ../../install_steps_interactive.pm_.c:1309
+#: ../../install_steps_interactive.pm_.c:1289
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6281,7 +6006,7 @@ msgstr ""
"\n"
"Chcete opravdu nyní skončit?"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm_.c:1300
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6313,15 +6038,15 @@ msgstr ""
"Informace o konfiguraci systému po instalaci jsou dostupné\n"
"v dané kapitole oficiální uživatelské příručky pro Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1333
+#: ../../install_steps_interactive.pm_.c:1313
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1318
msgid "Generate auto install floppy"
msgstr "Vytvořit disketu pro automatickou instalaci"
-#: ../../install_steps_interactive.pm_.c:1340
+#: ../../install_steps_interactive.pm_.c:1320
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6335,25 +6060,25 @@ msgstr ""
"\n"
"Takto lze jednoduše zopakovat instalaci.\n"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Automated"
msgstr "Automaticky"
-#: ../../install_steps_interactive.pm_.c:1345
+#: ../../install_steps_interactive.pm_.c:1325
msgid "Replay"
msgstr "Zopakovat"
-#: ../../install_steps_interactive.pm_.c:1348
+#: ../../install_steps_interactive.pm_.c:1328
msgid "Save packages selection"
msgstr "Uložit výběr jednotlivých balíčků"
-#: ../../install_steps_newt.pm_.c:22
+#: ../../install_steps_newt.pm_.c:20
#, c-format
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux Instalace %s"
#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:35
+#: ../../install_steps_newt.pm_.c:33
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6371,22 +6096,22 @@ msgstr "chybí consolehelper"
msgid "Choose a file"
msgstr "Vyberte soubor"
-#: ../../interactive.pm_.c:320
+#: ../../interactive.pm_.c:318
msgid "Advanced"
msgstr "Rozšíření"
-#: ../../interactive.pm_.c:321 ../../security/main.pm_.c:103
+#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
msgid "Basic"
msgstr "Základní"
-#: ../../interactive/newt.pm_.c:195 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2169
+#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
+#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
msgid "<- Previous"
msgstr "<- Předchozí"
-#: ../../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
+#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
+#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
+#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
msgid "Next"
msgstr "Další"
@@ -6459,371 +6184,375 @@ msgstr ""
msgid "Re-submit"
msgstr "Znovu odeslat"
-#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
msgid "Czech (QWERTZ)"
msgstr "České (QWERTZ)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
msgid "German"
msgstr "Německé"
-#: ../../keyboard.pm_.c:154
+#: ../../keyboard.pm_.c:155
msgid "Dvorak"
msgstr "Dvořák"
-#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Spanish"
msgstr "Španělské"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "Finnish"
msgstr "Finské"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
msgid "French"
msgstr "Francouzské"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
msgid "Norwegian"
msgstr "Norské"
-#: ../../keyboard.pm_.c:159
+#: ../../keyboard.pm_.c:160
msgid "Polish"
msgstr "Polské"
-#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
msgid "Russian"
msgstr "Ruské"
-#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
msgid "Swedish"
msgstr "Švédské"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
msgid "UK keyboard"
msgstr "UK-Britské"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
msgid "US keyboard"
msgstr "US-Americké"
-#: ../../keyboard.pm_.c:166
+#: ../../keyboard.pm_.c:167
msgid "Albanian"
msgstr "Albánské"
-#: ../../keyboard.pm_.c:167
+#: ../../keyboard.pm_.c:168
msgid "Armenian (old)"
msgstr "Arménské (staré)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm_.c:169
msgid "Armenian (typewriter)"
msgstr "Arménské (psací stroj)"
-#: ../../keyboard.pm_.c:169
+#: ../../keyboard.pm_.c:170
msgid "Armenian (phonetic)"
msgstr "Arménské (foneticky)"
-#: ../../keyboard.pm_.c:174
+#: ../../keyboard.pm_.c:175
msgid "Azerbaidjani (latin)"
msgstr "Ázerbajdžánské (latinka)"
-#: ../../keyboard.pm_.c:176
+#: ../../keyboard.pm_.c:177
msgid "Belgian"
msgstr "Belgické"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm_.c:178
msgid "Bengali"
msgstr "Bengálské"
-#: ../../keyboard.pm_.c:178
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (phonetic)"
msgstr "Bulharské (foneticky)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm_.c:180
msgid "Bulgarian (BDS)"
msgstr "Bulharské (BDS)"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:181
msgid "Brazilian (ABNT-2)"
msgstr "Brazilské (ABNT-2)"
-#: ../../keyboard.pm_.c:183
+#: ../../keyboard.pm_.c:184
msgid "Bosnian"
msgstr "Bosenské"
-#: ../../keyboard.pm_.c:184
+#: ../../keyboard.pm_.c:185
msgid "Belarusian"
msgstr "Běloruské"
-#: ../../keyboard.pm_.c:185
+#: ../../keyboard.pm_.c:186
msgid "Swiss (German layout)"
msgstr "Švýcarské (Německý styl)"
-#: ../../keyboard.pm_.c:186
+#: ../../keyboard.pm_.c:187
msgid "Swiss (French layout)"
msgstr "Švýcarské (Francouzský styl)"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:189
msgid "Czech (QWERTY)"
msgstr "České (QWERTY)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:191
msgid "German (no dead keys)"
msgstr "Německé (bez mrtvých kláves)"
-#: ../../keyboard.pm_.c:191
+#: ../../keyboard.pm_.c:192
msgid "Devanagari"
msgstr "Devanagari"
-#: ../../keyboard.pm_.c:192
+#: ../../keyboard.pm_.c:193
msgid "Danish"
msgstr "Dánské"
-#: ../../keyboard.pm_.c:193
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (US)"
msgstr "Dvořák (US) "
-#: ../../keyboard.pm_.c:194
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Norwegian)"
msgstr "Dvořák (Norské)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:196
msgid "Dvorak (Swedish)"
msgstr "Dvořák (Švédské) "
-#: ../../keyboard.pm_.c:196
+#: ../../keyboard.pm_.c:197
msgid "Estonian"
msgstr "Estonské"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzínské (\"Ruské\" rozložení)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:202
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzínské (rozložení \"Latin\")"
-#: ../../keyboard.pm_.c:202
+#: ../../keyboard.pm_.c:203
msgid "Greek"
msgstr "Řecké"
-#: ../../keyboard.pm_.c:203
+#: ../../keyboard.pm_.c:204
msgid "Gujarati"
msgstr "Gujartské"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:205
msgid "Gurmukhi"
msgstr "Gurmutské"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:206
msgid "Hungarian"
msgstr "Maďarské"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:207
msgid "Croatian"
msgstr "Chorvatské"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:208
msgid "Israeli"
msgstr "Izraelské"
-#: ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:209
msgid "Israeli (Phonetic)"
msgstr "Izraelské (foneticky)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:210
msgid "Iranian"
msgstr "Íránské"
-#: ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:211
msgid "Icelandic"
msgstr "Islandské"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:212
msgid "Italian"
msgstr "Italské"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:213
msgid "Inuktitut"
msgstr "Inuktitutské"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:214
msgid "Japanese 106 keys"
msgstr "Japonská 106 kláves"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:217
msgid "Korean keyboard"
msgstr "Korejská klávesnice"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:218
msgid "Latin American"
msgstr "Latinsko-Americké"
-#: ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:219
msgid "Laotian"
msgstr "Laoské"
-#: ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:220
msgid "Lithuanian AZERTY (old)"
msgstr "Litevské AZERTY (stará)"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian AZERTY (new)"
msgstr "Litevské AZERTY (nová)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litevské \"číselná řada\" QWERTY"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:224
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litevské \"foneticky\" QWERTY"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:225
msgid "Latvian"
msgstr "Litevské"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:226
+msgid "Malayalam"
+msgstr ""
+
+#: ../../keyboard.pm_.c:227
msgid "Macedonian"
msgstr "Makedonské"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:228
msgid "Myanmar (Burmese)"
msgstr "Myamarské (Burnské)"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:229
msgid "Mongolian (cyrillic)"
msgstr "Mongolské (cyrilice)"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:230
msgid "Maltese (UK)"
msgstr "Maltézské (UK)"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:231
msgid "Maltese (US)"
msgstr "Maltézské (US)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:232
msgid "Dutch"
msgstr "Holandské"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:234
msgid "Polish (qwerty layout)"
msgstr "Polské (rozložení QWERTY)"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:235
msgid "Polish (qwertz layout)"
msgstr "Polské (rozložení QWERTZ)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:236
msgid "Portuguese"
msgstr "Portugalské"
-#: ../../keyboard.pm_.c:235
+#: ../../keyboard.pm_.c:237
msgid "Canadian (Quebec)"
msgstr "Kanadské (Quebec)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:239
msgid "Romanian (qwertz)"
msgstr "Rumunské (QWERTZ)"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:240
msgid "Romanian (qwerty)"
msgstr "Rumunské (QWERTY)"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:242
msgid "Russian (Yawerty)"
msgstr "Ruské (Yawerty)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:244
msgid "Slovenian"
msgstr "Slovinské"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:245
msgid "Slovakian (QWERTZ)"
msgstr "Slovenské (QWERTZ)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:246
msgid "Slovakian (QWERTY)"
msgstr "Slovenské (QWERTY)"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:248
msgid "Serbian (cyrillic)"
msgstr "Srbské (cyrilice)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:250
msgid "Tamil (Unicode)"
msgstr "Tamilské (Unicode)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:251
msgid "Tamil (TSCII)"
msgstr "Tamilské (TSCII)"
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:252
msgid "Thai keyboard"
msgstr "Thajské"
-#: ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:254
msgid "Tajik keyboard"
msgstr "Tádžická klávesnice"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:255
msgid "Turkish (traditional \"F\" model)"
msgstr "Turecké (tradiční model \"F\")"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:256
msgid "Turkish (modern \"Q\" model)"
msgstr "Turecké (moderní model \"Q\")"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:258
msgid "Ukrainian"
msgstr "Ukrajinské"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:261
msgid "US keyboard (international)"
msgstr "US (mezinárodní)"
-#: ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:262
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamská \"číselná řada\" QWERTY"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:263
msgid "Yugoslavian (latin)"
msgstr "Jugoslávské (latin)"
-#: ../../keyboard.pm_.c:268
+#: ../../keyboard.pm_.c:270
msgid "Right Alt key"
msgstr "Pravá klávesa Alt"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:271
msgid "Both Shift keys simultaneously"
msgstr "Obě klávesy Shift současně"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:272
msgid "Control and Shift keys simultaneously"
msgstr "Control a Shift současně"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:273
msgid "CapsLock key"
msgstr "Klávesa CapsLock"
-#: ../../keyboard.pm_.c:272
+#: ../../keyboard.pm_.c:274
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl a Alt současně"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:275
msgid "Alt and Shift keys simultaneously"
msgstr "Alt a Shift současně"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:276
msgid "\"Menu\" key"
msgstr "Klávesa \"Menu\""
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:277
msgid "Left \"Windows\" key"
msgstr "Levá klávesa \"Windows\""
-#: ../../keyboard.pm_.c:276
+#: ../../keyboard.pm_.c:278
msgid "Right \"Windows\" key"
msgstr "Pravá klávesa \"Windows\""
@@ -6836,34 +6565,43 @@ msgstr "Propletené přípojné body %s\n"
msgid "Remove the logical volumes first\n"
msgstr "Odeberte nejdříve logické disky\n"
-#: ../../modparm.pm_.c:50
+#: ../../modules.pm_.c:290
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+"Podpora PCMCIA již není dostupná pro kernely 2.2. Použijte prosím řadu 2.4."
+
+#: ../../modules/interactive.pm_.c:16
+msgid "You can configure each parameter of the module here."
+msgstr "Zde můžete nastavit každý z parametrů modulu."
+
+#: ../../modules/parameters.pm_.c:18
+#, fuzzy
+msgid "modinfo is not available"
+msgstr "Není dostupná žádná disketová mechanika"
+
+#: ../../modules/parameters.pm_.c:50
msgid "a number"
msgstr "číslo"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
msgstr "%d čísel oddělených čárkou"
-#: ../../modparm.pm_.c:52
+#: ../../modules/parameters.pm_.c:52
#, c-format
msgid "%d comma separated strings"
msgstr "%d znakových řetězců oddělených čárkou"
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated numbers"
msgstr "čárkou oddělená čísla"
-#: ../../modparm.pm_.c:54
+#: ../../modules/parameters.pm_.c:54
msgid "comma separated strings"
msgstr "čárkou oddělené znakové řetězce"
-#: ../../modules.pm_.c:293
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
-msgstr ""
-"Podpora PCMCIA již není dostupná pro kernely 2.2. Použijte prosím řadu 2.4."
-
#: ../../mouse.pm_.c:25
msgid "Sun - Mouse"
msgstr "Sun - myš"
@@ -6968,55 +6706,76 @@ msgstr "Žádná"
msgid "No mouse"
msgstr "Bez myši"
-#: ../../mouse.pm_.c:486
+#: ../../mouse.pm_.c:490
msgid "Please test the mouse"
msgstr "Vyzkoušejte prosím, zda funguje myš"
-#: ../../mouse.pm_.c:487
+#: ../../mouse.pm_.c:491
msgid "To activate the mouse,"
msgstr "Vyzkoušejte na myši,"
-#: ../../mouse.pm_.c:488
+#: ../../mouse.pm_.c:492
msgid "MOVE YOUR WHEEL!"
msgstr "TOČIT KOLEČKEM!"
-#: ../../my_gtk.pm_.c:64
+#: ../../my_gtk.pm_.c:65
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-2,*-r-*"
-#: ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
msgid "Finish"
msgstr "Ukončit"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2171
+#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
+#: ../../ugtk2.pm_.c:435
msgid "Next ->"
msgstr "Další ->"
-#: ../../my_gtk.pm_.c:287
+#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
msgid "Is this correct?"
msgstr "Je to správně?"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
msgid "Info"
msgstr "Informace"
-#: ../../my_gtk.pm_.c:380
+#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
msgid "Expand Tree"
msgstr "Rozbal větev"
-#: ../../my_gtk.pm_.c:381
+#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
msgid "Collapse Tree"
msgstr "Sbal větev"
-#: ../../my_gtk.pm_.c:382
+#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
msgid "Toggle between flat and group sorted"
msgstr "Přepnutí mezi abecedním a skupinovým řazením"
-#: ../../network/adsl.pm_.c:23 ../../network/ethernet.pm_.c:36
+#: ../../network/adsl.pm_.c:23
+msgid "use pppoe"
+msgstr "použít pppoe"
+
+#: ../../network/adsl.pm_.c:24
+msgid "use pptp"
+msgstr "použít pptp"
+
+#: ../../network/adsl.pm_.c:25
+msgid "use dhcp"
+msgstr "použít dhcp"
+
+#: ../../network/adsl.pm_.c:26
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch USB"
+
+#: ../../network/adsl.pm_.c:27
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
msgid "Connect to the Internet"
msgstr "Připojení k Internetu"
-#: ../../network/adsl.pm_.c:24
+#: ../../network/adsl.pm_.c:30
msgid ""
"The most common way to connect with adsl is pppoe.\n"
"Some connections use pptp, a few ones use dhcp.\n"
@@ -7026,21 +6785,13 @@ msgstr ""
"Některá připojení používají pptp, některá pouze dhcp. Jestli si nejste "
"jistí, zvolte 'použít pppoe'"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch USB"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use dhcp"
-msgstr "použít dhcp"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pppoe"
-msgstr "použít pppoe"
-
-#: ../../network/adsl.pm_.c:26
-msgid "use pptp"
-msgstr "použít pptp"
+#: ../../network/adsl.pm_.c:166
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
#: ../../network/drakfirewall.pm_.c:12
msgid "Web Server"
@@ -7083,6 +6834,10 @@ msgid ""
"Make sure you have configured your Network/Internet access with\n"
"drakconnect before going any further."
msgstr ""
+"Nastavení aplikace drakfirewall\n"
+"\n"
+"Předtím, než budete pokračovat, se ujistěte, že jste nastavili vaši\n"
+"síť a přístup k Internetu pomocí aplikace drakconnect."
#: ../../network/drakfirewall.pm_.c:152
msgid "Which services would you like to allow the Internet to connect to?"
@@ -7120,10 +6875,10 @@ msgstr "Další porty"
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
-"Default is dhcpcd"
+"Default is dhcp-client"
msgstr ""
"Kterého dhcp klienta chcete použít?\n"
-"Standardní je dhcpcd"
+"Standardní je dhcp-client"
#: ../../network/ethernet.pm_.c:88
msgid ""
@@ -7133,7 +6888,7 @@ msgstr ""
"Ve vašem počítači nebyl nalezen žádný síťový adaptér.\n"
"Nemohu nastavit typ spojení."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:238
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
msgid "Choose the network interface"
msgstr "Zvolte síťové rozhraní"
@@ -7144,15 +6899,15 @@ msgstr ""
"Vyberte si prosím, který síťový adaptér chcete použít pro připojení k "
"internetu"
-#: ../../network/ethernet.pm_.c:178
+#: ../../network/ethernet.pm_.c:176
msgid "no network card found"
msgstr "nebyla nalezena síťová karta"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:362
+#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
msgid "Configuring network"
msgstr "Nastavuji síť"
-#: ../../network/ethernet.pm_.c:203
+#: ../../network/ethernet.pm_.c:201
msgid ""
"Please enter your host name if you know it.\n"
"Some DHCP servers require the hostname to work.\n"
@@ -7163,15 +6918,15 @@ msgstr ""
"DHCP servery. Tento název musí být úplný, jako například\n"
"'mybox.mylab.myco.com'."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:367
+#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
msgid "Host name"
msgstr "Název počítače"
#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../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
+#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
+#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
+#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
+#: ../../network/netconnect.pm_.c:253
msgid "Network Configuration Wizard"
msgstr "Průvodce nastavením sítě"
@@ -7217,13 +6972,13 @@ msgstr "Nová konfigurace (isdn-light)"
msgid "Old configuration (isdn4net)"
msgstr "Stará konfigurace (isdn4net)"
-#: ../../network/isdn.pm_.c:170 ../../network/isdn.pm_.c:188
-#: ../../network/isdn.pm_.c:200 ../../network/isdn.pm_.c:206
-#: ../../network/isdn.pm_.c:213 ../../network/isdn.pm_.c:223
+#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
+#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
+#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
msgid "ISDN Configuration"
msgstr "Nastavení ISDN"
-#: ../../network/isdn.pm_.c:170
+#: ../../network/isdn.pm_.c:166
msgid ""
"Select your provider.\n"
"If it isn't listed, choose Unlisted."
@@ -7231,19 +6986,19 @@ msgstr ""
"Vyberte si svého poskytovatele internetu.\n"
" Pokud není na seznamu, vyberte si Jiný"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol"
msgstr "Evropský protokol"
-#: ../../network/isdn.pm_.c:183
+#: ../../network/isdn.pm_.c:179
msgid "Europe protocol (EDSS1)"
msgstr "Evropský protokol (EDSS1)"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid "Protocol for the rest of the world"
msgstr "Protokol použitý ve zbytku světa"
-#: ../../network/isdn.pm_.c:185
+#: ../../network/isdn.pm_.c:181
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
@@ -7251,32 +7006,32 @@ msgstr ""
"Protokol použitý ve zbytku světa \n"
" žádný D-kanál (leased lines)"
-#: ../../network/isdn.pm_.c:189
+#: ../../network/isdn.pm_.c:185
msgid "Which protocol do you want to use?"
msgstr "Který protokol chcete použít?"
-#: ../../network/isdn.pm_.c:200
+#: ../../network/isdn.pm_.c:196
#, c-format
msgid "Found \"%s\" interface do you want to use it ?"
msgstr "Chcete použít nalezené rozhraní \"%s\" ?"
-#: ../../network/isdn.pm_.c:207
+#: ../../network/isdn.pm_.c:203
msgid "What kind of card do you have?"
msgstr "Jaký typ karty máte?"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "I don't know"
msgstr "Nevím"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: ../../network/isdn.pm_.c:208
+#: ../../network/isdn.pm_.c:204
msgid "PCI"
msgstr "PCI"
-#: ../../network/isdn.pm_.c:214
+#: ../../network/isdn.pm_.c:210
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
@@ -7290,19 +7045,19 @@ msgstr ""
"\n"
"Jestli máte PCMCIA kartu, musíte znát její IRQ a IO.\n"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Abort"
msgstr "Přerušit"
-#: ../../network/isdn.pm_.c:218
+#: ../../network/isdn.pm_.c:214
msgid "Continue"
msgstr "Pokračovat"
-#: ../../network/isdn.pm_.c:224
+#: ../../network/isdn.pm_.c:220
msgid "Which is your ISDN card?"
msgstr "Kterou z těchto ISDN karet máte?"
-#: ../../network/isdn.pm_.c:243
+#: ../../network/isdn.pm_.c:239
msgid ""
"I have detected an ISDN PCI card, but I don't know its type. Please select a "
"PCI card on the next screen."
@@ -7310,60 +7065,87 @@ msgstr ""
"Našel jsem ISDN PCI kartu, jejíž typ ale neznám. Prosím zvolte si jednu z "
"následujícího seznamu PCI karet."
-#: ../../network/isdn.pm_.c:252
+#: ../../network/isdn.pm_.c:248
msgid "No ISDN PCI card found. Please select one on the next screen."
msgstr ""
"Nenašel jsem žádnou ISDN PCI kartu. Prosím zvolte si jednu z následující "
"nabídky"
-#: ../../network/modem.pm_.c:39
+#: ../../network/modem.pm_.c:57
msgid "Please choose which serial port your modem is connected to."
msgstr "Ke kterému sériovému portu je váš modem připojen?"
-#: ../../network/modem.pm_.c:44
+#: ../../network/modem.pm_.c:67
msgid "Dialup options"
msgstr "Možnosti vytáčení"
-#: ../../network/modem.pm_.c:45 ../../standalone/drakconnect_.c:621
+#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
msgid "Connection name"
msgstr "Název připojení"
-#: ../../network/modem.pm_.c:46 ../../standalone/drakconnect_.c:622
+#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
msgid "Phone number"
msgstr "Telefonní číslo"
-#: ../../network/modem.pm_.c:47 ../../standalone/drakconnect_.c:623
+#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
msgid "Login ID"
msgstr "Přihlašovací jméno"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "CHAP"
msgstr "CHAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "PAP"
msgstr "PAP"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Script-based"
msgstr "Podle scénáře"
-#: ../../network/modem.pm_.c:49 ../../standalone/drakconnect_.c:625
+#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
msgid "Terminal-based"
msgstr "Pomocí terminálu"
-#: ../../network/modem.pm_.c:50 ../../standalone/drakconnect_.c:626
+#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
msgid "Domain name"
msgstr "Jméno domény"
-#: ../../network/modem.pm_.c:51 ../../standalone/drakconnect_.c:627
+#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
msgid "First DNS Server (optional)"
msgstr "První DNS Server (nepovinný)"
-#: ../../network/modem.pm_.c:52 ../../standalone/drakconnect_.c:628
+#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
msgid "Second DNS Server (optional)"
msgstr "Druhý DNS Server (nepovinný)"
+#: ../../network/modem.pm_.c:95
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Do nothing"
+msgstr "neshodných"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Install rpm"
+msgstr "Instalovat"
+
+#: ../../network/modem.pm_.c:97
+#, fuzzy
+msgid "Title"
+msgstr "Tabulka"
+
#: ../../network/netconnect.pm_.c:29
msgid ""
"\n"
@@ -7400,24 +7182,24 @@ msgstr "V současnosti nejste připojeni k Internetu."
msgid "Connect"
msgstr "Připojit"
-#: ../../network/netconnect.pm_.c:38
+#: ../../network/netconnect.pm_.c:37
msgid "Disconnect"
msgstr "Odpojit"
-#: ../../network/netconnect.pm_.c:40
+#: ../../network/netconnect.pm_.c:38
msgid "Configure the connection"
msgstr "Nastavit připojení"
-#: ../../network/netconnect.pm_.c:45
+#: ../../network/netconnect.pm_.c:41
msgid "Internet connection & configuration"
msgstr "Nastavení a připojení k internetu"
-#: ../../network/netconnect.pm_.c:95
+#: ../../network/netconnect.pm_.c:94
#, c-format
msgid "We are now going to configure the %s connection."
msgstr "Nyní se připravuje konfigurace %s připojení."
-#: ../../network/netconnect.pm_.c:104
+#: ../../network/netconnect.pm_.c:103
#, c-format
msgid ""
"\n"
@@ -7436,12 +7218,12 @@ msgstr ""
"\n"
"Stiskněte OK pro pokračování."
-#: ../../network/netconnect.pm_.c:133 ../../network/netconnect.pm_.c:251
-#: ../../network/netconnect.pm_.c:271 ../../network/tools.pm_.c:63
+#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
+#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
msgid "Network Configuration"
msgstr "Nastavení sítě"
-#: ../../network/netconnect.pm_.c:134
+#: ../../network/netconnect.pm_.c:133
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
@@ -7452,7 +7234,7 @@ msgstr ""
"Klikněte na Ok pro zachování nastavení nebo klikněte na Zrušit pro nové "
"nastavení připojení Internetu a k síti.\n"
-#: ../../network/netconnect.pm_.c:160
+#: ../../network/netconnect.pm_.c:157
msgid ""
"Welcome to The Network Configuration Wizard.\n"
"\n"
@@ -7464,72 +7246,77 @@ msgstr ""
"Nyní lze nastavit připojení k síti nebo internetu.\n"
"Pokud nechcete použít automatickou detekci, odznačte políčko.\n"
-#: ../../network/netconnect.pm_.c:166
+#: ../../network/netconnect.pm_.c:163
msgid "Choose the profile to configure"
msgstr "Zvolte profil pro nastavení"
-#: ../../network/netconnect.pm_.c:167
+#: ../../network/netconnect.pm_.c:164
msgid "Use auto detection"
msgstr "Použít autodetekci"
-#: ../../network/netconnect.pm_.c:168 ../../printerdrake.pm_.c:3203
-#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
-#: ../../standalone/drakfloppy_.c:146
+#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
+#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
+#: ../../standalone/drakfloppy_.c:118
msgid "Expert Mode"
msgstr "Expertní režim"
-#: ../../network/netconnect.pm_.c:174 ../../printerdrake.pm_.c:399
+#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
msgid "Detecting devices..."
msgstr "Detekuji zařízení..."
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
msgid "Normal modem connection"
msgstr "Modemové připojení"
-#: ../../network/netconnect.pm_.c:185 ../../network/netconnect.pm_.c:194
+#: ../../network/netconnect.pm_.c:214
#, c-format
msgid "detected on port %s"
msgstr "detekováno na portu %s"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:215
+#, fuzzy
+msgid "Winmodem connection"
+msgstr "Modemové připojení"
+
+#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
+#, fuzzy
+msgid "detected"
+msgstr "detekováno %s"
+
+#: ../../network/netconnect.pm_.c:216
msgid "ISDN connection"
msgstr "ISDN připojení"
-#: ../../network/netconnect.pm_.c:186 ../../network/netconnect.pm_.c:195
+#: ../../network/netconnect.pm_.c:216
#, c-format
msgid "detected %s"
msgstr "detekováno %s"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
+#: ../../network/netconnect.pm_.c:217
msgid "ADSL connection"
msgstr "ADSL připojení"
-#: ../../network/netconnect.pm_.c:187 ../../network/netconnect.pm_.c:196
-#, c-format
-msgid "detected on interface %s"
-msgstr "detekováno na rozhraní %s"
-
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "Cable connection"
msgstr "Kabelové připojení"
-#: ../../network/netconnect.pm_.c:188 ../../network/netconnect.pm_.c:197
+#: ../../network/netconnect.pm_.c:218
msgid "cable connection detected"
msgstr "detekováno kabelové připojení"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "LAN connection"
msgstr "Připojení k LAN"
-#: ../../network/netconnect.pm_.c:189 ../../network/netconnect.pm_.c:198
+#: ../../network/netconnect.pm_.c:219
msgid "ethernet card(s) detected"
msgstr "detekovaná(é) síťová(é) karta(y)"
-#: ../../network/netconnect.pm_.c:201
+#: ../../network/netconnect.pm_.c:222
msgid "Choose the connection you want to configure"
msgstr "Zvolte si připojení, které chcete nastavit"
-#: ../../network/netconnect.pm_.c:225
+#: ../../network/netconnect.pm_.c:246
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
@@ -7539,23 +7326,23 @@ msgstr ""
"Vyberte si jeden, který chcete použít.\n"
"\n"
-#: ../../network/netconnect.pm_.c:226
+#: ../../network/netconnect.pm_.c:247
msgid "Internet connection"
msgstr "Internetové připojení"
-#: ../../network/netconnect.pm_.c:232
+#: ../../network/netconnect.pm_.c:253
msgid "Do you want to start the connection at boot?"
msgstr "Chcete se automaticky připojovat po startu počítače?"
-#: ../../network/netconnect.pm_.c:246
+#: ../../network/netconnect.pm_.c:267
msgid "Network configuration"
msgstr "Nastavení sítě"
-#: ../../network/netconnect.pm_.c:247
+#: ../../network/netconnect.pm_.c:268
msgid "The network needs to be restarted"
msgstr "Je potřebné znovu spustit síť"
-#: ../../network/netconnect.pm_.c:251
+#: ../../network/netconnect.pm_.c:272
#, c-format
msgid ""
"A problem occured while restarting the network: \n"
@@ -7566,7 +7353,7 @@ msgstr ""
"\n"
"%s"
-#: ../../network/netconnect.pm_.c:261
+#: ../../network/netconnect.pm_.c:282
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
"The configuration will now be applied to your system.\n"
@@ -7576,7 +7363,7 @@ msgstr ""
"\n"
"Konfigurace bude nyní aktivována.\n"
-#: ../../network/netconnect.pm_.c:265
+#: ../../network/netconnect.pm_.c:286
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
@@ -7584,7 +7371,7 @@ msgstr ""
"Doporučujeme po tomto kroku restartovat X Window,\n"
"aby se předešlo problémům se změnou názvu počítače."
-#: ../../network/netconnect.pm_.c:266
+#: ../../network/netconnect.pm_.c:287
msgid ""
"Problems occured during configuration.\n"
"Test your connection via net_monitor or mcc. If your connection doesn't "
@@ -7594,7 +7381,7 @@ msgstr ""
"Otestujte připojení k Internetu pomocí net_monitor nebo mcc. Pokud není "
"spojení funkční, bude potřeba asi znovu načíst konfiguraci"
-#: ../../network/network.pm_.c:291
+#: ../../network/network.pm_.c:278
msgid ""
"WARNING: this device has been previously configured to connect to the "
"Internet.\n"
@@ -7605,7 +7392,7 @@ msgstr ""
"Klikněte na Ok pro zachování nastavení.\n"
"Modifikace následujících položek přepíše toto nastavení."
-#: ../../network/network.pm_.c:296
+#: ../../network/network.pm_.c:283
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
@@ -7615,43 +7402,55 @@ msgstr ""
"Každá položka musí být zadána jako IP adresa v 'desetinné' formě\n"
"(například 1.2.3.4)."
-#: ../../network/network.pm_.c:306 ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
msgid "Configuring network device %s"
msgstr "Nastavuji síťové zařízení %s"
-#: ../../network/network.pm_.c:307
+#: ../../network/network.pm_.c:294
#, c-format
msgid " (driver %s)"
msgstr " (ovladač %s)"
-#: ../../network/network.pm_.c:309 ../../standalone/drakconnect_.c:231
-#: ../../standalone/drakconnect_.c:467
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
msgid "IP address"
msgstr "IP adresa"
-#: ../../network/network.pm_.c:310 ../../standalone/drakconnect_.c:468
-#: ../../standalone/drakgw_.c:295
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
msgid "Netmask"
msgstr "Maska sítě"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "(bootp/dhcp)"
msgstr "(bootp/dhcp)"
-#: ../../network/network.pm_.c:311
+#: ../../network/network.pm_.c:298
msgid "Automatic IP"
msgstr "Automatická IP"
-#: ../../network/network.pm_.c:312
+#: ../../network/network.pm_.c:299
msgid "Start at boot"
msgstr "Spustit při startu"
-#: ../../network/network.pm_.c:333 ../../printerdrake.pm_.c:875
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa musí být ve formátu 1.2.3.4"
-#: ../../network/network.pm_.c:363
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:330
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
+msgstr ""
+
+#: ../../network/network.pm_.c:350
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7662,56 +7461,56 @@ msgstr ""
"Tento název musí být úplný, jako 'mybox.mylab.myco.com'.\n"
"Pokud používáte bránu(gateway), můžete také zadat její adresu"
-#: ../../network/network.pm_.c:368
+#: ../../network/network.pm_.c:355
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:369
+#: ../../network/network.pm_.c:356
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Brána (např. %s)"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:358
msgid "Gateway device"
msgstr "Zařízení brány (gateway)"
-#: ../../network/network.pm_.c:376
+#: ../../network/network.pm_.c:363
msgid "DNS server address should be in format 1.2.3.4"
msgstr "Adresa serveru DNS by měla být ve tvaru 1.2.3.4"
-#: ../../network/network.pm_.c:380
+#: ../../network/network.pm_.c:367
msgid "Gateway address should be in format 1.2.3.4"
msgstr "Adresa brány by měla být ve tvaru 1.2.3.4"
-#: ../../network/network.pm_.c:394
+#: ../../network/network.pm_.c:381
msgid "Proxies configuration"
msgstr "Nastavení proxy"
-#: ../../network/network.pm_.c:395
+#: ../../network/network.pm_.c:382
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:396
+#: ../../network/network.pm_.c:383
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:397
+#: ../../network/network.pm_.c:384
msgid "Track network card id (useful for laptops)"
msgstr "Sledovat id síťové karty (užitečné u notebooků)"
-#: ../../network/network.pm_.c:400
+#: ../../network/network.pm_.c:387
msgid "Proxy should be http://..."
msgstr "Proxy by měla být http://..."
-#: ../../network/network.pm_.c:401 ../../proxy.pm_.c:65
+#: ../../network/network.pm_.c:388
msgid "Url should begin with 'ftp:' or 'http:'"
msgstr "URL by mělo začínat znaky 'ftp:' nebo 'http:'"
-#: ../../network/shorewall.pm_.c:25
+#: ../../network/shorewall.pm_.c:26
msgid "Firewalling configuration detected!"
msgstr "Našel jsem existující nastavení firewallu!"
-#: ../../network/shorewall.pm_.c:26
+#: ../../network/shorewall.pm_.c:27
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fix after installation."
@@ -7719,27 +7518,27 @@ msgstr ""
"Varování! Bylo nalezeno existující nastavení firewallu. Po instalaci může "
"být zapotřebí nějaká ruční úprava."
-#: ../../network/tools.pm_.c:41
+#: ../../network/tools.pm_.c:57
msgid "Internet configuration"
msgstr "Nastavení Internetu"
-#: ../../network/tools.pm_.c:42
+#: ../../network/tools.pm_.c:58
msgid "Do you want to try to connect to the Internet now?"
msgstr "Chcete se nyní pokusit připojit k internetu?"
-#: ../../network/tools.pm_.c:46 ../../standalone/drakconnect_.c:196
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
msgid "Testing your connection..."
msgstr "Testuji připojení k internetu..."
-#: ../../network/tools.pm_.c:56
+#: ../../network/tools.pm_.c:70
msgid "The system is now connected to Internet."
msgstr "Počítač je nyní připojen k internetu"
-#: ../../network/tools.pm_.c:57
+#: ../../network/tools.pm_.c:71
msgid "For security reason, it will be disconnected now."
msgstr "Z bezpečnostních důvodů bude spojení ukončeno."
-#: ../../network/tools.pm_.c:58
+#: ../../network/tools.pm_.c:72
msgid ""
"The system doesn't seem to be connected to internet.\n"
"Try to reconfigure your connection."
@@ -7747,92 +7546,92 @@ msgstr ""
"Nepodařilo se připojit k Internetu.\n"
"Pokuste se překonfigurovat dané připojení."
-#: ../../network/tools.pm_.c:82
+#: ../../network/tools.pm_.c:96
msgid "Connection Configuration"
msgstr "Nastavení připojení"
-#: ../../network/tools.pm_.c:83
+#: ../../network/tools.pm_.c:97
msgid "Please fill or check the field below"
msgstr "Prosím vyplňte nebo zkontrolujte následující údaje"
-#: ../../network/tools.pm_.c:85 ../../standalone/drakconnect_.c:607
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
msgid "Card IRQ"
msgstr "IRQ karty"
-#: ../../network/tools.pm_.c:86 ../../standalone/drakconnect_.c:608
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
msgid "Card mem (DMA)"
msgstr "DMA karty"
-#: ../../network/tools.pm_.c:87 ../../standalone/drakconnect_.c:609
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
msgid "Card IO"
msgstr "IO karty"
-#: ../../network/tools.pm_.c:88 ../../standalone/drakconnect_.c:610
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
msgid "Card IO_0"
msgstr "IO_0 karty"
-#: ../../network/tools.pm_.c:89 ../../standalone/drakconnect_.c:611
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
msgid "Card IO_1"
msgstr "IO_1 karty"
-#: ../../network/tools.pm_.c:90 ../../standalone/drakconnect_.c:612
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
msgid "Your personal phone number"
msgstr "Vaše osobní telefonní číslo"
-#: ../../network/tools.pm_.c:91 ../../standalone/drakconnect_.c:613
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
msgid "Provider name (ex provider.net)"
msgstr "Jméno poskytovatele (např. provider.net)"
-#: ../../network/tools.pm_.c:92 ../../standalone/drakconnect_.c:614
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
msgid "Provider phone number"
msgstr "Telefonní číslo poskytovatele"
-#: ../../network/tools.pm_.c:93 ../../standalone/drakconnect_.c:615
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
msgid "Provider dns 1 (optional)"
msgstr "DNS poskytovatele č.1 (volitelné)"
-#: ../../network/tools.pm_.c:94 ../../standalone/drakconnect_.c:616
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
msgid "Provider dns 2 (optional)"
msgstr "DNS poskytovatele č.2 (volitelné)"
-#: ../../network/tools.pm_.c:95
+#: ../../network/tools.pm_.c:109
msgid "Choose your country"
msgstr "Výběr si zemi"
-#: ../../network/tools.pm_.c:96 ../../standalone/drakconnect_.c:619
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
msgid "Dialing mode"
msgstr "Typ vytáčení"
-#: ../../network/tools.pm_.c:97 ../../standalone/drakconnect_.c:631
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
msgid "Connection speed"
msgstr "Rychlost připojení"
-#: ../../network/tools.pm_.c:98 ../../standalone/drakconnect_.c:632
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
msgid "Connection timeout (in sec)"
msgstr "Prodleva připojení (vteřiny)"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:617
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
msgid "Account Login (user name)"
msgstr "Váš účet (uživatelské jméno)"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:618
-#: ../../standalone/drakconnect_.c:649
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
msgid "Account Password"
msgstr "Heslo vašeho účtu"
-#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
msgid "United Kingdom"
msgstr "Velká Británie"
-#: ../../partition_table.pm_.c:602
+#: ../../partition_table.pm_.c:603
msgid "mount failed: "
msgstr "chyba připojování: "
-#: ../../partition_table.pm_.c:666
+#: ../../partition_table.pm_.c:667
msgid "Extended partition not supported on this platform"
msgstr "Rozšířené diskové oddíly nejsou na tomto systému podporovány"
-#: ../../partition_table.pm_.c:684
+#: ../../partition_table.pm_.c:685
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
@@ -7851,12 +7650,12 @@ msgstr "Obnova ze souboru %s neuspěla: %s"
msgid "Bad backup file"
msgstr "Špatný záložní soubor"
-#: ../../partition_table.pm_.c:798
+#: ../../partition_table.pm_.c:796
#, c-format
msgid "Error writing to file %s"
msgstr "Chyba při zapisování do souboru %s"
-#: ../../partition_table/raw.pm_.c:189
+#: ../../partition_table/raw.pm_.c:192
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7886,182 +7685,183 @@ msgstr "nedůležité"
msgid "maybe"
msgstr "může se hodit"
-#: ../../printer.pm_.c:26
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Tiskový Systém pro Unix"
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Tisk bez ukládání do fronty"
-#: ../../printer.pm_.c:27
-msgid "LPRng - LPR New Generation"
-msgstr "LprNG - LPR Nové generace"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
+msgstr "PDQ"
-#: ../../printer.pm_.c:28
+#: ../../printer/data.pm_.c:30
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Démon pro tiskárny"
-#: ../../printer.pm_.c:29
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Tisk bez ukládání do fronty"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
+msgstr "LPD"
-#: ../../printer.pm_.c:34 ../../printer.pm_.c:1181
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
+msgstr "LprNG - LPR Nové generace"
-#: ../../printer.pm_.c:35
+#: ../../printer/data.pm_.c:52
msgid "LPRng"
msgstr "LprNG"
-#: ../../printer.pm_.c:36
-msgid "LPD"
-msgstr "LPD"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Tiskový Systém pro Unix"
-#: ../../printer.pm_.c:37
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
+msgstr "CUPS"
-#: ../../printer.pm_.c:49
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+msgid "Unknown Model"
+msgstr "Neznámý model"
+
+#: ../../printer/main.pm_.c:26
msgid "Local printer"
msgstr "Místní tiskárna"
-#: ../../printer.pm_.c:50
+#: ../../printer/main.pm_.c:27
msgid "Remote printer"
msgstr "Vzdálená tiskárna"
-#: ../../printer.pm_.c:51
+#: ../../printer/main.pm_.c:28
msgid "Printer on remote CUPS server"
msgstr "Tiskárna na vzdáleném CUPS serveru"
-#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:898
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
msgid "Printer on remote lpd server"
msgstr "Tiskárna na vzdálený lpd serveru"
-#: ../../printer.pm_.c:53
+#: ../../printer/main.pm_.c:30
msgid "Network printer (TCP/Socket)"
msgstr "Síťová tiskárna (TCP/Socket)"
-#: ../../printer.pm_.c:54
+#: ../../printer/main.pm_.c:31
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Tiskárna na serveru Windows 95/98/NT"
-#: ../../printer.pm_.c:55
+#: ../../printer/main.pm_.c:32
msgid "Printer on NetWare server"
msgstr "Tiskárna na Netware serveru"
-#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:902
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
msgid "Enter a printer device URI"
msgstr "Zadejte URI tiskového zařízení"
-#: ../../printer.pm_.c:57
+#: ../../printer/main.pm_.c:34
msgid "Pipe job into a command"
msgstr "Poslat tiskovou úlohu do příkazu"
-#: ../../printer.pm_.c:346 ../../printer.pm_.c:388 ../../printer.pm_.c:570
-msgid "Unknown Model"
-msgstr "Neznámý model"
-
-#: ../../printer.pm_.c:791 ../../printer.pm_.c:982 ../../printer.pm_.c:1374
-#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:3471
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
msgid "Unknown model"
msgstr "Neznámý model"
-#: ../../printer.pm_.c:819
+#: ../../printer/main.pm_.c:317
msgid "Local Printers"
msgstr "Místní tiskárny"
-#: ../../printer.pm_.c:821 ../../printer.pm_.c:1182
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
msgid "Remote Printers"
msgstr "Vzdálené tiskárny"
-#: ../../printer.pm_.c:828 ../../printerdrake.pm_.c:417
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
msgid " on parallel port \\/*%s"
msgstr " na paralelním portu \\/*%s"
-#: ../../printer.pm_.c:831 ../../printerdrake.pm_.c:419
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", USB tiskárna \\/*%s"
-#: ../../printer.pm_.c:836
+#: ../../printer/main.pm_.c:334
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", multifunkční na paralelním portu \\/*%s"
-#: ../../printer.pm_.c:839
+#: ../../printer/main.pm_.c:337
msgid ", multi-function device on USB"
msgstr ", multifunkční zařízení na USB"
-#: ../../printer.pm_.c:841
+#: ../../printer/main.pm_.c:339
msgid ", multi-function device on HP JetDirect"
msgstr ", multifunkční zařízení na HP JetDirect"
-#: ../../printer.pm_.c:843
+#: ../../printer/main.pm_.c:341
msgid ", multi-function device"
msgstr ", multifunkční zařízení"
-#: ../../printer.pm_.c:846
+#: ../../printer/main.pm_.c:344
#, c-format
msgid ", printing to %s"
msgstr ", při tisku na %s"
-#: ../../printer.pm_.c:848
+#: ../../printer/main.pm_.c:346
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr " na serveru LPD \"%s\", tiskárna \"%s\""
-#: ../../printer.pm_.c:850
+#: ../../printer/main.pm_.c:348
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP hostitel \"%s\", port %s"
-#: ../../printer.pm_.c:854
+#: ../../printer/main.pm_.c:352
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr " na serveru SMB/Windows \"%s\", sdílená jako \"%s\""
-#: ../../printer.pm_.c:858
+#: ../../printer/main.pm_.c:356
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr " na serveru Novell \"%s\", tiskárna \"%s\""
-#: ../../printer.pm_.c:860
+#: ../../printer/main.pm_.c:358
#, c-format
msgid ", using command %s"
msgstr ", používá příkaz %s"
-#: ../../printer.pm_.c:979 ../../printerdrake.pm_.c:1701
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
msgid "Raw printer (No driver)"
msgstr "Přímý tisk (bez ovladače)"
-#: ../../printer.pm_.c:1151
+#: ../../printer/main.pm_.c:647
#, c-format
msgid "(on %s)"
msgstr "(na %s)"
-#: ../../printer.pm_.c:1153
+#: ../../printer/main.pm_.c:649
msgid "(on this machine)"
msgstr "(na tomto počítači)"
-#: ../../printer.pm_.c:1178
+#: ../../printer/main.pm_.c:674
#, c-format
msgid "On CUPS server \"%s\""
msgstr "Na serveru CUPS \"%s\""
-#: ../../printer.pm_.c:1184 ../../printerdrake.pm_.c:3123
-#: ../../printerdrake.pm_.c:3134 ../../printerdrake.pm_.c:3360
-#: ../../printerdrake.pm_.c:3412 ../../printerdrake.pm_.c:3438
-#: ../../printerdrake.pm_.c:3613 ../../printerdrake.pm_.c:3615
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
msgid " (Default)"
msgstr " (Výchozí)"
-#: ../../printerdrake.pm_.c:25
+#: ../../printer/printerdrake.pm_.c:27
msgid "Select Printer Connection"
msgstr "Zvolte připojení tiskárny"
-#: ../../printerdrake.pm_.c:26
+#: ../../printer/printerdrake.pm_.c:28
msgid "How is the printer connected?"
msgstr "Jak je tiskárna připojena?"
-#: ../../printerdrake.pm_.c:28
+#: ../../printer/printerdrake.pm_.c:30
msgid ""
"\n"
"Printers on remote CUPS servers you do not have to configure here; these "
@@ -8071,19 +7871,19 @@ msgstr ""
"V případě vzdáleného CUPS serveru nemusíte nastavovat tiskárny zde,\n"
"tiskárny budou automaticky detekovány."
-#: ../../printerdrake.pm_.c:36
+#: ../../printer/printerdrake.pm_.c:38
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr "Autodetekce tiskárny (lokální, TCP/soket, a tiskárny SMB)"
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3187
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
msgid "CUPS configuration"
msgstr "Nastavení CUPS"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3188
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
msgid "Specify CUPS server"
msgstr "Zadejte CUPS server"
-#: ../../printerdrake.pm_.c:86
+#: ../../printer/printerdrake.pm_.c:83
msgid ""
"To get access to printers on remote CUPS servers in your local network you "
"do not have to configure anything; the CUPS servers inform your machine "
@@ -8100,7 +7900,7 @@ msgstr ""
"síti, musíte pro získání informací zadat IP adresu CUPS serveru a také "
"případně číslo portu, jinak nechte toto pole prázdné."
-#: ../../printerdrake.pm_.c:87
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
"\n"
"Normally, CUPS is automatically configured according to your network "
@@ -8116,53 +7916,53 @@ msgstr ""
"\"Automatické nastavení pro CUPS\" a editujte soubor /etc/cups/cupsd.conf\n"
"ručně. Nezapomeňte potom CUPS restartovat (příkaz: \"service cups restart\")."
-#: ../../printerdrake.pm_.c:91
+#: ../../printer/printerdrake.pm_.c:88
msgid "The IP address should look like 192.168.1.20"
msgstr "IP adresa musí být ve formátu 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1109
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
msgid "The port number should be an integer!"
msgstr "Číslo portu musí být celé číslo!"
-#: ../../printerdrake.pm_.c:102
+#: ../../printer/printerdrake.pm_.c:99
msgid "CUPS server IP"
msgstr "IP adresa CUPS serveru"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1129
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
msgid "Port"
msgstr "Port"
-#: ../../printerdrake.pm_.c:105
+#: ../../printer/printerdrake.pm_.c:102
msgid "Automatic CUPS configuration"
msgstr "Automatické nastavení pro CUPS"
-#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
-#: ../../printerdrake.pm_.c:1574 ../../printerdrake.pm_.c:1578
-#: ../../printerdrake.pm_.c:1696 ../../printerdrake.pm_.c:2248
-#: ../../printerdrake.pm_.c:2401 ../../printerdrake.pm_.c:2460
-#: ../../printerdrake.pm_.c:2533 ../../printerdrake.pm_.c:2554
-#: ../../printerdrake.pm_.c:2747 ../../printerdrake.pm_.c:2792
-#: ../../printerdrake.pm_.c:2797 ../../printerdrake.pm_.c:2831
-#: ../../printerdrake.pm_.c:2836 ../../printerdrake.pm_.c:2873
-#: ../../printerdrake.pm_.c:2926 ../../printerdrake.pm_.c:2946
-#: ../../printerdrake.pm_.c:2960 ../../printerdrake.pm_.c:2994
-#: ../../printerdrake.pm_.c:3040 ../../printerdrake.pm_.c:3058
-#: ../../printerdrake.pm_.c:3147 ../../printerdrake.pm_.c:3226
-#: ../../printerdrake.pm_.c:3528 ../../printerdrake.pm_.c:3583
-#: ../../printerdrake.pm_.c:3636 ../../standalone/printerdrake_.c:57
-msgid "Printerdrake"
-msgstr "PrinterDrake"
-
-#: ../../printerdrake.pm_.c:178
+#: ../../printer/printerdrake.pm_.c:159
msgid "Checking your system..."
msgstr "Zkoumám váš počítač..."
-#: ../../printerdrake.pm_.c:186
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+msgid "Printerdrake"
+msgstr "PrinterDrake"
+
+#: ../../printer/printerdrake.pm_.c:167
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr "Na vašem počítači nebyla nalezena žádná přímo připojená tiskárna"
-#: ../../printerdrake.pm_.c:198
+#: ../../printer/printerdrake.pm_.c:179
msgid ""
"The following printers\n"
"\n"
@@ -8170,7 +7970,7 @@ msgstr ""
"Následující tiskárny\n"
"\n"
-#: ../../printerdrake.pm_.c:199
+#: ../../printer/printerdrake.pm_.c:180
msgid ""
"The following printer\n"
"\n"
@@ -8178,7 +7978,7 @@ msgstr ""
"Následující tiskárna\n"
"\n"
-#: ../../printerdrake.pm_.c:201
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
"\n"
"and one unknown printer are "
@@ -8186,7 +7986,7 @@ msgstr ""
"\n"
"a jedna neznámá tiskárna jsou "
-#: ../../printerdrake.pm_.c:203
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
@@ -8195,7 +7995,7 @@ msgstr ""
"\n"
"a %d neznámých tiskáren je "
-#: ../../printerdrake.pm_.c:207
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"are "
@@ -8203,7 +8003,7 @@ msgstr ""
"\n"
"jsou "
-#: ../../printerdrake.pm_.c:208
+#: ../../printer/printerdrake.pm_.c:187
msgid ""
"\n"
"is "
@@ -8211,11 +8011,11 @@ msgstr ""
"\n"
"je "
-#: ../../printerdrake.pm_.c:210
+#: ../../printer/printerdrake.pm_.c:189
msgid "directly connected to your system"
msgstr "přímo připojena(y) k vašemu počítači"
-#: ../../printerdrake.pm_.c:213
+#: ../../printer/printerdrake.pm_.c:192
msgid ""
"\n"
"There is one unknown printer directly connected to your system"
@@ -8223,7 +8023,7 @@ msgstr ""
"\n"
"Našel jsem jednu neznámou tiskárnu přímo připojenou k vašemu počítači"
-#: ../../printerdrake.pm_.c:215
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
"\n"
@@ -8232,11 +8032,11 @@ msgstr ""
"\n"
"Našel jsem %d neznámých tiskáren přímo připojených k vašemu počítači"
-#: ../../printerdrake.pm_.c:221
+#: ../../printer/printerdrake.pm_.c:200
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr " (Zkontrolujte to, že všechny tiskárny jsou připojeny a zapnuty).\n"
-#: ../../printerdrake.pm_.c:235
+#: ../../printer/printerdrake.pm_.c:214
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
"printers in the local network?\n"
@@ -8244,19 +8044,19 @@ msgstr ""
"Chcete povolit tisk na tiskárnách vypsaných výše nebo na tiskárnách v "
"lokální síti?\n"
-#: ../../printerdrake.pm_.c:236
+#: ../../printer/printerdrake.pm_.c:215
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr "Chcete povolit tisk na tiskárnách v lokální síti?\n"
-#: ../../printerdrake.pm_.c:238
+#: ../../printer/printerdrake.pm_.c:217
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Chcete povolit tisk na tiskárnách vypsaných výše?\n"
-#: ../../printerdrake.pm_.c:239
+#: ../../printer/printerdrake.pm_.c:218
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr "Opravdu chcete nastavit tisk na tomto počítači?\n"
-#: ../../printerdrake.pm_.c:240
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
@@ -8265,13 +8065,13 @@ msgstr ""
"POZNÁMKA: V závislosti na modelu tiskárny a tiskovém systému je potřeba "
"nainstalovat dalších %d MB potřebného software."
-#: ../../printerdrake.pm_.c:279 ../../printerdrake.pm_.c:291
-#: ../../printerdrake.pm_.c:361 ../../printerdrake.pm_.c:3169
-#: ../../printerdrake.pm_.c:3299
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
msgid "Add a new printer"
msgstr "Přidat novou tiskárnu"
-#: ../../printerdrake.pm_.c:280
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8292,7 +8092,7 @@ msgstr ""
"Budete dotázáni na všechny potřebné informace pro nastavení tiskárny, můžete "
"si vybrat se všech tiskových ovladačů a typů připojení tiskárny."
-#: ../../printerdrake.pm_.c:293
+#: ../../printer/printerdrake.pm_.c:272
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8332,7 +8132,7 @@ msgstr ""
"Pokud jste připraveni, klepněte na tlačítko \"Další\", nebo klepněte na "
"tlačítko \"Zrušit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
-#: ../../printerdrake.pm_.c:302 ../../printerdrake.pm_.c:319
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8357,7 +8157,7 @@ msgstr ""
"Pokud jste připraveni, klepněte na tlačítko \"Další\", nebo klepněte na "
"tlačítko \"Zrušit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
-#: ../../printerdrake.pm_.c:310
+#: ../../printer/printerdrake.pm_.c:289
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8395,19 +8195,19 @@ msgstr ""
"Pokud jste připraveni, klepněte na tlačítko \"Další\", nebo klepněte na "
"tlačítko \"Zrušit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
-#: ../../printerdrake.pm_.c:328
+#: ../../printer/printerdrake.pm_.c:307
msgid "Auto-detect printers connected to this machine"
msgstr "Automaticky nalézt tiskárny připojené k tomuto počítači"
-#: ../../printerdrake.pm_.c:331
+#: ../../printer/printerdrake.pm_.c:310
msgid "Auto-detect printers connected directly to the local network"
msgstr "Automaticky nalézt tiskárny připojené přímo k lokální síti"
-#: ../../printerdrake.pm_.c:334
+#: ../../printer/printerdrake.pm_.c:313
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr "Automaticky nalézt tiskárny sdílené počítači s Microsoft Windows"
-#: ../../printerdrake.pm_.c:362
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8429,53 +8229,53 @@ msgstr ""
"hodnoty (typ zásobníku, kvalita tisku,...), zvolte \"Tiskárna\" v sekci "
"\"Hardware\" v řídícím centru Mandrake."
-#: ../../printerdrake.pm_.c:399 ../../printerdrake.pm_.c:590
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
msgid "Printer auto-detection"
msgstr "Autodetekce tiskárny"
-#: ../../printerdrake.pm_.c:421
+#: ../../printer/printerdrake.pm_.c:385
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", síťová tiskárna \"%s\", port %s"
-#: ../../printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:387
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr ", tiskárna \"%s\" na serveru SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:429
+#: ../../printer/printerdrake.pm_.c:391
#, c-format
msgid "Detected %s"
msgstr "Nalezeno %s"
-#: ../../printerdrake.pm_.c:433 ../../printerdrake.pm_.c:464
-#: ../../printerdrake.pm_.c:483
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Tiskárna na paralelním portu \\/*%s"
-#: ../../printerdrake.pm_.c:435 ../../printerdrake.pm_.c:466
-#: ../../printerdrake.pm_.c:488
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
msgid "USB printer \\/*%s"
msgstr "USB tiskárna \\/*%s"
-#: ../../printerdrake.pm_.c:437
+#: ../../printer/printerdrake.pm_.c:399
#, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Síťová tiskárna \"%s\", port %s"
-#: ../../printerdrake.pm_.c:439
+#: ../../printer/printerdrake.pm_.c:401
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Tiskárna \"%s\" na serveru Windows SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:575 ../../printerdrake.pm_.c:600
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
msgid "Local Printer"
msgstr "Místní tiskárna"
-#: ../../printerdrake.pm_.c:576
+#: ../../printer/printerdrake.pm_.c:526
msgid ""
"No local printer found! To manually install a printer enter a device name/"
"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
@@ -8487,19 +8287,19 @@ msgstr ""
"ekvivalentní LPT1:, LPT2:, ...,první USB tiskárna: /dev/usb/lp0, druhá USB "
"tiskárna: /dev/usb/lp1,...)."
-#: ../../printerdrake.pm_.c:580
+#: ../../printer/printerdrake.pm_.c:530
msgid "You must enter a device or file name!"
msgstr "Musíte zadat zařízení nebo název souboru!"
-#: ../../printerdrake.pm_.c:591
+#: ../../printer/printerdrake.pm_.c:539
msgid "No printer found!"
msgstr "Nenalezena žádná tiskárna!"
-#: ../../printerdrake.pm_.c:601
+#: ../../printer/printerdrake.pm_.c:548
msgid "Available printers"
msgstr "Tiskárny k dispozici"
-#: ../../printerdrake.pm_.c:605
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
"The following printer was auto-detected, if it is not the one you want to "
"configure, enter a device name/file name in the input line"
@@ -8507,7 +8307,7 @@ msgstr ""
"Tyto tiskárny byly automaticky detekovány, pokud není mezi nimi požadovaná "
"tiskárna, zadejte do políčka název zařízení/název souboru"
-#: ../../printerdrake.pm_.c:606
+#: ../../printer/printerdrake.pm_.c:553
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"
@@ -8515,7 +8315,7 @@ msgstr ""
"Zde je seznam všech automaticky rozpoznaných tiskáren. Vyberte si tiskárnu, "
"kterou chcete nastavit nebo zadejte do políčka název zařízení/název souboru"
-#: ../../printerdrake.pm_.c:608
+#: ../../printer/printerdrake.pm_.c:555
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8526,7 +8326,7 @@ msgstr ""
"automatická. Pokud nebyla tiskárna správně detekována nebo preferujete "
"vlastní nastavení tisku, zvolte \"Ruční konfigurace\"."
-#: ../../printerdrake.pm_.c:609
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
"Here is a list of all auto-detected printers. Please choose the printer you "
"want to set up. The configuration of the printer will work fully "
@@ -8537,7 +8337,7 @@ msgstr ""
"plně automatická. Pokud nebyla tiskárna správně detekována nebo preferujete "
"vlastní nastavení tisku, zvolte \"Ruční konfigurace\"."
-#: ../../printerdrake.pm_.c:611
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8545,11 +8345,11 @@ msgstr ""
"Vyberte si port, ke kterému je tiskárna připojena nebo zadejte do políčka "
"název zařízení/název souboru"
-#: ../../printerdrake.pm_.c:612
+#: ../../printer/printerdrake.pm_.c:559
msgid "Please choose the port where your printer is connected to."
msgstr "Vyberte port, ke kterému je vaše tiskárna připojena."
-#: ../../printerdrake.pm_.c:614
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8557,19 +8357,19 @@ msgstr ""
" (Paralelní porty: /dev/lp0, /dev/lp1,... je ekvivalentní LPT1:, LPT2:, ...,"
"první USB tiskárna: /dev/usb/lp0, druhá USB tiskárna: /dev/usb/lp1,...)."
-#: ../../printerdrake.pm_.c:619
+#: ../../printer/printerdrake.pm_.c:565
msgid "You must choose/enter a printer/device!"
msgstr "Musíte vybrat/zadat tiskárnu/zařízení!"
-#: ../../printerdrake.pm_.c:639
+#: ../../printer/printerdrake.pm_.c:584
msgid "Manual configuration"
msgstr "Ruční nastavení"
-#: ../../printerdrake.pm_.c:693
+#: ../../printer/printerdrake.pm_.c:633
msgid "Remote lpd Printer Options"
msgstr "Možnosti vzdálené lpd tiskárny"
-#: ../../printerdrake.pm_.c:694
+#: ../../printer/printerdrake.pm_.c:634
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8577,46 +8377,46 @@ msgstr ""
"Abyste mohli používat vzdálenou tiskovou frontu lpd, musíte zadat název "
"tiskového serveru a název tiskárny, kam má být posílán tisk."
-#: ../../printerdrake.pm_.c:695
+#: ../../printer/printerdrake.pm_.c:635
msgid "Remote host name"
msgstr "Název vzdáleného počítače"
-#: ../../printerdrake.pm_.c:696
+#: ../../printer/printerdrake.pm_.c:636
msgid "Remote printer name"
msgstr "Název vzdálené tiskárny"
-#: ../../printerdrake.pm_.c:699
+#: ../../printer/printerdrake.pm_.c:639
msgid "Remote host name missing!"
msgstr "Chybí název vzdáleného počítače!"
-#: ../../printerdrake.pm_.c:703
+#: ../../printer/printerdrake.pm_.c:643
msgid "Remote printer name missing!"
msgstr "Chybí název vzdálené tiskárny!"
-#: ../../printerdrake.pm_.c:727 ../../printerdrake.pm_.c:1244
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, c-format
msgid "Detected model: %s %s"
msgstr "Nalezen model: %s %s"
-#: ../../printerdrake.pm_.c:805 ../../printerdrake.pm_.c:1045
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
msgid "Scanning network..."
msgstr "Zkoumám síť...."
-#: ../../printerdrake.pm_.c:814 ../../printerdrake.pm_.c:835
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ", tiskárna \"%s\" na serveru \"%s\""
-#: ../../printerdrake.pm_.c:817 ../../printerdrake.pm_.c:838
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Tiskárna \"%s\" na serveru \"%s\""
-#: ../../printerdrake.pm_.c:858
+#: ../../printer/printerdrake.pm_.c:795
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Možnosti SMB (Windows 9x/NT) tiskárny"
-#: ../../printerdrake.pm_.c:859
+#: ../../printer/printerdrake.pm_.c:796
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
"may be different from its TCP/IP hostname!) and possibly the IP address of "
@@ -8628,7 +8428,7 @@ msgstr ""
"tiskového serveru, název sdílené tiskárny, vhodné uživatelské jméno, heslo a "
"informace o pracovní skupině."
-#: ../../printerdrake.pm_.c:860
+#: ../../printer/printerdrake.pm_.c:797
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."
@@ -8637,39 +8437,39 @@ msgstr ""
"ze seznamu a pokud je to potřeba, doplňte uživatelské jméno, heslo, a "
"pracovní skupinu."
-#: ../../printerdrake.pm_.c:861
+#: ../../printer/printerdrake.pm_.c:799
msgid "SMB server host"
msgstr "Název SMB serveru"
-#: ../../printerdrake.pm_.c:862
+#: ../../printer/printerdrake.pm_.c:800
msgid "SMB server IP"
msgstr "IP adresa SMB serveru"
-#: ../../printerdrake.pm_.c:863
+#: ../../printer/printerdrake.pm_.c:801
msgid "Share name"
msgstr "Sdílené jméno"
-#: ../../printerdrake.pm_.c:866
+#: ../../printer/printerdrake.pm_.c:804
msgid "Workgroup"
msgstr "Pracovní skupina"
-#: ../../printerdrake.pm_.c:868
+#: ../../printer/printerdrake.pm_.c:806
msgid "Auto-detected"
msgstr "Automaticky nalezeno"
-#: ../../printerdrake.pm_.c:879
+#: ../../printer/printerdrake.pm_.c:816
msgid "Either the server name or the server's IP must be given!"
msgstr "Musí být zadán buď název serveru nebo jeho IP adresa!"
-#: ../../printerdrake.pm_.c:883
+#: ../../printer/printerdrake.pm_.c:820
msgid "Samba share name missing!"
msgstr "Chybí název pro sdílení přes Sambu!"
-#: ../../printerdrake.pm_.c:889
+#: ../../printer/printerdrake.pm_.c:826
msgid "SECURITY WARNING!"
msgstr "BEZPEČNOSTNÍ VAROVÁNÍ!"
-#: ../../printerdrake.pm_.c:890
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8710,7 +8510,7 @@ msgstr ""
"PrinterDrake.\n"
"\n"
-#: ../../printerdrake.pm_.c:900
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8723,7 +8523,7 @@ msgstr ""
"PrinterDrake.\n"
"\n"
-#: ../../printerdrake.pm_.c:903
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8735,11 +8535,11 @@ msgstr ""
"\n"
"Chcete opravdu pokračovat v nastavení tiskárny tímto způsobem?"
-#: ../../printerdrake.pm_.c:975
+#: ../../printer/printerdrake.pm_.c:911
msgid "NetWare Printer Options"
msgstr "Možnosti NetWare tiskárny"
-#: ../../printerdrake.pm_.c:976
+#: ../../printer/printerdrake.pm_.c:912
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
"name (Note! it may be different from its TCP/IP hostname!) as well as the "
@@ -8750,37 +8550,37 @@ msgstr ""
"serveru (Pozor! To může být odlišné od jeho názvu pro TCP/IP!), název "
"tiskové fronty tiskárny, kterou chcete používat, uživatelské jméno a heslo."
-#: ../../printerdrake.pm_.c:977
+#: ../../printer/printerdrake.pm_.c:913
msgid "Printer Server"
msgstr "Tiskový server"
-#: ../../printerdrake.pm_.c:978
+#: ../../printer/printerdrake.pm_.c:914
msgid "Print Queue Name"
msgstr "Název tiskové fronty"
-#: ../../printerdrake.pm_.c:983
+#: ../../printer/printerdrake.pm_.c:919
msgid "NCP server name missing!"
msgstr "Chybí název pro sdílení přes NCP!"
-#: ../../printerdrake.pm_.c:987
+#: ../../printer/printerdrake.pm_.c:923
msgid "NCP queue name missing!"
msgstr "Chybí název tiskové fronty pro NCP!"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1074
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, c-format
msgid ", host \"%s\", port %s"
msgstr ", počítač \"%s\", port %s"
-#: ../../printerdrake.pm_.c:1057 ../../printerdrake.pm_.c:1077
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, c-format
msgid "Host \"%s\", port %s"
msgstr "Počítač \"%s\", port %s"
-#: ../../printerdrake.pm_.c:1097
+#: ../../printer/printerdrake.pm_.c:1030
msgid "TCP/Socket Printer Options"
msgstr "Možnosti tiskárny pro TCP/Socket"
-#: ../../printerdrake.pm_.c:1099
+#: ../../printer/printerdrake.pm_.c:1032
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."
@@ -8789,7 +8589,7 @@ msgstr ""
"políček název nebo IP adresu tiskárny a volitelně číslo portu (výchozí je "
"9100)."
-#: ../../printerdrake.pm_.c:1100
+#: ../../printer/printerdrake.pm_.c:1033
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 "
@@ -8801,19 +8601,19 @@ msgstr ""
"případěserverů HP JetDirect je číslo portu obvykle 9100, u jiných serverů "
"může být jiné. Podívejte se do manuálu k vašemu hardware."
-#: ../../printerdrake.pm_.c:1105
+#: ../../printer/printerdrake.pm_.c:1037
msgid "Printer host name or IP missing!"
msgstr "Chybí název nebo IP adresa tiskárny!"
-#: ../../printerdrake.pm_.c:1127
+#: ../../printer/printerdrake.pm_.c:1059
msgid "Printer host name or IP"
msgstr "Název nebo IP adresa tiskárny"
-#: ../../printerdrake.pm_.c:1177 ../../printerdrake.pm_.c:1179
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
msgid "Printer Device URI"
msgstr "URI Tiskového Zařízení"
-#: ../../printerdrake.pm_.c:1178
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
"either the CUPS or the Foomatic specifications. Note that not all URI types "
@@ -8823,11 +8623,11 @@ msgstr ""
"specifikaci CUPS nebo Foomatic. Také pamatujte na to, že všechny URI nejsou "
"podporovány ve všech tiskových správcích."
-#: ../../printerdrake.pm_.c:1193
+#: ../../printer/printerdrake.pm_.c:1123
msgid "A valid URI must be entered!"
msgstr "Musí být zadáno správné URI!"
-#: ../../printerdrake.pm_.c:1560
+#: ../../printer/printerdrake.pm_.c:1463
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
"Location fields do not need to be filled in. They are comments for the users."
@@ -8835,27 +8635,31 @@ msgstr ""
"Každá tiskárna potřebuje název (např. \"tiskarna\"). Popis a umístění nemusí "
"být vyplněny. Jsou to komentáře pouze pro uživatele."
-#: ../../printerdrake.pm_.c:1561
+#: ../../printer/printerdrake.pm_.c:1464
msgid "Name of printer"
msgstr "Název tiskárny"
-#: ../../printerdrake.pm_.c:1563
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "Popis"
+
+#: ../../printer/printerdrake.pm_.c:1466
msgid "Location"
msgstr "Umístění"
-#: ../../printerdrake.pm_.c:1575 ../../printerdrake.pm_.c:1697
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
msgid "Reading printer database..."
msgstr "Načítám databázi tiskáren ..."
-#: ../../printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm_.c:1482
msgid "Preparing printer database..."
msgstr "Načítám databázi tiskáren ..."
-#: ../../printerdrake.pm_.c:1676
+#: ../../printer/printerdrake.pm_.c:1578
msgid "Your printer model"
msgstr "Model tiskárny"
-#: ../../printerdrake.pm_.c:1677
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8880,24 +8684,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1682 ../../printerdrake.pm_.c:1685
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
msgid "The model is correct"
msgstr "Zvolený model je správný"
-#: ../../printerdrake.pm_.c:1683 ../../printerdrake.pm_.c:1684
-#: ../../printerdrake.pm_.c:1687
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
msgid "Select model manually"
msgstr "Vybrat model ručně"
-#: ../../printerdrake.pm_.c:1704
+#: ../../printer/printerdrake.pm_.c:1606
msgid "Printer model selection"
msgstr "Výběr modelu tiskárny"
-#: ../../printerdrake.pm_.c:1705
+#: ../../printer/printerdrake.pm_.c:1607
msgid "Which printer model do you have?"
msgstr "Jaký model tiskárny máte?"
-#: ../../printerdrake.pm_.c:1706
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
"\n"
"\n"
@@ -8911,7 +8715,7 @@ msgstr ""
"správně. Pokud je vyznačen nesprávný model, můžete ho změnit výběrem ze "
"seznamu nebo zvolte \"Raw printer\"."
-#: ../../printerdrake.pm_.c:1709
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8919,11 +8723,11 @@ msgstr ""
"Pokud není tiskárna v seznamu, vyberte kompatibilní nebo podobný model "
"(podívejte se do manuálu)"
-#: ../../printerdrake.pm_.c:1786
+#: ../../printer/printerdrake.pm_.c:1697
msgid "OKI winprinter configuration"
msgstr "Nastavení pro OKI win-tiskárnu"
-#: ../../printerdrake.pm_.c:1787
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8938,11 +8742,11 @@ msgstr ""
"port, nebo se tiskne přes server, připojte tiskárnu na první paralelní port. "
"Jinak tisk nebude pracovat. Typ připojení bude ovladač ignorovat."
-#: ../../printerdrake.pm_.c:1830 ../../printerdrake.pm_.c:1857
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
msgid "Lexmark inkjet configuration"
msgstr "Nastavení inkoustové tiskárny Lexmark"
-#: ../../printerdrake.pm_.c:1831
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8954,7 +8758,7 @@ msgstr ""
"tiskárnu na lokální port nebo ji nastavte na tom počítači, ke kterému bude "
"připojena."
-#: ../../printerdrake.pm_.c:1858
+#: ../../printer/printerdrake.pm_.c:1746
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."
@@ -8975,11 +8779,11 @@ msgstr ""
"tiskových hlav programem \"lexmarkmaintain\" a nastavit zarovnání tiskové "
"hlavy pomocí tohoto programu."
-#: ../../printerdrake.pm_.c:1861
+#: ../../printer/printerdrake.pm_.c:1749
msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr "Laserová tiskárna GDI používající formát Zenographics ZJ-Stream"
-#: ../../printerdrake.pm_.c:1862
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -9020,7 +8824,7 @@ msgstr ""
"První příkaz může zadat i běžný uživatel, druhý může provést pouze uživatel "
"root. Poté, co výše uvedené provedete, můžete normálně tisknout.\n"
-#: ../../printerdrake.pm_.c:2085
+#: ../../printer/printerdrake.pm_.c:1972
msgid ""
"Printer default settings\n"
"\n"
@@ -9036,22 +8840,22 @@ msgstr ""
"podavač) jsou nastaveny správně. Při tisku ve velmi vysoké kvalitě/rozlišení "
"bude tisk zřejmě pomalejší."
-#: ../../printerdrake.pm_.c:2094
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Hodnota %s musí být celé číslo!"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
msgid "Option %s must be a number!"
msgstr "Hodnota %s musí být číslo!"
-#: ../../printerdrake.pm_.c:2103
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
msgid "Option %s out of range!"
msgstr "Hodnota %s je mimo rozsah!"
-#: ../../printerdrake.pm_.c:2142
+#: ../../printer/printerdrake.pm_.c:2028
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -9060,11 +8864,11 @@ msgstr ""
"Chcete opravdu nastavit tiskárnu \"%s\"\n"
"jako výchozí?"
-#: ../../printerdrake.pm_.c:2165
+#: ../../printer/printerdrake.pm_.c:2051
msgid "Test pages"
msgstr "Testovací stránka"
-#: ../../printerdrake.pm_.c:2166
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
"Please select the test pages you want to print.\n"
"Note: the photo test page can take a rather long time to get printed and on "
@@ -9076,39 +8880,39 @@ msgstr ""
"se na tiskárně s málo pamětí nemusí podařit vůbec. Ve většině případů stačí "
"vytisknout běžnou testovací stránku."
-#: ../../printerdrake.pm_.c:2170
+#: ../../printer/printerdrake.pm_.c:2056
msgid "No test pages"
msgstr "Bez testovací stránky"
-#: ../../printerdrake.pm_.c:2171
+#: ../../printer/printerdrake.pm_.c:2057
msgid "Print"
msgstr "Tisk"
-#: ../../printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm_.c:2114
msgid "Standard test page"
msgstr "Standardní testovací stránka"
-#: ../../printerdrake.pm_.c:2231
+#: ../../printer/printerdrake.pm_.c:2117
msgid "Alternative test page (Letter)"
msgstr "Alternativní testovací stránka (Letter)"
-#: ../../printerdrake.pm_.c:2234
+#: ../../printer/printerdrake.pm_.c:2120
msgid "Alternative test page (A4)"
msgstr "Alternativní testovací stránka (A4)"
-#: ../../printerdrake.pm_.c:2236
+#: ../../printer/printerdrake.pm_.c:2122
msgid "Photo test page"
msgstr "Testovací stránka s fotografií"
-#: ../../printerdrake.pm_.c:2240
+#: ../../printer/printerdrake.pm_.c:2126
msgid "Do not print any test page"
msgstr "Netisknout testovací stránku"
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:2402
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
msgid "Printing test page(s)..."
msgstr "Tisknu testovací stránku(y)"
-#: ../../printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm_.c:2159
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -9123,7 +8927,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2278
+#: ../../printer/printerdrake.pm_.c:2163
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -9131,15 +8935,15 @@ msgstr ""
"Zkušební stránka byl poslána na tiskárnu.\n"
"Může chvilku trvat než začne tisk.\n"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printer/printerdrake.pm_.c:2170
msgid "Did it work properly?"
msgstr "Proběhl tisk správně ?"
-#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:3473
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
msgid "Raw printer"
msgstr "Přímý tisk na tiskárnu"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -9152,7 +8956,7 @@ msgstr ""
"<soubor>\". Grafické nástroje umožňují jednoduše vybrat tiskárny a měnit "
"jejich parametry.\n"
-#: ../../printerdrake.pm_.c:2335
+#: ../../printer/printerdrake.pm_.c:2218
msgid ""
"These commands you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications, but here do not supply the file name "
@@ -9162,8 +8966,8 @@ msgstr ""
"většině aplikací, ale nezadává se zde název souboru, které je pokaždé jiné v "
"závislosti na dané aplikaci.\n"
-#: ../../printerdrake.pm_.c:2338 ../../printerdrake.pm_.c:2355
-#: ../../printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
msgid ""
"\n"
@@ -9176,7 +8980,7 @@ msgstr ""
"Jednoduše zadejte potřebné nastavení do příkazové řádky, např. \"%s<soubor>"
"\". "
-#: ../../printerdrake.pm_.c:2341 ../../printerdrake.pm_.c:2381
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -9187,7 +8991,7 @@ msgstr ""
"klepněte na tlačítko \"Možnosti tiskárny\".%s%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2345
+#: ../../printer/printerdrake.pm_.c:2228
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -9195,7 +8999,7 @@ msgstr ""
"Zde je seznam dostupných voleb pro nastavení tisku pro aktuální tiskárnu:\n"
"\n"
-#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2360
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -9204,8 +9008,8 @@ msgstr ""
"Pro vytištění souboru z příkazové řádky (v terminálovém okně) použijte "
"příkaz \"%s <soubor>\".\n"
-#: ../../printerdrake.pm_.c:2352 ../../printerdrake.pm_.c:2362
-#: ../../printerdrake.pm_.c:2372
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
msgid ""
"This command you can also use in the \"Printing command\" field of the "
"printing dialogs of many applications. But here do not supply the file name "
@@ -9215,7 +9019,7 @@ msgstr ""
"většině aplikací, ale nezadává se zde název souboru, které je pokaždé jiné v "
"závislosti na dané aplikaci.\n"
-#: ../../printerdrake.pm_.c:2357 ../../printerdrake.pm_.c:2367
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -9223,7 +9027,7 @@ msgstr ""
"Všechny možnosti tisku pro současnou tiskárnu jsou zobrazeny níže, nebo "
"klepněte na tlačítko \"Možnosti tiskárny\"."
-#: ../../printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -9232,7 +9036,7 @@ msgstr ""
"Pro vytištění souboru z příkazové řádky (v terminálovém okně) použijte "
"příkaz \"%s <soubor>\" nebo \"%s <soubor>\".\n"
-#: ../../printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -9247,7 +9051,7 @@ msgstr ""
"pojmenovanou \"STOP Printer!\", který po kliknutí ihned zastaví všechny "
"tiskové úlohy. To je vhodné třeba pro případy uvíznutí papíru.\n"
-#: ../../printerdrake.pm_.c:2378
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
msgid ""
"\n"
@@ -9260,40 +9064,40 @@ msgstr ""
"Jednoduše zadejte potřebné nastavení do příkazové řádky, např. \"%s <soubor>"
"\".\n"
-#: ../../printerdrake.pm_.c:2388
+#: ../../printer/printerdrake.pm_.c:2271
#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Tisk/Skenování/Foto karty na \"%s\""
-#: ../../printerdrake.pm_.c:2389
+#: ../../printer/printerdrake.pm_.c:2272
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Tisk/Skenování na \"%s\""
-#: ../../printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2274
#, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Tisk/Přístup k foto kartám na \"%s\""
-#: ../../printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm_.c:2275
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Tisknu na tiskárnu \"%s\""
-#: ../../printerdrake.pm_.c:2395 ../../printerdrake.pm_.c:2398
-#: ../../printerdrake.pm_.c:2399 ../../printerdrake.pm_.c:2400
-#: ../../printerdrake.pm_.c:3457 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1562 ../../standalone/drakbackup_.c:4210
-#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
-#: ../../standalone/drakfont_.c:1014
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
msgid "Close"
msgstr "Zavřít"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printer/printerdrake.pm_.c:2281
msgid "Print option list"
msgstr "Možnosti tiskárny"
-#: ../../printerdrake.pm_.c:2418
+#: ../../printer/printerdrake.pm_.c:2301
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -9316,7 +9120,7 @@ msgstr ""
"\n"
"Nepoužívejte pro toto zařízení \"scannerdrake\"!"
-#: ../../printerdrake.pm_.c:2439
+#: ../../printer/printerdrake.pm_.c:2322
msgid ""
"Your printer was configured automatically to give you access to the photo "
"card drives from your PC. Now you can access your photo cards using the "
@@ -9338,17 +9142,17 @@ msgstr ""
"\"MtoolsFM\" můžete přepínat mezi písmeny zařízení pomocí políčka v pravém "
"horním rohu každého výčtu souborů."
-#: ../../printerdrake.pm_.c:2461 ../../printerdrake.pm_.c:2927
-#: ../../printerdrake.pm_.c:3227
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
msgid "Reading printer data..."
msgstr "Načítám data k tisku ..."
-#: ../../printerdrake.pm_.c:2481 ../../printerdrake.pm_.c:2509
-#: ../../printerdrake.pm_.c:2544
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
msgid "Transfer printer configuration"
msgstr "Přenést konfiguraci tiskárny"
-#: ../../printerdrake.pm_.c:2482
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -9363,7 +9167,7 @@ msgstr ""
"ale tiskové úlohy nebudou přeneseny.\n"
"Ne všechny fronty lze přenést z následujích důvodů:\n"
-#: ../../printerdrake.pm_.c:2485
+#: ../../printer/printerdrake.pm_.c:2368
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -9371,7 +9175,7 @@ msgstr ""
"CUPS nepodporuje tiskárny na serverech Novell nebo tiskárny, které posílají "
"data na skupinu příkazů.\n"
-#: ../../printerdrake.pm_.c:2487
+#: ../../printer/printerdrake.pm_.c:2370
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
@@ -9379,11 +9183,11 @@ msgstr ""
"PDQ podporuje pouze místní tiskárny, vzdálené tiskárny LPD a tisk na "
"tiskárny přes sokety/TCP.\n"
-#: ../../printerdrake.pm_.c:2489
+#: ../../printer/printerdrake.pm_.c:2372
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD ani LprNG nepodporují IPP tiskárny.\n"
-#: ../../printerdrake.pm_.c:2491
+#: ../../printer/printerdrake.pm_.c:2374
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -9391,7 +9195,7 @@ msgstr ""
"Tiskové fronty, které nebyly vytvořeny tímto programem nebo přes \"foomatic-"
"configure\" nelze přenést."
-#: ../../printerdrake.pm_.c:2492
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -9401,7 +9205,7 @@ msgstr ""
"Také tiskárny používající PPD soubory od jejich výrobců nebo tiskárny s "
"nativními ovladači pro CUPS nelze přenést."
-#: ../../printerdrake.pm_.c:2493
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -9410,15 +9214,15 @@ msgstr ""
"\n"
"Označte tiskárnu, kterou chcete přenést a stiskněte \"Přenést\"."
-#: ../../printerdrake.pm_.c:2496
+#: ../../printer/printerdrake.pm_.c:2379
msgid "Do not transfer printers"
msgstr "Nepřenášet tiskárny"
-#: ../../printerdrake.pm_.c:2497 ../../printerdrake.pm_.c:2514
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
msgid "Transfer"
msgstr "Přenést"
-#: ../../printerdrake.pm_.c:2510
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -9429,11 +9233,11 @@ msgstr ""
"Klikněte na \"Přenést\" pro přepsání.\n"
"Také můžete napsat nový název nebo ji přeskočit."
-#: ../../printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm_.c:2400
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Název fronty může obsahovat pouze písmena, číslice a podtržítko"
-#: ../../printerdrake.pm_.c:2523
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -9442,16 +9246,16 @@ msgstr ""
"Tiskárna s názvem %s již existuje,\n"
"chcete opravdu přepsat její konfiguraci?"
-#: ../../printerdrake.pm_.c:2531
+#: ../../printer/printerdrake.pm_.c:2413
msgid "New printer name"
msgstr "Nový název tiskárny"
-#: ../../printerdrake.pm_.c:2534
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
msgid "Transferring %s..."
msgstr "Přenáším %s ..."
-#: ../../printerdrake.pm_.c:2545
+#: ../../printer/printerdrake.pm_.c:2427
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -9460,29 +9264,29 @@ msgstr ""
"Byla přenesena výchozí tiskárna (\"%s\"). Má se nastavit jako výchozí také "
"na vzdáleném tiskovém systému %s?"
-#: ../../printerdrake.pm_.c:2555
+#: ../../printer/printerdrake.pm_.c:2437
msgid "Refreshing printer data..."
msgstr "Občerstvuji tisková data ...."
-#: ../../printerdrake.pm_.c:2563 ../../printerdrake.pm_.c:2638
-#: ../../printerdrake.pm_.c:2650
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
msgid "Configuration of a remote printer"
msgstr "Nastavení vzdálené tiskárny"
-#: ../../printerdrake.pm_.c:2564
+#: ../../printer/printerdrake.pm_.c:2446
msgid "Starting network..."
msgstr "Spouštím síť ...."
-#: ../../printerdrake.pm_.c:2599 ../../printerdrake.pm_.c:2603
-#: ../../printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
msgid "Configure the network now"
msgstr "Nastavit síť nyní"
-#: ../../printerdrake.pm_.c:2600
+#: ../../printer/printerdrake.pm_.c:2480
msgid "Network functionality not configured"
msgstr "Síť není nastavena"
-#: ../../printerdrake.pm_.c:2601
+#: ../../printer/printerdrake.pm_.c:2481
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 "
@@ -9493,11 +9297,11 @@ msgstr ""
"spojení, ale síť není zatím nastavena. Pokud budete pokračovat bez nastavení "
"sítě, nebude možné použít tiskárnu, kterou požadujete. Jak chcete pokračovat?"
-#: ../../printerdrake.pm_.c:2604
+#: ../../printer/printerdrake.pm_.c:2484
msgid "Go on without configuring the network"
msgstr "Pokračovat bez nastavení sítě"
-#: ../../printerdrake.pm_.c:2640
+#: ../../printer/printerdrake.pm_.c:2518
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9511,7 +9315,7 @@ msgstr ""
"Mandrake, v sekci \"Síť a Internet\"/\"Připojení\" a následně nastavte "
"tiskárnu také v řídícím centru v sekci \"Hardware\"/\"Tiskárna\""
-#: ../../printerdrake.pm_.c:2641
+#: ../../printer/printerdrake.pm_.c:2519
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 "
@@ -9520,24 +9324,24 @@ msgstr ""
"Síť nefunguje a nelze ji spustit. Prosím zkontrolujte nastavení hardware. "
"Pak se opět pokuste provést nastavení vzdálené tiskárny."
-#: ../../printerdrake.pm_.c:2651
+#: ../../printer/printerdrake.pm_.c:2529
msgid "Restarting printing system..."
msgstr "Restartuji tiskový systém ..."
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "high"
msgstr "vysoká"
-#: ../../printerdrake.pm_.c:2689
+#: ../../printer/printerdrake.pm_.c:2568
msgid "paranoid"
msgstr "paranoidní"
-#: ../../printerdrake.pm_.c:2690
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaluji tiskový systém v bezpečnostní úrovni %s"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9562,11 +9366,11 @@ msgstr ""
"\n"
"Chcete opravdu nastavit tiskový systém na tomto počítači?"
-#: ../../printerdrake.pm_.c:2723
+#: ../../printer/printerdrake.pm_.c:2604
msgid "Starting the printing system at boot time"
msgstr "Spustit tiskový systém při startu systému"
-#: ../../printerdrake.pm_.c:2724
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9586,59 +9390,59 @@ msgstr ""
"\n"
"Chcete nastavit zpět automatický start tiskového systému?"
-#: ../../printerdrake.pm_.c:2748 ../../printerdrake.pm_.c:2793
-#: ../../printerdrake.pm_.c:2832 ../../printerdrake.pm_.c:2874
-#: ../../printerdrake.pm_.c:2995
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
msgid "Checking installed software..."
msgstr "Ověřují nainstalovaný software..."
-#: ../../printerdrake.pm_.c:2798
-msgid "Removing LPRng..."
-msgstr "Odebírám LprNG..."
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Odstraňuji %s"
-#: ../../printerdrake.pm_.c:2837
-msgid "Removing LPD..."
-msgstr "Odebírám LPD..."
+#: ../../printer/printerdrake.pm_.c:2636
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Instaluji balíčky..."
-#: ../../printerdrake.pm_.c:2910
+#: ../../printer/printerdrake.pm_.c:2685
msgid "Select Printer Spooler"
msgstr "Zvolte tiskový systém pro tiskárnu"
-#: ../../printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2686
msgid "Which printing system (spooler) do you want to use?"
msgstr "Který tiskový systém chcete použít pro tisk?"
-#: ../../printerdrake.pm_.c:2947
+#: ../../printer/printerdrake.pm_.c:2720
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Nastavuji tiskárnu \"%s\"..."
-#: ../../printerdrake.pm_.c:2961
+#: ../../printer/printerdrake.pm_.c:2731
msgid "Installing Foomatic..."
msgstr "Instaluji Foomatic ..."
-#: ../../printerdrake.pm_.c:3031 ../../printerdrake.pm_.c:3072
-#: ../../printerdrake.pm_.c:3474 ../../printerdrake.pm_.c:3547
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
msgid "Printer options"
msgstr "Možnosti tiskárny"
-#: ../../printerdrake.pm_.c:3041
+#: ../../printer/printerdrake.pm_.c:2810
msgid "Preparing Printerdrake..."
msgstr "Připravuji PrinterDrake...."
-#: ../../printerdrake.pm_.c:3059 ../../printerdrake.pm_.c:3637
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
msgid "Configuring applications..."
msgstr "Nastavování aplikací..."
-#: ../../printerdrake.pm_.c:3079
+#: ../../printer/printerdrake.pm_.c:2845
msgid "Would you like to configure printing?"
msgstr "Chtěli byste nastavit tiskárnu?"
-#: ../../printerdrake.pm_.c:3091
+#: ../../printer/printerdrake.pm_.c:2857
msgid "Printing system: "
msgstr "Tiskový systém: "
-#: ../../printerdrake.pm_.c:3151
+#: ../../printer/printerdrake.pm_.c:2915
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; "
@@ -9650,7 +9454,7 @@ msgstr ""
"nastavit na vzdáleném CUPS serveru pro využití v aplikaci Star Office/"
"OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3152
+#: ../../printer/printerdrake.pm_.c:2916
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; or to view information about "
@@ -9659,28 +9463,28 @@ msgstr ""
"Jsou nastaveny následující tiskárny. Dvojitým kliknutím na každou z nich je "
"možné je modifikovat, nastavit jako výchozí nebo o nich získat informace."
-#: ../../printerdrake.pm_.c:3179
+#: ../../printer/printerdrake.pm_.c:2942
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Obnovit seznam tiskáren (pro získání všech vzdálených CUPS tiskáren)"
-#: ../../printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:2960
msgid "Change the printing system"
msgstr "Změna tiskového systému"
-#: ../../printerdrake.pm_.c:3202 ../../standalone/drakconnect_.c:277
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
msgid "Normal Mode"
msgstr "Normání režim"
-#: ../../printerdrake.pm_.c:3367 ../../printerdrake.pm_.c:3417
-#: ../../printerdrake.pm_.c:3630
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
msgid "Do you want to configure another printer?"
msgstr "Chcete nastavit další tiskárnu?"
-#: ../../printerdrake.pm_.c:3452
+#: ../../printer/printerdrake.pm_.c:3211
msgid "Modify printer configuration"
msgstr "Změnit nastavení tiskárny"
-#: ../../printerdrake.pm_.c:3454
+#: ../../printer/printerdrake.pm_.c:3213
#, c-format
msgid ""
"Printer %s\n"
@@ -9689,86 +9493,86 @@ msgstr ""
"Tiskárna %s\n"
"Co chcete změnit na této tiskárně?"
-#: ../../printerdrake.pm_.c:3458
+#: ../../printer/printerdrake.pm_.c:3217
msgid "Do it!"
msgstr "Provést!"
-#: ../../printerdrake.pm_.c:3463 ../../printerdrake.pm_.c:3518
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
msgid "Printer connection type"
msgstr "Typ připojení pro tiskárnu"
-#: ../../printerdrake.pm_.c:3464 ../../printerdrake.pm_.c:3522
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
msgid "Printer name, description, location"
msgstr "Název tiskárny, popis, umístění"
-#: ../../printerdrake.pm_.c:3466 ../../printerdrake.pm_.c:3540
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
msgid "Printer manufacturer, model, driver"
msgstr "Výrobce tiskárny, model, ovladač"
-#: ../../printerdrake.pm_.c:3467 ../../printerdrake.pm_.c:3541
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
msgid "Printer manufacturer, model"
msgstr "Výrobce tiskárny, model"
-#: ../../printerdrake.pm_.c:3476 ../../printerdrake.pm_.c:3551
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
msgid "Set this printer as the default"
msgstr "Nastavit tuto tiskárnu jako výchozí"
-#: ../../printerdrake.pm_.c:3478 ../../printerdrake.pm_.c:3556
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr "Přidat tuto tiskárnu do Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3479 ../../printerdrake.pm_.c:3565
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr "Odebrat tiskárnu ze Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3480 ../../printerdrake.pm_.c:3574
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
msgid "Print test pages"
msgstr "Tisk testovacích stránek"
-#: ../../printerdrake.pm_.c:3481 ../../printerdrake.pm_.c:3576
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
msgid "Know how to use this printer"
msgstr "Nápověda pro tisk na této tiskárně"
-#: ../../printerdrake.pm_.c:3483 ../../printerdrake.pm_.c:3578
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
msgid "Remove printer"
msgstr "Odebrat tiskárnu"
-#: ../../printerdrake.pm_.c:3529
+#: ../../printer/printerdrake.pm_.c:3282
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Odebírám starou tiskárnu \"%s\"..."
-#: ../../printerdrake.pm_.c:3554
+#: ../../printer/printerdrake.pm_.c:3307
msgid "Default printer"
msgstr "Výchozí tiskárna"
-#: ../../printerdrake.pm_.c:3555
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Tiskárna \"%s\" je nyní nastavena jako výchozí."
-#: ../../printerdrake.pm_.c:3559 ../../printerdrake.pm_.c:3562
+#: ../../printer/printerdrake.pm_.c:3310
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr "Přidávám tiskárnu do Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3560
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
"Tiskárna \"%s\" byla úspěšně přidána do Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3563
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
"Přidání tiskárny \"%s\" do Star Office/OpenOffice.org/GIMP se nezdařilo."
-#: ../../printerdrake.pm_.c:3568 ../../printerdrake.pm_.c:3571
+#: ../../printer/printerdrake.pm_.c:3315
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr "Odebírám tiskárnu ze Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3569
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
@@ -9777,106 +9581,28 @@ msgstr ""
"Tiskárna \"%s\" byla úspěšně odebrána z aplikace Star Office/OpenOffice.org/"
"GIMP."
-#: ../../printerdrake.pm_.c:3572
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
"Odebrání tiskárny \"%s\" ze Star Office/OpenOffice.org/GIMP se nezdařilo."
-#: ../../printerdrake.pm_.c:3580
+#: ../../printer/printerdrake.pm_.c:3325
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Chcete opravdu odebrat tiskárnu \"%s\"?"
-#: ../../printerdrake.pm_.c:3584
+#: ../../printer/printerdrake.pm_.c:3329
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Odebírám tiskárnu \"%s\"..."
-#: ../../proxy.pm_.c:29 ../../proxy.pm_.c:37 ../../proxy.pm_.c:58
-#: ../../proxy.pm_.c:78
-msgid "Proxy configuration"
-msgstr "Nastavení proxy"
-
-#: ../../proxy.pm_.c:30
-msgid ""
-"Welcome to the proxy configuration utility.\n"
-"\n"
-"Here, you'll be able to set up your http and ftp proxies\n"
-"with or without login and password\n"
-msgstr ""
-"Vítejte v konfiguračním nástroji pro proxy.\n"
-"\n"
-"Zde nastavujete http a ftp proxy zadáním\n"
-"přiděleného přihlašovacího jména a hesla\n"
-
-#: ../../proxy.pm_.c:38
-msgid ""
-"Please fill in the http proxy informations\n"
-"Leave it blank if you don't want an http proxy"
-msgstr ""
-"Zadejte prosím hodnoty pro http proxy\n"
-"V případě, že nemáte http proxy, ponechejte prázdné"
-
-#: ../../proxy.pm_.c:39 ../../proxy.pm_.c:60
-msgid "URL"
-msgstr "URL"
-
-#: ../../proxy.pm_.c:40 ../../proxy.pm_.c:61
-msgid "port"
-msgstr "port"
-
-#: ../../proxy.pm_.c:44
-msgid "Url should begin with 'http:'"
-msgstr "URL by mělo být 'http:'"
-
-#: ../../proxy.pm_.c:48 ../../proxy.pm_.c:69
-msgid "The port part should be numeric"
-msgstr "Číslo portu musí být numerické"
-
-#: ../../proxy.pm_.c:59
-msgid ""
-"Please fill in the ftp proxy informations\n"
-"Leave it blank if you don't want an ftp proxy"
-msgstr ""
-"Zadejte prosím hodnoty pro ftp proxy\n"
-"V případě, že nemáte ftp proxy, ponechejte prázdné"
-
-#: ../../proxy.pm_.c:79
-msgid ""
-"Please enter proxy login and password, if any.\n"
-"Leave it blank if you don't want login/passwd"
-msgstr ""
-"Pokud je potřeba, zadejte prosím přihlašovací jméno\n"
-"a heslo. Pokud je nepotřebujete, nechte prázdné"
-
-#: ../../proxy.pm_.c:80
-msgid "login"
-msgstr "login"
-
-#: ../../proxy.pm_.c:82
-msgid "password"
-msgstr "heslo"
-
-#: ../../proxy.pm_.c:84
-msgid "re-type password"
-msgstr "heslo znova"
-
-#: ../../proxy.pm_.c:88
-msgid "The passwords don't match. Try again!"
-msgstr "Hesla nejsou shodná. Zkuste to znovu!"
-
#: ../../raid.pm_.c:35
#, c-format
msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr "Nemůžu přidat oddíl do _naformátovaného_ RAID md%d"
-#: ../../raid.pm_.c:108
-#, c-format
-msgid "Can't write file %s"
-msgstr "Nemůžu zapsat soubor %s"
-
#: ../../raid.pm_.c:137
msgid "mkraid failed"
msgstr "mkraid neuspěl"
@@ -9890,7 +9616,7 @@ msgstr "mkraid neuspěl (možná, že chybí raidtools?)"
msgid "Not enough partitions for RAID level %d\n"
msgstr "Není dostatek oddílů pro RAID úrovně %d\n"
-#: ../../security/main.pm_.c:35
+#: ../../security/main.pm_.c:36
msgid ""
"Standard: This is the standard security recommended for a computer that will "
"be used to connect\n"
@@ -9937,27 +9663,32 @@ msgstr ""
"bezpečnostní varování zasílána tomuto uživateli (uživatelské jméno nebo\n"
"\t email)"
-#: ../../security/main.pm_.c:65
+#: ../../security/main.pm_.c:66
msgid "Security Level:"
msgstr "Úroveň zabezpečení:"
-#: ../../security/main.pm_.c:99
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr " (výchozí: %s)"
+
+#: ../../security/main.pm_.c:113
msgid "Security Alerts:"
msgstr "Bezpečnostní varování:"
-#: ../../security/main.pm_.c:101
+#: ../../security/main.pm_.c:115
msgid "Security Administrator:"
msgstr "Správce bezpečnosti:"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
msgid "Network Options"
msgstr "Volby sítě"
-#: ../../security/main.pm_.c:114
+#: ../../security/main.pm_.c:128
msgid "System Options"
msgstr "Systémové volby"
-#: ../../security/main.pm_.c:119 ../../security/main.pm_.c:148
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
msgid ""
"The following options can be set to customize your\n"
"system security. If you need explanations, click on Help.\n"
@@ -9965,37 +9696,27 @@ msgstr ""
"Nastavením následujících voleb lze upravit zabezpečení vašeho\n"
"systému. Pokud potřebujete poradit, stiskněte tlačítko Nápověda.\n"
-#: ../../security/main.pm_.c:137
-#, c-format
-msgid " (default: %s)"
-msgstr " (výchozí: %s)"
-
-#: ../../security/main.pm_.c:161
-#, fuzzy
-msgid "Periodic Checks 2"
-msgstr "Pravidelné kontroly"
-
-#: ../../security/main.pm_.c:162
+#: ../../security/main.pm_.c:177
msgid "Periodic Checks"
msgstr "Pravidelné kontroly"
-#: ../../security/main.pm_.c:176
+#: ../../security/main.pm_.c:191
msgid "Please wait, setting security level..."
msgstr "Čekejte prosím, nastavuji úroveň zabezpečení..."
-#: ../../security/main.pm_.c:182
+#: ../../security/main.pm_.c:197
msgid "Please wait, setting security options..."
msgstr "Čekejte prosím, nastavuji volby zabezpečení..."
-#: ../../services.pm_.c:14
+#: ../../services.pm_.c:19
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "Spustit zvukový systém ALSA (Advanced Linux Sound Architecture)"
-#: ../../services.pm_.c:15
+#: ../../services.pm_.c:20
msgid "Anacron a periodic command scheduler."
msgstr "Anacron - spouští opakující se akce"
-#: ../../services.pm_.c:16
+#: ../../services.pm_.c:21
msgid ""
"apmd is used for monitoring batery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
@@ -10003,7 +9724,7 @@ msgstr ""
"apmd je používán pro sledování stavu baterie a zaznamenávání přes syslog.\n"
"Může také být použit pro vypnutí počítače při vybité baterii."
-#: ../../services.pm_.c:18
+#: ../../services.pm_.c:23
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
@@ -10011,7 +9732,7 @@ msgstr ""
"Spouští příkazy naplánované příkazem na určitý čas příkazem 'at'.\n"
"Také spouští příkazy při nízkém vytížení systému."
-#: ../../services.pm_.c:20
+#: ../../services.pm_.c:25
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
@@ -10022,7 +9743,7 @@ msgstr ""
"v předem definovaných intervalech. vixie cron má navíc mnoho vlastností,\n"
"včetně vyšší bezpečnosti a více možností nastavení."
-#: ../../services.pm_.c:23
+#: ../../services.pm_.c:28
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
@@ -10033,7 +9754,7 @@ msgstr ""
"Commander).\n"
"Může také v konzoli provádět operace 'vyjmi' a 'vlož' a ovládat pop-up menu."
-#: ../../services.pm_.c:26
+#: ../../services.pm_.c:31
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
@@ -10041,12 +9762,12 @@ msgstr ""
"HardDrake testuje hardware a umožňuje nový/změněný\n"
"hardware nastavit"
-#: ../../services.pm_.c:28
+#: ../../services.pm_.c:33
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr "Apache je WWW server. Je používán k poskytování HTML a CGI souborů."
-#: ../../services.pm_.c:29
+#: ../../services.pm_.c:34
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
@@ -10060,7 +9781,7 @@ msgstr ""
"telnetu, ftp, rsh a rlogin. Pokud vypnete inetd, vypnete tím i ostatní\n"
"služby které spouští."
-#: ../../services.pm_.c:33
+#: ../../services.pm_.c:38
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
@@ -10068,7 +9789,7 @@ msgstr ""
"Spustit paketový filtr pro jádra řady 2.2, který chrání počítač\n"
"proti útokům ze sítě."
-#: ../../services.pm_.c:35
+#: ../../services.pm_.c:40
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
@@ -10078,7 +9799,7 @@ msgstr ""
"v /etc/sysconfig/keyboard. Tu lze vybrat pomocí nástroje kbdconfig.\n"
"Pro většinu počítačů byste ji měli nechat zapnutou."
-#: ../../services.pm_.c:38
+#: ../../services.pm_.c:43
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
@@ -10086,11 +9807,11 @@ msgstr ""
"Automatická generace hlavičky jádra v adresáři /boot\n"
"pro soubory /usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:40
+#: ../../services.pm_.c:45
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Automatická detekce a konfigurace hardware při spuštění."
-#: ../../services.pm_.c:41
+#: ../../services.pm_.c:46
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
@@ -10098,7 +9819,7 @@ msgstr ""
"Linuxconf provádí různé úkoly při spuštění systému\n"
"nutné pro správu systémové konfigurace."
-#: ../../services.pm_.c:43
+#: ../../services.pm_.c:48
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
@@ -10106,7 +9827,7 @@ msgstr ""
"lpd je tiskový démon, bez kterého nebude fungovat lpr (program pro tisk).\n"
"Je to server, který posílá tištěné dokumenty jednotlivým tiskárnám."
-#: ../../services.pm_.c:45
+#: ../../services.pm_.c:50
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
@@ -10114,7 +9835,7 @@ msgstr ""
"Linux Virtual Server používaný pro sestavení vysoce výkonného\n"
"a dostupného serveru."
-#: ../../services.pm_.c:47
+#: ../../services.pm_.c:52
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
"names to IP addresses."
@@ -10122,7 +9843,7 @@ msgstr ""
"named (BIND) je doménový (DNS) server, který překládá hostitelská jména na "
"IP adresy."
-#: ../../services.pm_.c:48
+#: ../../services.pm_.c:53
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
@@ -10131,7 +9852,7 @@ msgstr ""
"(NCP)\n"
"přípojné body (mount points)."
-#: ../../services.pm_.c:50
+#: ../../services.pm_.c:55
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
@@ -10139,7 +9860,7 @@ msgstr ""
"Aktivuje či deaktivuje všechny síťová rozhraní, která mají nastartovat při\n"
"startu systému."
-#: ../../services.pm_.c:52
+#: ../../services.pm_.c:57
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
@@ -10148,7 +9869,7 @@ msgstr ""
"NFS je oblíbený protokol pro sdílení souborů přes sítě TCP/IP.\n"
"Tato služba poskytuje NFS server, jehož nastavení je v /etc/exports."
-#: ../../services.pm_.c:55
+#: ../../services.pm_.c:60
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
@@ -10156,7 +9877,7 @@ msgstr ""
"NFS je oblíbený protokol pro sdílení souborů přes sítě TCP/IP.\n"
"Tato služba poskytuje možnost uzamykání souborů na NFS."
-#: ../../services.pm_.c:57
+#: ../../services.pm_.c:62
msgid ""
"Automatically switch on numlock key locker under console\n"
"and XFree at boot."
@@ -10164,11 +9885,11 @@ msgstr ""
"Automaticky nastaví podporu numerické klávesnice v konzoli\n"
"a v XFree při startu."
-#: ../../services.pm_.c:59
+#: ../../services.pm_.c:64
msgid "Support the OKI 4w and compatible winprinters."
msgstr "Podpora pro OKI 4w a kompatibilní wintiskárny."
-#: ../../services.pm_.c:60
+#: ../../services.pm_.c:65
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It won't get started unless configured so it is safe to "
@@ -10180,7 +9901,7 @@ msgstr ""
"problém\n"
"jí mít nainstalovanou i na počítačích, které ji nepotřebují."
-#: ../../services.pm_.c:63
+#: ../../services.pm_.c:68
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
@@ -10191,13 +9912,13 @@ msgstr ""
"a NIS. Portmap server musí být spuštěn na počítačích, které fungují jako\n"
"servery pro protokoly, které používají mechanismus RPC."
-#: ../../services.pm_.c:66
+#: ../../services.pm_.c:71
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
"one machine to another."
msgstr "Postfix je program pro doručování pošty z jednoho počítače na jiný."
-#: ../../services.pm_.c:67
+#: ../../services.pm_.c:72
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
@@ -10205,7 +9926,7 @@ msgstr ""
"Ukládá a obnovuje 'stav entropie' na počítači, což je používáno pro\n"
"kvalitnější generaci náhodných čísel."
-#: ../../services.pm_.c:69
+#: ../../services.pm_.c:74
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle"
@@ -10213,7 +9934,7 @@ msgstr ""
"Přiřazuje přímá zařízení blokovým (například diskové oddíly)\n"
"pro aplikace jako je Oracle"
-#: ../../services.pm_.c:71
+#: ../../services.pm_.c:76
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
@@ -10224,7 +9945,7 @@ msgstr ""
"pro IP adresy. K tomu používá protokol RIP. Zatímco RIP je běžně používán\n"
"v malých sítích, pro složitější sítě je zapotřebí složitější protokoly."
-#: ../../services.pm_.c:74
+#: ../../services.pm_.c:79
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
@@ -10232,7 +9953,7 @@ msgstr ""
"Protokol rstat umožňuje uživatelům sítě sledovat vytížení jednotlivých\n"
"strojů připojených k síti."
-#: ../../services.pm_.c:76
+#: ../../services.pm_.c:81
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
@@ -10240,7 +9961,7 @@ msgstr ""
"Protokol rusers umožňuje uživatelům sítě zjistit kdo je přihlášen na\n"
"jiném počítači."
-#: ../../services.pm_.c:78
+#: ../../services.pm_.c:83
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)."
@@ -10249,11 +9970,11 @@ msgstr ""
"všech uživatelů přihlášených na počítači s démonem rwho (je to podobné\n"
"službě finger)."
-#: ../../services.pm_.c:80
+#: ../../services.pm_.c:85
msgid "Launch the sound system on your machine"
msgstr "Spustit zvukový systém při startu"
-#: ../../services.pm_.c:81
+#: ../../services.pm_.c:86
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
@@ -10262,64 +9983,64 @@ msgstr ""
"systémových\n"
"log souborů. Je dobré mít spuštěný syslog."
-#: ../../services.pm_.c:83
+#: ../../services.pm_.c:88
msgid "Load the drivers for your usb devices."
msgstr "Nahrát ovladače pro usb zařízení."
-#: ../../services.pm_.c:84
+#: ../../services.pm_.c:89
msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr "Startuje X Font Server (to je nezbytné pro běh XFree)."
-#: ../../services.pm_.c:110 ../../services.pm_.c:152
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
msgid "Choose which services should be automatically started at boot time"
msgstr "Zvolte si, které služby by měli být automaticky spuštěny při startu"
-#: ../../services.pm_.c:122
+#: ../../services.pm_.c:127
msgid "Printing"
msgstr "Tisk"
-#: ../../services.pm_.c:123
+#: ../../services.pm_.c:128
msgid "Internet"
msgstr "Internet"
-#: ../../services.pm_.c:126
+#: ../../services.pm_.c:131
msgid "File sharing"
msgstr "Sdílení souborů"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1746
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
msgid "System"
msgstr "Systém"
-#: ../../services.pm_.c:133
+#: ../../services.pm_.c:138
msgid "Remote Administration"
msgstr "Vzdálená administrace"
-#: ../../services.pm_.c:141
+#: ../../services.pm_.c:146
msgid "Database Server"
msgstr "Databázové servery"
-#: ../../services.pm_.c:170
+#: ../../services.pm_.c:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Služby: aktivováno %d z %d registrovaných"
-#: ../../services.pm_.c:186
+#: ../../services.pm_.c:191
msgid "Services"
msgstr "Služby"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "running"
msgstr "spuštěno"
-#: ../../services.pm_.c:198
+#: ../../services.pm_.c:203
msgid "stopped"
msgstr "zastaveno"
-#: ../../services.pm_.c:212
+#: ../../services.pm_.c:217
msgid "Services and deamons"
msgstr "Služby a démoni"
-#: ../../services.pm_.c:217
+#: ../../services.pm_.c:222
msgid ""
"No additional information\n"
"about this service, sorry."
@@ -10327,15 +10048,15 @@ msgstr ""
"Nejsou žádné další\n"
"informace o službě, promiňte."
-#: ../../services.pm_.c:224
+#: ../../services.pm_.c:229
msgid "On boot"
msgstr "Při spuštění"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
msgid "Start"
msgstr "Start"
-#: ../../services.pm_.c:236
+#: ../../services.pm_.c:241
msgid "Stop"
msgstr "Stop"
@@ -10418,7 +10139,7 @@ msgstr ""
"Mandrake Linux 9.0 nabízí ty nejlepší Open Source hry - arkády, akční, "
"strategické, ..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
msgid "Mandrake Control Center"
msgstr "Řídící centrum Mandrake"
@@ -10607,178 +10328,569 @@ msgstr ""
"produktům získala konkurenční výhodu, pokud chcete podpořit vývoj distribuce "
"Mandrake Linux, připojte se ke klubu MandrakeClub!"
-#: ../../standalone.pm_.c:49
+#: ../../standalone.pm_.c:21
+#, fuzzy
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+msgstr ""
+" Tento program je svobodný software; můžete ho šířit a/nebo modifikovat\n"
+" podle specifikace GNU General Public Licence, která byla publikována\n"
+" Free Software Foundation; buď verze 2, nebo (podle volby) pozdější verze.\n"
+"\n"
+" Tento program je distribuován s nadějí, že bude užitečný,\n"
+" ale BEZ JAKÝCHKOLIV ZÁRUK; BEZ NÁROKU NA PROFIT. Více detailů naleznete\n"
+" v licenci GNU General Public Licence.\n"
+"\n"
+" Kopii GNU General Public Licence můžete obdržet buď s tímto programem\n"
+" nebo si o ní můžete napsat na adresu Free Software Foundation, Inc.,\n"
+" 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
+msgstr ""
+
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm_.c:57
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm_.c:68
+msgid ""
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
+msgstr ""
+
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Klávesnice"
+
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
+
+#: ../../standalone.pm_.c:94
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+
+#: ../../standalone.pm_.c:100
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+
+#: ../../standalone.pm_.c:114
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
+
+#: ../../standalone.pm_.c:168
msgid "Installing packages..."
msgstr "Instaluji balíčky..."
-#: ../../standalone/XFdrake_.c:148
+#: ../../standalone/XFdrake_.c:138
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Prosím odhlaste se a pak stiskněte Ctrl-Alt-Backspace"
-#: ../../standalone/XFdrake_.c:152
+#: ../../standalone/XFdrake_.c:142
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Pro aktivaci změn se prosím znovu přihlaste na %s"
-#: ../../standalone/drakTermServ_.c:188
+#: ../../standalone/drakTermServ_.c:239
msgid "Mandrake Terminal Server Configuration"
msgstr "Nastavení Mandrake Terminal Server"
-#: ../../standalone/drakTermServ_.c:203
+#: ../../standalone/drakTermServ_.c:253
msgid "Enable Server"
msgstr "Zapnout server"
-#: ../../standalone/drakTermServ_.c:210
+#: ../../standalone/drakTermServ_.c:260
msgid "Disable Server"
msgstr "Vypnout server"
-#: ../../standalone/drakTermServ_.c:218
+#: ../../standalone/drakTermServ_.c:268
msgid "Start Server"
msgstr "Spustit server"
-#: ../../standalone/drakTermServ_.c:225
+#: ../../standalone/drakTermServ_.c:275
msgid "Stop Server"
msgstr "Zastavit server"
-#: ../../standalone/drakTermServ_.c:233
+#: ../../standalone/drakTermServ_.c:283
msgid "Etherboot Floppy/ISO"
msgstr "Disketa Etherboot/ISO"
-#: ../../standalone/drakTermServ_.c:235
+#: ../../standalone/drakTermServ_.c:288
msgid "Net Boot Images"
msgstr "Startovací image ze sítě"
-#: ../../standalone/drakTermServ_.c:239
+#: ../../standalone/drakTermServ_.c:294
msgid "Add/Del Users"
msgstr "Přidat/Odebrat uživatele"
-#: ../../standalone/drakTermServ_.c:241
+#: ../../standalone/drakTermServ_.c:299
msgid "Add/Del Clients"
msgstr "Přidat/Odebrat klienty"
-#: ../../standalone/drakTermServ_.c:436
+#: ../../standalone/drakTermServ_.c:328
+#, fuzzy
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+" aktualizace 2002 MandrakeSoft od Stewa Benedicta <sbenedict\\@mandrakesoft."
+"com>"
+
+#: ../../standalone/drakTermServ_.c:332
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:488
msgid "Boot Floppy"
msgstr "Spouštěcí disketa"
-#: ../../standalone/drakTermServ_.c:438
+#: ../../standalone/drakTermServ_.c:490
msgid "Boot ISO"
msgstr "Spouštěcí ISO"
-#: ../../standalone/drakTermServ_.c:507
+#: ../../standalone/drakTermServ_.c:559
msgid "Build Whole Kernel -->"
msgstr "Sestavit celé jádro -->"
-#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
msgid "This will take a few minutes."
msgstr "Bude to trvat několik minut."
-#: ../../standalone/drakTermServ_.c:521
+#: ../../standalone/drakTermServ_.c:573
msgid "No kernel selected!"
msgstr "Nebylo zvoleno žádné jádro!"
-#: ../../standalone/drakTermServ_.c:524
+#: ../../standalone/drakTermServ_.c:576
msgid "Build Single NIC -->"
msgstr "Sestavit jedinou NIC -->"
-#: ../../standalone/drakTermServ_.c:535
+#: ../../standalone/drakTermServ_.c:587
msgid "No nic selected!"
msgstr "Není zvolena žádná NIC!"
-#: ../../standalone/drakTermServ_.c:538
+#: ../../standalone/drakTermServ_.c:590
msgid "Build All Kernels -->"
msgstr "Sestavit všechna jádra -->"
-#: ../../standalone/drakTermServ_.c:552
+#: ../../standalone/drakTermServ_.c:604
msgid "<-- Delete"
msgstr "<-- Smazat"
-#: ../../standalone/drakTermServ_.c:559
+#: ../../standalone/drakTermServ_.c:611
msgid "Delete All NBIs"
msgstr "Smazat všechny NBI"
-#: ../../standalone/drakTermServ_.c:621
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:673
msgid "Add User -->"
msgstr "Přidat uživatele -->"
-#: ../../standalone/drakTermServ_.c:629
+#: ../../standalone/drakTermServ_.c:681
msgid "<-- Del User"
msgstr "<-- Odebrat uživatele"
-#: ../../standalone/drakTermServ_.c:694
+#: ../../standalone/drakTermServ_.c:720
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Typ: "
+
+#: ../../standalone/drakTermServ_.c:753
msgid "No net boot images created!"
msgstr "Nepodařilo se vytvořit obraz pro spouštění ze sítě!"
-#: ../../standalone/drakTermServ_.c:710
+#: ../../standalone/drakTermServ_.c:773
+#, fuzzy
+msgid "Thin Client"
+msgstr "DHCP klient"
+
+#: ../../standalone/drakTermServ_.c:775
+#, fuzzy
+msgid "Allow Thin Clients"
+msgstr "Přidat/Odebrat klienty"
+
+#: ../../standalone/drakTermServ_.c:778
msgid "Add Client -->"
msgstr "Přidat klienta -->"
-#: ../../standalone/drakTermServ_.c:742
-msgid "<-- Del Client"
+#: ../../standalone/drakTermServ_.c:821
+#, fuzzy
+msgid "<-- Edit Client"
+msgstr "<-- Odebrat klienta"
+
+#: ../../standalone/drakTermServ_.c:837
+#, fuzzy
+msgid "Delete Client"
msgstr "<-- Odebrat klienta"
-#: ../../standalone/drakTermServ_.c:748
+#: ../../standalone/drakTermServ_.c:843
msgid "dhcpd Config..."
msgstr "Nastavení dhcpd..."
-#: ../../standalone/drakTermServ_.c:873
+#: ../../standalone/drakTermServ_.c:876
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:901
+#, fuzzy
+msgid "Netmask:"
+msgstr "Maska sítě"
+
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Jméno domény"
+
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr "Server Samba"
+
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1001
msgid "dhcpd Server Configuration"
msgstr "Nastavení serveru dhcpd"
-#: ../../standalone/drakTermServ_.c:874
+#: ../../standalone/drakTermServ_.c:1002
+#, fuzzy
msgid ""
"Most of these values were extracted\n"
-"from your running system. You can modify as needed."
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
"Většina těchto údajů byla získána z vašeho\n"
"běžícího systému. Můžete je upravit dle potřeby."
-#: ../../standalone/drakTermServ_.c:875
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:1018
msgid "Write Config"
msgstr "Zapsat nastavení"
-#: ../../standalone/drakTermServ_.c:965
+#: ../../standalone/drakTermServ_.c:1120
msgid "Please insert floppy disk:"
msgstr "Prosím vložte disketu:"
-#: ../../standalone/drakTermServ_.c:969
+#: ../../standalone/drakTermServ_.c:1124
msgid "Couldn't access the floppy!"
msgstr "Nelze pracovat s disketou!"
-#: ../../standalone/drakTermServ_.c:971
+#: ../../standalone/drakTermServ_.c:1126
msgid "Floppy can be removed now"
msgstr "Disketu nyní můžete vyjmout"
-#: ../../standalone/drakTermServ_.c:974
+#: ../../standalone/drakTermServ_.c:1129
msgid "No floppy drive available!"
msgstr "Není dostupná žádná disketová mechanika!"
-#: ../../standalone/drakTermServ_.c:983
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
msgid "Etherboot ISO image is %s"
msgstr "ISO image pro Etherboot je %s"
-#: ../../standalone/drakTermServ_.c:985
+#: ../../standalone/drakTermServ_.c:1140
msgid "Something went wrong! - Is mkisofs installed?"
msgstr "Něco neproběhlo správně! - Je nainstalovaný program mkisofs?"
-#: ../../standalone/drakTermServ_.c:1004
+#: ../../standalone/drakTermServ_.c:1159
msgid "Need to create /etc/dhcpd.conf first!"
msgstr "Je nutné nejprve vytvořit soubor /etc/dhcpd.conf!"
-#: ../../standalone/drakautoinst_.c:43
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:40
msgid "Error!"
msgstr "Chyba!"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst_.c:41
#, c-format
msgid "I can't find needed image file `%s'."
msgstr "Nemohu najít potřebný soubor '%s ' s obrazem."
-#: ../../standalone/drakautoinst_.c:46
+#: ../../standalone/drakautoinst_.c:43
msgid "Auto Install Configurator"
msgstr "Nastavení automatické instalace"
-#: ../../standalone/drakautoinst_.c:47
+#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10803,11 +10915,20 @@ msgstr ""
"\n"
"Chcete pokračovat?"
-#: ../../standalone/drakautoinst_.c:69
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
+msgstr ""
+
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "Zopakovat"
+
+#: ../../standalone/drakautoinst_.c:66
msgid "Automatic Steps Configuration"
msgstr "Nastavení automatických kroků"
-#: ../../standalone/drakautoinst_.c:70
+#: ../../standalone/drakautoinst_.c:67
msgid ""
"Please choose for each step whether it will replay like your install, or it "
"will be manual"
@@ -10815,11 +10936,11 @@ msgstr ""
"Vyberte prosím, který z kroků instalace má být proveden automaticky stejně "
"jako instalační program nebo bude ručně zadán"
-#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
msgid "Creating auto install floppy"
msgstr "Vytvářím disketu pro automatickou instalaci"
-#: ../../standalone/drakautoinst_.c:144
+#: ../../standalone/drakautoinst_.c:139
msgid ""
"\n"
"Welcome.\n"
@@ -10831,12 +10952,12 @@ msgstr ""
"\n"
"Parametry pro automatickou instalaci jsou přístupné v sekci nalevo"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:508
-#: ../../standalone/scannerdrake_.c:119
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
msgid "Congratulations!"
msgstr "Gratuluji!"
-#: ../../standalone/drakautoinst_.c:240
+#: ../../standalone/drakautoinst_.c:235
msgid ""
"The floppy has been successfully generated.\n"
"You may now replay your installation."
@@ -10844,35 +10965,35 @@ msgstr ""
"Disketa byla s úspěchem vytvořena.\n"
"Nyní lze provést znovu instalaci."
-#: ../../standalone/drakautoinst_.c:278
+#: ../../standalone/drakautoinst_.c:273
msgid "Auto Install"
msgstr "Automatická instalace"
-#: ../../standalone/drakautoinst_.c:348
+#: ../../standalone/drakautoinst_.c:343
msgid "Add an item"
msgstr "Přidat položku"
-#: ../../standalone/drakautoinst_.c:355
+#: ../../standalone/drakautoinst_.c:350
msgid "Remove the last item"
msgstr "Odstranit poslední položku"
-#: ../../standalone/drakbackup_.c:617
+#: ../../standalone/drakbackup_.c:580
msgid "Cron not available yet as non-root"
msgstr "Služby cronu nejsou zatím pro běžné uživatele dostupné."
-#: ../../standalone/drakbackup_.c:723
+#: ../../standalone/drakbackup_.c:690
msgid "WARNING"
msgstr "VAROVÁNÍ"
-#: ../../standalone/drakbackup_.c:724
+#: ../../standalone/drakbackup_.c:691
msgid "FATAL"
msgstr "FATAL"
-#: ../../standalone/drakbackup_.c:725
+#: ../../standalone/drakbackup_.c:692
msgid "INFO"
msgstr "INFO"
-#: ../../standalone/drakbackup_.c:737
+#: ../../standalone/drakbackup_.c:704
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10882,7 +11003,7 @@ msgstr ""
" Report programu DrackBackup \n"
"\n"
-#: ../../standalone/drakbackup_.c:738
+#: ../../standalone/drakbackup_.c:705
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10894,7 +11015,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:742
+#: ../../standalone/drakbackup_.c:709
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10906,12 +11027,12 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:763 ../../standalone/drakbackup_.c:836
-#: ../../standalone/drakbackup_.c:891
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
msgid "Total progess"
msgstr "Celkový průběh"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10924,41 +11045,41 @@ msgstr ""
"Varování: Pokud jste tak již jednou učinili, budete nejspíš muset\n"
"vymazat příslušný záznam ze souboru authorized_keys na serveru."
-#: ../../standalone/drakbackup_.c:827
+#: ../../standalone/drakbackup_.c:794
msgid "This may take a moment to generate the keys."
msgstr "Generování klíčů může chvíli trvat."
-#: ../../standalone/drakbackup_.c:834
+#: ../../standalone/drakbackup_.c:801
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "CHYBA: Nelze spustit příkaz %s."
-#: ../../standalone/drakbackup_.c:851
+#: ../../standalone/drakbackup_.c:818
#, c-format
msgid "No password prompt on %s at port %s"
msgstr "Žádná výzva na heslo na %s na portu %s"
-#: ../../standalone/drakbackup_.c:852
+#: ../../standalone/drakbackup_.c:819
#, c-format
msgid "Bad password on %s"
msgstr "Chybné heslo na %s"
-#: ../../standalone/drakbackup_.c:853
+#: ../../standalone/drakbackup_.c:820
#, c-format
msgid "Permission denied transferring %s to %s"
msgstr "Povolení odepřeno při přenosu %s na %s"
-#: ../../standalone/drakbackup_.c:854
+#: ../../standalone/drakbackup_.c:821
#, c-format
msgid "Can't find %s on %s"
msgstr "Nelze nalézt %s na %s"
-#: ../../standalone/drakbackup_.c:857
+#: ../../standalone/drakbackup_.c:824
#, c-format
msgid "%s not responding"
msgstr "%s neodpovídá"
-#: ../../standalone/drakbackup_.c:861
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
"Transfer successful\n"
@@ -10975,64 +11096,64 @@ msgstr ""
"\n"
"bez dotazu na heslo."
-#: ../../standalone/drakbackup_.c:905
+#: ../../standalone/drakbackup_.c:873
msgid "WebDAV remote site already in sync!"
msgstr "Vzdálená místo je již protokolem WebDAV synchronizováno!"
-#: ../../standalone/drakbackup_.c:909
+#: ../../standalone/drakbackup_.c:877
msgid "WebDAV transfer failed!"
msgstr "Přenos protokolem WebDAV selhal!"
-#: ../../standalone/drakbackup_.c:930
+#: ../../standalone/drakbackup_.c:898
msgid "No CDR/DVDR in drive!"
msgstr "V mechanice není CDR/DVDR médium."
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:902
msgid "Does not appear to be recordable media!"
msgstr "Toto není zapisovatelné médium"
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:906
msgid "Not erasable media!"
msgstr "Toto není přepisovatelné médium!"
-#: ../../standalone/drakbackup_.c:977
+#: ../../standalone/drakbackup_.c:945
msgid "This may take a moment to erase the media."
msgstr "Vymazání média může chvíli trvat."
-#: ../../standalone/drakbackup_.c:1062
+#: ../../standalone/drakbackup_.c:1033
msgid "Permission problem accessing CD."
msgstr "Problémy s právy při přístupu na CD."
-#: ../../standalone/drakbackup_.c:1089
+#: ../../standalone/drakbackup_.c:1060
#, c-format
msgid "No tape in %s!"
msgstr "Není páska v %s!"
-#: ../../standalone/drakbackup_.c:1201 ../../standalone/drakbackup_.c:1250
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
msgid "Backup system files..."
msgstr "Zálohovat systémové soubory..."
-#: ../../standalone/drakbackup_.c:1251 ../../standalone/drakbackup_.c:1318
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
msgid "Hard Disk Backup files..."
msgstr "Záložní soubory pevného disku..."
-#: ../../standalone/drakbackup_.c:1263
+#: ../../standalone/drakbackup_.c:1236
msgid "Backup User files..."
msgstr "Zálohovat soubory uživatelů..."
-#: ../../standalone/drakbackup_.c:1264
+#: ../../standalone/drakbackup_.c:1237
msgid "Hard Disk Backup Progress..."
msgstr "Průběh zálohování na pevný disk... "
-#: ../../standalone/drakbackup_.c:1317
+#: ../../standalone/drakbackup_.c:1290
msgid "Backup Other files..."
msgstr "Zálohovat další soubory..."
-#: ../../standalone/drakbackup_.c:1323
+#: ../../standalone/drakbackup_.c:1296
msgid "No changes to backup!"
msgstr "Nejsou žádné změny pro zálohování!"
-#: ../../standalone/drakbackup_.c:1339 ../../standalone/drakbackup_.c:1362
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
"\n"
@@ -11043,7 +11164,7 @@ msgstr ""
"Aktivity programu DrakBackup skrze %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1319
#, c-format
msgid ""
"file list sent by FTP: %s\n"
@@ -11052,7 +11173,7 @@ msgstr ""
"seznam souborů poslaný přes FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1349
+#: ../../standalone/drakbackup_.c:1322
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -11062,7 +11183,7 @@ msgstr ""
" Problémy FTP spojení: Nebylo možné poslat vaše soubory se zálohou přes "
"FTP.\n"
-#: ../../standalone/drakbackup_.c:1367
+#: ../../standalone/drakbackup_.c:1340
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -11072,7 +11193,7 @@ msgstr ""
"Aktivity programu DrakBackup skrze CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1372
+#: ../../standalone/drakbackup_.c:1345
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -11082,24 +11203,24 @@ msgstr ""
"Aktivity programu DrakBackup skrze pásku:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1381
+#: ../../standalone/drakbackup_.c:1354
msgid " Error during mail sending. \n"
msgstr " Chyba při posílání pošty. \n"
-#: ../../standalone/drakbackup_.c:1406
+#: ../../standalone/drakbackup_.c:1380
msgid "Can't create catalog!"
msgstr "Nelze vytvořit katalog!"
-#: ../../standalone/drakbackup_.c:1519 ../../standalone/drakbackup_.c:1530
-#: ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
msgid "File Selection"
msgstr "Výběr souboru"
-#: ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1529
msgid "Select the files or directories and click on 'Add'"
msgstr "Vyberte soubory nebo adresáře a klikněte na 'Přidat'"
-#: ../../standalone/drakbackup_.c:1602
+#: ../../standalone/drakbackup_.c:1573
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -11107,66 +11228,66 @@ msgstr ""
"\n"
"Zvolte prosím všechny volby, které potřebujete.\n"
-#: ../../standalone/drakbackup_.c:1603
+#: ../../standalone/drakbackup_.c:1574
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr "Tato volba zazálohuje a obnoví všechny soubory v adresáři /etc.\n"
-#: ../../standalone/drakbackup_.c:1604
+#: ../../standalone/drakbackup_.c:1575
msgid "Backup your System files. (/etc directory)"
msgstr "Zálohovat vaše systémové soubory. (adresář /etc)"
-#: ../../standalone/drakbackup_.c:1605
+#: ../../standalone/drakbackup_.c:1576
msgid "Use incremental backup (do not replace old backups)"
msgstr "Použít přírůstkovou zálohu (nepřepisovat starší zálohy)"
-#: ../../standalone/drakbackup_.c:1606
+#: ../../standalone/drakbackup_.c:1577
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Nezahrnout kritické soubory (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1607
+#: ../../standalone/drakbackup_.c:1578
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr "Tato volba dovolí obnovit různé verze adresáře /etc."
-#: ../../standalone/drakbackup_.c:1624
+#: ../../standalone/drakbackup_.c:1595
msgid "Please check all users that you want to include in your backup."
msgstr "Zvolte prosím všechny uživatele, které chcete zálohovat."
-#: ../../standalone/drakbackup_.c:1651
+#: ../../standalone/drakbackup_.c:1622
msgid "Do not include the browser cache"
msgstr "Nezahrnout cache prohlížeče"
-#: ../../standalone/drakbackup_.c:1652 ../../standalone/drakbackup_.c:1676
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Použít přírůstkovou zálohu (nepřepisovat starší zálohy)"
-#: ../../standalone/drakbackup_.c:1674 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
msgid "Remove Selected"
msgstr "Odstranit vybrané"
-#: ../../standalone/drakbackup_.c:1712
+#: ../../standalone/drakbackup_.c:1679
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1751
+#: ../../standalone/drakbackup_.c:1714
msgid "Users"
msgstr "Uživatelé"
-#: ../../standalone/drakbackup_.c:1777
+#: ../../standalone/drakbackup_.c:1740
msgid "Use network connection to backup"
msgstr "Použít síťové připojení pro zálohování"
-#: ../../standalone/drakbackup_.c:1779
+#: ../../standalone/drakbackup_.c:1742
msgid "Net Method:"
msgstr "Síťová metoda:"
-#: ../../standalone/drakbackup_.c:1783
+#: ../../standalone/drakbackup_.c:1746
msgid "Use Expect for SSH"
msgstr "Použít Expect pro SSH"
-#: ../../standalone/drakbackup_.c:1784
+#: ../../standalone/drakbackup_.c:1747
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -11174,7 +11295,7 @@ msgstr ""
"Vytvořit/Přenést\n"
"záložní klíče pro SSH"
-#: ../../standalone/drakbackup_.c:1785
+#: ../../standalone/drakbackup_.c:1748
msgid ""
" Transfer \n"
"Now"
@@ -11182,7 +11303,7 @@ msgstr ""
" Přenos \n"
"Nyní"
-#: ../../standalone/drakbackup_.c:1786
+#: ../../standalone/drakbackup_.c:1749
msgid ""
"Other (not drakbackup)\n"
"keys in place already"
@@ -11190,11 +11311,11 @@ msgstr ""
"Jiné (ne pro drakbackup)\n"
"klíče jsou již na místě"
-#: ../../standalone/drakbackup_.c:1790
+#: ../../standalone/drakbackup_.c:1753
msgid "Please enter the host name or IP."
msgstr "Zadejte prosím název počítače nebo IP."
-#: ../../standalone/drakbackup_.c:1795
+#: ../../standalone/drakbackup_.c:1758
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -11202,27 +11323,27 @@ msgstr ""
"Prosím, zadejte adresář (nebo modul), do kterého\n"
" bude umístěna záloha na tomto počítači."
-#: ../../standalone/drakbackup_.c:1800
+#: ../../standalone/drakbackup_.c:1763
msgid "Please enter your login"
msgstr "Zadejte své přihlašovací jméno"
-#: ../../standalone/drakbackup_.c:1805
+#: ../../standalone/drakbackup_.c:1768
msgid "Please enter your password"
msgstr "Zadejte své heslo"
-#: ../../standalone/drakbackup_.c:1811
+#: ../../standalone/drakbackup_.c:1774
msgid "Remember this password"
msgstr "Pamatovat si heslo"
-#: ../../standalone/drakbackup_.c:1822
+#: ../../standalone/drakbackup_.c:1785
msgid "Need hostname, username and password!"
msgstr "Potřebuji název počítače, uživatelské jméno a heslo!"
-#: ../../standalone/drakbackup_.c:1917
+#: ../../standalone/drakbackup_.c:1879
msgid "Use CD/DVDROM to backup"
msgstr "Použít pro zálohování CD/DVDROM"
-#: ../../standalone/drakbackup_.c:1920
+#: ../../standalone/drakbackup_.c:1882
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -11232,35 +11353,35 @@ msgstr ""
"(Stisknutím klávesy Enter přenesete nastavení do ostatních polí.\n"
"Toto políčko není povinné, je to pouze nástroj pro vyplnění formuláře.)"
-#: ../../standalone/drakbackup_.c:1925
+#: ../../standalone/drakbackup_.c:1887
msgid "Please choose your CD/DVD media size (Mb)"
msgstr "Vyberte velikost vašeho média CD/DVD"
-#: ../../standalone/drakbackup_.c:1931
+#: ../../standalone/drakbackup_.c:1893
msgid "Please check for multisession CD"
msgstr "Zvolte pokud používáte multisession CD"
-#: ../../standalone/drakbackup_.c:1937
+#: ../../standalone/drakbackup_.c:1899
msgid "Please check if you are using CDRW media"
msgstr "Zvolte pokud používáte CDRW média"
-#: ../../standalone/drakbackup_.c:1943
+#: ../../standalone/drakbackup_.c:1905
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Zatrhněte, pokud chcete vaše CDRW médium smazat (při prvním sezení)"
-#: ../../standalone/drakbackup_.c:1944
+#: ../../standalone/drakbackup_.c:1906
msgid " Erase Now "
msgstr " Vymazat nyní "
-#: ../../standalone/drakbackup_.c:1950
+#: ../../standalone/drakbackup_.c:1912
msgid "Please check if you are using a DVDR device"
msgstr "Zvolte pokud používáte zařízení DVDR"
-#: ../../standalone/drakbackup_.c:1956
+#: ../../standalone/drakbackup_.c:1918
msgid "Please check if you are using a DVDRAM device"
msgstr "Zvolte pokud používáte zařízení DVDRAM"
-#: ../../standalone/drakbackup_.c:1969
+#: ../../standalone/drakbackup_.c:1931
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11268,35 +11389,35 @@ msgstr ""
"Zadejte název vaší vypalovačky CD\n"
" např.: 1,0,0"
-#: ../../standalone/drakbackup_.c:2002
+#: ../../standalone/drakbackup_.c:1964
msgid "No CD device defined!"
msgstr "Není definováno žádné zařízení CD!"
-#: ../../standalone/drakbackup_.c:2050
+#: ../../standalone/drakbackup_.c:2012
msgid "Use tape to backup"
msgstr "Použít páskovou jednotku"
-#: ../../standalone/drakbackup_.c:2053
+#: ../../standalone/drakbackup_.c:2015
msgid "Please enter the device name to use for backup"
msgstr "Zadejte název zařízení, na které se bude zálohovat"
-#: ../../standalone/drakbackup_.c:2059
+#: ../../standalone/drakbackup_.c:2021
msgid "Please check if you want to use the non-rewinding device."
msgstr ""
"Pokud chcete používat zařízení bez zpětného převíjení, prosím zatrhněte."
-#: ../../standalone/drakbackup_.c:2065
+#: ../../standalone/drakbackup_.c:2027
msgid "Please check if you want to erase your tape before the backup."
msgstr ""
"Pokud chcete před zálohováním vaši pásku nejdříve smazat, prosím zatrhněte"
-#: ../../standalone/drakbackup_.c:2071
+#: ../../standalone/drakbackup_.c:2033
msgid "Please check if you want to eject your tape after the backup."
msgstr ""
"Pokud chcete po zálohování pásku automaticky vysunout, prosím zatrhněte."
-#: ../../standalone/drakbackup_.c:2077 ../../standalone/drakbackup_.c:2151
-#: ../../standalone/drakbackup_.c:3118
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11304,55 +11425,55 @@ msgstr ""
"Zadejte prosím maximální velikost\n"
" povolenou pro DrakBackup"
-#: ../../standalone/drakbackup_.c:2142
+#: ../../standalone/drakbackup_.c:2103
msgid "Please enter the directory to save to:"
msgstr "Zadejte adresář, kam se bude ukládat:"
-#: ../../standalone/drakbackup_.c:2157 ../../standalone/drakbackup_.c:3124
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
msgid "Use quota for backup files."
msgstr "Použít kvóty pro záložní soubory."
-#: ../../standalone/drakbackup_.c:2223
+#: ../../standalone/drakbackup_.c:2180
msgid "Network"
msgstr "Síť"
-#: ../../standalone/drakbackup_.c:2228
+#: ../../standalone/drakbackup_.c:2185
msgid "CDROM / DVDROM"
msgstr "CD-ROM / DVD-ROM"
-#: ../../standalone/drakbackup_.c:2233
+#: ../../standalone/drakbackup_.c:2190
msgid "HardDrive / NFS"
msgstr "Pevný disk / NFS"
-#: ../../standalone/drakbackup_.c:2238
+#: ../../standalone/drakbackup_.c:2195
msgid "Tape"
msgstr "Páska"
-#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
msgid "hourly"
msgstr "každou hodinu"
-#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
msgid "daily"
msgstr "každý den"
-#: ../../standalone/drakbackup_.c:2254 ../../standalone/drakbackup_.c:2258
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
msgid "weekly"
msgstr "každý týden"
-#: ../../standalone/drakbackup_.c:2255 ../../standalone/drakbackup_.c:2259
-#: ../../standalone/drakbackup_.c:2260
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
msgid "monthly"
msgstr "každý měsíc"
-#: ../../standalone/drakbackup_.c:2273
+#: ../../standalone/drakbackup_.c:2229
msgid "Use daemon"
msgstr "Použít démona"
-#: ../../standalone/drakbackup_.c:2278
+#: ../../standalone/drakbackup_.c:2234
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11360,7 +11481,7 @@ msgstr ""
"Vyberte si interval mezi\n"
"jednotlivými zálohami"
-#: ../../standalone/drakbackup_.c:2284
+#: ../../standalone/drakbackup_.c:2240
msgid ""
"Please choose the\n"
"media for backup."
@@ -11368,7 +11489,7 @@ msgstr ""
"Prosím zvolte si\n"
"médium pro zálohy."
-#: ../../standalone/drakbackup_.c:2291
+#: ../../standalone/drakbackup_.c:2247
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -11378,71 +11499,71 @@ msgstr ""
"\n"
"V tuto chvíli také všechna 'síťová' média používají pevný disk."
-#: ../../standalone/drakbackup_.c:2328
+#: ../../standalone/drakbackup_.c:2283
msgid "Send mail report after each backup to:"
msgstr "Poslat report po záloze mailem na :"
-#: ../../standalone/drakbackup_.c:2334
+#: ../../standalone/drakbackup_.c:2289
msgid "Delete Hard Drive tar files after backup to other media."
msgstr "Smazat pomocné tar soubory po záloze na jiné médium."
-#: ../../standalone/drakbackup_.c:2373
+#: ../../standalone/drakbackup_.c:2324
msgid "What"
msgstr "Co"
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2329
msgid "Where"
msgstr "Kde"
-#: ../../standalone/drakbackup_.c:2383
+#: ../../standalone/drakbackup_.c:2334
msgid "When"
msgstr "Kdy"
-#: ../../standalone/drakbackup_.c:2388
+#: ../../standalone/drakbackup_.c:2339
msgid "More Options"
msgstr "Další volby"
-#: ../../standalone/drakbackup_.c:2407 ../../standalone/drakbackup_.c:4532
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
msgid "Drakbackup Configuration"
msgstr "Nastavení pro DrakBackup"
-#: ../../standalone/drakbackup_.c:2425
+#: ../../standalone/drakbackup_.c:2376
msgid "Please choose where you want to backup"
msgstr "Vyberte si, prosím, kam chcete zálohovat."
-#: ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2378
msgid "on Hard Drive"
msgstr "na pevný disk"
-#: ../../standalone/drakbackup_.c:2437
+#: ../../standalone/drakbackup_.c:2388
msgid "across Network"
msgstr "přes síť"
-#: ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2398
msgid "on CDROM"
msgstr "na CDROM"
-#: ../../standalone/drakbackup_.c:2455
+#: ../../standalone/drakbackup_.c:2406
msgid "on Tape Device"
msgstr "na pásku"
-#: ../../standalone/drakbackup_.c:2498
+#: ../../standalone/drakbackup_.c:2449
msgid "Please choose what you want to backup"
msgstr "Prosím vyberte si, co chcete zálohovat"
-#: ../../standalone/drakbackup_.c:2499
+#: ../../standalone/drakbackup_.c:2450
msgid "Backup system"
msgstr "Zálohovat systém"
-#: ../../standalone/drakbackup_.c:2500
+#: ../../standalone/drakbackup_.c:2451
msgid "Backup Users"
msgstr "Zálohovat uživatele"
-#: ../../standalone/drakbackup_.c:2503
+#: ../../standalone/drakbackup_.c:2454
msgid "Select user manually"
msgstr "Vybrat uživatele manuálně"
-#: ../../standalone/drakbackup_.c:2586
+#: ../../standalone/drakbackup_.c:2537
msgid ""
"\n"
"Backup Sources: \n"
@@ -11450,7 +11571,7 @@ msgstr ""
"\n"
"Zdroje pro zálohu:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup_.c:2538
msgid ""
"\n"
"- System Files:\n"
@@ -11458,7 +11579,7 @@ msgstr ""
"\n"
"- Systémové soubory:\n"
-#: ../../standalone/drakbackup_.c:2589
+#: ../../standalone/drakbackup_.c:2540
msgid ""
"\n"
"- User Files:\n"
@@ -11466,7 +11587,7 @@ msgstr ""
"\n"
"- Soubory uživatelů:\n"
-#: ../../standalone/drakbackup_.c:2591
+#: ../../standalone/drakbackup_.c:2542
msgid ""
"\n"
"- Other Files:\n"
@@ -11474,7 +11595,7 @@ msgstr ""
"\n"
"- Další soubory:\n"
-#: ../../standalone/drakbackup_.c:2593
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
@@ -11483,7 +11604,7 @@ msgstr ""
"\n"
"- Uložit na pevný disk do adresáře: %s\n"
-#: ../../standalone/drakbackup_.c:2596
+#: ../../standalone/drakbackup_.c:2547
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
@@ -11491,7 +11612,7 @@ msgstr ""
"\n"
"- Smazat pomocné tar soubory po provedení zálohy.\n"
-#: ../../standalone/drakbackup_.c:2602
+#: ../../standalone/drakbackup_.c:2553
msgid ""
"\n"
"- Burn to CD"
@@ -11499,20 +11620,20 @@ msgstr ""
"\n"
"- Vypálit na CD"
-#: ../../standalone/drakbackup_.c:2603
+#: ../../standalone/drakbackup_.c:2554
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2604
+#: ../../standalone/drakbackup_.c:2555
#, c-format
msgid " on device: %s"
msgstr " na zařízení: %s"
-#: ../../standalone/drakbackup_.c:2605
+#: ../../standalone/drakbackup_.c:2556
msgid " (multi-session)"
msgstr " (multi-session)"
-#: ../../standalone/drakbackup_.c:2606
+#: ../../standalone/drakbackup_.c:2557
#, c-format
msgid ""
"\n"
@@ -11521,12 +11642,12 @@ msgstr ""
"\n"
"- Uložit na pásku na zařízení: %s"
-#: ../../standalone/drakbackup_.c:2607
+#: ../../standalone/drakbackup_.c:2558
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tErase=%s"
-#: ../../standalone/drakbackup_.c:2610
+#: ../../standalone/drakbackup_.c:2561
#, c-format
msgid ""
"\n"
@@ -11535,7 +11656,7 @@ msgstr ""
"\n"
"- Uložit skrze %s na počítač: %s\n"
-#: ../../standalone/drakbackup_.c:2611
+#: ../../standalone/drakbackup_.c:2562
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11544,7 +11665,7 @@ msgstr ""
"\t\t uživatelské jméno: %s\n"
"\t\t cesta: %s \n"
-#: ../../standalone/drakbackup_.c:2612
+#: ../../standalone/drakbackup_.c:2563
msgid ""
"\n"
"- Options:\n"
@@ -11552,19 +11673,19 @@ msgstr ""
"\n"
"- Volby:\n"
-#: ../../standalone/drakbackup_.c:2613
+#: ../../standalone/drakbackup_.c:2564
msgid "\tDo not include System Files\n"
msgstr "\tNezahrnout systémové soubory\n"
-#: ../../standalone/drakbackup_.c:2616
+#: ../../standalone/drakbackup_.c:2567
msgid "\tBackups use tar and bzip2\n"
msgstr "\tZálohování používá tar a bzip2\n"
-#: ../../standalone/drakbackup_.c:2618
+#: ../../standalone/drakbackup_.c:2569
msgid "\tBackups use tar and gzip\n"
msgstr "\tZálohování používá tar a gzip\n"
-#: ../../standalone/drakbackup_.c:2621
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
"\n"
@@ -11573,39 +11694,39 @@ msgstr ""
"\n"
"- Démon (%s) zahrnuje :\n"
-#: ../../standalone/drakbackup_.c:2622
+#: ../../standalone/drakbackup_.c:2573
msgid "\t-Hard drive.\n"
msgstr "\t-Pevný disk.\n"
-#: ../../standalone/drakbackup_.c:2623
+#: ../../standalone/drakbackup_.c:2574
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2624
+#: ../../standalone/drakbackup_.c:2575
msgid "\t-Tape \n"
msgstr "\t-Páska \n"
-#: ../../standalone/drakbackup_.c:2625
+#: ../../standalone/drakbackup_.c:2576
msgid "\t-Network by FTP.\n"
msgstr "\t-Sítí přes FTP.\n"
-#: ../../standalone/drakbackup_.c:2626
+#: ../../standalone/drakbackup_.c:2577
msgid "\t-Network by SSH.\n"
msgstr "\t-Sítí přes SSH.\n"
-#: ../../standalone/drakbackup_.c:2627
+#: ../../standalone/drakbackup_.c:2578
msgid "\t-Network by rsync.\n"
msgstr "\t-Sítí přes rsync.\n"
-#: ../../standalone/drakbackup_.c:2628
+#: ../../standalone/drakbackup_.c:2579
msgid "\t-Network by webdav.\n"
msgstr "\t-Sítí přes webdav.\n"
-#: ../../standalone/drakbackup_.c:2630
+#: ../../standalone/drakbackup_.c:2581
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Pro první spuštění použijte Průvodce nebo Rozšířené.\n"
-#: ../../standalone/drakbackup_.c:2636
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"List of data to restore:\n"
"\n"
@@ -11613,7 +11734,7 @@ msgstr ""
"Seznam dat pro obnovení:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2803
+#: ../../standalone/drakbackup_.c:2754
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11621,102 +11742,102 @@ msgstr ""
"Seznam poškozených dat:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2805
+#: ../../standalone/drakbackup_.c:2756
msgid "Please uncheck or remove it on next time."
msgstr "Zrušte tuto volbu při dalším spuštění."
-#: ../../standalone/drakbackup_.c:2815
+#: ../../standalone/drakbackup_.c:2766
msgid "Backup files are corrupted"
msgstr "Záložní soubory jsou poškozené"
-#: ../../standalone/drakbackup_.c:2836
+#: ../../standalone/drakbackup_.c:2787
msgid " All of your selected data have been "
msgstr " Všechna vybraná data byla "
-#: ../../standalone/drakbackup_.c:2837
+#: ../../standalone/drakbackup_.c:2788
#, c-format
msgid " Successfuly Restored on %s "
msgstr " úspěšně obnovena na %s "
-#: ../../standalone/drakbackup_.c:2955
+#: ../../standalone/drakbackup_.c:2906
msgid " Restore Configuration "
msgstr " Obnovit nastavení "
-#: ../../standalone/drakbackup_.c:2973
+#: ../../standalone/drakbackup_.c:2924
msgid "OK to restore the other files."
msgstr "Obnovit také ostatní soubory."
-#: ../../standalone/drakbackup_.c:2990
+#: ../../standalone/drakbackup_.c:2941
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Seznam uživatelů pro obnovení (od každého bude obnovena pouze poslední "
"záloha)"
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup_.c:3019
msgid "Backup the system files before:"
msgstr "Zálohovat systémové soubory před:"
-#: ../../standalone/drakbackup_.c:3070
+#: ../../standalone/drakbackup_.c:3021
msgid "please choose the date to restore"
msgstr "Vyberte datum obnovení zálohy"
-#: ../../standalone/drakbackup_.c:3107
+#: ../../standalone/drakbackup_.c:3057
msgid "Use Hard Disk to backup"
msgstr "Použít pro zálohování pevný disk"
-#: ../../standalone/drakbackup_.c:3110
+#: ../../standalone/drakbackup_.c:3060
msgid "Please enter the directory to save:"
msgstr "Zadejte adresář, kam bude umístěna záloha:"
-#: ../../standalone/drakbackup_.c:3153
+#: ../../standalone/drakbackup_.c:3103
msgid "FTP Connection"
msgstr "FTP připojení"
-#: ../../standalone/drakbackup_.c:3160
+#: ../../standalone/drakbackup_.c:3110
msgid "Secure Connection"
msgstr "Bezpečné připojení"
-#: ../../standalone/drakbackup_.c:3186
+#: ../../standalone/drakbackup_.c:3134
msgid "Restore from Hard Disk."
msgstr "Obnovit z pevného disku."
-#: ../../standalone/drakbackup_.c:3188
+#: ../../standalone/drakbackup_.c:3136
msgid "Please enter the directory where backups are stored"
msgstr "Zadejte adresář, kde jsou umístěny zálohy"
-#: ../../standalone/drakbackup_.c:3256
+#: ../../standalone/drakbackup_.c:3204
msgid "Select another media to restore from"
msgstr "Vyberte další médium, kde jsou umístěny zálohy"
-#: ../../standalone/drakbackup_.c:3258
+#: ../../standalone/drakbackup_.c:3206
msgid "Other Media"
msgstr "Další média"
-#: ../../standalone/drakbackup_.c:3263
+#: ../../standalone/drakbackup_.c:3211
msgid "Restore system"
msgstr "Obnovit systém"
-#: ../../standalone/drakbackup_.c:3264
+#: ../../standalone/drakbackup_.c:3212
msgid "Restore Users"
msgstr "Obnovit uživatele"
-#: ../../standalone/drakbackup_.c:3265
+#: ../../standalone/drakbackup_.c:3213
msgid "Restore Other"
msgstr "Obnovit ostatní"
-#: ../../standalone/drakbackup_.c:3267
+#: ../../standalone/drakbackup_.c:3215
msgid "select path to restore (instead of /)"
msgstr "vyberte cestu pro obnovení (místo /)"
-#: ../../standalone/drakbackup_.c:3271
+#: ../../standalone/drakbackup_.c:3219
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Provést novou zálohu před obnovou (pouze pro přírůstkovou zálohu)"
-#: ../../standalone/drakbackup_.c:3273
+#: ../../standalone/drakbackup_.c:3221
msgid "Remove user directories before restore."
msgstr "Odebrat adresáře uživatele před obnovou."
-#: ../../standalone/drakbackup_.c:3386
+#: ../../standalone/drakbackup_.c:3334
msgid ""
"Restore Selected\n"
"Catalog Entry"
@@ -11724,7 +11845,7 @@ msgstr ""
"Vybrána obnova\n"
"Záznam katalogu"
-#: ../../standalone/drakbackup_.c:3396
+#: ../../standalone/drakbackup_.c:3344
msgid ""
"Restore Selected\n"
"Files"
@@ -11732,7 +11853,7 @@ msgstr ""
"Vybrána obnova\n"
"Soubory"
-#: ../../standalone/drakbackup_.c:3413
+#: ../../standalone/drakbackup_.c:3361
msgid ""
"Change\n"
"Restore Path"
@@ -11740,12 +11861,12 @@ msgstr ""
"Změnit adresář\n"
"pro obnovu"
-#: ../../standalone/drakbackup_.c:3479
+#: ../../standalone/drakbackup_.c:3427
#, c-format
msgid "Backup files not found at %s."
msgstr "Souboru pro zálohu z %s nenalezeny."
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
@@ -11754,16 +11875,16 @@ msgstr ""
"Vložte CD s označením %s do CD\n"
" mechaniky do přípojného bodu /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:3492
+#: ../../standalone/drakbackup_.c:3440
msgid "Restore From CD"
msgstr "Obnovit z CD"
-#: ../../standalone/drakbackup_.c:3494
+#: ../../standalone/drakbackup_.c:3442
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr "CD nemá správný název. Je označeno %s."
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
@@ -11772,102 +11893,102 @@ msgstr ""
"Vložte pásku s názvem %s\n"
" do páskové jednotky %s"
-#: ../../standalone/drakbackup_.c:3504
+#: ../../standalone/drakbackup_.c:3452
msgid "Restore From Tape"
msgstr "Obnovit z pásky"
-#: ../../standalone/drakbackup_.c:3506
+#: ../../standalone/drakbackup_.c:3454
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr "Páska nemá správný název. Má označení %s."
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
msgid "Restore Via Network"
msgstr "Obnovit přes síť"
-#: ../../standalone/drakbackup_.c:3526
+#: ../../standalone/drakbackup_.c:3474
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr "Obnovit přes síť pomocí protokolu: %s"
-#: ../../standalone/drakbackup_.c:3527
+#: ../../standalone/drakbackup_.c:3475
msgid "Host Name"
msgstr "Název počítače"
-#: ../../standalone/drakbackup_.c:3528
+#: ../../standalone/drakbackup_.c:3476
msgid "Host Path or Module"
msgstr "Cesta na počítači nebo modul"
-#: ../../standalone/drakbackup_.c:3535
+#: ../../standalone/drakbackup_.c:3483
msgid "Password required"
msgstr "Vyžadováno heslo"
-#: ../../standalone/drakbackup_.c:3541
+#: ../../standalone/drakbackup_.c:3489
msgid "Username required"
msgstr "Vyžadováno uživatelské jméno"
-#: ../../standalone/drakbackup_.c:3544
+#: ../../standalone/drakbackup_.c:3492
msgid "Hostname required"
msgstr "Vyžadován název počítače"
-#: ../../standalone/drakbackup_.c:3549
+#: ../../standalone/drakbackup_.c:3497
msgid "Path or Module required"
msgstr "Vyžadována cesta nebo modul"
-#: ../../standalone/drakbackup_.c:3562
+#: ../../standalone/drakbackup_.c:3510
msgid "Files Restored..."
msgstr "Soubory obnoveny..."
-#: ../../standalone/drakbackup_.c:3565
+#: ../../standalone/drakbackup_.c:3513
msgid "Restore Failed..."
msgstr "Obnova selhala..."
-#: ../../standalone/drakbackup_.c:3803
+#: ../../standalone/drakbackup_.c:3751
msgid "Restore all backups"
msgstr "Obnovit všechny zálohy"
-#: ../../standalone/drakbackup_.c:3812
+#: ../../standalone/drakbackup_.c:3760
msgid "Custom Restore"
msgstr "Vlastní obnova"
-#: ../../standalone/drakbackup_.c:3858
+#: ../../standalone/drakbackup_.c:3804
msgid "CD in place - continue."
msgstr "CD je v mechanice - pokračovat."
-#: ../../standalone/drakbackup_.c:3864
+#: ../../standalone/drakbackup_.c:3810
msgid "Browse to new restore repository."
msgstr "Procházet nově obnovený adresář."
-#: ../../standalone/drakbackup_.c:3867
+#: ../../standalone/drakbackup_.c:3813
msgid "Restore From Catalog"
msgstr "Obnovit z katalogu"
-#: ../../standalone/drakbackup_.c:3895
+#: ../../standalone/drakbackup_.c:3841
msgid "Restore Progress"
msgstr "Průběh obnovení"
-#: ../../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
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
msgid "Previous"
msgstr "Předchozí"
-#: ../../standalone/drakbackup_.c:3941 ../../standalone/drakbackup_.c:4027
-#: ../../standalone/logdrake_.c:224
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
msgid "Save"
msgstr "Uložit"
-#: ../../standalone/drakbackup_.c:4000
+#: ../../standalone/drakbackup_.c:3946
msgid "Build Backup"
msgstr "Vytvořit zálohu"
-#: ../../standalone/drakbackup_.c:4054 ../../standalone/drakbackup_.c:4634
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
msgid "Restore"
msgstr "Obnovit"
-#: ../../standalone/drakbackup_.c:4233
+#: ../../standalone/drakbackup_.c:4189
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
@@ -11877,15 +11998,7 @@ msgstr ""
" Vámi zvolený report nebyl odeslán\n"
" Proveďte prosím nastavení sendmailu"
-#: ../../standalone/drakbackup_.c:4257
-msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr ""
-"Následující balíčky musí být instalovány:\n"
-" @list_of_rpm_to_install"
-
-#: ../../standalone/drakbackup_.c:4280
+#: ../../standalone/drakbackup_.c:4195
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11893,19 +12006,27 @@ msgstr ""
"Chyba při posílání souboru přes FTP.\n"
" Prosím opravte vaše nastavení FTP."
-#: ../../standalone/drakbackup_.c:4303
+#: ../../standalone/drakbackup_.c:4209
+msgid ""
+"The following packages need to be installed:\n"
+" @list_of_rpm_to_install"
+msgstr ""
+"Následující balíčky musí být instalovány:\n"
+" @list_of_rpm_to_install"
+
+#: ../../standalone/drakbackup_.c:4232
msgid "Please select data to restore..."
msgstr "Prosím zvolte data pro obnovu..."
-#: ../../standalone/drakbackup_.c:4324
+#: ../../standalone/drakbackup_.c:4267
msgid "Please select media for backup..."
msgstr "Prosím zvolte si médium pro zálohy..."
-#: ../../standalone/drakbackup_.c:4346
+#: ../../standalone/drakbackup_.c:4275
msgid "Please select data to backup..."
msgstr "Zkontrolujte prosím data pro zálohování..."
-#: ../../standalone/drakbackup_.c:4368
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11913,59 +12034,59 @@ msgstr ""
"Nebyl nalezen konfigurační soubor, \n"
"klikněte na Průvodce nebo na Rozšířené."
-#: ../../standalone/drakbackup_.c:4389
+#: ../../standalone/drakbackup_.c:4308
msgid "Under Devel ... please wait."
msgstr "Vyvíjí se... čekejte prosím."
-#: ../../standalone/drakbackup_.c:4470
+#: ../../standalone/drakbackup_.c:4382
msgid "Backup system files"
msgstr "Zálohovat systémové soubory"
-#: ../../standalone/drakbackup_.c:4472
+#: ../../standalone/drakbackup_.c:4384
msgid "Backup user files"
msgstr "Zálohovat uživatelské soubory"
-#: ../../standalone/drakbackup_.c:4474
+#: ../../standalone/drakbackup_.c:4386
msgid "Backup other files"
msgstr "Zálohovat další soubory"
-#: ../../standalone/drakbackup_.c:4476 ../../standalone/drakbackup_.c:4509
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
msgid "Total Progress"
msgstr "Celkový průběh"
-#: ../../standalone/drakbackup_.c:4500
+#: ../../standalone/drakbackup_.c:4412
msgid "files sending by FTP"
msgstr "soubory poslané přes FTP"
-#: ../../standalone/drakbackup_.c:4504
+#: ../../standalone/drakbackup_.c:4416
msgid "Sending files..."
msgstr "Posílám soubory..."
-#: ../../standalone/drakbackup_.c:4590
+#: ../../standalone/drakbackup_.c:4500
msgid "Backup Now from configuration file"
msgstr "Zálohovat z konfiguračního souboru"
-#: ../../standalone/drakbackup_.c:4595
+#: ../../standalone/drakbackup_.c:4505
msgid "View Backup Configuration."
msgstr "Prohlédnout konfiguraci zálohy."
-#: ../../standalone/drakbackup_.c:4616
+#: ../../standalone/drakbackup_.c:4526
msgid "Wizard Configuration"
msgstr "Průvodce konfigurací"
-#: ../../standalone/drakbackup_.c:4621
+#: ../../standalone/drakbackup_.c:4531
msgid "Advanced Configuration"
msgstr "Rozšířená konfigurace"
-#: ../../standalone/drakbackup_.c:4626
+#: ../../standalone/drakbackup_.c:4536
msgid "Backup Now"
msgstr "Zálohovat nyní"
-#: ../../standalone/drakbackup_.c:4660
+#: ../../standalone/drakbackup_.c:4576
msgid "Drakbackup"
msgstr "DrakBackup"
-#: ../../standalone/drakbackup_.c:4711
+#: ../../standalone/drakbackup_.c:4624
msgid ""
"options description:\n"
"\n"
@@ -12025,7 +12146,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4741
+#: ../../standalone/drakbackup_.c:4654
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -12039,7 +12160,7 @@ msgstr ""
" nastavte myhostname a mydomain v /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4749
+#: ../../standalone/drakbackup_.c:4662
msgid ""
"options description:\n"
"\n"
@@ -12115,7 +12236,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4788
+#: ../../standalone/drakbackup_.c:4701
msgid ""
"restore description:\n"
" \n"
@@ -12166,48 +12287,23 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
+#: ../../standalone/drakbackup_.c:4727
+#, fuzzy
msgid ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4816 ../../standalone/drakbackup_.c:4893
+#: ../../standalone/drakbackup_.c:4729
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" aktualizace 2002 MandrakeSoft od Stewa Benedicta <sbenedict\\@mandrakesoft."
"com>"
-#: ../../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"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-msgstr ""
-" Tento program je svobodný software; můžete ho šířit a/nebo modifikovat\n"
-" podle specifikace GNU General Public Licence, která byla publikována\n"
-" Free Software Foundation; buď verze 2, nebo (podle volby) pozdější verze.\n"
-"\n"
-" Tento program je distribuován s nadějí, že bude užitečný,\n"
-" ale BEZ JAKÝCHKOLIV ZÁRUK; BEZ NÁROKU NA PROFIT. Více detailů naleznete\n"
-" v licenci GNU General Public Licence.\n"
-"\n"
-" Kopii GNU General Public Licence můžete obdržet buď s tímto programem\n"
-" nebo si o ní můžete napsat na adresu Free Software Foundation, Inc.,\n"
-" 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-
-#: ../../standalone/drakbackup_.c:4832
+#: ../../standalone/drakbackup_.c:4732
+#, fuzzy
msgid ""
"Description:\n"
"\n"
@@ -12236,7 +12332,6 @@ msgid ""
" Configuration file:\n"
"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"\n"
"Restore Step:\n"
" \n"
" During the restore step, DrakBackup will remove \n"
@@ -12282,7 +12377,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4870
+#: ../../standalone/drakbackup_.c:4769
msgid ""
"options description:\n"
"\n"
@@ -12300,7 +12395,7 @@ msgstr ""
"ji pošlete na server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4879
+#: ../../standalone/drakbackup_.c:4778
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12323,197 +12418,86 @@ msgstr ""
"data ručně.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4909
-msgid ""
-"Description:\n"
-"\n"
-" Drakbackup is used to backup your system.\n"
-" During the configuration you can select \n"
-"\t- System files, \n"
-"\t- Users files, \n"
-"\t- Other files.\n"
-"\tor All your system ... and Other (like Windows Partitions)\n"
-"\n"
-" Drakbackup allows you to backup your system on:\n"
-"\t- Harddrive.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Tape.\n"
-"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
-"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
-"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
-"\n"
-"Restore Step:\n"
-" \n"
-" During the restore step, Drakbackup will remove\n"
-" your original directory and verify that all\n"
-" backup files are not corrupted. It is recommended\n"
-" you do a last backup before restoring.\n"
-" \n"
-"\n"
-msgstr ""
-"Popis:\n"
-"\n"
-" DrakBackup je nástroj na zálohování systému.\n"
-" Během konfigurace můžete vybrat \n"
-"\t- Systémové soubory,\n"
-"\t- Soubory uživatelů,\n"
-"\t- Ostatní soubory.\n"
-"\tnebo Celý systém a jiné (jako jsou oddíly s Windows).\n"
-"\n"
-" DrakBackup dovoluje zálohovat na:\n"
-"\t- Pevný disk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (se spuštěním, záchranou a autoinstalací).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Páskovou jednotku.\n"
-"\n"
-" DrakBackup dovoluje provést obnovu do vybraného adresáře.\n"
-"\n"
-" Jako výchozí jsou umístěny všechny zálohy do adresáře\n"
-" /var/lib/drakbackup \n"
-"\n"
-" Konfigurační soubor:\n"
-"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
-"\n"
-"\n"
-"Postup při obnově:\n"
-"\n"
-" Při provádění obnovy odstraní DrakBackup původní adresář\n"
-" a ověří, že zálohované soubory nejsou poškozeny.\n"
-" Doporučuje se ale provést zálohu těchto dat před provedením\n"
-" obnovy.\n"
-"\n"
-"\n"
-
-#: ../../standalone/drakboot_.c:57
+#: ../../standalone/drakboot_.c:50
#, c-format
msgid "Installation of %s failed. The following error occured:"
msgstr "Instalace %s neuspěla. Stala se tato chyba:"
-#: ../../standalone/drakbug_.c:40
-#, c-format
-msgid ""
-"drakbug version %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-msgstr ""
-"DrakBug verze %s\n"
-"Copyright (C) 2002 MandrakeSoft.\n"
-"Toto je volně šiřitelný software a lze jej šířit za podmínek licence GNU "
-"GPL.\n"
-"\n"
-"použití: drakbug [VOLBY] [NÁZEV_PROGRAMU]\n"
-"\n"
-"VOLBY:\n"
-
-#: ../../standalone/drakbug_.c:47
-msgid " --help - print this help message.\n"
-msgstr " --help - vytiskne tuto zprávu s nápovědou.\n"
-
-#: ../../standalone/drakbug_.c:48
-msgid " --report - program should be one of mandrake tools\n"
-msgstr ""
-" --report - program by měl být jeden z nástrojů společnosti "
-"Mandrake\n"
-
-#: ../../standalone/drakbug_.c:49
-msgid " --incident - program should be one of mandrake tools\n"
-msgstr ""
-" --incident - program by měl být jedním z nástrojů společnosti "
-"Mandrake\n"
-
-#: ../../standalone/drakbug_.c:64
+#: ../../standalone/drakbug_.c:45
msgid "Mandrake Bug Report Tool"
msgstr "Nástroj společnosti Mandrake pro hlášení chyb"
-#: ../../standalone/drakbug_.c:70
+#: ../../standalone/drakbug_.c:50
msgid "First Time Wizard"
msgstr "Průvodce pro nové uživatele"
-#: ../../standalone/drakbug_.c:71
+#: ../../standalone/drakbug_.c:51
msgid "Synchronization tool"
msgstr "Nástroj na synchronizaci"
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
-#: ../../standalone/drakbug_.c:156 ../../standalone/drakbug_.c:158
-#: ../../standalone/drakbug_.c:162
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
msgid "Standalone Tools"
msgstr "Samostatné nástroje"
-#: ../../standalone/drakbug_.c:73
+#: ../../standalone/drakbug_.c:53
msgid "HardDrake"
msgstr "HardDrake"
-#: ../../standalone/drakbug_.c:74
+#: ../../standalone/drakbug_.c:54
msgid "Mandrake Online"
msgstr "Mandrake Online"
-#: ../../standalone/drakbug_.c:75
+#: ../../standalone/drakbug_.c:55
msgid "Menudrake"
msgstr "Menudrake"
-#: ../../standalone/drakbug_.c:76
+#: ../../standalone/drakbug_.c:56
msgid "Msec"
msgstr "Msec"
-#: ../../standalone/drakbug_.c:77
+#: ../../standalone/drakbug_.c:57
msgid "Remote Control"
msgstr "Vzdálené ovládání"
-#: ../../standalone/drakbug_.c:78
+#: ../../standalone/drakbug_.c:58
msgid "Software Manager"
msgstr "Správce software"
-#: ../../standalone/drakbug_.c:79
+#: ../../standalone/drakbug_.c:59
msgid "Urpmi"
msgstr "Urpmi"
-#: ../../standalone/drakbug_.c:80
+#: ../../standalone/drakbug_.c:60
msgid "Windows Migration tool"
msgstr "Nástroj pro migraci z Windows"
-#: ../../standalone/drakbug_.c:81
+#: ../../standalone/drakbug_.c:61
msgid "Userdrake"
msgstr "UserDrake"
-#: ../../standalone/drakbug_.c:82
+#: ../../standalone/drakbug_.c:62
msgid "Configuration Wizards"
msgstr "Průvodci nastavením"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:75
msgid "Application:"
msgstr "Aplikace:"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:76
msgid "Package: "
msgstr "Balíček: "
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:77
msgid "Kernel:"
msgstr "Jádro: "
-#: ../../standalone/drakbug_.c:100
+#: ../../standalone/drakbug_.c:78
msgid "Release: "
msgstr "Verze: "
-#: ../../standalone/drakbug_.c:115
+#: ../../standalone/drakbug_.c:93
msgid ""
"\n"
"\n"
@@ -12534,44 +12518,49 @@ msgstr ""
"rovněž přeneseny.\n"
"\n"
-#: ../../standalone/drakbug_.c:134
+#: ../../standalone/drakbug_.c:112
msgid "Report"
msgstr "Hlášení"
-#: ../../standalone/drakbug_.c:171
+#: ../../standalone/drakbug_.c:148
msgid "Not installed"
msgstr "Není instalováno"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "Není instalováno"
+
+#: ../../standalone/drakbug_.c:173
msgid "connecting to Bugzilla wizard ..."
msgstr "připojuji se k průvodci Bugzilla ..."
-#: ../../standalone/drakbug_.c:196
+#: ../../standalone/drakbug_.c:180
msgid "No browser available! Please install one"
msgstr "Není k dispozici žádný prohlížeč! Prosím nainstalujte nějaký."
-#: ../../standalone/drakconnect_.c:79
+#: ../../standalone/drakconnect_.c:75
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Nastavení sítě (%d adaptéry(ů))"
-#: ../../standalone/drakconnect_.c:86 ../../standalone/drakconnect_.c:594
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
msgid "Profile: "
msgstr "Profil: "
-#: ../../standalone/drakconnect_.c:94
+#: ../../standalone/drakconnect_.c:91
msgid "Del profile..."
msgstr "Smazat profil..."
-#: ../../standalone/drakconnect_.c:100
+#: ../../standalone/drakconnect_.c:97
msgid "Profile to delete:"
msgstr "Smazat profil:"
-#: ../../standalone/drakconnect_.c:128
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr "Nový profil..."
-#: ../../standalone/drakconnect_.c:134
+#: ../../standalone/drakconnect_.c:131
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one) :"
@@ -12579,97 +12568,99 @@ msgstr ""
"Zadejte název vytvářeného profilu (nový profil je vytvořen jako kopie "
"vybraného) :"
-#: ../../standalone/drakconnect_.c:160
+#: ../../standalone/drakconnect_.c:157
msgid "Hostname: "
msgstr "Název počítače: "
-#: ../../standalone/drakconnect_.c:167
+#: ../../standalone/drakconnect_.c:164
msgid "Internet access"
msgstr "Přístup na Internet"
-#: ../../standalone/drakconnect_.c:180
+#: ../../standalone/drakconnect_.c:177
msgid "Type:"
msgstr "Typ:"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Gateway:"
msgstr "Brána(gateway):"
-#: ../../standalone/drakconnect_.c:183 ../../standalone/drakconnect_.c:375
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
msgid "Interface:"
msgstr "Rozhraní:"
-#: ../../standalone/drakconnect_.c:194
+#: ../../standalone/drakconnect_.c:191
msgid "Status:"
msgstr "Status:"
-#: ../../standalone/drakconnect_.c:201
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
msgid "Wait please"
msgstr "Čekejte prosím"
-#: ../../standalone/drakconnect_.c:219
+#: ../../standalone/drakconnect_.c:216
msgid "Configure Internet Access..."
msgstr "Nastavuji přístup na Internet..."
-#: ../../standalone/drakconnect_.c:226 ../../standalone/drakconnect_.c:448
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
msgid "LAN configuration"
msgstr "Nastavení LAN"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Driver"
msgstr "Ovladač"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Interface"
msgstr "Rozhraní"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "Protocol"
msgstr "Protokol"
-#: ../../standalone/drakconnect_.c:231
+#: ../../standalone/drakconnect_.c:228
msgid "State"
msgstr "Status"
-#: ../../standalone/drakconnect_.c:243
+#: ../../standalone/drakconnect_.c:240
msgid "Configure Local Area Network..."
msgstr "Nastavuji lokální síť..."
-#: ../../standalone/drakconnect_.c:255
+#: ../../standalone/drakconnect_.c:252
msgid "Click here to launch the wizard ->"
msgstr "Klikněte pro spuštění průvodce ->"
-#: ../../standalone/drakconnect_.c:256
+#: ../../standalone/drakconnect_.c:253
msgid "Wizard..."
msgstr "Průvodce..."
-#: ../../standalone/drakconnect_.c:282
+#: ../../standalone/drakconnect_.c:279
msgid "Apply"
msgstr "Použít"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Connected"
msgstr "Připojen"
-#: ../../standalone/drakconnect_.c:383 ../../standalone/drakconnect_.c:406
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
msgid "Not connected"
msgstr "Nepřipojen"
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Connect..."
msgstr "Připojit..."
-#: ../../standalone/drakconnect_.c:384 ../../standalone/drakconnect_.c:407
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
msgid "Disconnect..."
msgstr "Odpojit..."
-#: ../../standalone/drakconnect_.c:403
+#: ../../standalone/drakconnect_.c:400
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr "Varování, bylo detekováno jiné připojení k Internetu, zřejmě je to síť"
-#: ../../standalone/drakconnect_.c:430
+#: ../../standalone/drakconnect_.c:427
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -12677,36 +12668,36 @@ msgstr ""
"Nemáte nakonfigurováno žádné rozhraní.\n"
"Nastavte jej kliknutím na 'Konfigurovat'"
-#: ../../standalone/drakconnect_.c:452
+#: ../../standalone/drakconnect_.c:449
msgid "LAN Configuration"
msgstr "Nastavení LAN"
-#: ../../standalone/drakconnect_.c:463
+#: ../../standalone/drakconnect_.c:460
#, c-format
msgid "Adapter %s: %s"
msgstr "Adaptér %s: %s"
-#: ../../standalone/drakconnect_.c:469
+#: ../../standalone/drakconnect_.c:466
msgid "Boot Protocol"
msgstr "Protokol o spuštění"
-#: ../../standalone/drakconnect_.c:470
+#: ../../standalone/drakconnect_.c:467
msgid "Started on boot"
msgstr "Spustit při startu"
-#: ../../standalone/drakconnect_.c:471
+#: ../../standalone/drakconnect_.c:468
msgid "DHCP client"
msgstr "DHCP klient"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "activate now"
msgstr "aktivovat nyní"
-#: ../../standalone/drakconnect_.c:496 ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
msgid "deactivate now"
msgstr "deaktivovat nyní"
-#: ../../standalone/drakconnect_.c:502
+#: ../../standalone/drakconnect_.c:499
msgid ""
"This interface has not been configured yet.\n"
"Launch the configuration wizard in the main window"
@@ -12714,7 +12705,7 @@ msgstr ""
"Toto rozhraní ještě nebylo nastaveno.\n"
"Spusťte průvodce konfigurací z hlavního okna"
-#: ../../standalone/drakconnect_.c:559
+#: ../../standalone/drakconnect_.c:556
msgid ""
"You don't have any internet connection.\n"
"Create one first by clicking on 'Configure'"
@@ -12722,121 +12713,117 @@ msgstr ""
"Nemáte žádné připojení k Internetu.\n"
"Vytvořte si jej kliknutím na 'Konfigurovat'"
-#: ../../standalone/drakconnect_.c:583
+#: ../../standalone/drakconnect_.c:580
msgid "Internet connection configuration"
msgstr "Konfigurace připojení k internetu"
-#: ../../standalone/drakconnect_.c:587
+#: ../../standalone/drakconnect_.c:584
msgid "Internet Connection Configuration"
msgstr "Konfigurace připojení k internetu"
-#: ../../standalone/drakconnect_.c:596
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
msgid "Connection type: "
msgstr "Typ připojení:"
-#: ../../standalone/drakconnect_.c:602
+#: ../../standalone/drakconnect_.c:599
msgid "Parameters"
msgstr "Parametry"
-#: ../../standalone/drakconnect_.c:620
+#: ../../standalone/drakconnect_.c:618
msgid "Gateway"
msgstr "Brána(gateway)"
-#: ../../standalone/drakconnect_.c:629
+#: ../../standalone/drakconnect_.c:627
msgid "Ethernet Card"
msgstr "Ethernetová karta"
-#: ../../standalone/drakconnect_.c:630
+#: ../../standalone/drakconnect_.c:628
msgid "DHCP Client"
msgstr "DHCP klient"
-#: ../../standalone/drakfloppy_.c:64
-msgid "usage: drakfloppy\n"
-msgstr "použití: drakfloppy\n"
-
-#: ../../standalone/drakfloppy_.c:68
+#: ../../standalone/drakfloppy_.c:39
msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-iso8859-2,*"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Module name"
msgstr "Název modulu"
-#: ../../standalone/drakfloppy_.c:69
+#: ../../standalone/drakfloppy_.c:40
msgid "Size"
msgstr "Velikost"
-#: ../../standalone/drakfloppy_.c:74
+#: ../../standalone/drakfloppy_.c:45
msgid "drakfloppy"
msgstr "drakfloppy"
-#: ../../standalone/drakfloppy_.c:91
+#: ../../standalone/drakfloppy_.c:63
msgid "boot disk creation"
msgstr "vytváření zaváděcích disket"
-#: ../../standalone/drakfloppy_.c:99 ../../standalone/drakfloppy_.c:112
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
msgid "default"
msgstr "předvolené"
-#: ../../standalone/drakfloppy_.c:115
+#: ../../standalone/drakfloppy_.c:87
#, c-format
msgid "DrakFloppy Error: %s"
msgstr "Chyba DrakFloppy: %s"
-#: ../../standalone/drakfloppy_.c:126
+#: ../../standalone/drakfloppy_.c:98
msgid "kernel version"
msgstr "verze jádra"
-#: ../../standalone/drakfloppy_.c:132
+#: ../../standalone/drakfloppy_.c:104
msgid "General"
msgstr "Obecné"
-#: ../../standalone/drakfloppy_.c:137
+#: ../../standalone/drakfloppy_.c:109
msgid "Expert Area"
msgstr "Expertní nastavení"
-#: ../../standalone/drakfloppy_.c:140
+#: ../../standalone/drakfloppy_.c:112
msgid "mkinitrd optional arguments"
msgstr "volitelné argumenty pro mkinitrd"
-#: ../../standalone/drakfloppy_.c:141
+#: ../../standalone/drakfloppy_.c:113
msgid "Add a module"
msgstr "Přidat modul"
-#: ../../standalone/drakfloppy_.c:161
+#: ../../standalone/drakfloppy_.c:133
msgid "force"
msgstr "vnutit"
-#: ../../standalone/drakfloppy_.c:162
+#: ../../standalone/drakfloppy_.c:134
msgid "if needed"
msgstr "pokud je potřeba"
-#: ../../standalone/drakfloppy_.c:163
+#: ../../standalone/drakfloppy_.c:135
msgid "omit scsi modules"
msgstr "vynechat SCSI moduly"
-#: ../../standalone/drakfloppy_.c:164
+#: ../../standalone/drakfloppy_.c:136
msgid "omit raid modules"
msgstr "vynechat RAID moduly"
-#: ../../standalone/drakfloppy_.c:200
+#: ../../standalone/drakfloppy_.c:172
msgid "Remove a module"
msgstr "Odebrat modul"
-#: ../../standalone/drakfloppy_.c:222
+#: ../../standalone/drakfloppy_.c:194
msgid "Output"
msgstr "Výstup"
-#: ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:206
msgid "Build the disk"
msgstr "Vytvořit disk"
-#: ../../standalone/drakfloppy_.c:377
+#: ../../standalone/drakfloppy_.c:336
#, c-format
msgid "Be sure a media is present for the device %s"
msgstr "Zkontrolujte, zda v je zařízení %s vloženo médium"
-#: ../../standalone/drakfloppy_.c:382
+#: ../../standalone/drakfloppy_.c:341
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12845,12 +12832,12 @@ msgstr ""
"V zařízení %s není žádné médium, nebo je médium chráněno proti zápisu.\n"
"Vložte prosím nějaké."
-#: ../../standalone/drakfloppy_.c:384
+#: ../../standalone/drakfloppy_.c:344
#, c-format
msgid "Unable to fork: %s"
msgstr "Nelze provést fork: %s"
-#: ../../standalone/drakfloppy_.c:388
+#: ../../standalone/drakfloppy_.c:349
#, c-format
msgid ""
"Unable to close properly mkbootdisk: \n"
@@ -12861,99 +12848,99 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:231
+#: ../../standalone/drakfont_.c:213
msgid "Search installed fonts"
msgstr "Hledám instalované fonty"
-#: ../../standalone/drakfont_.c:233
+#: ../../standalone/drakfont_.c:215
msgid "Unselect fonts installed"
msgstr "Odznačit instalované fonty"
-#: ../../standalone/drakfont_.c:257
+#: ../../standalone/drakfont_.c:239
msgid "parse all fonts"
msgstr "zpracovávám všechny fonty"
-#: ../../standalone/drakfont_.c:260
+#: ../../standalone/drakfont_.c:242
msgid "no fonts found"
msgstr "nebyly nalezeny žádné fonty"
-#: ../../standalone/drakfont_.c:269 ../../standalone/drakfont_.c:323
-#: ../../standalone/drakfont_.c:379 ../../standalone/drakfont_.c:468
-#: ../../standalone/drakfont_.c:479 ../../standalone/drakfont_.c:506
-#: ../../standalone/drakfont_.c:520 ../../standalone/drakfont_.c:537
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
msgid "done"
msgstr "hotovo"
-#: ../../standalone/drakfont_.c:275
+#: ../../standalone/drakfont_.c:257
msgid "could not find any font in your mounted partitions"
msgstr "nelze nalézt žádné fonty v připojeném oddíle"
-#: ../../standalone/drakfont_.c:321
+#: ../../standalone/drakfont_.c:303
msgid "Reselect correct fonts"
msgstr "Znovu vybrat správné fonty"
-#: ../../standalone/drakfont_.c:325
+#: ../../standalone/drakfont_.c:307
msgid "could not find any font.\n"
msgstr "nelze nalézt žádný font.\n"
-#: ../../standalone/drakfont_.c:349
+#: ../../standalone/drakfont_.c:331
msgid "Search fonts in installed list"
msgstr "Hledat fonty mezi instalovanými"
-#: ../../standalone/drakfont_.c:377
+#: ../../standalone/drakfont_.c:359
msgid "Fonts copy"
msgstr "Kopie fontu"
-#: ../../standalone/drakfont_.c:381
+#: ../../standalone/drakfont_.c:363
msgid "True Type fonts installation"
msgstr "Instalace písem True Type"
-#: ../../standalone/drakfont_.c:389
+#: ../../standalone/drakfont_.c:371
msgid "please wait during ttmkfdir..."
msgstr "čekejte prosím, právě běží ttmkfdir... "
-#: ../../standalone/drakfont_.c:394
+#: ../../standalone/drakfont_.c:377
msgid "True Type install done"
msgstr "Instalace True Type fontů je dokončena"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:429
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
msgid "Fonts conversion"
msgstr "Konverze fontů"
-#: ../../standalone/drakfont_.c:409 ../../standalone/drakfont_.c:433
-#: ../../standalone/drakfont_.c:464
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
msgid "type1inst building"
msgstr "vytvářím type1inst"
-#: ../../standalone/drakfont_.c:419 ../../standalone/drakfont_.c:442
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
msgid "Ghostscript referencing"
msgstr "Odkazy na Ghostscript"
-#: ../../standalone/drakfont_.c:452
+#: ../../standalone/drakfont_.c:437
msgid "ttf fonts conversion"
msgstr "konverze ttf fontů"
-#: ../../standalone/drakfont_.c:459
+#: ../../standalone/drakfont_.c:444
msgid "pfm fonts conversion"
msgstr "konverze pfm fontů"
-#: ../../standalone/drakfont_.c:470
+#: ../../standalone/drakfont_.c:456
msgid "Suppress temporary Files"
msgstr "Ignorovat dočasné soubory"
-#: ../../standalone/drakfont_.c:473
+#: ../../standalone/drakfont_.c:459
msgid "Restart XFS"
msgstr "Restartovat XFS"
-#: ../../standalone/drakfont_.c:518 ../../standalone/drakfont_.c:532
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
msgid "Suppress Fonts Files"
msgstr "Ignorovat soubory s fonty"
-#: ../../standalone/drakfont_.c:534
+#: ../../standalone/drakfont_.c:528
msgid "xfs restart"
msgstr "restart xfs"
-#: ../../standalone/drakfont_.c:542 ../../standalone/drakfont_.c:951
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
"Before installing any fonts, be sure that you have the right to use and "
"install them on your system.\n"
@@ -12967,111 +12954,211 @@ msgstr ""
"- Fonty lze instalovat běžným způsobem. Ve výjimečných případech může špatný "
"font způsobit zamrznutí X serveru."
-#: ../../standalone/drakfont_.c:630
+#: ../../standalone/drakfont_.c:621
msgid "Fonts Importation"
msgstr "Zavádění fontů"
-#: ../../standalone/drakfont_.c:660
+#: ../../standalone/drakfont_.c:650
msgid "Get Windows Fonts"
msgstr "Načíst fonty z Windows"
-#: ../../standalone/drakfont_.c:668
+#: ../../standalone/drakfont_.c:658
msgid "Uninstall Fonts"
msgstr "Odinstalovat fonty"
-#: ../../standalone/drakfont_.c:679
+#: ../../standalone/drakfont_.c:669
msgid "Advanced Options"
msgstr "Rozšířené volby"
-#: ../../standalone/drakfont_.c:687
+#: ../../standalone/drakfont_.c:677
msgid "Font List"
msgstr "Seznam fontů"
-#: ../../standalone/drakfont_.c:909
+#: ../../standalone/drakfont_.c:737
+#, fuzzy
+msgid ""
+"\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
+"\n"
+"\n"
+msgstr ""
+" Tento program je svobodný software; můžete ho šířit a/nebo modifikovat\n"
+" podle specifikace GNU General Public Licence, která byla publikována\n"
+" Free Software Foundation; buď verze 2, nebo (podle volby) pozdější verze.\n"
+"\n"
+" Tento program je distribuován s nadějí, že bude užitečný,\n"
+" ale BEZ JAKÝCHKOLIV ZÁRUK; BEZ NÁROKU NA PROFIT. Více detailů naleznete\n"
+" v licenci GNU General Public Licence.\n"
+"\n"
+" Kopii GNU General Public Licence můžete obdržet buď s tímto programem\n"
+" nebo si o ní můžete napsat na adresu Free Software Foundation, Inc.,\n"
+" 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
msgid "Choose the applications that will support the fonts:"
msgstr "Zvolte aplikace, které podporují fonty:"
-#: ../../standalone/drakfont_.c:918
+#: ../../standalone/drakfont_.c:870
msgid "Ghostscript"
msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:925
+#: ../../standalone/drakfont_.c:877
msgid "StarOffice"
msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:932
+#: ../../standalone/drakfont_.c:884
msgid "Abiword"
msgstr "Abiword"
-#: ../../standalone/drakfont_.c:939
+#: ../../standalone/drakfont_.c:891
msgid "Generic Printers"
msgstr "Obecné tiskárny"
-#: ../../standalone/drakfont_.c:1016
+#: ../../standalone/drakfont_.c:958
msgid "Select the font file or directory and click on 'Add'"
msgstr "Vyberte soubor s fontem nebo adresář a klikněte na 'Přidat'"
-#: ../../standalone/drakfont_.c:1063
+#: ../../standalone/drakfont_.c:1005
msgid "Install List"
msgstr "Instalovat seznam"
-#: ../../standalone/drakfont_.c:1106
+#: ../../standalone/drakfont_.c:1048
msgid "click here if you are sure."
msgstr "klikněte zde, pokud jste si jisti."
-#: ../../standalone/drakfont_.c:1113
+#: ../../standalone/drakfont_.c:1055
msgid "here if no."
msgstr "zde pokud si nejste jisti."
-#: ../../standalone/drakfont_.c:1174
+#: ../../standalone/drakfont_.c:1112
msgid "Unselected All"
msgstr "Zrušit celý výběr"
-#: ../../standalone/drakfont_.c:1178
+#: ../../standalone/drakfont_.c:1116
msgid "Selected All"
msgstr "Vybrat vše"
-#: ../../standalone/drakfont_.c:1182
+#: ../../standalone/drakfont_.c:1120
msgid "Remove List"
msgstr "Odebrat seznam"
-#: ../../standalone/drakfont_.c:1204 ../../standalone/drakfont_.c:1237
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
msgid "Initials tests"
msgstr "Úvodní testy"
-#: ../../standalone/drakfont_.c:1207
+#: ../../standalone/drakfont_.c:1145
msgid "Copy fonts on your system"
msgstr "Kopírovat fonty do systému"
-#: ../../standalone/drakfont_.c:1211
+#: ../../standalone/drakfont_.c:1149
msgid "Install & convert Fonts"
msgstr "Instalovat & konvertovat fonty"
-#: ../../standalone/drakfont_.c:1215
+#: ../../standalone/drakfont_.c:1153
msgid "Post Install"
msgstr "Poinstalační nastavení"
-#: ../../standalone/drakfont_.c:1240
+#: ../../standalone/drakfont_.c:1178
msgid "Remove fonts on your system"
msgstr "Odebrat fonty ze systému"
-#: ../../standalone/drakfont_.c:1244
+#: ../../standalone/drakfont_.c:1182
msgid "Post Uninstall"
msgstr "Nastavení po odebrání"
-#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:184
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
msgid "Internet Connection Sharing"
msgstr "Sdílení Internetového Připojení"
-#: ../../standalone/drakgw_.c:115
+#: ../../standalone/drakgw_.c:114
msgid "Sorry, we support only 2.4 kernels."
msgstr "Omlouváme se, ale podporujeme pouze jádra řady 2.4."
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw_.c:125
msgid "Internet Connection Sharing currently enabled"
msgstr "Sdílení Internetového připojení je zapnuto"
-#: ../../standalone/drakgw_.c:127
+#: ../../standalone/drakgw_.c:126
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -13083,19 +13170,19 @@ msgstr ""
"\n"
"Co chcete dále dělat?"
-#: ../../standalone/drakgw_.c:131
+#: ../../standalone/drakgw_.c:130
msgid "disable"
msgstr "vypnout"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "dismiss"
msgstr "odmítnout"
-#: ../../standalone/drakgw_.c:131 ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
msgid "reconfigure"
msgstr "překonfigurovat"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:133
msgid "Disabling servers..."
msgstr "Zakazuji servery..."
@@ -13103,11 +13190,11 @@ msgstr "Zakazuji servery..."
msgid "Internet connection sharing is now disabled."
msgstr "Sdílení Internetového připojení je nyní vypnuto."
-#: ../../standalone/drakgw_.c:151
+#: ../../standalone/drakgw_.c:149
msgid "Internet Connection Sharing currently disabled"
msgstr "Sdílení Internetového připojení je vypnuto"
-#: ../../standalone/drakgw_.c:152
+#: ../../standalone/drakgw_.c:150
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -13119,20 +13206,19 @@ msgstr ""
"\n"
"Co chcete dále dělat?"
-#: ../../standalone/drakgw_.c:156
+#: ../../standalone/drakgw_.c:154
msgid "enable"
msgstr "povolit"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:161
msgid "Enabling servers..."
msgstr "Povoluji servery..."
-#: ../../standalone/drakgw_.c:168
+#: ../../standalone/drakgw_.c:166
msgid "Internet connection sharing is now enabled."
msgstr "Sdílení Internetového připojení je nyní zapnuto."
-#: ../../standalone/drakgw_.c:185
-#, fuzzy
+#: ../../standalone/drakgw_.c:183
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
@@ -13144,27 +13230,30 @@ msgid ""
"Note: you need a dedicated Network Adapter to set up a Local Area Network "
"(LAN)."
msgstr ""
-"Váš počítač bude zkonfigurován pro sdílení připojení na Internet.\n"
-"Tato možnost umožňuje přístup dalších počítačů na lokální síti do Internetu "
-"přes tento počítač.\n"
+"Váš počítač bude nastaven pro sdílení svého připojení k Internetu.\n"
+"Tato vlastnost umožňuje přístup dalších počítačů na lokální síti k síti "
+"Internet přes připojení tohoto počítače.\n"
+"\n"
+"Před pokračováním se ujistěte, že jste nastavili vaši síť a připojení k "
+"Internetu pomocí aplikace drakconnect.\n"
"\n"
-"Pozn.: potřebujete vyhrazený síťový adaptér pro nastavení lokální sítě (LAN)."
+"Pozn.: Pro nastavení lokální sítě (LAN) potřebujete vyhrazený síťový adaptér."
-#: ../../standalone/drakgw_.c:213
+#: ../../standalone/drakgw_.c:211
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Rozhraní %s (používá modul %s)"
-#: ../../standalone/drakgw_.c:214
+#: ../../standalone/drakgw_.c:212
#, c-format
msgid "Interface %s"
msgstr "Rozhraní %s"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:220
msgid "No network adapter on your system!"
msgstr "Ve vašem systému není žádný síťový adaptér!"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:221
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -13172,11 +13261,11 @@ msgstr ""
"Ve vašem počítači nebyl nalezen žádný síťový adaptér. Spusťte prosím program "
"pro nastavení hardware."
-#: ../../standalone/drakgw_.c:229
+#: ../../standalone/drakgw_.c:227
msgid "Network interface"
msgstr "Síťové rozhraní"
-#: ../../standalone/drakgw_.c:230
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -13191,17 +13280,17 @@ msgstr ""
"\n"
"Na tomto adaptéru bude nastavena lokální síť."
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:235
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr "Prosím zvolte si, ke kterému síťovému adaptéru bude připojena LAN."
-#: ../../standalone/drakgw_.c:265
+#: ../../standalone/drakgw_.c:261
msgid "Network interface already configured"
msgstr "Síťové rozhraní je již nastaveno"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -13216,15 +13305,24 @@ msgstr ""
"\n"
"Lze to také provést ručně, ale musíte vědět, co děláte."
-#: ../../standalone/drakgw_.c:271
+#: ../../standalone/drakgw_.c:267
msgid "Automatic reconfiguration"
msgstr "Automatické přenastavení"
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw_.c:268
msgid "Show current interface configuration"
msgstr "Zobrazit aktuální nastavení rozhraní"
-#: ../../standalone/drakgw_.c:274
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "Zobrazit aktuální nastavení rozhraní"
+
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -13241,7 +13339,7 @@ msgstr ""
"IP atributy: %s\n"
"Ovladač: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:283
#, fuzzy
msgid ""
"I can keep your current configuration and assume you already set up a DHCP "
@@ -13251,25 +13349,29 @@ msgid ""
"\n"
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
-"\n"
+"\t\t \n"
"Else, I can reconfigure your interface and (re)configure a DHCP server for "
"you.\n"
"\n"
msgstr ""
-"Mohu zachovat současnou konfiguraci a předpokládám, že máte již nastavený "
-"DHCP server; v takovém případě ověřte, že je správně nastavena lokální síť; "
-"nebude v ní provedena žádná změna a nebude ani změněn DHCP server.\n"
+"Mohu zachovat současné nastavení a předpokládat, že máte již nastavený DHCP "
+"server; v takovém případě ověřte, že je správně převzato nastavení sítě "
+"odpovídající vaší lokální síti; nebude v něm provedena žádná změna a nebude "
+"ani změněno nastavení DHCP serveru.\n"
+"\n"
+"Výchozí záznam DNS je vyrovnávací jmenný server (caching nameserver) "
+"nastavený na vašem firewallu. Tento záznam lze nahradit například IP adresou "
+"vašeho poskytovatele připojení k Internetu.\n"
"\n"
"Jinak mohu změnit jak rozhraní, tak také přenastavit DHCP server podle "
"potřeby.\n"
"\n"
-#: ../../standalone/drakgw_.c:294
-#, fuzzy
+#: ../../standalone/drakgw_.c:290
msgid "Local Network adress"
-msgstr "Lokální síť"
+msgstr "Adresa lokální sítě"
-#: ../../standalone/drakgw_.c:298
+#: ../../standalone/drakgw_.c:294
msgid ""
"DHCP Server Configuration.\n"
"\n"
@@ -13277,64 +13379,67 @@ msgid ""
"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
msgstr ""
+"Nastavení DHCP serveru.\n"
+"\n"
+"Zde můžete vybrat různé volby nastavení DHCP serveru.\n"
+"Pokud nevíte, co která volba znamená, ponechte její výchozí hodnotu.\n"
+"\n"
-#: ../../standalone/drakgw_.c:304
+#: ../../standalone/drakgw_.c:300
msgid "(This) DHCP Server IP"
msgstr "Adresa DHCP serveru"
-#: ../../standalone/drakgw_.c:305
-#, fuzzy
+#: ../../standalone/drakgw_.c:301
msgid "The DNS Server IP"
-msgstr "Adresa DHCP serveru"
+msgstr "IP adresa DNS serveru"
-#: ../../standalone/drakgw_.c:306
-#, fuzzy
+#: ../../standalone/drakgw_.c:302
msgid "The internal domain name"
-msgstr "Nový název tiskárny"
+msgstr "Interní název domény"
-#: ../../standalone/drakgw_.c:307
+#: ../../standalone/drakgw_.c:303
msgid "The DHCP start range"
-msgstr ""
+msgstr "Počátek pásma adres DHCP"
-#: ../../standalone/drakgw_.c:308
+#: ../../standalone/drakgw_.c:304
msgid "The DHCP end range"
-msgstr ""
+msgstr "Konec pásma adres DHCP"
-#: ../../standalone/drakgw_.c:309
+#: ../../standalone/drakgw_.c:305
msgid "The default lease (in seconds)"
-msgstr ""
+msgstr "Výchozí doba pronájmu (sekundy)"
-#: ../../standalone/drakgw_.c:310
+#: ../../standalone/drakgw_.c:306
msgid "The maximum lease (in seconds)"
-msgstr ""
+msgstr "Maximální doba pronájmu (sekundy)"
-#: ../../standalone/drakgw_.c:311
+#: ../../standalone/drakgw_.c:307
msgid "Re-configure interface and DHCP server"
msgstr "Přenastavení rozhraní a DHCP serveru"
-#: ../../standalone/drakgw_.c:318
+#: ../../standalone/drakgw_.c:314
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Číslo lokální sítě nekončí na .0, zkouším znovu."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:325
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Našel jsem možný konflikt v současném nastavení LAN adresy pro %s!\n"
-#: ../../standalone/drakgw_.c:339
+#: ../../standalone/drakgw_.c:335
msgid "Configuring..."
msgstr "Nastavuji..."
-#: ../../standalone/drakgw_.c:340
+#: ../../standalone/drakgw_.c:336
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Nastavuji skripty, instaluji software, startuji servery..."
-#: ../../standalone/drakgw_.c:376
+#: ../../standalone/drakgw_.c:372
#, c-format
msgid "Problems installing package %s"
msgstr "Problém s instalací balíčku %s"
-#: ../../standalone/drakgw_.c:509
+#: ../../standalone/drakgw_.c:505
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -13344,23 +13449,23 @@ msgstr ""
"Nyní lze použít tento počítač pro sdílení připojení k Internetu pro vaši "
"lokální síť, která používá automatickou konfiguraci sítě (DHCP)."
-#: ../../standalone/drakgw_.c:528
+#: ../../standalone/drakgw_.c:523
msgid "The setup has already been done, but it's currently disabled."
msgstr "Nastavení již bylo provedeno, ale nyní je vypnuto."
-#: ../../standalone/drakgw_.c:529
+#: ../../standalone/drakgw_.c:524
msgid "The setup has already been done, and it's currently enabled."
msgstr "Nastavení již bylo provedeno, nyní je povoleno."
-#: ../../standalone/drakgw_.c:530
+#: ../../standalone/drakgw_.c:525
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Není nastaveno žádné sdílení Internetového připojení."
-#: ../../standalone/drakgw_.c:535
+#: ../../standalone/drakgw_.c:531
msgid "Internet connection sharing configuration"
msgstr "Nastavení sdílení připojení k Internetu"
-#: ../../standalone/drakgw_.c:542
+#: ../../standalone/drakgw_.c:539
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -13375,47 +13480,47 @@ msgstr ""
"\n"
"Klikněte na Konfigurovat, pokud chcete spustit průvodce nastavením."
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "group"
msgstr "skupina"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "path"
msgstr "cesta"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "permissions"
msgstr "oprávnění"
-#: ../../standalone/drakperm_.c:42
+#: ../../standalone/drakperm_.c:36
msgid "user"
msgstr "uživatel"
-#: ../../standalone/drakperm_.c:49
+#: ../../standalone/drakperm_.c:43
msgid "Up"
msgstr "Nahoru"
-#: ../../standalone/drakperm_.c:50
+#: ../../standalone/drakperm_.c:44
msgid "delete"
msgstr "smazat"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm_.c:45
msgid "edit"
msgstr "upravit"
-#: ../../standalone/drakperm_.c:52
+#: ../../standalone/drakperm_.c:46
msgid "Down"
msgstr "Dolů"
-#: ../../standalone/drakperm_.c:53
+#: ../../standalone/drakperm_.c:47
msgid "add a rule"
msgstr "přidat pravidlo"
-#: ../../standalone/drakperm_.c:54
+#: ../../standalone/drakperm_.c:48
msgid "select perm file to see/edit"
msgstr "vyberte soubor s oprávněním pro zobrazení/úpravy"
-#: ../../standalone/drakperm_.c:57
+#: ../../standalone/drakperm_.c:51
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -13425,59 +13530,59 @@ msgstr ""
"úpravám oprávnění, vlastníků a skupin aplikací msec.\n"
"Můžete také vytvářet svá vlastní pravidla, která přepíší pravidla výchozí."
-#: ../../standalone/drakperm_.c:62
+#: ../../standalone/drakperm_.c:56
msgid "Add a new rule at the end"
msgstr "Přidat nové pravidlo na konec"
-#: ../../standalone/drakperm_.c:63
+#: ../../standalone/drakperm_.c:57
msgid "Edit curent rule"
msgstr "Upravit současné pravidlo"
-#: ../../standalone/drakperm_.c:64
+#: ../../standalone/drakperm_.c:58
msgid "Up selected rule one level"
msgstr "Posunout vybrané pravidlo o úroveň výše"
-#: ../../standalone/drakperm_.c:65
+#: ../../standalone/drakperm_.c:59
msgid "Down selected rule one level"
msgstr "Posunout vybrané pravidlo o úroveň níže"
-#: ../../standalone/drakperm_.c:66
+#: ../../standalone/drakperm_.c:60
msgid "Delete selected rule"
msgstr "Smazat vybrané pravidlo"
-#: ../../standalone/drakperm_.c:237
+#: ../../standalone/drakperm_.c:224
msgid "browse"
msgstr "procházet"
-#: ../../standalone/drakperm_.c:244
+#: ../../standalone/drakperm_.c:231
msgid "Current user"
msgstr "Aktuální uživatel"
-#: ../../standalone/drakperm_.c:249
+#: ../../standalone/drakperm_.c:236
msgid "Permissions"
msgstr "Oprávnění"
-#: ../../standalone/drakperm_.c:250
+#: ../../standalone/drakperm_.c:237
msgid "Path"
msgstr "Cesta"
-#: ../../standalone/drakperm_.c:251
+#: ../../standalone/drakperm_.c:238
msgid "Property"
msgstr "Vlastnost"
-#: ../../standalone/drakperm_.c:253
+#: ../../standalone/drakperm_.c:240
msgid "sticky-bit"
msgstr "sticky-bit"
-#: ../../standalone/drakperm_.c:254
+#: ../../standalone/drakperm_.c:241
msgid "Set-UID"
msgstr "Set-UID"
-#: ../../standalone/drakperm_.c:255
+#: ../../standalone/drakperm_.c:242
msgid "Set-GID"
msgstr "Set-GID"
-#: ../../standalone/drakperm_.c:310
+#: ../../standalone/drakperm_.c:296
msgid ""
"Used for directory:\n"
" only owner of directory or file in this directory can delete it"
@@ -13485,35 +13590,35 @@ msgstr ""
"Použito pro adresář:\n"
" pouze vlastník adresáře nebo souboru v tomto adresáři jej může smazat"
-#: ../../standalone/drakperm_.c:311
+#: ../../standalone/drakperm_.c:297
msgid "Use owner id for execution"
msgstr "Použít při spuštění ID vlastníka"
-#: ../../standalone/drakperm_.c:312
+#: ../../standalone/drakperm_.c:298
msgid "Use group id for execution"
msgstr "Použít při spuštění ID skupiny"
-#: ../../standalone/drakperm_.c:313
+#: ../../standalone/drakperm_.c:299
msgid "when checked, owner and group won't be changed"
msgstr "pokud zaškrtnuto, vlastník a skupina nebudou změněny"
-#: ../../standalone/drakperm_.c:318
+#: ../../standalone/drakperm_.c:304
msgid "Path selection"
msgstr "Výběr cesty"
-#: ../../standalone/drakperm_.c:364
+#: ../../standalone/drakperm_.c:350
msgid "user :"
msgstr "uživatel :"
-#: ../../standalone/drakperm_.c:366
+#: ../../standalone/drakperm_.c:352
msgid "group :"
msgstr "skupina :"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksound_.c:46
msgid "No Sound Card detected!"
msgstr "Nebyla nalezena žádná zvuková karta!"
-#: ../../standalone/draksound_.c:48
+#: ../../standalone/draksound_.c:47
msgid ""
"No Sound Card has been detected on your machine. Please verify that a Linux-"
"supported Sound Card is correctly plugged in.\n"
@@ -13533,7 +13638,7 @@ msgstr ""
"\n"
"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksound_.c:55
+#: ../../standalone/draksound_.c:54
msgid ""
"\n"
"\n"
@@ -13547,7 +13652,7 @@ msgstr ""
"Pozn: Pokud máte PnP zvukovou kartu na ISA, použijte program sndconfig. "
"Spustíte ho příkazem \"sndconfig\" v konzoli."
-#: ../../standalone/draksplash_.c:34
+#: ../../standalone/draksplash_.c:21
msgid ""
"package 'ImageMagick' is required for correct working.\n"
"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
@@ -13555,31 +13660,31 @@ msgstr ""
"pro správnou funkci je požadován balíček ImageMagick.\n"
"Balíček nainstalujete tlačítkem \"OK\", nebo skončete tlačítkem \"Zrušit\"."
-#: ../../standalone/draksplash_.c:78
+#: ../../standalone/draksplash_.c:67
msgid "first step creation"
msgstr "první krok při vytváření"
-#: ../../standalone/draksplash_.c:79
+#: ../../standalone/draksplash_.c:70
msgid "final resolution"
msgstr "konečné rozlišení"
-#: ../../standalone/draksplash_.c:80 ../../standalone/draksplash_.c:172
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
msgid "choose image file"
msgstr "vyberte soubor s obrazem"
-#: ../../standalone/draksplash_.c:81
+#: ../../standalone/draksplash_.c:72
msgid "Theme name"
msgstr "Název tématu"
-#: ../../standalone/draksplash_.c:85
+#: ../../standalone/draksplash_.c:77
msgid "Browse"
msgstr "Procházet"
-#: ../../standalone/draksplash_.c:99 ../../standalone/draksplash_.c:162
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
msgid "Configure bootsplash picture"
msgstr "Nastavit obrázek pro bootsplash"
-#: ../../standalone/draksplash_.c:100
+#: ../../standalone/draksplash_.c:90
msgid ""
"x coordinate of text box\n"
"in number of character"
@@ -13587,7 +13692,7 @@ msgstr ""
"hodnota pro x souřadnici\n"
"pro textový box v počtu znaků"
-#: ../../standalone/draksplash_.c:101
+#: ../../standalone/draksplash_.c:91
msgid ""
"y coordinate of text box\n"
"in number of character"
@@ -13595,15 +13700,15 @@ msgstr ""
"hodnota pro y souřadnici\n"
"pro textový box v počtu znaků"
-#: ../../standalone/draksplash_.c:102
+#: ../../standalone/draksplash_.c:92
msgid "text width"
msgstr "šířka textu"
-#: ../../standalone/draksplash_.c:103
+#: ../../standalone/draksplash_.c:93
msgid "text box height"
msgstr "výška textového boxu"
-#: ../../standalone/draksplash_.c:104
+#: ../../standalone/draksplash_.c:94
msgid ""
"the progress bar x coordinate\n"
"of its upper left corner"
@@ -13611,7 +13716,7 @@ msgstr ""
"umístění x souřadnice pro\n"
"levý horní roh lišty s průběhem"
-#: ../../standalone/draksplash_.c:105
+#: ../../standalone/draksplash_.c:95
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
@@ -13619,66 +13724,66 @@ msgstr ""
"umístění y souřadnice pro\n"
"levý horní roh lišty s průběhem"
-#: ../../standalone/draksplash_.c:106
+#: ../../standalone/draksplash_.c:96
msgid "the width of the progress bar"
msgstr "šířka lišty s průběhem"
-#: ../../standalone/draksplash_.c:107
+#: ../../standalone/draksplash_.c:97
msgid "the heigth of the progress bar"
msgstr "výška lišty s průběhem"
-#: ../../standalone/draksplash_.c:108
+#: ../../standalone/draksplash_.c:98
msgid "the color of the progress bar"
msgstr "barva lišty s průběhem"
-#: ../../standalone/draksplash_.c:121
+#: ../../standalone/draksplash_.c:113
msgid "Preview"
msgstr "náhled"
-#: ../../standalone/draksplash_.c:123
+#: ../../standalone/draksplash_.c:115
msgid "Save theme"
msgstr "uložit téma"
-#: ../../standalone/draksplash_.c:124
+#: ../../standalone/draksplash_.c:116
msgid "Choose color"
msgstr "výběr barvy"
-#: ../../standalone/draksplash_.c:127
+#: ../../standalone/draksplash_.c:119
msgid "Display logo on Console"
msgstr "Zobrazit logo na konzoli"
-#: ../../standalone/draksplash_.c:128
+#: ../../standalone/draksplash_.c:120
msgid "Make kernel message quiet by default"
msgstr "Nevypisování hlášek jádra nastavit jako výchozí"
-#: ../../standalone/draksplash_.c:165 ../../standalone/draksplash_.c:329
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
msgid "This theme haven't yet any bootsplash in %s !"
msgstr "Toto téma nemá ještě žádný bootsplash v %s !"
-#: ../../standalone/draksplash_.c:212
+#: ../../standalone/draksplash_.c:205
msgid "saving Bootsplash theme..."
msgstr "ukládám Bootsplash téma..."
-#: ../../standalone/draksplash_.c:435
+#: ../../standalone/draksplash_.c:428
msgid "ProgressBar color selection"
msgstr "Výběr barvy pro lištu s průběhem"
-#: ../../standalone/draksplash_.c:456
+#: ../../standalone/draksplash_.c:449
msgid "You must choose an image file first!"
msgstr "Nejprve musíte vybrat soubor s obrazem!"
-#: ../../standalone/draksplash_.c:465
+#: ../../standalone/draksplash_.c:458
msgid "Generating preview ..."
msgstr "Generuji náhled ..."
#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:511
+#: ../../standalone/draksplash_.c:506
#, c-format
msgid "%s BootSplash (%s) preview"
msgstr "Náhled tématu Bootsplash %s (%s)"
-#: ../../standalone/drakxtv_.c:49
+#: ../../standalone/drakxtv_.c:46
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -13704,71 +13809,71 @@ msgstr ""
"Tuto aplikaci můžete doinstalovat příkazem \"urpmi xawtv\" spuštěným \n"
"v konzoli pod uživatelem root."
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "Canada (cable)"
msgstr "Kanada (kabel)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (broadcast)"
msgstr "USA (broadcast)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable)"
msgstr "USA (kabel)"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv_.c:63
msgid "USA (cable-hrc)"
msgstr "USA (cable-hrc)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "China (broadcast)"
msgstr "Čína (broadcast)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (broadcast)"
msgstr "Japonsko (broadcast)"
-#: ../../standalone/drakxtv_.c:67
+#: ../../standalone/drakxtv_.c:64
msgid "Japan (cable)"
msgstr "Japonsko (kabel)"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "East Europe"
msgstr "Východní Evropa"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "France [SECAM]"
msgstr "Francie [SECAM]"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "Ireland"
msgstr "Irsko"
-#: ../../standalone/drakxtv_.c:68
+#: ../../standalone/drakxtv_.c:65
msgid "West Europe"
msgstr "Západní Evropa"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Australia"
msgstr "Austrálie"
-#: ../../standalone/drakxtv_.c:69
+#: ../../standalone/drakxtv_.c:66
msgid "Newzealand"
msgstr "Nový Zéland"
-#: ../../standalone/drakxtv_.c:70
+#: ../../standalone/drakxtv_.c:67
msgid "South Africa"
msgstr "Jižní Afrika"
-#: ../../standalone/drakxtv_.c:71
+#: ../../standalone/drakxtv_.c:68
msgid "Argentina"
msgstr "Argentina"
-#: ../../standalone/drakxtv_.c:72
+#: ../../standalone/drakxtv_.c:69
msgid "Australian Optus cable TV"
msgstr "Australská kabelová televize Optus"
-#: ../../standalone/drakxtv_.c:107
+#: ../../standalone/drakxtv_.c:102
msgid ""
"Please,\n"
"type in your tv norm and country"
@@ -13776,43 +13881,43 @@ msgstr ""
"Zadejte prosím\n"
"typ TV normy a zemi"
-#: ../../standalone/drakxtv_.c:109
+#: ../../standalone/drakxtv_.c:104
msgid "TV norm:"
msgstr "Norma TV:"
-#: ../../standalone/drakxtv_.c:110
+#: ../../standalone/drakxtv_.c:105
msgid "Area:"
msgstr "Oblast :"
-#: ../../standalone/drakxtv_.c:114
+#: ../../standalone/drakxtv_.c:109
msgid "Scanning for TV channels in progress ..."